- 14 Feb, 2020 40 commits
-
-
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).
-
Russell Dickenson authored
Fix a typo in security scanner docs See merge request gitlab-org/gitlab!25139
-
Heinrich Lee Yu authored
Add group identification headers to epic emails See merge request gitlab-org/gitlab!24878
-
Heinrich Lee Yu authored
Remove unnecessary milestone join tables See merge request gitlab-org/gitlab!25198
-
Mario de la Ossa authored
Instead of going forward with multiple custom milestone types, we've decided in https://gitlab.com/gitlab-org/gitlab/issues/35290#note_280134243 to explicitly create "timeboxes" for our users, so we revert unnecessary tables created in https://gitlab.com/gitlab-org/gitlab/merge_requests/22043 here
-
Ray Paik authored
Fix typos in Web Application Firewall docs See merge request gitlab-org/gitlab!25207
-
Ray Paik authored
Fix typos in Contributor and Development docs See merge request gitlab-org/gitlab!25208
-
Felipe Artur authored
Add X-GitLab-Group-Id and X-GitLab-Group_Path headers on epic emails.
-
Ray Paik authored
Fix typo in Migrating from Jenkins docs See merge request gitlab-org/gitlab!25213
-
Ray Paik authored
Fix typo in AutoDevOps Docs See merge request gitlab-org/gitlab!25209
-
Thong Kuah authored
Switch Auto-DevOps Test from only/except to rules See merge request gitlab-org/gitlab!24931
-
Mark Lapierre authored
Fixed by https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25103
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Evan Read authored
Change flag to docker-services Closes #118474 See merge request gitlab-org/gitlab!24959
-