- 30 Dec, 2019 20 commits
-
-
Kamil Trzciński authored
Change tooltip text and fix failing spec Closes #118514 See merge request gitlab-org/gitlab!22289
-
Rajendra kadam authored
-
Kushal Pandya authored
Labels distorted or invisible when adding to new/existing issue boards See merge request gitlab-org/gitlab!22239
-
Marin Jankovski authored
Rename workhorse acceleration in development documentation Closes #31198 See merge request gitlab-org/gitlab!18268
-
Kushal Pandya authored
Display login or register widget only if user is not logged in Closes #24190 See merge request gitlab-org/gitlab!22211
-
Alessio Caiazza authored
Co-authored-by: Marin Jankovski <marin@gitlab.com>
-
Alexandru Croitor authored
Login or register widget used to be displayed if user cannot reply which is not always right, as for instance when project is archived or perhaps issue is locked and user cannot post a comment.
-
Kushal Pandya authored
Don't use toHaveLength matcher from custom-jquery-matchers See merge request gitlab-org/gitlab!20350
-
Mark Florian authored
The `toHaveLength` matcher in `custom-jquery-matchers` doesn't work as expected for generic Array-like objects with a `length` property, whereas Jest's version does. The reason is that the former wraps the value with jQuery, which only correctly wraps _some_ Array-like objects, like true arrays, `jQuery instances, `NodeList`s and `HTMLCollection`s. As such, Jest's version is more widely useful, and is otherwise equivalent, so it should be used instead.
-
Sean McGivern authored
Expose description_html for labels See merge request gitlab-org/gitlab!21413
-
Grzegorz Bizon authored
Merge branch '20368-projects-mergerequests-creationscontroller-is-calling-gitaly-n-1-times-per-request' into 'master' Remove Gitaly allow_n_plus_1_calls from Projects::MergeRequests::CreationsController See merge request gitlab-org/gitlab!22229
-
Kushal Pandya authored
Replace breakpoints with GlBreakpointInstance in jobs/components/job_app.vue See merge request gitlab-org/gitlab!22014
-
Martin Wortschack authored
-
Kushal Pandya authored
Change visitUrl checks in URL Closes #191310 See merge request gitlab-org/gitlab!22306
-
Kushal Pandya authored
Use proper model update event in test Closes #191268 See merge request gitlab-org/gitlab!22297
-
Kushal Pandya authored
Merge branch '16610-gitlab-pages-storage-size-limitations-by-project-or-group-frontend-2' into 'master' GitLab Pages - Storage size Limitations by Project or Group - Frontend Closes #16610 See merge request gitlab-org/gitlab!22183
-
Jake Burden authored
-
Kushal Pandya authored
Merge branch '34751-fetch-cycle-analytics-stage-and-median-data-from-dedicated-endpoints' into 'master' "New cycle analytics stage and median data endpoints" Closes #34751 See merge request gitlab-org/gitlab!19278
-
Ezekiel Kigbo authored
Added the updated analytics paths to the actions and mutation spec files and updates tests accordingly.
-
David Kim authored
-
- 29 Dec, 2019 3 commits
- 28 Dec, 2019 3 commits
- 27 Dec, 2019 14 commits
-
-
Alexandru Croitor authored
Expose description_html field for labels when with_labels_details request parameter is set to true.
-
Lin Jen-Shin authored
Handle rspec and rake tasks in runtime identifier Closes #122656 See merge request gitlab-org/gitlab!22276
-
Stan Hu authored
Fix AutoMergeProcessWorker raises an error for merged MRs Closes #121989 See merge request gitlab-org/gitlab!22262
-
Stan Hu authored
Previously the runtime detector would flag a `RUNTIME IDENTIFICATION FAILED` warning if application.log if rspec or rake were used. This change also removes the unnecessary log message. Closes https://gitlab.com/gitlab-org/gitlab/issues/122656
-
Andreas Brandl authored
Consider absence of explicit `allow_null: true` to be an offense too Closes #38385 See merge request gitlab-org/gitlab!22234
-
Alexander Oleynikov authored
-
Sean McGivern authored
Clone instead of wget to access private repo See merge request gitlab-org/gitlab!22303
-
nhirokinet authored
-
Ramya Authappan authored
De-quarantine Jenkins spec add :orchestrated meta See merge request gitlab-org/gitlab!22272
-
Ramya Authappan authored
Make runner handling more resilient Closes #118453 See merge request gitlab-org/gitlab!22233
-
Mark Lapierre authored
Retry getting the runners token if it's not available initially Ensure the docker runner container is stopped even if there's a problem removing it from the project
-
Illya Klymov authored
-
Sean McGivern authored
Move backtrace cleaner from Profiler into its own class Closes #36645 See merge request gitlab-org/gitlab!22264
-
Lin Jen-Shin authored
And CI_JOB_TOKEN cannot access them easily
-