- 28 Jan, 2020 40 commits
-
-
Kassio Borges authored
Currently tasks like `rails db:drop && rails db:create` fails due to the console message that tries to show the database version and since the database was just dropped it fails. This fix just verify if the database exists before printing messages that depends on the database.
-
Mayra Cabrera authored
Backend: Filter error list by error status See merge request gitlab-org/gitlab!23186
-
Allison Browne authored
Refactor issue services to allow a return with api formatted error based on the results of the response.
-
Mike Greiling authored
Cleanup some repository routing related code See merge request gitlab-org/gitlab!23518
-
Dmytro Zaporozhets authored
- Use scoped repository routing in web ide - Update routing specs to use scoped routing Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Paul Slaughter authored
Resolve "Fix snippet search results" Closes #199060 See merge request gitlab-org/gitlab!23780
-
Mike Greiling authored
Fix plural translation See merge request gitlab-org/gitlab!23881
-
Sean McGivern authored
Revert "Merge branch '21801-migrate-epic-mentions-to-db-table' into 'master'" Closes #199297 See merge request gitlab-org/gitlab!23900
-
Mayra Cabrera authored
Merge branch '34722-dashboard-projectscontroller-should-tolerate-single-gitaly-node-failure' into 'master' Allow projects to be displayed when Gitaly fails to load pipeline status See merge request gitlab-org/gitlab!23378
-
David Kim authored
-
Kyle Wiebers authored
This reverts merge request !22333
-
Sean McGivern authored
Improve the style guide documentation Closes #18400 See merge request gitlab-org/gitlab!23533
-
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
-
Rémy Coutable authored
Also, document the `danger_local` task, improve the development documentation index page and add a link to the 'Implement design & UI elements' documentation in the 'Contributing' index page. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
Alex Buijs authored
-
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
-