- 27 May, 2020 30 commits
-
-
Kushal Pandya authored
Remove newIssue function logic from list model See merge request gitlab-org/gitlab!32244
-
Kushal Pandya authored
Remove addAssignees logic from issues model See merge request gitlab-org/gitlab!32231
-
Marvin Karegyeya authored
-
Heinrich Lee Yu authored
Remove LSIF API endpoints which aren't used See merge request gitlab-org/gitlab!32325
-
Heinrich Lee Yu authored
Add Kubernetes::NetworkPolicy#autodevops? See merge request gitlab-org/gitlab!32715
-
Tiger Watson authored
Create operations_feature_flags_issues Table See merge request gitlab-org/gitlab!32876
-
Jason Goodman authored
For linking feature flags and issues
-
Heinrich Lee Yu authored
Fix Merge Request Note Label URLs See merge request gitlab-org/gitlab!30428
-
Lee Tickett authored
-
Heinrich Lee Yu authored
Standardize template names See merge request gitlab-org/gitlab!32612
-
Ben Bodenmiller authored
-
Igor Drozdov authored
Infer merge request in Discussions::ResolveService See merge request gitlab-org/gitlab!32932
-
Shaun McCann authored
Docs - how to get license details via Rails console See merge request gitlab-org/gitlab!33123
-
Thong Kuah authored
Merge branch '219193-foss-job-failure-with-unintialized-constant-uninitialized-constant-gitlab-throttle-in-spec' into 'master' Remove `/config/initializers/rack_attack.rb` from `.gitignore` Closes #219193 See merge request gitlab-org/gitlab!33128
-
Igor Drozdov authored
We used them for the first code intelligence iteration Now we don't need them, so we can remove
-
Albert Salim authored
-
Evan Read authored
Add docs for the PostHog cluster application See merge request gitlab-org/gitlab!29152
-
Luke Duncalfe authored
This change allows Discussions::ResolveService to infer the related Merge Request without the params[:merge_request] being present. Previously the param was expected to be passed and the service would error if it were not present. This change is being made for two reasons: 1) Discussions can be associated with Designs, which have no relationship with Merge Requests. In order to be able to use this service to resolve Discussions on Designs, we need to make this service able to treat the param as optional. 2) This service is to be called from within the GraphQL API. It shouldn't be the API's responsibility to find the related Merge Request and pass it to the service, but instead the service should be responsible for making sure the right services are called after resolving Discussions on Merge Requests. The params[:merge_request] has been kept as an optimisation for existing code that has fetched the Merge Request already before calling the service (this won't be the case for the GraphQL API). https://gitlab.com/gitlab-org/gitlab/-/issues/13049
-
Evan Read authored
Added AWS credentials for Docker credential helper See merge request gitlab-org/gitlab!30938
-
Julian Paul Dasmarinas authored
-
Russell Dickenson authored
Docs: Add no transfer note See merge request gitlab-org/gitlab!33086
-
Russell Dickenson authored
Add instructions for masking credentials See merge request gitlab-org/gitlab!32948
-
Dennis Appelt authored
-
Russell Dickenson authored
Add metadata to Plan pages See merge request gitlab-org/gitlab!32682
-
James Fargher authored
Resolve "Avoid N+1 queries on project search" See merge request gitlab-org/gitlab!30346
-
Douglas Barbosa Alexandre authored
Follow-up propagate integrations service See merge request gitlab-org/gitlab!32748
-
Anton Smith authored
-
Tiger Watson authored
Update application_settings schema on db/structure See merge request gitlab-org/gitlab!33091
-
Thong Kuah authored
Allow manual rollout jobs to fail See merge request gitlab-org/gitlab!32865
-
Robert Speicher authored
Add quick actions for iterations in issues Closes #196795 See merge request gitlab-org/gitlab!32904
-
- 26 May, 2020 10 commits
-
-
Michael Kozono authored
Updates alert status enum values See merge request gitlab-org/gitlab!32697
-
Enrique Alcántara authored
Remove prepend-left-4 CSS class See merge request gitlab-org/gitlab!33002
-
charlie ablett authored
GraphQL: hasPreviousPage and hasNextPage not working consistently Closes #218340 See merge request gitlab-org/gitlab!32476
-
Brett Walker authored
for stable/keyset cursor pagination
-
Hordur Freyr Yngvason authored
When we migrated to rules syntax, we missed the fact that these jobs were previously allowed to fail, see https://gitlab.com/gitlab-org/gitlab/-/issues/218724
-
Evan Read authored
Add suggested limit of 25 words per sentence See merge request gitlab-org/gitlab!30743
-
Mike Jang authored
-
Jose Vargas authored
This removes the prepend-left-4 CSS class and replaces it for the GitLab-UI equivalent gl-ml-2 utility class
-
lauraMon authored
* Updates sorting vars in FE
-
Mike Jang authored
Docs for VSA cycle time and lead time Closes #217997 See merge request gitlab-org/gitlab!32359
-