- 09 Nov, 2020 40 commits
-
-
Simon Knox authored
Resolve image relative paths See merge request gitlab-org/gitlab!46208
-
Jacques Erasmus authored
Added the ability to resolve image relative paths
-
Kamil Trzciński authored
Remove minimal access feature flag See merge request gitlab-org/gitlab!46918
-
Bob Van Landuyt authored
Global Search - Left Sidebar See merge request gitlab-org/gitlab!46595
-
Zack Cuddy authored
This creates a search facet sidebar for issues and merge requests. This also converts the status and confidential filter from a dropdown to a radio button.
-
Rémy Coutable authored
Fix rubocop loading order issues See merge request gitlab-org/gitlab!47008
-
Doug Stull authored
- due to our loading order during test, we are loading the cop_helper first instead of letting the rubocop be required first and the class to be defined.
-
Rémy Coutable authored
Create file to modify Vale's output See merge request gitlab-org/gitlab!46725
-
Amy Qualls authored
This commit creates a new .vale.py file in the root folder. It breaks Vale's output apart into multiple lines, making it easier to read the output. It also adds a new line that links back to the style guide, explaining how to fix the error.
-
Bob Van Landuyt authored
Merge branch '267191-project-access-tokens-delete-project-bot-after-it-s-removed-from-project-membership' into 'master' Project Access Tokens - Delete project bot after token expires See merge request gitlab-org/gitlab!45828
-
Serena Fang authored
Instead of making a new worker, move project bot removal logic into remove expired members worker
-
Nicolò Maria Mezzopera authored
Resolve "No additional integrations for Core users" See merge request gitlab-org/gitlab!46889
-
David O'Regan authored
Add support for alert HTTP create supported via GraphQL
-
Heinrich Lee Yu authored
Merge branch '17176-add-application-and-audit-event-logs-for-create-revoke-pat-services' into 'master' Add app and audit event logs to PAT create and revoke services See merge request gitlab-org/gitlab!45976
-
Sanad Liaquat authored
Adds application and audit event logs. This is requried for https://gitlab.com/gitlab-org/gitlab/-/issues/17176 to log an admin's creation of another user's PAT
-
Nicolò Maria Mezzopera authored
Add lock and confidential badges to issue sticky header See merge request gitlab-org/gitlab!46996
-
Coung Ngo authored
The normal issue header shows locked and confidential badges when the issue has those properties. This information is missing from the sticky header which this commit adds.
-
Phil Hughes authored
Remove "Report abuse" button from a merged Merge Request See merge request gitlab-org/gitlab!46031
-
Ash McKenzie authored
Return 404 when deleting non-existant SSH key See merge request gitlab-org/gitlab!46450
-
Jan Provaznik authored
Remove merge_base_pipelines feature flag See merge request gitlab-org/gitlab!46384
-
Heinrich Lee Yu authored
Address on-demand DAST site validation feedback See merge request gitlab-org/gitlab!46906
-
Max Woolf authored
Currently when using the UI to delete an SSH key via the credentials inventory, the HTTP status code returned is always 201 regardless of the outcome. This commits adds a guard clause to render a 404 Not Found error when attempting to delete a non-existant SSH key.
-
Marcel Amirault authored
Fix vale rule comments See merge request gitlab-org/gitlab!47152
-
Heinrich Lee Yu authored
Handle and test for different link types in IssueLinksResolver See merge request gitlab-org/gitlab!46297
-
Justin Zeng authored
-
Sanad Liaquat authored
Fix and un-quarantines import GitHub e2e spec See merge request gitlab-org/gitlab!46878
-
Sanad Liaquat authored
-
Evan Read authored
Docs update vale once rule See merge request gitlab-org/gitlab!47150
-
Marcel Amirault authored
-
Evan Read authored
-
Heinrich Lee Yu authored
Add updateImageDiffNote mutation to reposition notes on images See merge request gitlab-org/gitlab!45958
-
Luke Duncalfe authored
This mutation allows repositioning a DiffNote. It uses the special `reposition_note` permission, which is an alias of `admin_note` unless the noteable is a Design, in which case it will be true if the user can `create_note`. This allows people who can comment on a Design to reposition the notes of other people. https://gitlab.com/gitlab-org/gitlab/-/issues/207334
-
Shinya Maeda authored
Upgrade `spring` to `2.1.1` See merge request gitlab-org/gitlab!47133
-
Heinrich Lee Yu authored
Make Rails code reloading configurable in development and test See merge request gitlab-org/gitlab!46836
-
Marcel Amirault authored
Fix broken Vale tests See merge request gitlab-org/gitlab!47146
-
Evan Read authored
-
Dylan Griffith authored
[RUN AS-IF-FOSS] Add GraphQL mutation to control the weight of Canary Ingress See merge request gitlab-org/gitlab!44553
-
Heinrich Lee Yu authored
Add project email disabled field to issue type See merge request gitlab-org/gitlab!46947
-
Heinrich Lee Yu authored
Merge branch '211357-api-endpoint-to-get-the-gpg-signature-of-a-commit-always-returns-404' into 'master' Fix 404 on Commit Signature API when using Rugged See merge request gitlab-org/gitlab!46736
-
Kerri Miller authored
-