- 31 Dec, 2019 13 commits
-
-
Kushal Pandya authored
Cut and paste Markdown table from a spreadsheet Closes #27205 See merge request gitlab-org/gitlab!22290
-
Kushal Pandya authored
Wait for axios mock in spec Closes #122859 See merge request gitlab-org/gitlab!22285
-
Illya Klymov authored
Update spec to properly wait for promise to resolve
-
Stan Hu authored
Upon pasting to a Markdown input, this commit will try to detect whether a spreadsheet has been copied to the clipboard and automatically create a Markdown table. This is based off code from https://github.com/jonmagic/copy-excel-paste-markdown. Closes https://gitlab.com/gitlab-org/gitlab/issues/27205
-
Sean McGivern authored
Add option to configure branches for which emails should be sent on push See merge request gitlab-org/gitlab!22196
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Martin Wortschack authored
Ensure nextTick is called after setProps Closes #38110 See merge request gitlab-org/gitlab!22319
-
Martin Wortschack authored
Update dependency @gitlab/ui to v8.10.0 See merge request gitlab-org/gitlab!22350
-
Kushal Pandya authored
Fix breakpoint size in awards handler See merge request gitlab-org/gitlab!22159
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Ash McKenzie authored
Publish the feature - Limit pipeline job concurrency using named semaphores Closes #15536 See merge request gitlab-org/gitlab!21617
-
Shinya Maeda authored
This commit adds docs for Ci resource group
-
- 30 Dec, 2019 27 commits
-
-
Stan Hu authored
Correcting use of "specially" to "especially." See merge request gitlab-org/gitlab!22349
-
GitLab Bot authored
-
Jon Miner authored
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to ^0.0.16 See merge request gitlab-org/gitlab!21964
-
Lin Jen-Shin authored
Highlight maintenance policy timelines See merge request gitlab-org/gitlab!22337
-
Marin Jankovski authored
-
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
-
Martin Wortschack authored
-
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
-