- 27 May, 2020 18 commits
-
-
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
-
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 22 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
-
Dan Jensen authored
This adds a section to the Value Stream Analytics documentation to explain how the lead time and cycle time metrics are calculated.
-
Robert Speicher authored
[RUN AS-IF-FOSS] Fix Iteration FOSS pipeline Closes #219169 See merge request gitlab-org/gitlab!33112
-
Mayra Cabrera authored
Update container_expiration_policies defaults See merge request gitlab-org/gitlab!32600
-
Steve Abrams authored
Remove lock retries from migration
-
Mayra Cabrera authored
Scope code-nav artifact authorization to project See merge request gitlab-org/gitlab!32981
-
Mario de la Ossa authored
-
Illya Klymov authored
Add report type & scanner name to security dashboards See merge request gitlab-org/gitlab!31775
-
Illya Klymov authored
Split the dashboard header to a separate component See merge request gitlab-org/gitlab!32069
-
Mario de la Ossa authored
Add QuickActions to change and remove Iterations from Issues
-
Mayra Cabrera authored
Fix merge conflicts in raketasks/readme Closes #219165 See merge request gitlab-org/gitlab!33108
-
Mario de la Ossa authored
Add the creation of SystemNotes when an Issue gets their iteration changed or removed.
-
Kyle Wiebers authored
-