Commits on Source (98)
-
Amy Qualls authored
A bare explanation of what this is, and why someone might need it.
-
Rahul Chanila authored
-
Eduardo Sanz García authored
The banner was meant to be shown for versions 16.0-17.0. As 17.7, we proceed to remove it.
-
Pranav Jain authored
- Delete feature flag definition - Remove all conditionals using this feature flag - Remove test unit related to this feature flag Changelog: other
-
Scott de Jonge authored
Use gl-button-theme SCSS mixin from GitLab UI with CSS custom properties from design tokens Remove style overrides of `.gl-button.btn.btn-confirm` button in issue create Merge Request dropdown Changelog: changed
-
Leonardo da Rosa authored
## What does this MR It updates workers data consistency from `:always` to `:sticky` for workers maintained by `code_testing`, as a way to reduce database reads on the primary DB. Check #462611. To reduce resource saturation on the primary node, all workers should be changed to `sticky`, at minimum. Since jobs are now enqueued along with the current database LSN, the replica (for `:sticky` or `:delayed`) is guaranteed to be caught up to that point, or the job will be retried, or use the primary. Consider updating the worker(s) to `delayed`, if it's applicable. You can read more about the Sidekiq Workers `data_consistency` in https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-data-consistency-strategies. You can use this [dashboard](https://log.gprd.gitlab.net/app/r/s/iyIUV) to monitor the worker query activity on primary vs. replicas. Currently, the `gitlab-housekeeper` is not always capable of updating all references, so you must check the diff and pipeline failures to confirm if there are any issues. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::UpdateWorkersDataConsistency keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other # Conflicts: # .rubocop_todo/sidekiq_load_balancing/worker_data_consistency.yml
-
Lucie Zhao authored
-
Douglas Barbosa Alexandre authored
Changelog: fixed EE: true
-
Jennifer Li authored
Include exit code in Slack alert Move alert slack method to utils
-
- Ensure done/redo button stays square - Make sure done/redo button stays horizontally aligned to the right even when wrapped to a second line by a long todo title - Make sure tabs and top level action buttons wrap nicely - Fix distortion of sort and filter dropdowns Changelog: changed
-
Bishwa Hang Rai authored
Adds deprecated label to deprecated internal endpoints. EE: true
-
Marcel Amirault authored
Runs vale on deprecation doc to identify previously missed issues. Also updates acronyms and versions rule.
-
Fred de Gier authored
Changelog: added
-
Hinam Mehra authored
- ProjectRecalculateWorker and ProjectRecalculatePerUserWorker use the same lock key, project, which is causing jobs to fail since they are unable to obtain a lease. - A common example is when multiple users are invited to the same project. The first job suceeds, but subsequent jobs fail. - This MR updates the deduplication strategy so both the workers don't need the explicit lock on the project.
-
George Tsiolis authored
Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
Dan Davison authored
-
Chad Lavimoniere authored
The regular modal action button styles conflict with the custom layout of action buttons in a board configuration modal, so some more explicit styling is necessary. Changelog: fixed
-
GitLab Release Tools Bot authored
[ci skip]
-
Andrew Jung authored
Adds StreamDestinationMappable concern to map models 6 legacy models to 2 stream models Changelog: added EE: true
-
Russell Dickenson authored
-
Natanael Silva authored
-
Michael Kozono authored
other: refactored tests with unrealistic authorization See merge request !172575 Merged-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Michael Kozono <mkozono@gitlab.com> Reviewed-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Natanael Silva <nsilva@gitlab.com>
-
Payton Burdette authored
Fix spacing of board configuration modal buttons at small size See merge request !174451 Merged-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
Allison Browne authored
Merge branch 'code_testing--ci--daily-build-group-report-results-worker--ci--delete-unit-tests-worker--ci--pipeline-artifacts--coverage-report-worker' into 'master' Change data consistency for workers maintained by code_testing See merge request !172692 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Reviewed-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Leonardo Rosa <ldarosa@gitlab.com>
-
Scott de Jonge authored
-
Lukas Eipert authored
Replace text-white-50 class usage See merge request !174096 Merged-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
Miranda Fluharty authored
Move variant-deciding logic from `web_ide_link.vue` to `blob_header.vue` so that we can override it for the code flow file viewer `<blob-header>` Changelog: changed EE: true
-
Frédéric Caplette authored
Customize edit button in code flow file header See merge request !173342 Merged-by:
Frédéric Caplette <fcaplette@gitlab.com> Approved-by:
Lukas Wanko <lwanko@gitlab.com> Approved-by:
Frédéric Caplette <fcaplette@gitlab.com> Reviewed-by:
Miranda Fluharty <mfluharty@gitlab.com> Reviewed-by:
Frédéric Caplette <fcaplette@gitlab.com> Co-authored-by:
Miranda Fluharty <mfluharty@gitlab.com>
-
Andrew Evans authored
Removes the feature flag for 30-day and 60-day access token expiry notification emails, making the feature generally available. Changelog: added
-
Drew Blessing authored
Clean up FF expiring_pats_30d_60d_notifications See merge request !173792 Merged-by:
Drew Blessing <drew@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Co-authored-by:
Andrew Evans <aevans@gitlab.com> Co-authored-by:
agius <andrew@atevans.com>
-
Drew Blessing authored
Remove token expiration banner See merge request !173984 Merged-by:
Drew Blessing <drew@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Co-authored-by:
Eduardo Sanz García <esanz-garcia@gitlab.com>
-
release-tools approver bot authored
Update Gitaly version See merge request !174450 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Phillip Wells authored
Fix minor grammar issue See merge request !174459 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
Shubham Kumar authored
Add and backfill namespace_id for issuable_resource_links. This table has a [desired sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#define-a-desired_sharding_key-to-automatically-backfill-a-sharding_key) configured ([view configuration](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/issuable_resource_links.yml)). This merge request is the first step towards transforming the desired sharding key into a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). This involves three changes: - Adding a new column that will serve as the sharding key (along with the relevant index and foreign key). - Populating the sharding key when new records are created by adding a database function and trigger. - Scheduling a [batched background migration](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html) to set the sharding key for existing records. Once the background migration has completed, a second merge request will be created to finalize the background migration and validate the not null constraint. We have assigned a random backend engineer from ~"group::platform insights" to review these changes. Please review this merge request from a ~backend perspective. The main thing we are looking to verify is that the added column and association match the values specified by the [desired sharding key](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/issuable_resource_links.yml) configuration and that backfilling the column from this other table makes sense in the context of this feature. When you are finished, please: 1. Trigger the [database testing pipeline](https://docs.gitlab.com/ee/development/database/database_migration_pipeline.html) as instructed by Danger. 1. Request a review from the ~backend maintainer and ~database reviewer suggested by Danger. If you have any questions or concerns, reach out to `@tigerwnz` or @shubhamkrai. This merge request was generated by a once off keep implemented in !143774 This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::BackfillDesiredShardingKeySmallTable keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other
-
Tiger Watson authored
Add and backfill namespace_id for issuable_resource_links See merge request !174419 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
Shubham Kumar authored
Add and backfill namespace_id for work_item_progresses. This table has a [desired sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#define-a-desired_sharding_key-to-automatically-backfill-a-sharding_key) configured ([view configuration](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/work_item_progresses.yml)). This merge request is the first step towards transforming the desired sharding key into a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). This involves three changes: - Adding a new column that will serve as the sharding key (along with the relevant index and foreign key). - Populating the sharding key when new records are created by adding a database function and trigger. - Scheduling a [batched background migration](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html) to set the sharding key for existing records. Once the background migration has completed, a second merge request will be created to finalize the background migration and validate the not null constraint. We have assigned a random backend engineer from ~"group::project management" to review these changes. Please review this merge request from a ~backend perspective. The main thing we are looking to verify is that the added column and association match the values specified by the [desired sharding key](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/work_item_progresses.yml) configuration and that backfilling the column from this other table makes sense in the context of this feature. When you are finished, please: 1. Trigger the [database testing pipeline](https://docs.gitlab.com/ee/development/database/database_migration_pipeline.html) as instructed by Danger. 1. Request a review from the ~backend maintainer and ~database reviewer suggested by Danger. If you have any questions or concerns, reach out to `@tigerwnz` or @shubhamkrai. This merge request was generated by a once off keep implemented in !143774 This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::BackfillDesiredShardingKeySmallTable keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other
-
Tiger Watson authored
Add and backfill namespace_id for work_item_progresses See merge request !174410 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
Shubham Kumar authored
Add and backfill namespace_id for incident_management_issuable_escalation_statuses. This table has a [desired sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#define-a-desired_sharding_key-to-automatically-backfill-a-sharding_key) configured ([view configuration](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/incident_management_issuable_escalation_statuses.yml)). This merge request is the first step towards transforming the desired sharding key into a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). This involves three changes: - Adding a new column that will serve as the sharding key (along with the relevant index and foreign key). - Populating the sharding key when new records are created by adding a database function and trigger. - Scheduling a [batched background migration](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html) to set the sharding key for existing records. Once the background migration has completed, a second merge request will be created to finalize the background migration and validate the not null constraint. We have assigned a random backend engineer from ~"group::platform insights" to review these changes. Please review this merge request from a ~backend perspective. The main thing we are looking to verify is that the added column and association match the values specified by the [desired sharding key](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/incident_management_issuable_escalation_statuses.yml) configuration and that backfilling the column from this other table makes sense in the context of this feature. When you are finished, please: 1. Trigger the [database testing pipeline](https://docs.gitlab.com/ee/development/database/database_migration_pipeline.html) as instructed by Danger. 1. Request a review from the ~backend maintainer and ~database reviewer suggested by Danger. If you have any questions or concerns, reach out to `@tigerwnz` or @shubhamkrai. This merge request was generated by a once off keep implemented in !143774 This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::BackfillDesiredShardingKeySmallTable keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other
-
Tiger Watson authored
Merge branch 'backfill-desired-sharding-key-small-table-incident_management_issuable_escalation_statuses' into 'master' Add and backfill namespace_id for incident_management_issuable_escalatio See merge request !174415 Merged-by:
Tiger Watson <twatson@gitlab.com> Approved-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
Suzanne Selhorn authored
-
Amy Qualls authored
Edits and new Duo topic See merge request !174429 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
Allen Cook authored
Remove feature flag: fail_stuck_mirrors See merge request !174052 Merged-by:
Allen Cook <acook@gitlab.com> Approved-by:
Reuben Pereira <2967854-rpereira2@users.noreply.gitlab.com> Approved-by:
Allen Cook <acook@gitlab.com> Co-authored-by:
Pranav Jain <pjain@gitlab.com>
-
Simon Tomlinson authored
Updating geo events linked issue See merge request !174194 Merged-by:
Simon Tomlinson <stomlinson@gitlab.com> Approved-by:
Nick Nguyen <nnguyen@gitlab.com> Approved-by:
Simon Tomlinson <stomlinson@gitlab.com> Co-authored-by:
luciezhao <lzhao@gitlab.com>
-
David Dieulivol authored
Set exit code for infra error and allow auto-retry See merge request !173950 Merged-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Reviewed-by:
David Dieulivol <ddieulivol@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
Michael Kozono authored
Geo - Mark repository at URL not found as missing on primary See merge request !173059 Merged-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com>
-
Evan Read authored
Lychee and nanoc treat links to titles like this differently
-
GitLab Dependency Bot authored
-
Chloe Liu authored
QA(deps): Update gitlab digest to a2ea749 See merge request !174406 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Suzanne Selhorn authored
Because it wasn't rendering properly
-
Evan Read authored
-
Amy Qualls authored
Making letter capital See merge request !174477 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
Marcel Amirault authored
Remove emphasis from deprecation title See merge request !174476 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Mark Lapierre authored
Update description of improper synchronization flaky label See merge request !174409 Merged-by:
Mark Lapierre <mlapierre@gitlab.com> Approved-by:
Mark Lapierre <mlapierre@gitlab.com> Co-authored-by:
ddavison <ddavison@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Zack Cuddy authored
Removes unused GlToast from container registry bundle See merge request !173996 Merged-by:
Zack Cuddy <zcuddy@gitlab.com> Approved-by:
Zack Cuddy <zcuddy@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com>
-
Evan Read authored
Adds an introduction to context commits API See merge request !173617 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Kai Armstrong <karmstrong@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
release-tools approver bot authored
Update Gitaly version See merge request !174475 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
Luke Duncalfe authored
As our WebHook log request data is serialized as YAML, if ever a data builder generates a payload with values that are not permitted by our safe YAML rules, we could throw a `Psych::DisallowedClass` when attempting to save the log to PostgreSQL. Normally, because the payload would be sent to Redis first before being picked up by a worker, the payload would be JSONified through this process. But during a webhook test, the webhook is executed in request. In this situation we could see exceptions due to the unsafe YAML value. This change makes the payload the same as if it had been sent to Redis first, as it will be if the service is called in-request. #386981 Changelog: fixed
-
Sashi Kumar Kumaresan authored
Fix Psych::DisallowedClass in WebHookLog See merge request !173064 Merged-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Keeyan Nejad <knejad@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Reviewed-by:
Keeyan Nejad <knejad@gitlab.com> Co-authored-by:
Luke Duncalfe <lduncalfe@eml.cc>
-
Hinam Mehra authored
Update deduplication strategy of ProjectRecalculateWorkers See merge request !172948 Merged-by:
Hinam Mehra <hmehra@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Sylvester Chin <schin@gitlab.com>
-
release-tools approver bot authored
Update KAS version See merge request !174470 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
Marcel Amirault authored
Fix issues in deprecation doc See merge request !174346 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com>
-
Auto-quarantining bot authored
The `` Epic boards sidebar when work item drawer is enabled todo creates todo when clicking button `` test matches one of the following conditions: 1. has either ~"flakiness::1" or ~"flakiness::2" label set, which means the number of reported failures is at or above 95 percentile, indicating unusually high failure count. 2. has ~"severity::1" label set, which means the number of reported failures [spiked and exceeded its daily threshold](https://gitlab.com/gitlab-org/ruby/gems/gitlab_quality-test_tooling/-/blob/c9bc10536b1f8d2d4a03c3e0b6099a40fe67ad26/lib/gitlab_quality/test_tooling/report/concerns/issue_reports.rb#L51). This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule the associated issue to improve the test - close the merge request in favor of another merge request to delete the test Please follow the [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process) to help us increase `master` stability. Please let us know your feedback in the [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues). Related to #501253. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other
-
Harsimar Sandhu authored
Remove repetitive phrases from audit event type documentation See merge request !174328 Merged-by:
Harsimar Sandhu <hsandhu@gitlab.com> Approved-by:
Nate Rosandich <nrosandich@gitlab.com> Approved-by:
Harsimar Sandhu <hsandhu@gitlab.com> Co-authored-by:
Evan Read <eread@gitlab.com>
-
Max Orefice authored
-
Krasimir Angelov authored
Classify missing small tables See merge request !174109 Merged-by:
Krasimir Angelov <kangelov@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
Krasimir Angelov <kangelov@gitlab.com> Co-authored-by:
Maxime Orefice <morefice@gitlab.com>
-
Dheeraj Joshi authored
Improve mobile layout of (Vue) Todos page See merge request !173460 Merged-by:
Dheeraj Joshi <djoshi@gitlab.com> Approved-by:
Amelia Bauerly <abauerly@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Dheeraj Joshi <djoshi@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
Dheeraj Joshi authored
Break line for long project names See merge request !173928 Merged-by:
Dheeraj Joshi <djoshi@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Dheeraj Joshi <djoshi@gitlab.com> Reviewed-by:
George Tsiolis <tsiolis.g@gmail.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
George Tsiolis <tsiolis.g@gmail.com>
-
Anton Kalmykov authored
Closes: #506445 Changelog: changed
-
Rahul Chanila authored
Refactor list_spec.js See merge request !174302 Merged-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Reviewed-by:
Rahul Chanila <rchanila@gitlab.com> Co-authored-by:
Anton Kalmykov <anton.kalmykov@proton.me>
-
Luke Duncalfe authored
Added completion notification for project imports See merge request !173596 Merged-by:
Luke Duncalfe <lduncalfe@gitlab.com> Approved-by:
Abdul Wadood <awadood@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Ashraf Khamis <akhamis@gitlab.com> Reviewed-by:
James Nutt <jnutt@gitlab.com> Co-authored-by:
Sam Word <sword@gitlab.com>
-
Harsimar Sandhu authored
Add stream_destination_ref mapping for audit event destinations See merge request !173322 Merged-by:
Harsimar Sandhu <hsandhu@gitlab.com> Approved-by:
Lesley Razzaghian <lrazzaghian@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Harsimar Sandhu <hsandhu@gitlab.com> Reviewed-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Andrew Jung <ajung@gitlab.com>
-
Mireya Andres authored
Remove btn-color SCSS mixin and usage See merge request !174099 Merged-by:
Mireya Andres <mandres@gitlab.com> Approved-by:
Daniele Rossetti <drossetti@gitlab.com> Approved-by:
Jeremy Elder <jelder@gitlab.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Reviewed-by:
Daniele Rossetti <drossetti@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
Jessie Young authored
* When we added cascading settings for duo features enabled, we did 2 new things: 1. We added cascading settings to projects 2. We did a database wrote on subgroups and projects when their parent's value was changed * This MR documents these changes so that other features using the cascading settins framework can adopt these patterns.
-
Jessie Young authored
Docs only: Add documentation on cascading settings See merge request !173212 Merged-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Michael Thomas <micthomas@gitlab.com> Approved-by:
Chad Woolley <cwoolley@gitlab.com> Reviewed-by:
Chad Woolley <cwoolley@gitlab.com>
-
Savas Vedova authored
When getTokenDefinition returns undefined, we need to make sure that we're not destructuring the returned undefined value.
-
Luke Duncalfe authored
This change updates to downgrade to CE documentation for integrations. The STI model name data was updated in #333508 from strings like `"GithubService"` to `"Integrations::Github"` which allowed us to namespace the models. There are also more EE-only integrations.
-
Ashraf Khamis authored
Update docs for downgrading from EE to CE docs, for integrations See merge request !174467 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Luke Duncalfe <lduncalfe@eml.cc>
-
Jessie Young authored
* There is a db-level validation, so no bad data made it into the DB but this race condition was causing ActiveRecord errors * Now, we are seeding the data with a migration so it will be created before the Ai::Setting.instance is loaded for the first time * See #505425 Changelog: added EE: true
-
Shinya Maeda authored
Fix AiSetting race condition See merge request !173226 Merged-by:
Shinya Maeda <shinya@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Shinya Maeda <shinya@gitlab.com> Reviewed-by:
Shinya Maeda <shinya@gitlab.com> Co-authored-by:
Jessie Young <jessieyoung@gitlab.com>
-
Andy Schoenen authored
-
Sashi Kumar Kumaresan authored
Add pipeline execution schedule policy schema See merge request !173737 Merged-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Martin Čavoj <mcavoj@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Reviewed-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Martin Čavoj <mcavoj@gitlab.com> Co-authored-by:
Andy Schoenen <aschoenen@gitlab.com>
-
Nicolas Dular authored
Merge branch 'quarantine-flaky-tests-ee-spec-features-epic_boards-epic_boards_sidebar_spec-rb-297' into 'master' Quarantine a flaky test See merge request !174485 Merged-by:
Nicolas Dular <ndular@gitlab.com> Approved-by:
Nicolas Dular <ndular@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
Lorenz van Herwaarden authored
Fix destructuring on undefined See merge request !174503 Merged-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Co-authored-by:
Savas Vedova <svedova@gitlab.com>
-
Vijay Hawoldar authored
Duo pro "buy now" link points to cdot See merge request !173772 Merged-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Approved-by:
mo khan <mo@mokhan.ca> Approved-by:
Chen Charnolevsky <ccharnolevsky@gitlab.com> Approved-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Reviewed-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Reviewed-by:
mo khan <mo@mokhan.ca> Co-authored-by:
david hamp-gonsalves <dhamp-gonsalves@gitlab.com>
-
Mohamed Hamda authored
Add [DEPREACTED] label See merge request !174353 Merged-by:
Mohamed Hamda <mhamda@gitlab.com> Approved-by:
Grzegorz Bizon <grzegorz@gitlab.com> Approved-by:
Mohamed Hamda <mhamda@gitlab.com> Reviewed-by:
Grzegorz Bizon <grzegorz@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Co-authored-by:
Bishwa Hang Rai <bhrai@gitlab.com>
-
Naman Jagdish Gala authored
Related: #481332 Changelog: added
-
Bojan Marjanovic authored
Reset pages_default_domain_redirect on pages_domain deletion See merge request !173373 Merged-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Vlad Wolanyk <vwolanyk@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Vlad Wolanyk <vwolanyk@gitlab.com> Co-authored-by:
ngala <ngala@gitlab.com>
-
Julie Huang authored
- Adds a new field for the model display name in the SelfHostedModelType graphql type - Updates the self-hosted models table to use this display name - Adds more tests to self_hosted_model_type_spec
-
Jonas Larsen authored
Humanise feature and model names in self-hosted models pages See merge request !173819 Merged-by:
Jonas Larsen <jlarsen@gitlab.com> Approved-by:
Lindsey Shelton <lshelton@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Jonas Larsen <jlarsen@gitlab.com> Co-authored-by:
Julie Huang <julhuang@gitlab.com>
-
Michael Thomas authored
-
Bob Van Landuyt authored
remove old summarize review completions class See merge request !174418 Merged-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
mo khan <mo@mokhan.ca> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Reviewed-by:
Bob Van Landuyt <bob@gitlab.com> Co-authored-by:
Michael Thomas <micthomas@gitlab.com>
-
Alper Akgun authored
Model registry: Add experiment path to GraphQL See merge request !174376 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Andras Herczeg <aherczeg@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
fdegier <fdegier@gitlab.com>
Showing
- .gitlab/ci/global.gitlab-ci.yml 1 addition, 0 deletions.gitlab/ci/global.gitlab-ci.yml
- .gitlab/ci/qa-common/variables.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/qa-common/variables.gitlab-ci.yml
- .gitlab/issue_templates/Geo Replicate a new Git repository type.md 0 additions, 9 deletions...ssue_templates/Geo Replicate a new Git repository type.md
- .rubocop_todo/rspec/receive_messages.yml 0 additions, 1 deletion.rubocop_todo/rspec/receive_messages.yml
- .rubocop_todo/sidekiq_load_balancing/worker_data_consistency.yml 0 additions, 3 deletions...p_todo/sidekiq_load_balancing/worker_data_consistency.yml
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_KAS_VERSION 1 addition, 1 deletionGITLAB_KAS_VERSION
- app/assets/javascripts/blob/components/blob_header.vue 6 additions, 0 deletionsapp/assets/javascripts/blob/components/blob_header.vue
- app/assets/javascripts/boards/components/board_card_inner.vue 1 addition, 1 deletion...assets/javascripts/boards/components/board_card_inner.vue
- app/assets/javascripts/boards/components/board_form.vue 3 additions, 3 deletionsapp/assets/javascripts/boards/components/board_form.vue
- app/assets/javascripts/issuable/components/issue_assignees.vue 1 addition, 1 deletion...ssets/javascripts/issuable/components/issue_assignees.vue
- app/assets/javascripts/packages_and_registries/container_registry/explorer/index.js 0 additions, 2 deletions...kages_and_registries/container_registry/explorer/index.js
- app/assets/javascripts/packages_and_registries/harbor_registry/index.js 0 additions, 2 deletions...ascripts/packages_and_registries/harbor_registry/index.js
- app/assets/javascripts/super_sidebar/components/nav_item.vue 8 additions, 3 deletionsapp/assets/javascripts/super_sidebar/components/nav_item.vue
- app/assets/javascripts/todos/components/todo_item.vue 7 additions, 6 deletionsapp/assets/javascripts/todos/components/todo_item.vue
- app/assets/javascripts/todos/components/todos_app.vue 4 additions, 2 deletionsapp/assets/javascripts/todos/components/todos_app.vue
- app/assets/javascripts/todos/components/todos_filter_bar.vue 3 additions, 0 deletionsapp/assets/javascripts/todos/components/todos_filter_bar.vue
- app/assets/javascripts/vue_shared/components/web_ide_link.stories.js 6 additions, 0 deletions...javascripts/vue_shared/components/web_ide_link.stories.js
- app/assets/javascripts/vue_shared/components/web_ide_link.vue 12 additions, 1 deletion...assets/javascripts/vue_shared/components/web_ide_link.vue
- app/assets/stylesheets/framework/buttons.scss 30 additions, 26 deletionsapp/assets/stylesheets/framework/buttons.scss