- 05 Oct, 2020 40 commits
-
-
nmilojevic1 authored
-
Paul Slaughter authored
Improve reusability in On-demand DAST Scans form See merge request gitlab-org/gitlab!42013
-
Paul Gascou-Vaillancourt authored
- Leverage profile selector components to remove duplicated code - Update specs - Clean up and improve existings specs
-
Yannis Roussos authored
Fix intermittent merge errors due to replication lag See merge request gitlab-org/gitlab!44045
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42435 attempted to fix the problem, but it did not work because EE databaase load balancing is not enabled in Sidekiq. Since it is disabled, the load balancer code would never post the write location to Redis, so the code for checking whether to stick to the primary was not able to be used. Since Sidekiq always uses the primary we can just use the main ActiveRecord connection to get the same information. We only post the write location if load balancing is configured. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/247857
-
Nicolò Maria Mezzopera authored
Updated design presentation and dropzone to GtiLab UI classes See merge request gitlab-org/gitlab!44304
-
Natalia Tepluhina authored
-
Stan Hu authored
Fix Ruby 2.7 warnings for git_instance_proxy_spec.rb See merge request gitlab-org/gitlab!44195
-
Douglas Barbosa Alexandre authored
Load labels count instead of labels for throughput table See merge request gitlab-org/gitlab!43423
-
Jose Ivan Vargas authored
Remove label-link class See merge request gitlab-org/gitlab!43884
-
Imre Farkas authored
Fix scoped labels padding See merge request gitlab-org/gitlab!44044
-
Kerri Miller authored
Add cleanup migration for JobWaiter Redis keys See merge request gitlab-org/gitlab!43882
-
Jacob Vosmaer authored
-
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
-
Magdalena Frankiewicz authored
It seems throughput table does not need labels but just the counts of labels for MRs Use CountableConnectionType in LabelType
-
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
-