- 01 Dec, 2020 40 commits
-
-
Nick Thomas authored
Generalize repository routing See merge request gitlab-org/gitlab!45872
-
Markus Koller authored
Previously we used both a `:namespace_id` and a `:repository_id` in the repository routes, which originally made sense for project repositories, but was confusing with personal snippets where `:namespace_id` was just the `/snippets` prefix and not an actual namespace. For group wiki repositories we also need to support toplevel groups, where we only have a namespace path. So we combine `:namespace_id` and `:repository_id` into a single `:repository_path` route argument, and refactor the related controllers and internal APIs accordingly. The repository path is mainly used in `Gitlab::RepoPath` to determine the container for the repository. In the `GitAccess` classes it's only used in `GitAccessProject` when auto-creating project repositories, where we need to know in which namespace to create the new project.
-
Markus Koller authored
Merge branch '250353-convert-issues-createfromvulnerabilityservice-to-work-similar-to-issues-buildservice-add-route' into 'master' Add route to build issue from vulnerability See merge request gitlab-org/gitlab!47528
-
Jonathan Schafer authored
Issues controller checks if a vulnerability ID is sent in the parameters, and links that vulnerability if it is.
-
Peter Leitzen authored
Fix kwargs deprecation warnings in issues controller spec See merge request gitlab-org/gitlab!48887
-
Brandon Labuschagne authored
[FE] Separate VSA selector and create form See merge request gitlab-org/gitlab!48740
-
Ezekiel Kigbo authored
Separates the jest test for the value stream selector and the value stream form
-
Sean McGivern authored
Merge branch '228675-separate-filtering-users-from-sorting-users-support-multiple-filters' into 'master' Add support for mixing direct member filter with 2FA filter See merge request gitlab-org/gitlab!48084
-
Sean McGivern authored
Move users#show.json to users#activity.json See merge request gitlab-org/gitlab!48712
-
Sean McGivern authored
Seperate on-demand scan template from DAST template See merge request gitlab-org/gitlab!48088
-
Mark Florian authored
Remove unused issue header and issue blocked-by modal code See merge request gitlab-org/gitlab!48762
-
Adam Hegyi authored
Create devops adoption measurements See merge request gitlab-org/gitlab!47388
-
Adam Hegyi authored
- Expose the latest snapshot for segments - Move all segment specific code to EE - Use array for the groups association
-
Bob Van Landuyt authored
Improve some of our GraphQL helper interfaces See merge request gitlab-org/gitlab!48287
-
Arturo Herrero authored
This commit fixes the warning: Passing the keyword argument as the last hash parameter is deprecated.
-
Russell Dickenson authored
Added environment_url.txt example See merge request gitlab-org/gitlab!48216
-
Seth Berger authored
-
Bob Van Landuyt authored
Make ProjectCacheWorker idempotent See merge request gitlab-org/gitlab!48790
-
David O'Regan authored
Replace how to merge HAML See merge request gitlab-org/gitlab!48766
-
David O'Regan authored
Replace how to merge HAML modal with new Vue compenent and delete old code.
-
Brandon Labuschagne authored
Replace fa-chevron-down icons in clusters/gcp/form See merge request gitlab-org/gitlab!48656
-
Bob Van Landuyt authored
Update feature categories for 2020-12-01 See merge request gitlab-org/gitlab!48879
-
Alex Kalderimis authored
This moves our GraphQL helpers away from string-orientated operations to the use of abstractions for arguments and field selections that are more testable, composable and debugging friendly.
-
Peter Leitzen authored
Fix kwargs deprecation warnings See merge request gitlab-org/gitlab!48770
-
Bob Van Landuyt authored
Remove resolve procs in type defs (Part 3) [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!48043
-
Brett Walker authored
so that we can start using the new GraphQL interpreter (https://graphql-ruby.org/queries/interpreter.html#compatibility) # Conflicts: # ee/app/graphql/ee/types/issue_type.rb # Conflicts: # app/graphql/types/ci/job_type.rb # app/graphql/types/merge_request_type.rb # ee/app/graphql/ee/types/project_type.rb
-
Jacques Erasmus authored
Add gon to Jira Connect App See merge request gitlab-org/gitlab!48865
-
Peter Leitzen authored
Fix depreciation warning for positional args for application context spec See merge request gitlab-org/gitlab!48827
-
Peter Leitzen authored
Fix depreciation warning for positional args See merge request gitlab-org/gitlab!48808
-
Coung Ngo authored
Delete unused code as a result of migrating the issue header from Haml to Vue and removing the vue_issue_header feature flag
-
Peter Leitzen authored
Fix depreciation warning for positional args for project creator spec See merge request gitlab-org/gitlab!48809
-
David O'Regan authored
Add loading spinner to assignee header See merge request gitlab-org/gitlab!48392
-
Scott Stern authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!48874
-
Sean McGivern authored
-
Martin Wortschack authored
in clusters gcp form
-
Rémy Coutable authored
Raise error if webpack errored during compilation See merge request gitlab-org/gitlab!48802
-
GitLab Release Tools Bot authored
-
Ezekiel Kigbo authored
Move jira_connect.js code to Vue App See merge request gitlab-org/gitlab!48744
-
Michael Kozono authored
Block non-get and non-head requests See merge request gitlab-org/gitlab!46045
-