Commits on Source (8)
-
Carla Drago authored
This removes the ignore_column directive for the project_import_level column on the namespace_settings table which was removed in 16.9. Changelog: other
-
🤖 GitLab Bot 🤖 authored
-
Adam Hegyi authored
Remove ignore rule See merge request gitlab-org/gitlab!144662 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Mehmet Emin INAC <minac@gitlab.com> Co-authored-by:
carlad-gl <cdrago@gitlab.com>
-
Ross Byrne authored
The experiment was successful, so we're including the changes Changelog: changed EE: true
-
Aboobacker MK authored
Clean up successful free_trial_registration_redesign experiment See merge request !145235 Merged-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Dmytro Biryukov <dbiryukov@gitlab.com> Approved-by:
Kos Palchyk <kpalchyk@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Aaron Huntsman <ahuntsman@gitlab.com> Approved-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Reviewed-by:
Ezekiel Kigbo <3397881-ekigbo@users.noreply.gitlab.com> Co-authored-by:
Ross Byrne <robyrne@gitlab.com>
-
Tiger Watson authored
Adds a placeholder for the merge request URL which keeps can use in their code, which will be substituted for the actual URL when the merge request is created. To enable this, the housekeeper now pushes an empty branch and merge request before committing to the branch.
-
Manoj M J authored
Allow housekeeper changes to use the merge request URL See merge request !145204 Merged-by:
Manoj M J <mmj@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Manoj M J <mmj@gitlab.com> Co-authored-by:
Tiger <twatson@gitlab.com> Co-authored-by:
Dylan Griffith <dyl.griffith@gmail.com>
-
Heinrich Lee Yu authored
Update dependency webmock to '~> 3.22.0' See merge request !145360 Merged-by:
Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Nao Hashizume <nhashizume@gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Reviewed-by:
Nao Hashizume <nhashizume@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.checksum 1 addition, 1 deletionGemfile.checksum
- Gemfile.lock 2 additions, 2 deletionsGemfile.lock
- app/models/namespace_setting.rb 0 additions, 1 deletionapp/models/namespace_setting.rb
- ee/app/controllers/registrations/welcome_controller.rb 0 additions, 6 deletionsee/app/controllers/registrations/welcome_controller.rb
- ee/app/controllers/users/identity_verification_controller.rb 0 additions, 6 deletionsee/app/controllers/users/identity_verification_controller.rb
- ee/app/experiments/free_trial_registration_redesign_experiment.rb 0 additions, 11 deletions...xperiments/free_trial_registration_redesign_experiment.rb
- ee/app/services/registrations/base_namespace_create_service.rb 1 addition, 4 deletions...p/services/registrations/base_namespace_create_service.rb
- ee/app/views/trial_registrations/_new.html.haml 0 additions, 28 deletionsee/app/views/trial_registrations/_new.html.haml
- ee/app/views/trial_registrations/_new_design.html.haml 0 additions, 58 deletionsee/app/views/trial_registrations/_new_design.html.haml
- ee/app/views/trial_registrations/new.html.haml 60 additions, 6 deletionsee/app/views/trial_registrations/new.html.haml
- ee/config/feature_flags/experiment/free_trial_registration_redesign.yml 0 additions, 8 deletions...ure_flags/experiment/free_trial_registration_redesign.yml
- ee/spec/experiments/free_trial_registration_redesign_experiment_spec.rb 0 additions, 27 deletions...ments/free_trial_registration_redesign_experiment_spec.rb
- ee/spec/features/registrations/saas/trial_flow_company_creating_project_spec.rb 1 addition, 38 deletions...trations/saas/trial_flow_company_creating_project_spec.rb
- ee/spec/services/registrations/standard_namespace_create_service_spec.rb 0 additions, 30 deletions...s/registrations/standard_namespace_create_service_spec.rb
- ee/spec/support/helpers/saas_registration_helpers.rb 1 addition, 1 deletionee/spec/support/helpers/saas_registration_helpers.rb
- ee/spec/views/trial_registrations/new.html.haml_spec.rb 6 additions, 25 deletionsee/spec/views/trial_registrations/new.html.haml_spec.rb
- gems/gitlab-housekeeper/lib/gitlab/housekeeper/change.rb 2 additions, 1 deletiongems/gitlab-housekeeper/lib/gitlab/housekeeper/change.rb
- gems/gitlab-housekeeper/lib/gitlab/housekeeper/git.rb 39 additions, 21 deletionsgems/gitlab-housekeeper/lib/gitlab/housekeeper/git.rb
- gems/gitlab-housekeeper/lib/gitlab/housekeeper/gitlab_client.rb 28 additions, 24 deletions...itlab-housekeeper/lib/gitlab/housekeeper/gitlab_client.rb
... | ... | @@ -511,7 +511,7 @@ group :test do |
gem 'shoulda-matchers', '~> 5.1.0', require: false # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'email_spec', '~> 2.2.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'webmock', '~> 3.21.2' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'webmock', '~> 3.22.0' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'rails-controller-testing' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'concurrent-ruby', '~> 1.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
gem 'test-prof', '~> 1.3.1' # rubocop:todo Gemfile/MissingFeatureCategory | ||
... | ... |