- 29 Jan, 2020 1 commit
-
-
Catalin Irimie authored
-
- 28 Jan, 2020 39 commits
-
-
Nick Thomas authored
Code nav Poc: Support lsif artifact report See merge request gitlab-org/gitlab!23672
-
Rémy Coutable authored
Use 'rules' for the assets-compiling jobs See merge request gitlab-org/gitlab!23351
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Dismiss notification messages See merge request gitlab-org/gitlab!23324
-
Douglas Barbosa Alexandre authored
Eliminate statement timeouts when namespace is blank Closes #199207 See merge request gitlab-org/gitlab!23839
-
Nick Thomas authored
Custom monitoring dashboard validation See merge request gitlab-org/gitlab!22893
-
Kirstie Cook authored
Initial commit to add PrometheusDashboard object
-
Sean McGivern authored
Remove the repository_ancestor_calls_total counter Closes #37771 See merge request gitlab-org/gitlab!23878
-
Igor Drozdov authored
We're experimenting with the ability to add our own code navigation features The LSIF dump is going to be generated by CI and stored as a job artifact
-
Sean McGivern authored
Migrate epic mentions to epic_user_mentions Closes #21801 See merge request gitlab-org/gitlab!22333
-
Andreas Brandl authored
Blacklists project_ci_cd_settings table See merge request gitlab-org/gitlab!23708
-
Andreas Brandl authored
Add IID to Feature Flags and Backfill with Param in AtomicInternalId See merge request gitlab-org/gitlab!22175
-
Jason Goodman authored
Backfill iid for existing feature flags Make new feature flags save an iid
-
Peter Leitzen authored
Refactor some routing code Closes #38075 See merge request gitlab-org/gitlab!23773
-
Douglas Barbosa Alexandre authored
Remove :hset_redis_diff_caching feature flag See merge request gitlab-org/gitlab!23507
-
Bob Van Landuyt authored
We've validated that the we're hitting the cache, so this particular counter isn't really needed anymore.
-
Jan Provaznik authored
Update test description See merge request gitlab-org/gitlab!23832
-
Tanya Pazitny authored
Update 50k Postgres details in HA docs See merge request gitlab-org/gitlab!23439
-
Sanad Liaquat authored
Skip GitHub OAuth spec See merge request gitlab-org/gitlab!23841
-
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
-
Dmitriy Zaporozhets authored
- Keep project.rb and group.rb files about single resource route - Group some draw blocks together Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Peter Leitzen authored
Add annotations to all_queues.yml Closes gitlab-com/gl-infra/scalability#26 See merge request gitlab-org/gitlab!23771
-
nicolasdular authored
Users are capable of hiding notification messages forever because these messages can overlap on content.
-
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
-
Alexandru Croitor authored
Isolate mentionable concern, epic and epic_user_mention models for the mentions migration. Create temporary indexes to be removed later for the text fields that containt mentions, i.e. `@`
-
Kerri Miller authored
-
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
-