- 14 Feb, 2020 21 commits
-
-
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
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Marcel Amirault authored
docs/ci: fix typesetting of "Node.js" See merge request gitlab-org/gitlab!25115
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 13 Feb, 2020 19 commits
-
-
Marcel Amirault authored
Fix broken note block in docs See merge request gitlab-org/gitlab!25204
-
Amy Qualls authored
Fix the display of a broken note block.
-
Mayra Cabrera authored
Increase paid signup experimentation ratio See merge request gitlab-org/gitlab!24870
-
Mike Greiling authored
Update broken links to Cloud Run for Anthos documentation See merge request gitlab-org/gitlab!25159
-
Mayra Cabrera authored
Add migration to save Instance Administrators group ID See merge request gitlab-org/gitlab!24796
-
Reuben Pereira authored
Add migration to save Instance Administrators group ID in application_settings table.
-
Mayra Cabrera authored
Store mentions in after_save callback See merge request gitlab-org/gitlab!24586
-
Mayra Cabrera authored
Add environment auto stop worker See merge request gitlab-org/gitlab!21476
-
Evan Read authored
Geo: Add docs on the self-service framework See merge request gitlab-org/gitlab!23260
-
Toon Claes authored
Design on the Geo self-service framework, the naming of things, the API, etc.
-
Mayra Cabrera authored
Add feature filter types for users See merge request gitlab-org/gitlab!24774
-
Alper Akgun authored
This adds a feature filter setting for users to allow them to be in feature flag enabled or disabled group for growth experiments on gitlab.com
-
Toon Claes authored
Create Operations Strategies and Scopes Tables See merge request gitlab-org/gitlab!24819
-
Jason Goodman authored
For use with operations feature flags
-
Douglas Barbosa Alexandre authored
Compare diff against HEAD if diff_head is passed See merge request gitlab-org/gitlab!23157
-
Douglas Barbosa Alexandre authored
Merge branch '32079-misleading-suggestion-is-created-when-made-at-the-last-line-of-a-file-with-no-newline-at-end' into 'master' Resolve "Misleading suggestion is created when made at the last line of a file with "\ No newline at end of file"" Closes #32079 See merge request gitlab-org/gitlab!22732
-
Douglas Barbosa Alexandre authored
Merge branch '204856-replicating-objects-in-object-storage-schedules-removal-and-re-syncs' into 'master' Fix: [Geo]Replicating objects in object storage schedules removal Closes #204856 See merge request gitlab-org/gitlab!24901
-
Valery Sizov authored
and re-syncs object again We just skip MigratedLocalFilesCleanUpWorker when sync_object_storage for node is enabled
-
Russell Dickenson authored
Better rendering of version text See merge request gitlab-org/gitlab!25096
-