- 23 Dec, 2019 30 commits
-
-
Sanad Liaquat authored
Trim E2E fixture Dependency Scanning report See merge request gitlab-org/gitlab!22173
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in lib/utils/common_utils.js See merge request gitlab-org/gitlab!22028
-
Martin Wortschack authored
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in pages/projects/wikis/wikis.js See merge request gitlab-org/gitlab!22017
-
Martin Wortschack authored
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in epic_bundle.js See merge request gitlab-org/gitlab!22016
-
Martin Wortschack authored
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in commit/pipelines/pipelines_table.vue See merge request gitlab-org/gitlab!22013
-
Martin Wortschack authored
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in boards/components/modal/list.vue See merge request gitlab-org/gitlab!22011
-
Martin Wortschack authored
-
Lin Jen-Shin authored
Avoid Gitaly RPCs in rate-limited raw blob requests Closes gitlab-com/gl-infra/scalability#77 See merge request gitlab-org/gitlab!22123
-
Dmitriy Zaporozhets authored
Merge branch '27946-merge-request-discussions-api-doesn-t-reject-an-error-input-in-some-case' into 'master' Resolve "Merge request discussions API doesn't reject an error input in some case" Closes #27946 See merge request gitlab-org/gitlab!21936
-
Robert May authored
This provides test cases which prove that changes in https://gitlab.com/gitlab-org/gitlab/merge_requests/21034 actually resolve https://gitlab.com/gitlab-org/gitlab/issues/27946. Also speeds up the diff_note_spec by roughly 15 seconds.
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in fly_out_nav.js See merge request gitlab-org/gitlab!22005
-
Martin Wortschack authored
-
Sean McGivern authored
13495-b: Add graphql additions needed by #13495 See merge request gitlab-org/gitlab!21264
-
Achilleas Pipinellis authored
Adjust doc codeowners entry See merge request gitlab-org/gitlab!22201
-
Phil Hughes authored
Extended GraphQL local state description in FE dev guide See merge request gitlab-org/gitlab!22102
-
Natalia Tepluhina authored
-
Sean McGivern authored
Add ability to run reactive caching synchronously See merge request gitlab-org/gitlab!20655
-
Phil Hughes authored
Remove IIFEs from project_find_file.js Closes #34623 See merge request gitlab-org/gitlab!21855
-
Inactive Account authored
-
Kushal Pandya authored
Remove the `:release_search_filter` feature flag Closes #36528 See merge request gitlab-org/gitlab!21767
-
Kushal Pandya authored
Update copy for start a free gold trial screen See merge request gitlab-org/gitlab!21820
-
Marcel Amirault authored
-
Ash McKenzie authored
Cancel running pipelines when merge request is dropped from merge train Closes #35138 See merge request gitlab-org/gitlab!22146
-
Shinya Maeda authored
This commit improves the canceletion mechanizm of merge train pipelines
-
Russell Dickenson authored
Captializing Admin Area menu option See merge request gitlab-org/gitlab!22115
-
Thong Kuah authored
Copy merge request routes to - scope See merge request gitlab-org/gitlab!22082
-
- 22 Dec, 2019 5 commits
-
-
Thong Kuah authored
Handle forbidden error when checking for knative Closes #119379 See merge request gitlab-org/gitlab!22170
-
Alex Ives authored
In some cases, kubernetes returns a 403 instead of a 404 when checking for non-existant namespaces. This fix handles that exception as well as the 404. Relates to https://gitlab.com/gitlab-org/gitlab/issues/119379
-
Stan Hu authored
Reintroduce `Runtime` class (with amendments) See merge request gitlab-org/gitlab!21990
-
Thong Kuah authored
Strip rspec-profiling output of NULL bytes Closes #120012 See merge request gitlab-org/gitlab!22190
-
Stan Hu authored
If a spec such as `wiki_pipeline_spec.rb` included a NULL byte in the example text, then the `insert-rspec-profiling-data` script would fail with an `invalid byte sequence` error (e.g. https://gitlab.com/gitlab-org/gitlab/-/jobs/386527522). To avoid this, we do two things: 1. Drop the NULL byte from the example test. 2. Modify the `insert-rspec-profiling-data` script to sanitize the CSV. Closes https://gitlab.com/gitlab-org/gitlab/issues/120012
-
- 21 Dec, 2019 5 commits
-
-
Nathan Friend authored
This commit removes the `release_search_filter` feature flag. This flag was already enabled by default, so this change makes no noticeable change to the product.
-
Paul Slaughter authored
Update `task_list` gem to version that supports `sourcepos` See merge request gitlab-org/gitlab!21434
-
Natalia Tepluhina authored
Fix "Discard" for newly-created and renamed files See merge request gitlab-org/gitlab!21905
-
Paul Slaughter authored
Animate new scroll-down icon Closes #38378 See merge request gitlab-org/gitlab!21442
-
Jeremy Elder authored
Also updated the animation
-