- 29 Jan, 2020 40 commits
-
-
Walmyr Lima authored
This commit moves attributes of a project milestone resource to the main class so that the EE one can inherit it, and focus only on EE specific stuff. And one of the attributes is being removed since it wasn't in use. Also, it prefers to be explicit about how fabrication happens (via API) than being implicit (fabricate!) Finally, this change saves us six lines of code.
-
Rémy Coutable authored
Fix missing 'Pipeline schedules' link Closes #199088 See merge request gitlab-org/gitlab!23842
-
Adam Hegyi authored
- Add test case for FOSS and EE project and group navbar structure.
-
Rémy Coutable authored
Feature flag: adding of use_core_delta_islands See merge request gitlab-org/gitlab!23850
-
Natalia Tepluhina authored
Remove Elastic Stack cluster application feature flag See merge request gitlab-org/gitlab!23058
-
Adrien Kohlbecker authored
Enable the app by default
-
Achilleas Pipinellis authored
Update Dependency Proxy to ultimate only See merge request gitlab-org/gitlab!23925
-
Tim Rizzi authored
-
Achilleas Pipinellis authored
update link to BATS See merge request gitlab-org/gitlab!23866
-
Achilleas Pipinellis authored
docs: Revise upgrade versions in update readme See merge request gitlab-org/gitlab!23952
-
Rémy Coutable authored
Optimize ref name lookups in archive downloads See merge request gitlab-org/gitlab!23890
-
Achilleas Pipinellis authored
More explicit Praefect documentation See merge request gitlab-org/gitlab!23853
-
Zeger-Jan van de Weg authored
After another demo with the team, the configuration docs weren't explicit enough. This change updates the docs to be even more explicit.
-
Nick Thomas authored
Add only backend API for view arbitrary commit in merge request - issue #62817 See merge request gitlab-org/gitlab!23701
-
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
-