- 05 Nov, 2020 40 commits
-
-
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
-
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
-
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
-
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
-
Heinrich Lee Yu authored
Resolve "Follow-up from "Add Sample Data" - Move override_date_attributes to RelationFactory" See merge request gitlab-org/gitlab!45760
-
Nikola Milojevic authored
- Fix specs for date calculator - Fix wrong guard logic - Fix rubocop offences - Extract logic to sample relation factory - Add Sample::RelationFactory - Rename SampleDataRelationTreeRestorer - Fix Importer - Add param for mark_as_consumed
-
Kushal Pandya authored
Merge branch '241957-remove-v-html-from-app-assets-javascripts-notes-components-discussion_filter_note-vue' into 'master' Replace v-html with GlSprintf in discussion_filter_note.vue See merge request gitlab-org/gitlab!41482
-
Ash McKenzie authored
Remove release `issues_url` and `merge_requests_url` from REST/GraphQL See merge request gitlab-org/gitlab!46828
-
Vitaly Slobodin authored
Adding a check for pipeline subscription availability See merge request gitlab-org/gitlab!46712
-
Ezekiel Kigbo authored
Enable ci_lint_vue feature flag by default See merge request gitlab-org/gitlab!46801
-
Simon Knox authored
Realign DAST site validation frontend with backend See merge request gitlab-org/gitlab!46475
-
Paul Gascou-Vaillancourt authored
-
Ezekiel Kigbo authored
Fix fake date when called as function See merge request gitlab-org/gitlab!46921
-
Heinrich Lee Yu authored
Add reposition_note permission See merge request gitlab-org/gitlab!45957
-
Luke Duncalfe authored
This works as an alias of `admin_note` unless the noteable is a Design, in which case it will be true if the user can `create_note`. This allows us to make a new mutation for repositioning a note on a Design which will allow users who did not create the note to reposition it. https://gitlab.com/gitlab-org/gitlab/-/issues/207334
-
Shinya Maeda authored
Remove ci_send_deployment_hook_when_start Feature Flag See merge request gitlab-org/gitlab!46905
-