- 17 Apr, 2020 40 commits
-
-
Lukas Eipert authored
`escape` is deprecated per MDN [0], we should use encodeURIComponent instead. We do this, because we want to avoid confusion with e.g. the actual escaping of HTML entity characters with helper functions like `lodash.escape`. [0]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/escape
-
GitLab Bot authored
-
Rémy Coutable authored
Document backup retention with custom filenames Closes #199243 See merge request gitlab-org/gitlab!29478
-
Achilleas Pipinellis authored
When you use a custom filename, the backup retention configuration doesn't work. This change makes sure to document this and also creates a new retention section (split from the Cron one).
-
Marcia Ramos authored
Docs: Mentions on comments on Designs will generate Todos See merge request gitlab-org/gitlab!29746
-
Luke Duncalfe authored
-
Marcia Ramos authored
Docs: add missing product tier badge on Designs See merge request gitlab-org/gitlab!29770
-
Thong Kuah authored
Update rouge to v3.18.0 See merge request gitlab-org/gitlab!29666
-
GRIBOK authored
-
Achilleas Pipinellis authored
Add Secure Team specific style to Go guidelines See merge request gitlab-org/gitlab!29753
-
Adam Cohen authored
-
Kushal Pandya authored
Snippet edit form See merge request gitlab-org/gitlab!28600
-
Denys Mishunov authored
On the Snippet Edit form, initialize root Vue application Support creation of new snippets
-
Achilleas Pipinellis authored
Link to SSOT for package reg. in permissions.md See merge request gitlab-org/gitlab!29727
-
Achilleas Pipinellis authored
Add docs for praefect rake tasks Closes #214017 See merge request gitlab-org/gitlab!29521
-
John Cai authored
-
Peter Leitzen authored
Prevent username overriding while creating a Deploy Token via the API. Closes #211963 See merge request gitlab-org/gitlab!28175
-
Marcin Sedlak-Jakubowski authored
Add documentation for issues rate limit See merge request gitlab-org/gitlab!29130
-
Eugenia Grieff authored
- Add page Rate limits for issues creation - Add link to it in Rate limits page
-
Phil Hughes authored
Expose work information on User See merge request gitlab-org/gitlab!29258
-
Kushal Pandya authored
Initiate Jira import on frontend See merge request gitlab-org/gitlab!29128
-
Coung Ngo authored
Added ability to initiate import of Jira project in a project on the frontend
-
Martin Wortschack authored
Enable the Add metric button for CE users See merge request gitlab-org/gitlab!29769
-
Rémy Coutable authored
Run sidekiq-server middleware in all specs See merge request gitlab-org/gitlab!29509
-
Phil Hughes authored
Merge branch '197337-value-stream-analytics-move-type-of-work-charts-to-separate-module' into 'master' Move tasks by type components into separate directory Closes #197337 See merge request gitlab-org/gitlab!28522
-
Ezekiel Kigbo authored
Moves the filters and charts components for the tasks by type chart into a separate component folder Moves type of work into a separate component
-
Dmytro Zaporozhets authored
Expose first_contribution for merge request API Closes #24742 See merge request gitlab-org/gitlab!26926
-
Phil Hughes authored
Migrate pipelines graph folder spec to jest See merge request gitlab-org/gitlab!28955
-
Frédéric Caplette authored
The pipeline graph components and the mock data have been moved to frontend folder and rewrote the tests with jest
-
Bob Van Landuyt authored
Default `tasks_by_type_chart` feature flag to true Closes #210061 See merge request gitlab-org/gitlab!28486
-
Phil Hughes authored
Add data-qa-selector to packageEntity link Closes #214570 See merge request gitlab-org/gitlab!29646
-
Rémy Coutable authored
Use Kaniko to build qa image in GitLab CI See merge request gitlab-org/gitlab!28988
-
Jan Provaznik authored
Validate group name only on name update See merge request gitlab-org/gitlab!29707
-
Peter Leitzen authored
Add support for /file_hooks directory See merge request gitlab-org/gitlab!29675
-
Dmytro Zaporozhets authored
Use /file_hooks directory for File Hooks to be in sync with feature name. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Achilleas Pipinellis authored
docs: Move the failover info into the praefect section See merge request gitlab-org/gitlab!29004
-
Lin Jen-Shin authored
Stop running quarantined specs Closes #213705 See merge request gitlab-org/gitlab!29344
-
Marcia Ramos authored
-
Miguel Rincon authored
The Add Metric button should become available for all users in 12.10. This change enables this functionality. - Removes conditional IS_EE to display "Add metrics" button - Move some dashboard specs from EE to CE
-
Rémy Coutable authored
Updating options spec string to be raw data See merge request gitlab-org/gitlab!29764
-