- 14 Feb, 2020 40 commits
-
-
Jarka Košanová authored
- move epics from ultimate to premium - update documentation
-
Jan Provaznik authored
Add subepics feature to license and services See merge request gitlab-org/gitlab!24170
-
Martin Wortschack authored
[UPDATE] Migrating `fa-spinner` from `app/views/shared/notifications` Closes #204742 See merge request gitlab-org/gitlab!24940
-
Shubham Pandey authored
-
Imre Farkas authored
Add GET endpoint to LDAP group link API Closes #13679 See merge request gitlab-org/gitlab!24216
-
Blair Lunceford authored
-
Imre Farkas authored
Add delete identity API endpoint to users API Closes #23068 See merge request gitlab-org/gitlab!24122
-
Blair Lunceford authored
-
Phil Hughes authored
Scope merge request approval rules to protected branches using API search Closes #460 See merge request gitlab-org/gitlab!24344
-
Phil Hughes authored
Migrate fa-spinner to spinner in milestones directory See merge request gitlab-org/gitlab!25067
-
Ignacio Gea authored
-
Phil Hughes authored
Moves the standalone vulnerabilities url to `/vulnerabilities/[id]`" See merge request gitlab-org/gitlab!24777
-
Sam Beckham authored
- Moves the url from /security/dashboard/[id] to /security/vulnerabilities/id - Moves the nessecary bits from the dashboard controller to the vulnerabilities controller - Remaps the vulnerability_path routing helper to match the above changes - Updates the tests to match the above changes
-
Phil Hughes authored
Fix autocomplete limitation bug – take 2 See merge request gitlab-org/gitlab!25167
-
James Lopez authored
Separate platform provider and post receive entities into own class files See merge request gitlab-org/gitlab!25119
-
Rajendra Kadam authored
-
Jan Provaznik authored
Allow config of sidekiq-cluster with query Closes gitlab-com/gl-infra/scalability#45 See merge request gitlab-org/gitlab!18877
-
Martin Wortschack authored
Show Kubernetes namespace on job show page Closes #31756 See merge request gitlab-org/gitlab!20983
-
Hordur Freyr Yngvason authored
Adds support for showing kubernetes namespaces on deployment jobs where the namespace has been recorded. See https://gitlab.com/gitlab-org/gitlab/issues/31756 Also fixes a bug where we were using the last successful deployment instead of the deployment associated with the build to determine which cluster to display.
-
Marcel Amirault authored
Resolve "Follow-up from "Add Windows Shared Runners to GitLab.com docs"" Closes #198013 See merge request gitlab-org/gitlab!25020
-
Darren Eastman authored
Resolve discussion in issue 198013. - Reworded section describing usage quotas.
-
Martin Wortschack authored
Update dependency @gitlab/ui to ^9.8.0 See merge request gitlab-org/gitlab!24862
-
Kushal Pandya authored
[UPDATE] updated underscore to lodash in spec/javascripts/badges Closes #196678 See merge request gitlab-org/gitlab!25135
-
Shubham Pandey authored
-
Kushal Pandya authored
Design view: moveable "new comment" pin See merge request gitlab-org/gitlab!24769
-
Tom Quirk authored
- and emit the appropriate noteMove and openCommentForm events
-
Kushal Pandya authored
Replace underscore with lodash for ./app/assets/javascripts/ci_variable_list Closes #196663 See merge request gitlab-org/gitlab!25174
-
Kushal Pandya authored
Replace underscore with lodash for ./app/assets/javascripts/contributors Closes #196638 See merge request gitlab-org/gitlab!25027
-
Kushal Pandya authored
Partially migrate ee/spec/javascripts/environments/ to Jest See merge request gitlab-org/gitlab!24995
-
Kushal Pandya authored
Merge branch '202592-migrate-fa-spinner-to-spinner-for-app-views-admin-application_settings' into 'master' Migrate '.fa-spinner' to '.spinner' for admin/application_settings Closes #202592 See merge request gitlab-org/gitlab!24880
-
Stan Hu authored
Add projects widget to instance security dashboard See merge request gitlab-org/gitlab!24644
-
Avielle Wolfe authored
Adds Security::VulnerableProjectsController and accompanying route, which reuses the logic backing the vulnerable projects widget on the group security dashboard. https://gitlab.com/gitlab-org/gitlab/issues/17969
-
Evan Read authored
Docs update note for external id and kube-ctl See merge request gitlab-org/gitlab!25206
-
Adam Mulvany authored
-
Paul Gascou-Vaillancourt authored
-
GitLab Bot authored
-
Lukas Eipert authored
jQuery at.js has a hard limit on how many items can be searched. Before it executes it's search function, it limits the array size to 1000 items. We have been hitting this bug because we have more than a thousand users or labels [0][1]. We are planning to replace at.js [2], but in order to fix this bug for now, we have forked at.js [3] and made adjustments, so that it works for our usecases. Performance wise this should have no big impact, as we are rendering a maximum of 5 results in the most cases anyway. The search on the javascript side is rather performant. [0]: https://gitlab.com/gitlab-org/gitlab/issues/204825 [1]: https://gitlab.com/gitlab-org/gitlab/issues/198650 [2]: https://gitlab.com/gitlab-org/gitlab/issues/27240 [3]: https://gitlab.com/gitlab-org/frontend/At.js
-
Ramya Authappan authored
Remove design management spec from quarantine Closes #205205 See merge request gitlab-org/gitlab!25212
-
Thong Kuah authored
Record audit event when user is added See merge request gitlab-org/gitlab!24855
-
Tan Le authored
We only create audit event when user is created by an authorized user, but not via system trigger (e.g. SmartCard authentication).
-