- 10 Nov, 2020 1 commit
-
-
Markus Koller authored
The repository routes for project repositories are ambiguous and also match project snippet repositories, so LFS requests for project snippets will work but snippets are not ready yet to properly support LFS. We can work around this by checking `#lfs_enabled?` on the `container` instead of the `project`, which for snippets will be the snippet itself, and `Snippet#lfs_enabled?` is currently hard-coded to return `false`. To simplify things, we also remove the project-specific access check and use `lfs_download_access?` instead to determine wether to expose the existence of the project (404 response) or not (403 response), when sending an error response. When LFS is disabled on the container we now also send a 404 instead of a 403.
-
- 09 Nov, 2020 39 commits
-
-
Rémy Coutable authored
Update most of the feature flags with milestones See merge request gitlab-org/gitlab!47190
-
Nicolò Maria Mezzopera authored
Rename getActiveIssue to activeIssue See merge request gitlab-org/gitlab!47194
-
Bob Van Landuyt authored
Properly validate milestones array in releases API PUT method See merge request gitlab-org/gitlab!47169
-
Eulyeon Ko authored
The getter had been renamed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46939. The mocked getter in this action spec must be renamed accordingly.
-
Kushal Pandya authored
Fix bug with closing issues on mobile view See merge request gitlab-org/gitlab!47114
-
Kamil Trzciński authored
This iterates all YAMLs, and fetches milestone associated with the MR or Issue. This also organises items of all YAMLs in a consistent order.
-
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
-