- 05 Nov, 2020 36 commits
-
-
James Lopez authored
Change BitBucket Pull Request Import to a Batch Process See merge request gitlab-org/gitlab!46696
-
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
-
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
-
Heinrich Lee Yu authored
Improve vulnerability issue/MR creation errors See merge request gitlab-org/gitlab!46589
-
Heinrich Lee Yu authored
Fix the application worker structured payload See merge request gitlab-org/gitlab!46903
-
Mark Chao authored
Compute UUID before creating or updating Finding See merge request gitlab-org/gitlab!46483
-
Michał Zając authored
-
Michał Zając authored
-
Michał Zając authored
Additional, minor changes: * Remove debugging logs * Update specs
-
Evan Read authored
Fix typo in PRIVATE-TOKEN in API docs See merge request gitlab-org/gitlab!46933
-
Russell Dickenson authored
Update docs guide for lefthook See merge request gitlab-org/gitlab!46852
-
- 04 Nov, 2020 4 commits
-
-
Stan Hu authored
-
Mayra Cabrera authored
Add project with alerts created metric See merge request gitlab-org/gitlab!46636
-
Sean Arnold authored
-
Mayra Cabrera authored
Forbid top level route sitemap See merge request gitlab-org/gitlab!46677
-