- 06 Nov, 2020 1 commit
-
-
Max Woolf authored
Removes export_merge_requests_as_csv feature flag from the codebase and associated specs
-
- 05 Nov, 2020 39 commits
-
-
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
-
Adam Hegyi authored
Use Helm 3 for GitLab-managed apps in new clusters [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!46267
-
Hordur Freyr Yngvason authored
With this change, any existing cluster will continue to use Helm 2, while all new clusters will use Helm 3 for GitLab-managed apps. Note that this only applies to GitLab-managed apps -- Auto DevOps uses its own Helm version on a per-project basis. The diff looks big because we split the Helm command classes into two modules, V2 and V3, to allow them to evolve independently as long as they both implement the same minimal interface. The command classes in the V2 module should be exactly equal to their old counterparts, besides the addition of BaseCommand#helm_version, which the common Kubernetes pod generator uses to resolve the container image. The command classes in the V3 module are ports of the relevant subset of commands. There are more classes in the V2 module because we carried along support for in-cluster Tiller. This is currently unused, but may be used to clean up Tiller if we decide to offer Helm 2 to 3 migration in the product later on. See also https://gitlab.com/gitlab-org/gitlab/-/issues/120021
-
Vitali Tatarintev authored
Refactor build/bridge codes by using processable See merge request gitlab-org/gitlab!46762
-
Furkan Ayhan authored
Here, we are moving same codes into processable
-
Michael Kozono authored
Check if all replication and verification succeeded See merge request gitlab-org/gitlab!46785
-