- 29 Jan, 2020 40 commits
-
-
Anwar Sadath authored
-
Martin Wortschack authored
Fix nav link in security submenu See merge request gitlab-org/gitlab!23775
-
Martin Wortschack authored
Changed color of allowed to fail badge from danger to warning See merge request gitlab-org/gitlab!23437
-
Dimitrie Hoekstra authored
The color was not inline with our color design guidelines and was giving off the impression of an error.
-
Andreas Brandl authored
Allow custom Guard command See merge request gitlab-org/gitlab!23947
-
Stan Hu authored
Upgrade Gitaly to v1.85.0 See merge request gitlab-org/gitlab!23945
-
GitalyBot authored
This upgrade deprecates the branch parameter in UserSquash and removes the revision parameter from GetAllLFSPointersRequest.
-
Kamil Trzciński authored
Make attr_encrypted thread-safe Closes #199083 See merge request gitlab-org/gitlab!23955
-
Kushal Pandya authored
Fixed Vue file browser not working with special characters Closes #199308 See merge request gitlab-org/gitlab!23921
-
Marcia Ramos authored
Improve pages custom CA docs See merge request gitlab-org/gitlab!22513
-
Ben Bodenmiller authored
-
Nick Thomas authored
Add section on DNS stubbing to documentation Closes #198663 See merge request gitlab-org/gitlab!23800
-
Robert May authored
-
Kushal Pandya authored
Refactor gl dropdown.js See merge request gitlab-org/gitlab!20488
-
Marvin Karegyeya authored
-
Kamil Trzciński authored
De-dup project tree entries Closes #27070 See merge request gitlab-org/gitlab!22598
-
Bob Van Landuyt authored
Expire CurrentSettings when checking job status See merge request gitlab-org/gitlab!23202
-
Nick Thomas authored
Resolve "Add a GraphQL query for Error Tracking - List Errors" Closes #35897 See merge request gitlab-org/gitlab!21802
-
Sean Arnold authored
- Add collection type - Add global id to error - Add errors resolver
-
James Lopez authored
Move HamService into spam folder See merge request gitlab-org/gitlab!23934
-
Natalia Tepluhina authored
Merge branch '198525-tag-expiration-track-of-clicks-of-save-and-cancel-to-understand-how-users-are-interacting' into 'master' Add event tracking to buttons in Docker container expiration settings See merge request gitlab-org/gitlab!23844
-
Nicolò Maria Mezzopera authored
- tracking - unit tests update
-
Heinrich Lee Yu authored
We ran into issues when encrypting in multiple threads because attr_encrypted instances were sharing one encrypted_attributes hash. This was fixed in https://github.com/attr-encrypted/attr_encrypted/commit/d4ca0e2073ca6ba5035997ce25f7fc0b4bfbe39e but a new version wasn't released. So we need to patch it ourselves here.
-
Jan Provaznik authored
Redirects trials with query string parameters Closes #119083 See merge request gitlab-org/gitlab!23905
-
Jan Provaznik authored
Resolve "Project#to_reference does not produce a valid reference" Closes #198116 See merge request gitlab-org/gitlab!23452
-
Alex Kalderimis authored
This renames to_reference_with_postfix to to_reference, and introduces to_reference_base to handle the need for a base for child references This combines all reference methods into a single example context
-
Dmytro Zaporozhets authored
Add license FAQ link to license expired message See merge request gitlab-org/gitlab!23835
-
Jay authored
Add a FAQ link to the license we display to users when their license is expired, or is about to expire. finishes: https://gitlab.com/gitlab-org/gitlab/issues/7681
-
James Lopez authored
Use cache_key for invalidating LC report See merge request gitlab-org/gitlab!23898
-
Can Eldem authored
-
Matthias Kaeppler authored
This moves responsibilities closer to each other. Also fix the problem with the group being hard-coded.
-
Kushal Pandya authored
Add server-side search for environments dropdown See merge request gitlab-org/gitlab!23834
-
Dhiraj Bodicherla authored
The search input in environments dropdown filters already fetched items. This MR adds sever-side search for the input
-
Heinrich Lee Yu authored
Bring back "Migrate epic mentions to epic_user_mentions" Closes #199297 See merge request gitlab-org/gitlab!23919
-
Heinrich Lee Yu authored
Merge branch '24779-super-group-milestone-view-doesn-t-include-milestones-from-projects-in-subgroups' into 'master' Include milestones from subgroups in Milestones view Closes #24779 See merge request gitlab-org/gitlab!22922
-
Eugenia Grieff authored
Show milestones from group descendants in Milestones view at the group level Add specs for subgroup milestones Add Project scope to combine filering by issues or merge requests feature available
-
Heinrich Lee Yu authored
Merge branch '36502-nuget-package-metadata-extraction-job-db-changes-and-dependencies' into 'master' Nuget - metadata extraction See merge request gitlab-org/gitlab!21561
-
Evan Read authored
Add documentation about renaming features See merge request gitlab-org/gitlab!23210
-
Dan Jensen authored
This explains that, when renaming a feature, the facade-only approach might be acceptable. It also lists some criteria to help determine when it might even be better.
-
Heinrich Lee Yu authored
Fix `rails db:*` when the database does not exist See merge request gitlab-org/gitlab!23806
-