Commits on Source (100)
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Matthias Käppler authored
This cuts down on long-term memory use with a small increase in request latency.
-
Brett Walker authored
in support of upcoming work on members table Changelog: changed
-
Brett Walker authored
-
Sean McGivern authored
This was a feature flag for internal purposes, to track a reduction in Redis usage for background job processing. Changelog: other
-
Siddharth Asthana authored
Changelog: other
-
Diogo Frazão authored
Remove index_suggestions_on_note_id index Changelog: fixed Relates to #349549
-
Marius Bobin authored
Changelog: added
-
Diogo Frazão authored
Add index_design_management_versions_on_author_id index Changelog: fixed Relates to gitlab-org/gitlab#349549
-
Sanad Liaquat authored
-
George Koltsov authored
- Update BulkImports file manipulation services `tmp_dir` variable as well as few validations to align all services to perform similar validations
-
Paul Gascou-Vaillancourt authored
This reduces the GraphQL polling overhead in the on-demand scans page by... * ...including an ETag header in the query to prevent hitting the database on every request. * ...putting the query behind a visibility check to pause the polling when the browser tab is not visible. * ...increasing the polling interval from 1 to 3 seconds. Changelog: performance EE: true
-
Peter Leitzen authored
Use `let_it_be_with_reload` + `update!` to avoid repetitive project factory creations.
-
GitLab Release Tools Bot authored
-
Zack Cuddy authored
This change renames the Geo View Routes from Nodes to Sites. This change also adds redirects to the user facing nodes routes to redirect to Sites. Changelog: changed EE: true
-
Paul Slaughter authored
- We shouldn't use gl-form-input for `<select>` - See #338792 (comment 812741524) Changelog: fixed
-
Gregor Dschung authored
-
Sheldon Led authored
-
Mayra Cabrera authored
Resolve "Inconsistent schema - index_design_management_versions_on_author_id index" See merge request !77831
-
-
Russell Dickenson authored
Remove unlinked files and trailing spaces See merge request gitlab-org/gitlab!78349
-
Scott Stern authored
-
-
-
Russell Dickenson authored
Document Deployment Approvals feature See merge request !77719
-
Mehmet Emin INAC authored
This change also introduces the necessary database tables. Changelog: added EE: true
-
-
Dan Davison authored
Improving pipeline subscriptions screen See merge request !77332
-
Sincheol (David) Kim authored
Remove ci_archived_build_trace_checksum feature flag See merge request !78368
-
Frédéric Caplette authored
Geo - Rename routes from Nodes to Sites See merge request !78150
-
Ash McKenzie authored
This reverts merge request !78298
-
Parent-child pipelines are similar to multi-project pipelines, but we should highlight the differences to make it easier to understand how they work
-
Allow users to delete labels from the edit view Changelog: added
-
Jan Provaznik authored
Add `Delete` button to label edit view See merge request !77917
-
Gitaly runs consistency checks for repositories in various situations, which may prohibit importing and using repositories which contain malformed objects which do not pass these checks. Document why we have those consistency checks and how administrators can override them.
-
-
Luke Duncalfe authored
Revert "Merge branch 'update-bundler' into 'master'" See merge request !78419
-
Tiger Watson authored
-
Marcel Amirault authored
-
-
Sincheol (David) Kim authored
Event tracking for require_verification_for_group_creation experiment See merge request !78167
-
Simon Knox authored
Remove ff from filtered search for iterations See merge request !78411
-
Tiger Watson authored
Resolve "Inconsistent schema - index_suggestions_on_note_id index" See merge request !77769
-
Evan Read authored
-
-
For code blocks with language `email`, use the standard font (rather than monospace), and word-wrap long lines (rather than scrolling). Changelog: changed
-
Paul Slaughter authored
Format email messages in code blocks See merge request !76977
-
Tiger Watson authored
Add member_namespace_id column to members table See merge request !77592
-
GitLab Release Tools Bot authored
-
Martin Wortschack authored
Changelog: changed
-
Ben Bodenmiller authored
-
Natalia Tepluhina authored
Improve on-demand scans polling performances See merge request !78375
-
Changelog: changed
-
Heinrich Lee Yu authored
Enable feature flag bulk_expire_project_artifacts See merge request !78429
-
Natalia Tepluhina authored
Fix disabled style for mirror settings field See merge request !78399
-
Etienne Baqué authored
Update docs links of SaaS User Caps See merge request !77573
-
release-tools approver bot authored
Update Gitaly version See merge request !78437
-
Sanad Liaquat authored
Use unique branch in each test See merge request !78376
-
-
Matthias Käppler authored
Run GC after each metrics request See merge request !77176
-
Sri Rang authored
The protected status of the CI vars generated when creating a service account is linked to the environment protected status. When env is not selected, or for CE instances, the vars are not protected.
-
Brandon Labuschagne authored
Merge branch '344370-make-badges-in-app-views-projects-pipelines-_info-html-haml-pajamas-compliant' into 'master' Make badges in pipelines/_info partial Pajamas-compliant See merge request !77980
-
Etienne Baqué authored
Provide GraphQL interface to query Security Training Vendors See merge request !78195
-
Fabio Pitino authored
Fix Rails/SaveBang offenses See merge request !75988
-
-
Fiona Neill authored
Docs: Update image for group level VSA stage table See merge request !78421
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
-
Fiona Neill authored
Note when manually finishing a batched background migration was added See merge request !78438
-
Sanad Liaquat authored
Remove the word project from expectation See merge request !78415
-
release-tools approver bot authored
Update Gitaly version See merge request !78448
-
Changelog: fixed EE: true
-
Rémy Coutable authored
Fix link to GitLab Enterprise Edition (EE) License See merge request !78117
-
The changes are behind the FF ci_find_runners_by_ci_mirrors
-
Kamil Trzciński authored
Resolve cross-db queries for Runner scopes See merge request !77370
-
Markus Koller authored
Refactor BulkImports tmpdir variable & update few validations See merge request !78113
-
Lin Jen-Shin authored
ci: Automatically deploy Review App for changes to controllers See merge request !77897
-
GitLab Release Tools Bot authored
-
Achilleas Pipinellis authored
Clean up docs redirects - 2022-01-18 See merge request !78434
-
Kushal Pandya authored
Order child epics in roadmap by configured sort order See merge request !78249
-
Paul Gascou-Vaillancourt authored
-
Douglas Barbosa Alexandre authored
GCP service account CI vars protected if environment is protected See merge request !77590
-
release-tools approver bot authored
Update Gitaly version See merge request !78457
-
- Add a cron job and a limited capacity worker to delete package files in a decoupled and async way, taking the Package Registry a step closer to a scalable package file deletion approach. - The cron job runs twice a day. It checks if there are any package files pending destruction, in which case it enqueues the limited capacity worker. - The limited capacity worker picks up and destroys package files that are pending destruction one by one until all have ben deleted. - Since the new jobs are very similar in functionality to the Dependency Proxy cleanup jobs, do some refactoring for reuse. MR: gitlab-org/gitlab!77212 Changelog: other
-
Igor Drozdov authored
Add package file cleanup jobs See merge request !77212
-
Changelog: other
-
Adam Hegyi authored
Add backfill migrations for ci namespace/project mirrors See merge request !76327
-
Changelog: changed EE: true
-
Natalia Tepluhina authored
Polish Slack application edit page UI See merge request !78252
-
Enrique Alcántara authored
Make badge in pipeline-status-badge Pajamas compliant See merge request !78464
Showing
- .gitlab/ci/rules.gitlab-ci.yml 8 additions, 3 deletions.gitlab/ci/rules.gitlab-ci.yml
- .rubocop_todo/rails/save_bang.yml 0 additions, 6 deletions.rubocop_todo/rails/save_bang.yml
- CHANGELOG.md 9 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- Gemfile.lock 1 addition, 1 deletionGemfile.lock
- app/assets/javascripts/labels/components/delete_label_modal.vue 13 additions, 0 deletions...sets/javascripts/labels/components/delete_label_modal.vue
- app/assets/javascripts/pages/admin/labels/edit/index.js 2 additions, 0 deletionsapp/assets/javascripts/pages/admin/labels/edit/index.js
- app/assets/javascripts/pages/groups/labels/edit/index.js 2 additions, 0 deletionsapp/assets/javascripts/pages/groups/labels/edit/index.js
- app/assets/javascripts/pages/projects/labels/edit/index.js 2 additions, 0 deletionsapp/assets/javascripts/pages/projects/labels/edit/index.js
- app/assets/stylesheets/framework/mixins.scss 24 additions, 0 deletionsapp/assets/stylesheets/framework/mixins.scss
- app/assets/stylesheets/framework/typography.scss 2 additions, 0 deletionsapp/assets/stylesheets/framework/typography.scss
- app/assets/stylesheets/notify.scss 12 additions, 0 deletionsapp/assets/stylesheets/notify.scss
- app/controllers/projects/google_cloud/service_accounts_controller.rb 8 additions, 17 deletions...lers/projects/google_cloud/service_accounts_controller.rb
- app/models/application_setting.rb 4 additions, 0 deletionsapp/models/application_setting.rb
- app/models/ci/runner.rb 7 additions, 0 deletionsapp/models/ci/runner.rb
- app/models/concerns/packages/destructible.rb 15 additions, 0 deletionsapp/models/concerns/packages/destructible.rb
- app/models/concerns/ttl_expirable.rb 1 addition, 7 deletionsapp/models/concerns/ttl_expirable.rb
- app/models/dependency_proxy/blob.rb 1 addition, 0 deletionsapp/models/dependency_proxy/blob.rb
- app/models/dependency_proxy/manifest.rb 1 addition, 0 deletionsapp/models/dependency_proxy/manifest.rb
- app/models/label.rb 1 addition, 1 deletionapp/models/label.rb
app/models/concerns/packages/destructible.rb
0 → 100644