- 26 Jun, 2020 33 commits
-
-
Igor Drozdov authored
We don't load logs tree as dataType: script anymore when this endpoint is call with this format the exception is raised
-
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
-
Marcel Amirault authored
Docs: Fixed broken links Closes #223269 See merge request gitlab-org/gitlab!35386
-
Suzanne Selhorn authored
There is a job that reports broken external links. This MR fixes several of them.
-
Evan Read authored
Docs: Added fake URL guidance See merge request gitlab-org/gitlab!35267
-
Suzanne Selhorn authored
Because we don't formally call out the fake domain names we use
-
Paul Slaughter authored
Resolve "Merge request approval button style inadvertently changed" Closes #29151 and #224139 See merge request gitlab-org/gitlab!35213
-
-
Evan Read authored
Include link to blockquotes section from Alerts Closes #216615 See merge request gitlab-org/gitlab!35339
-
Mike Jang authored
-
Ash McKenzie authored
Improve package factories See merge request gitlab-org/gitlab!35128
-
Ezekiel Kigbo authored
Removed an unecessary returned promise and update related specs
-
- 25 Jun, 2020 7 commits
-
-
Ezekiel Kigbo authored
Checks that we have a group before rendering the filter bar Move feature flag setting to initialize action Makes sure we set the feature flag state before we mount the component
-
Ezekiel Kigbo authored
BE filters should be reflected in the filter bar on load Ensure we build the initial state from the backend supplied params Fetch initial token data on load Fetches the token data when the filter bar component is created
-
Ezekiel Kigbo authored
Minor cleanup the prepareTokens method and adds additional specs
-
Ezekiel Kigbo authored
Adds an initialize action to the VSA filter bar allowing tokens to be set on component mount
-
Ezekiel Kigbo authored
Adds vuex actions to fetch and update data for the VSA filter bar tokens Adds additional action / mutation specs
-
Evan Read authored
Docs: Redo of Releases page Closes #220842 See merge request gitlab-org/gitlab!34967
-
Suzanne Selhorn authored
Removed several screenshots, changed capitalization, Changed topics to be task-based, and added to intro. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/220842
-