- 05 Oct, 2020 40 commits
-
-
Toon Claes authored
Add Documentation URL option to Admin area See merge request gitlab-org/gitlab!42702
-
Douglas Barbosa Alexandre authored
Use Wiki instance as repository container See merge request gitlab-org/gitlab!42610
-
Markus Koller authored
Before we started working on group wikis, `ProjectWiki` used a `Project` instance as the container of its `Repository` instance, so for group wikis we did the same with `Group`. This initially made sense and also mostly aligned with the semantics for `Repository#container`, but while working on wiki diffing [1] we noticed that the `Commit` and `Blob` classes sometimes use `container#repository`, which breaks some assumptions and also causes redundant Gitaly calls to the project repository when diffing wikis. Refactoring those classes is a lot riskier and would affect other features too, so in this commit we're instead changing the `Repository#container` to be the wiki instance, rather than the project or group. This generally seems to make sense anyway, and only needs some small adjustments. To satisfy the interface for `Repository#container`, we need to add or tweak some methods: - `Wiki.find_by_id` - `Wiki#id` - `Wiki#to_global_id` We also still need to be able to resolve wiki repositories from their containers, this is handled in the repository resolver for `Gitlab::GlRepository::WIKI`. [1] https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35330
-
Marcin Sedlak-Jakubowski authored
Edit language problems See merge request gitlab-org/gitlab!44248
-
Ela Greenberg authored
-
Peter Leitzen authored
Use built-in without_status scope See merge request gitlab-org/gitlab!44280
-
Natalia Tepluhina authored
Add incident details sidebar type Closes #258979 See merge request gitlab-org/gitlab!44121
-
Douglas Barbosa Alexandre authored
Geo: Fix "Project/wiki/design repo not able to resync after storage move" See merge request gitlab-org/gitlab!44172
-
Kerri Miller authored
Update Secret-Detection template deprecated ENV ref See merge request gitlab-org/gitlab!44188
-
Mark Florian authored
Re-factored user timing metrics See merge request gitlab-org/gitlab!44021
-
Imre Farkas authored
Update groups factory and specs for consistency See merge request gitlab-org/gitlab!44160
-
Gosia Ksionek authored
-
Imre Farkas authored
Delete project bot when token is revoked Closes #244545 See merge request gitlab-org/gitlab!43373
-
Serena Fang authored
-
Nick Thomas authored
Add failed security job information to security dashboard setup payload See merge request gitlab-org/gitlab!43906
-
Sean McGivern authored
Merge branch '239270-remove-the-need-to-run-rake-tasks-to-create-index-when-enabling-elasticsearch-integration' into 'master' Automate index creation when enabling Elasticsearch integration See merge request gitlab-org/gitlab!43912
-
Igor Drozdov authored
Add N+1 spec for the namespaces list API See merge request gitlab-org/gitlab!43722
-
Reuben Pereira authored
-
Nick Thomas authored
Add search autocomplete suggestions for recently viewed epics Closes #259608 See merge request gitlab-org/gitlab!43964
-
Kushal Pandya authored
Fixed view replaced file button in diff not working Closes #260415 See merge request gitlab-org/gitlab!44270
-
Peter Leitzen authored
Add incidents comments timeline view See merge request gitlab-org/gitlab!43302
-
Olena Horal-Koretska authored
-
Tim Zallmann authored
Enable sorting vulnerabilities by report type See merge request gitlab-org/gitlab!42980
-
Alan (Maciej) Paruszewski authored
-
Mike Jang authored
docs: Update Cycle Analytics with Value Stream Analytics in Crosslinking Issues See merge request gitlab-org/gitlab!44243
-
Enrique Alcántara authored
Merge Request Analytics: Paginate data table See merge request gitlab-org/gitlab!42806
-
Brandon Labuschagne authored
This commit introduces pagination into the MR Analytics Throughput table component.
-
Enrique Alcántara authored
Apply GitLab UI button styles to buttons in app/views/projects/mirrors directory See merge request gitlab-org/gitlab!44110
-
Igor Drozdov authored
Fix constant lookup issue for `Vulnerabilities::BaseService` See merge request gitlab-org/gitlab!43946
-
Tim Zallmann authored
Update button element with new code Closes #219810 See merge request gitlab-org/gitlab!43327
-
James Lopez authored
Add listing of top level groups to BulkImportsController See merge request gitlab-org/gitlab!43155
-
Brandon Labuschagne authored
Merge branch '233680-replace-bootstrap-alerts-in-app/views/profiles/accounts/show.html.haml' into 'master' Replace bootstrap alerts in app/.../show.html.haml Closes #233680 See merge request gitlab-org/gitlab!41299
-
Gilang Gumilar authored
-
Bob Van Landuyt authored
Fix "A copy of ... has been removed from the module tree but is still active" See merge request gitlab-org/gitlab!44080
-
Achilleas Pipinellis authored
Docs: Add Enablement metadata to development docs See merge request gitlab-org/gitlab!44231
-
Achilleas Pipinellis authored
Link to more recent commit re backups gems Closes gitlab-com/support/docs#41 See merge request gitlab-org/gitlab!44125
-
Martin Wortschack authored
Lazy loading of cropper css See merge request gitlab-org/gitlab!44137
-
George Koltsov authored
- Add Gitlab::BulkImport::Client to fetch groups from source GitLab instance - Use client to list groups in BulkImportsController
-
Bob Van Landuyt authored
Fix spelling of PyPI, the Python Package Index See merge request gitlab-org/gitlab!44058
-
Nicolò Maria Mezzopera authored
Improve styling of design pins See merge request gitlab-org/gitlab!39797
-