- 26 Jun, 2020 40 commits
-
-
Tim Poffenbarger authored
-
Marcel Amirault authored
Additional details on Payload Types See merge request gitlab-org/gitlab!33982
-
Davin Walker authored
-
Douglas Barbosa Alexandre authored
Fix display of IP addresses in audit logs See merge request gitlab-org/gitlab!35356
-
Tim Zallmann authored
Change CI minutes purchase to a primary action See merge request gitlab-org/gitlab!35361
-
Adam Hegyi authored
Add support for hash partitioning See merge request gitlab-org/gitlab!35268
-
Andreas Brandl authored
This adds a basic migration helper to create hash partitions
-
Marcel Amirault authored
Remove easy from Markdown guide See merge request gitlab-org/gitlab!35402
-
Sean McGivern authored
The `ip_address` column returns an IPAddr, which doesn't specify a JSON representation so we get the Rails default of a hash of its instance variables. We need an explicit `to_s` to show it in human-readable form.
-
Bob Van Landuyt authored
Redirect wiki edit actions for missing pages See merge request gitlab-org/gitlab!35350
-
Phil Hughes authored
Fix text color on job log in dark mode Closes #222804 See merge request gitlab-org/gitlab!35387
-
Simon Knox authored
Reset yiq-text-color to correct values since the bootstrap defaults are inverted when we override $white and $gray-950 Original values https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L98
-
Rémy Coutable authored
Add template for composer packages See merge request gitlab-org/gitlab!35197
-
Denys Mishunov authored
Move "Delete comment" button to the bottom of "More actions" list See merge request gitlab-org/gitlab!35237
-
Jake Burden authored
-
Thong Kuah authored
Dismiss user notification dot upon acknowledgement See merge request gitlab-org/gitlab!34397
-
Markus Koller authored
Cancel review app deployment when MR is merged See merge request gitlab-org/gitlab!34960
-
Marcin Sedlak-Jakubowski authored
Update links and vale rules Closes gitlab-docs#601 See merge request gitlab-org/gitlab!35404
-
Marcel Amirault authored
Along with broken/redirected links, brings in vale rule updates from omnibus, and found adjacent to fixed links
-
Peter Leitzen authored
Rename snippet blob raw route Closes #224516 See merge request gitlab-org/gitlab!35335
-
Denys Mishunov authored
Fix issue suggestion text color Closes #223727 See merge request gitlab-org/gitlab!34899
-
Simon Knox authored
Both for dark mode (000 => fefefe) and for light mode (000 => 2e2e2e) Use important util class so hover doesn't change color
-
Natalia Tepluhina authored
Add form to edit iterations See merge request gitlab-org/gitlab!34380
-
Simon Knox authored
Filtering iterations by ID, and display just info No edit view for now
-
Martin Wortschack authored
Update vuex state when filter bar values change See merge request gitlab-org/gitlab!34598
-
Jan Provaznik authored
[RUN AS-IF-FOSS] Enforce RSpec zero monkey patching mode Closes #220018 See merge request gitlab-org/gitlab!35059
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit enforces RSpec zero monkey patching mode.
-
Natalia Tepluhina authored
Convert the Image tag UI to a list view See merge request gitlab-org/gitlab!35138
-
Nicolò Maria Mezzopera authored
- right secondary - left and right action - update tests
-
Igor Drozdov authored
Allow overriding of project approvers in merge request See merge request gitlab-org/gitlab!34026
-
Stan Hu authored
Previously specifying blank `user_ids` and `group_ids` during the creation of a merge request approver rule would cause the merge request to inherit from the project rule. However, that prevents users from setting the merge request approvers to "any approver". To fix this, we only set the "any approver" type if `user_ids` and `group_ids` is not specified and no project approvers are present. In addition, this commit also fixes the approval rule type when project rule has users/groups. Suppose a project has an approval rule that includes specific users or groups as approvers. If a user attempts to create a merge request approval rule based on this project rule but omits `user_ids` and `group_ids`, previously this rule would be erroneously assigned "any approver". However, the project approvers should be inherited. To fix this, we: 1. First copy the project approval rules. 2. If the newly-modified params indicate specific users or groups, don't assign the merge request rule the "any approver" type. Found while investigating failures in upgrading Grape v1.3.3 in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33450.
-
Ash McKenzie authored
Resolve "Ensure unit tests are run as part of backend changes to specs" Closes #224641 See merge request gitlab-org/gitlab!35408
-
Heinrich Lee Yu authored
Revert "Merge branch '221259-improve-package-factories' into 'master'" See merge request gitlab-org/gitlab!35407
-
Achilleas Pipinellis authored
Cosmetic markdown fixes on policy/maintenance.html See merge request gitlab-org/gitlab!34019
-
Albert Salim authored
-
Martin Wortschack authored
Remove prepend-top-default CSS class See merge request gitlab-org/gitlab!35263
-
Ash McKenzie authored
This reverts merge request !35128
-
Evan Read authored
Update docs for Helm app for local Tiller See merge request gitlab-org/gitlab!30671
-
Hordur Freyr Yngvason authored
-
Russell Dickenson authored
-