- 09 Nov, 2020 40 commits
-
-
Sean McGivern authored
Replace existing Feature Flags with a single of OPS type See merge request gitlab-org/gitlab!45050
-
Jan Provaznik authored
Remove :generic_canonical feature flag See merge request gitlab-org/gitlab!47053
-
Miguel Rincon authored
Author and Assignees labels not working in VSA See merge request gitlab-org/gitlab!47058
-
Ezekiel Kigbo authored
-
Phil Hughes authored
Defer loading non-essential components See merge request gitlab-org/gitlab!47029
-
Olena Horal-Koretska authored
Add row highlight for alert settings See merge request gitlab-org/gitlab!47001
-
David O'Regan authored
Add support for alert HTTP create supported via GraphQL
-
Olena Horal-Koretska authored
Updated iterations on sidebar to only show opened state See merge request gitlab-org/gitlab!46722
-
Donald Cook authored
-
Fabio Pitino authored
Spread CI minute reset workers over 3 hours See merge request gitlab-org/gitlab!46927
-
Phil Hughes authored
Resolve "pipeline tooltips cover the entire element" See merge request gitlab-org/gitlab!46866
-
Simon Knox authored
Remove board list to vuex & graphql See merge request gitlab-org/gitlab!44385
-
Simon Knox authored
Only works for group boards currently due to feature flag restrictions
-
Nicolò Maria Mezzopera authored
Merge branch '273130-remove-getx-prefix-from-vuex-getter-name-in-boards-sidebar-store' into 'master' Remove get- prefix from swimlanes boards vuex getters See merge request gitlab-org/gitlab!46939
-
Phil Hughes authored
Merge branch '233656-replace-bootstrap-alerts-in-ee-app-views-trials-_banner-html-haml' into 'master' Resolve "Replace bootstrap alerts in ee/app/views/trials/_banner.html.haml" See merge request gitlab-org/gitlab!41074
-
Rémy Coutable authored
Hides resolve buttons for users who don't have permission See merge request gitlab-org/gitlab!46020
-
Phil Hughes authored
This hides any resolve action from users who don't have the correct permissions to resolve discussions. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/220923
-
Phil Hughes authored
Add Web IDE Solarized Light theme support See merge request gitlab-org/gitlab!46999
-
Phil Hughes authored
Monokai theme for the Web IDE See merge request gitlab-org/gitlab!46901
-
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.
-
Eulyeon Ko authored
get- prefix shouldn't be used as vuex getters are not called directly but rather used as computed props. The following getters have been renamed: getLabelToggleState to labelToggleState getActiveIssue to activeIssue The following getter has been renamed for clarity: getIssues to getIssuesByList
-
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
-
fjsanpedro authored
-
Ash McKenzie authored
Return 404 when deleting non-existant SSH key See merge request gitlab-org/gitlab!46450
-