- 05 Nov, 2020 40 commits
-
-
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.
-
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
-
Pavel Shutsin authored
Will be used at issues analytics page
-
Bob Van Landuyt authored
New Crowdin translations - 02 November 2020 See merge request gitlab-org/gitlab!46740
-
GitLab Crowdin Bot authored
[skip ci]
-
Jan Provaznik authored
Generate canonical url and remove trailing slash See merge request gitlab-org/gitlab!46435
-
James Lopez authored
Skip disabled features when importing a project from Gitea See merge request gitlab-org/gitlab!46800
-
Catalin Irimie authored
We have replaced the fa-warning icons, however in the retried builds there is one using class: instead of css_class: which causes errors because class: doesn't exist as an attribute, this updates it to css_class instead.
-
Brandon Labuschagne authored
Update design scaler component See merge request gitlab-org/gitlab!46205
-
Tom Quirk authored
This commit is in light of the previous commit, where GlButtonGroup is now used in the component.
-
Simon Schrottner authored
As BitBucket importer tried to fetch all Pull Requests upfront, before importing it, the memory consumption got very high. So high, that bigger projects could never be imported fully, as they had too many Pull Requests. This change should reduce the amount of occupied memory, as the Pull Requests are now fetched and imported in a batch of 100. As it used to be done before hand, for creating pull request branches. relates to https://gitlab.com/gitlab-org/gitlab/-/issues/23586
-
Kamil Trzciński authored
Remove Feature Flag Definition for feature_flags_related_issues See merge request gitlab-org/gitlab!46597
-
Jason Goodman authored
This is a licensed feature and does not use a feature flag check
-
Kamil Trzciński authored
Pages: Improve validate_pages_domain error message See merge request gitlab-org/gitlab!46859
-
Rehab Hassanein authored
-