- 28 Jan, 2020 40 commits
-
-
Stan Hu authored
When some Git clients attempt to fetch a project without a namespace (e.g. project.git instead of group/project.git), a database with large number of rows may encounter a statement timeout while attempting to look up an empty namespace (`WHERE route.path IS NULL`) in `GitAccess#ensure_project_on_push!`. To avoid this, we now check that a valid namespace is available before attempting to do more validation. Closes https://gitlab.com/gitlab-org/gitlab/issues/199207
-
Peter Leitzen authored
Add annotations to all_queues.yml Closes gitlab-com/gl-infra/scalability#26 See merge request gitlab-org/gitlab!23771
-
Sean McGivern authored
Remove test that references`release_edit_page` feature flag See merge request gitlab-org/gitlab!23810
-
Douglas Barbosa Alexandre authored
Fix faulty NOT logic for issuable array params See merge request gitlab-org/gitlab!22555
-
Achilleas Pipinellis authored
Rename Instance Administration project See merge request gitlab-org/gitlab!23182
-
Reuben Pereira authored
Rename the Instance Administration Project to self monitoring project.
-
Kamil Trzciński authored
Revert "Merge branch 'bw-foss-console-msg' into 'master'" See merge request gitlab-org/gitlab!23856
-
Kamil Trzciński authored
Add Gitlab::Serverless::FunctionURI class See merge request gitlab-org/gitlab!22733
-
Sean McGivern authored
This allows us to include the annotations such as a worker's resource boundaries, so in future we can use those annotations in sidekiq-cluster.
-
Marcel Amirault authored
Clarify the usage of `trigger:strategy` See merge request gitlab-org/gitlab!23583
-
Fabio Pitino authored
-
Sean McGivern authored
Previously, we only supported an array of strings. This allows an array of hashes, where each hash has a `name` value.
-
Sean McGivern authored
By using `fast_spec_helper`, we also do a better job of testing that these methods don't expect un-required files to be available. `.worker_queues` is tested here and in the specs for Gitlab::SidekiqConfig, as in the latter it's using the actual YAML files, rather than stubbed ones as added here.
-
Sean McGivern authored
Revert "Merge branch 'georgekoltsov/group_seeder_rake_task' into 'master'" See merge request gitlab-org/gitlab!23852
-
Nick Thomas authored
Add `gitlab_page_out_of_bounds` to Prometheus docs Closes #198475 See merge request gitlab-org/gitlab!23802
-
Dmytro Zaporozhets authored
Refactor instance security dashboard permissions See merge request gitlab-org/gitlab!22740
-
Avielle Wolfe authored
This commit updates the instance security dashboard controllers to get their permission scheme from the same concern as the group and project security dashboard controllers.
-
Kamil Trzciński authored
This reverts merge request !23652
-
Jan Provaznik authored
Refactoring: Move "Credential inventory" to a re-usable concern Closes #38133 See merge request gitlab-org/gitlab!23495
-
Natalia Tepluhina authored
Frontend: Rename Sast Container to Container Scanning See merge request gitlab-org/gitlab!23814
-
Lukas 'Eipi' Eipert authored
We haven't been using the Sast Container term in a long time and this renames all the occurences in the Merge Request widget VueX store
-
Nick Thomas authored
Resolve "NoMethodError: undefined method `unsubscribe' for nil:NilClass" Closes #199034 See merge request gitlab-org/gitlab!23747
-
Rémy Coutable authored
This reverts merge request !21657
-
Marcia Ramos authored
Clarify usage of Merge Request, merge request, and MR See merge request gitlab-org/gitlab!23646
-
manojmj authored
This change moves the methods used for Credentials Inventory feature to a re-usable concern.
-
Sean McGivern authored
Add http status cop in project controller specs See merge request gitlab-org/gitlab!23801
-
Achilleas Pipinellis authored
Docs: update docs style guide for headings and anchors See merge request gitlab-org/gitlab!23777
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Create SSOT for package manager formats See merge request gitlab-org/gitlab!23805
-
Tim Rizzi authored
-
Bob Van Landuyt authored
Merge branch '197908-nomethoderror-undefined-method-without_count-for-kaminari-paginatablearray' into 'master' Fix 500 error in global & group search for blob, wiki_blob and commit search Closes #197908 See merge request gitlab-org/gitlab!23326
-
Walmyr Lima e Silva Filho authored
Remove passing tests from quarantine Closes #196034 and #118473 See merge request gitlab-org/gitlab!23833
-
Mark Lapierre authored
-
Walmyr Lima e Silva Filho authored
Remove Geo sign out workaround See merge request gitlab-org/gitlab!23836
-
Rémy Coutable authored
Add feature flag for Group Export API endpoint Closes #36395 See merge request gitlab-org/gitlab!22423
-
Natalia Tepluhina authored
Fix Permalink and Blame button hash parameter Closes #31374 See merge request gitlab-org/gitlab!23713
-
Natalia Tepluhina authored
Resolve "Convert Jest tests to use VTU in 'spec/frontend/ide/components'" Closes #197945 See merge request gitlab-org/gitlab!23681
-
James Lopez authored
Remove Secure Merge Request feature flags See merge request gitlab-org/gitlab!23821
-
James Lopez authored
Add Group Import functionality See merge request gitlab-org/gitlab!22384
-
Natalia Tepluhina authored
Unhide hidden visibility level See merge request gitlab-org/gitlab!23772
-