Commits on Source (40)
-
Albert authored
-
Albert authored
-
Erick Bajao authored
-
Erick Bajao authored
-
Erick Bajao authored
-
Enrique Alcántara authored
Move cluster dropdown component to the root of the create_cluster application. This is to allow GKE cluster app to consume the component too.
-
Enrique Alcántara authored
Move cluster dropdown Vuex store module to the create cluster app directory. In that way, the create GKE cluster store can use this module.
-
Steve Abrams authored
Add the cron job and workers to run the container_expiration_policies based on the cadence value. These jobs will lead to CleanupContainerRepositoryWorker being called for each valid policy.
-
Steve Abrams authored
Extract common components from Ci::PipelineSchedule and ContainerExpirationPolicy into a Schedulable concern
-
Introduces neww page for code review analytics app
-
Pavel Shutsin authored
Code Review is available for Starter+ license
-
Nikola Milojevic authored
-
Nikola Milojevic authored
-
Erick Bajao authored
-
Enrique Alcántara authored
-
Nikola Milojevic authored
-
Steve Abrams authored
-
Stan Hu authored
Previously when an exception occurred in Sidekiq, Sidekiq would export logs with timestamps (e.g. created_at, enqueued_at) in floating point seconds, while other jobs would report in ISO 8601 format. This inconsistency in data types would cause Elasticsearch to drop logs that did not match the schema type (date in most cases). This commit moves the responsibility of formatting timestamps to the Sidekiq JSON formatter where it properly belongs. The job logger now generates timestamps with floats, just as Sidekiq does. This ensures that timestamps are manipulated only in one place. See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8269
-
* In preparation for the specs being reused, move them into shared_examples.
-
Mayra Cabrera authored
Move common request specs into shared_examples See merge request !22428
-
Replace usaged in geo/node/projects !22718
-
Paul Slaughter authored
Fix spacing between errors in Geo Node Cards Closes #196075 See merge request !22718
-
-
Mayra Cabrera authored
Make BackgroundMigrationWorker backward compatible See merge request !22271
-
Joshua Lambert authored
-
Martin Wortschack authored
Migrate project_id dropdown tests to jest See merge request !22609
-
Martin Wortschack authored
Code Review analytics skeleton See merge request !22480
-
Mayra Cabrera authored
Make Sidekiq timestamps consistently ISO 8601 Closes #194116 See merge request !22750
-
Peter Leitzen authored
Remove feature flag for import graceful failures See merge request !22707
-
Alexey Zhigaltsov authored
-
Mike Greiling authored
Move cluster dropdown component one level up See merge request !22715
-
Mike Greiling authored
Cache webpack loaders in CI See merge request gitlab-org/gitlab!22204
-
Marcel Amirault authored
Update Code Quality docs about the new versioning scheme See merge request !21934
-
Add count argument to has_detailed_specs method Refactor performance_bar_spec
-
Dan Davison authored
Add missing argument to performance bar page object method See merge request !22798
-
Grzegorz Bizon authored
Container Expiration Policies recurring jobs See merge request !21593
-
Add spec for adding a message to quarantined tests
-
Mark Lapierre authored
Add quarantine tag message See merge request !22641
Showing
- .gitlab/ci/frontend.gitlab-ci.yml 6 additions, 4 deletions.gitlab/ci/frontend.gitlab-ci.yml
- Gemfile.lock 2 additions, 1 deletionGemfile.lock
- app/assets/javascripts/create_cluster/components/cluster_form_dropdown.vue 0 additions, 0 deletions...ripts/create_cluster/components/cluster_form_dropdown.vue
- app/assets/javascripts/create_cluster/eks_cluster/components/eks_cluster_configuration_form.vue 1 addition, 1 deletion...eks_cluster/components/eks_cluster_configuration_form.vue
- app/assets/javascripts/create_cluster/eks_cluster/store/index.js 1 addition, 1 deletion...ets/javascripts/create_cluster/eks_cluster/store/index.js
- app/assets/javascripts/create_cluster/store/cluster_dropdown/actions.js 0 additions, 0 deletions...ascripts/create_cluster/store/cluster_dropdown/actions.js
- app/assets/javascripts/create_cluster/store/cluster_dropdown/getters.js 0 additions, 0 deletions...ascripts/create_cluster/store/cluster_dropdown/getters.js
- app/assets/javascripts/create_cluster/store/cluster_dropdown/index.js 0 additions, 0 deletions...avascripts/create_cluster/store/cluster_dropdown/index.js
- app/assets/javascripts/create_cluster/store/cluster_dropdown/mutation_types.js 0 additions, 0 deletions...s/create_cluster/store/cluster_dropdown/mutation_types.js
- app/assets/javascripts/create_cluster/store/cluster_dropdown/mutations.js 0 additions, 0 deletions...cripts/create_cluster/store/cluster_dropdown/mutations.js
- app/assets/javascripts/create_cluster/store/cluster_dropdown/state.js 0 additions, 0 deletions...avascripts/create_cluster/store/cluster_dropdown/state.js
- app/assets/stylesheets/framework/lists.scss 7 additions, 0 deletionsapp/assets/stylesheets/framework/lists.scss
- app/models/ci/pipeline_schedule.rb 1 addition, 9 deletionsapp/models/ci/pipeline_schedule.rb
- app/models/concerns/schedulable.rb 21 additions, 0 deletionsapp/models/concerns/schedulable.rb
- app/models/container_expiration_policy.rb 11 additions, 0 deletionsapp/models/container_expiration_policy.rb
- app/services/container_expiration_policy_service.rb 15 additions, 0 deletionsapp/services/container_expiration_policy_service.rb
- app/views/layouts/nav/sidebar/_project.html.haml 2 additions, 0 deletionsapp/views/layouts/nav/sidebar/_project.html.haml
- app/workers/all_queues.yml 1 addition, 0 deletionsapp/workers/all_queues.yml
- app/workers/container_expiration_policy_worker.rb 16 additions, 0 deletionsapp/workers/container_expiration_policy_worker.rb
- changelogs/unreleased/15398-recurring-job.yml 5 additions, 0 deletionschangelogs/unreleased/15398-recurring-job.yml
File moved
File moved
File moved
File moved
File moved
File moved
File moved
app/models/concerns/schedulable.rb
0 → 100644