- 05 Nov, 2020 40 commits
-
-
Nick Gaskill authored
Fixed layout of manual patch instructions See merge request gitlab-org/gitlab!46932
-
Russell Dickenson authored
-
Nick Gaskill authored
Update details on secure templates with MR pipelines See merge request gitlab-org/gitlab!46950
-
Marcia Ramos authored
Document the merge requests deployment filters See merge request gitlab-org/gitlab!46343
-
Marcia Ramos authored
Document rspec metadata used in e2e tests See merge request gitlab-org/gitlab!45879
-
Sofia Vistas authored
-
Andrew Fontaine authored
Use loading prop for design upload button See merge request gitlab-org/gitlab!46292
-
Susan Tacker authored
Changed label text for links from uppercase to lowercase to match title of page being linked to See merge request gitlab-org/gitlab!45824
-
Kamil Trzciński authored
Ensure that pages metadata exists when updating it See merge request gitlab-org/gitlab!46669
-
Marcia Ramos authored
Add Migration Bot documentation See merge request gitlab-org/gitlab!44276
-
Vijay Hawoldar authored
- Move doc to dev/ - Reorg doc content - Add "user types" to user/index.md - Link from user/index.md
-
Enrique Alcántara authored
Display submodules in MR tree and file header See merge request gitlab-org/gitlab!46840
-
Rémy Coutable authored
Add geo secondary web user usage ping See merge request gitlab-org/gitlab!46278
-
Rémy Coutable authored
Avoid N+1 queries in JiraConnect::client See merge request gitlab-org/gitlab!46783
-
Andy Soiron authored
We expose a user notes count for each MR. Counting user notes executes an extra SQL query for each MR in the list. This commit loads all counts in one query and passes it to the serializer as an option. If the option is not available, it will fall back to execute a count query.
-
Vladimir Shushlin authored
This fix is a bit paranoid: pages_metadata was added in 12.* and created via background migration. Now it should exists for every project. (this is true for .com) But if users just upgrade to 13.* after a long wait, then background migration may still be in-progress, so we want to ensure that metadata exist before we update it with deployment_id
-
Olena Horal-Koretska authored
Remove target="_blank" from pipeline status widget See merge request gitlab-org/gitlab!46893
-
Paul Gascou-Vaillancourt authored
Since the code changed is in EE as well.
-
David O'Regan authored
Replace deprecated classes with utility ones See merge request gitlab-org/gitlab!46911
-
Kushal Pandya authored
Update stop environment modal to gl-modal See merge request gitlab-org/gitlab!46469
-
Sunjung Park authored
-
Marcel Amirault authored
Fix example by using cache:paths See merge request gitlab-org/gitlab!46952
-
Kamil Trzciński authored
Improve append build trace service tests duration See merge request gitlab-org/gitlab!46966
-
Nick Thomas authored
Rename or add a new `/draft` alias to the `/wip` quick action See merge request gitlab-org/gitlab!46277
-
Rémy Coutable authored
Add label helps to epic API See merge request gitlab-org/gitlab!40465
-
Grzegorz Bizon authored
-
Peter Leitzen authored
Generate sitemap dynamically See merge request gitlab-org/gitlab!46661
-
Kushal Pandya authored
Merge branch '276440-check-all-pipeline-jobs-for-security-artifacts-in-basic-security-mr-widget' into 'master' Check all pipeline jobs for security artifacts in security MR widget See merge request gitlab-org/gitlab!46870
-
Mark Florian authored
This corrects an oversight where the basic security MR widget was only checking for security artifacts from the first page of jobs returned by the API. This meant that, for a pipeline with a lot of jobs, the MR widget might incorrectly not be shown. This change makes sure that additional pages are requested until either the last page has been reached, or one or more security artifacts have been found. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/276440.
-
Vitali Tatarintev authored
Remove graphql_lazy_authorization feature flag See merge request gitlab-org/gitlab!46819
-
Phil Hughes authored
Use toasts for wiki notifications See merge request gitlab-org/gitlab!46201
-
Tom Quirk authored
Adds :js to support toasts in tests
-
Sean McGivern authored
Add total and closed counters to issues analytics See merge request gitlab-org/gitlab!46444
-
Jan Provaznik authored
Add Requirements Visibility Setting RUN AS-IF-FOSS See merge request gitlab-org/gitlab!46532
-
Lee Tickett authored
-
Patrick Bajao authored
Add epic filter for issues public APIs See merge request gitlab-org/gitlab!46887
-
fjsanpedro authored
In this commit we create a controller that will generate dynamically the sitemap for the `gitlab-org` group. The controller is restricted for .com.
-
Martin Wortschack authored
Fix retried builds icon sprite to use css_class See merge request gitlab-org/gitlab!46955
-
Patrick Bajao authored
Fix group destroy not working with Gitaly Cluster See merge request gitlab-org/gitlab!46934
-
James Lopez authored
Change BitBucket Pull Request Import to a Batch Process See merge request gitlab-org/gitlab!46696
-