Commits on Source (97)
-
Marcel Amirault authored
-
Hiroyuki Sato authored
-
Reuben Pereira authored
Since qualified_domain_array_validator_spec.rb and spec/models/concerns/safe_url_spec.rb used the same name for a Class, they caused order dependent spec failures. This commit renames both the TestClass in both specs.
-
Steve Abrams authored
Add additional details for getting started Add install instructions
-
Ryan Cobb authored
This updates gitlab-styles to 3.1.0 and disables any new cops introduced in this upgrade. These new cops will be re-enabled in subsequent changes. This also disables the existing RSpec/DescribedClass cop as this upgrade has caused it to break specs.
-
Brett Walker authored
that has no text
-
Stan Hu authored
The pipeline charts were hitting a database timeout because the SQL query used `ORDER BY id desc`, which caused the database to scan all rows instead of only the rows indexed by `project_id`. To fix this query, we create an index on (project_id, id DESC). Closes gitlab-org/gitlab#118746
-
Adam Cohen authored
- ContainerScanningVulnerability was missing two required fields for remediations to work properly `target_branch` and `remediations`
-
William Richardson authored
-
Albert authored
-
Shinya Maeda authored
This commit introduces CI resource group models and parser
-
Anirudh Bagri authored
-
Vitali Tatarintev authored
-
Matthias Käppler authored
We have a late-init scenario where load balancing isn't available before configure_proxy is called. Logging this condition to sentry makes these failures easier to track and diagnose.
-
Phil Hughes authored
Closes #39095
-
Phil Hughes authored
Fix issue where diff discussions would not get rendered Closes #39095 See merge request !21498
-
-
Phil Hughes authored
Remove unused child components See merge request !22047
-
-
Achilleas Pipinellis authored
Updated DAST documentation to include link to JSON report samples See merge request !21769
-
Sean McGivern authored
Change POST to GET in a spec description See merge request !22075
-
Achilleas Pipinellis authored
Change doc codeowners entry See merge request !21799
-
- actions - mutations - mutation_type - rename folder - state
-
Natalia Tepluhina authored
Settings app for Docker Container Retention and Expiration policies See merge request !21240
-
When running yarn check, the check fails due to unment peer dependencies This is a discussed issue on the plugin github page https://github.com/microsoft/monaco-editor-webpack-plugin/issues/66
-
Natalia Tepluhina authored
Updated monaco-editor dependency Closes #118664 See merge request !21938
-
-
Natalia Tepluhina authored
Enable ESLint rule vue/no-unused-components See merge request !22087
-
Nick Thomas authored
Fix bug in Container Scanning report remediations See merge request !21980
-
Rémy Coutable authored
Change name of TestClass in 2 spec files See merge request !22023
-
Mayra Cabrera authored
Ci Resouce Group models and parser (with migration fix) See merge request !21897
-
- Create a new document for introduction to MRs - Document all the ways to create a MR - Move content accordingly
-
Achilleas Pipinellis authored
Docs: revamp docs for creating MRs Closes #39523 See merge request !21956
-
Phil Hughes authored
-
Achilleas Pipinellis authored
Update Conan docs with better setup descriptions See merge request !21351
-
Rémy Coutable authored
Quarantine flaky test in user_suggests_changes_on_diff_spec See merge request !22098
-
Dmytro Zaporozhets (DZ) authored
-
Nick Thomas authored
-
Can Eldem authored
-
Walmyr Lima e Silva Filho authored
The fix consists of two parts: - The first one is about waiting for the save button not to be present after saving changes - And the second one is about changing the expectation, asserting in the epics index page that the deleted epic is not there, instead of asserting on the message that the epic was deleted.
-
Walmyr Lima e Silva Filho authored
Fix epic management flaky test Closes #118656 See merge request !22037
-
Uses ES querying capabilities to search
-
Natalia Tepluhina authored
Add full text search to pod logs See merge request !21656
-
Robert Speicher authored
Resolve "build-qa-image job does not work in Security Repo" Closes #118845 See merge request !22067
-
Robert Speicher authored
Incorrect task list checked with embedded subtasks See merge request !21947
-
-
Dan Davison authored
Use have_comment method to wait for text to appear in E2E test Closes #37780 See merge request !21777
-
Alessio Caiazza authored
Update Workhorse to v8.18.0 Closes #119103 See merge request !22091
-
Hayley Swimelar authored
[golangci-lint](https://github.com/golangci/golangci-lint) is a configurable and fast metalinter and is the suggested alternative to the now-deprecated [gometalinter](https://github.com/alecthomas/gometalinter) This job will generate a code coverage report that will be picked up by the GitLab Merge Request UI.
-
Nick Thomas authored
documentation for golangci-lint for go project CI See merge request !20404
-
Nick Thomas authored
-
Allison Browne authored
For StandardError rescue and return a json error to avoid cache becoming un-reactive which causes an infinite spinner
-
-
Clement Ho authored
Replace breakpoints with GlBreakpointInstance in awards_handler.js See merge request !22007
-
Aleksandr Soborov authored
-
Ramya Authappan authored
Trim length of E2E SAST report fixture See merge request !22040
-
Douglas Barbosa Alexandre authored
Rename template jobs for SAST and DS See merge request !22084
-
Add sample prometheus data fixture
-
Rémy Coutable authored
Generate Prometheus sample metrics over pre-set intervals Closes #36251 See merge request !22066
-
Sanad Liaquat authored
This reverts commit 841237d727accaf509e988da6ad9d3d4098afc43.
-
Walmyr Lima e Silva Filho authored
Create a new project for teach spec and for each retry Closes #35602 See merge request !22022
-
Nick Thomas authored
Mention workhorse depended routing See merge request !22093
-
Nick Thomas authored
Fix Cache Refresh Issue in ProjectErrorTrackingSettings See merge request !21883
-
Run development fixtures on CI. The CI seems to have networking disabled, so the project imports will not be executed.
-
Robert Speicher authored
Run development fixtures on CI Closes #36968 See merge request !20624
-
Mike Kozono authored
Add previous revision link to blame Closes #19299 See merge request !17088
-
-
Annabel Dunstone Gray authored
Issue counts and weight are misaligned vertically on collapsed issue board lists See merge request !21940
-
Mayra Cabrera authored
Add index to optimize loading pipeline charts Closes #118746 See merge request !22052
-
Jose Ivan Vargas authored
This changes the non EE dashboard specs for the monitoring feature to jest
-
-
Clement Ho authored
Disable ESLint rule no-jquery/no-animate inline See merge request !21879
-
Thong Kuah authored
Rc/update gitlab styles with changes See merge request !21886
-
-
Dan Davison authored
Address E2E flake when dismissing vuln See merge request !22042
-
Extracted it as EE feature use already existing helper for closest_setting Add pages_size_limit feature Add validation of pages and artifacts size Add permissions for updating max_pages_size Add application_setting.max_pages_size validations Refactor old specs Move MAX_SIZE pages constant Fix max_pages_size in db Remove redundant MAX_SIZE check from update pages service Move update_max_pages_size to global policy
-
Mayra Cabrera authored
GitLab Pages - Storage size Limitations by Project or Group - backend See merge request !20154
-
Mayra Cabrera authored
Track nil `proxy` to Sentry upon field access See merge request !21989
-
Add K8s specs Change application settings.get_app_settings Fix application settings spec Quarantine the Kubernetes Cluster Integration spec The spec shouldn't run on CICD until the next iteration
-
Mark Lapierre authored
Add K3d local cluster support See merge request !19785
-
-
Ash McKenzie authored
Add default values to container_expiration_policies_helper See merge request !21849
-
Remove mentions of "beta". Remove installation guide as go indexer is part of package now
-
Russell Dickenson authored
Doc: Mark Elasticsearch Go indexer as stable See merge request !21291
-
Russell Dickenson authored
Remove duplicate protected variable name in sample json See merge request !22074
-
Thong Kuah authored
For ease of cloning
-
charlie ablett authored
- For design collection GraphQL types - Make quotes consistent (single quotes unless interpolation required)
-
-
Marcel Amirault authored
Fix deprecation notice of InfluxDB See merge request !22083
-
Martin Wortschack authored
Move non EE dashboard specs to jest See merge request !21143
-
- Centralize requirements information. - Streamline content. - Update for product's current state.
-
Marcel Amirault authored
Improve add cluster documentation Closes #30575 See merge request !21806
-
This should only affect new installations.
-
Dmytro Zaporozhets (DZ) authored
Update prometheus chart version to 9.5.2 Closes #38304 See merge request !21935
Showing
- .eslintrc.yml 0 additions, 2 deletions.eslintrc.yml
- .gitlab-ci.yml 1 addition, 0 deletions.gitlab-ci.yml
- .gitlab/CODEOWNERS 1 addition, 1 deletion.gitlab/CODEOWNERS
- .gitlab/ci/dev-fixtures.gitlab-ci.yml 30 additions, 0 deletions.gitlab/ci/dev-fixtures.gitlab-ci.yml
- .gitlab/ci/review.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/review.gitlab-ci.yml
- .rubocop.yml 73 additions, 0 deletions.rubocop.yml
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- Gemfile 4 additions, 4 deletionsGemfile
- Gemfile.lock 20 additions, 16 deletionsGemfile.lock
- app/assets/javascripts/api.js 6 additions, 0 deletionsapp/assets/javascripts/api.js
- app/assets/javascripts/awards_handler.js 3 additions, 1 deletionapp/assets/javascripts/awards_handler.js
- app/assets/javascripts/boards/components/boards_selector.vue 0 additions, 2 deletionsapp/assets/javascripts/boards/components/boards_selector.vue
- app/assets/javascripts/clusters/components/application_row.vue 5 additions, 2 deletions...ssets/javascripts/clusters/components/application_row.vue
- app/assets/javascripts/clusters/components/applications.vue 0 additions, 2 deletionsapp/assets/javascripts/clusters/components/applications.vue
- app/assets/javascripts/diffs/components/app.vue 15 additions, 23 deletionsapp/assets/javascripts/diffs/components/app.vue
- app/assets/javascripts/diffs/components/commit_item.vue 0 additions, 2 deletionsapp/assets/javascripts/diffs/components/commit_item.vue
- app/assets/javascripts/diffs/components/diff_file_header.vue 1 addition, 2 deletionsapp/assets/javascripts/diffs/components/diff_file_header.vue
- app/assets/javascripts/diffs/components/inline_diff_expansion_row.vue 0 additions, 2 deletions...avascripts/diffs/components/inline_diff_expansion_row.vue
- app/assets/javascripts/diffs/store/actions.js 4 additions, 1 deletionapp/assets/javascripts/diffs/store/actions.js
- app/assets/javascripts/diffs/store/modules/diff_state.js 1 addition, 0 deletionsapp/assets/javascripts/diffs/store/modules/diff_state.js
.gitlab/ci/dev-fixtures.gitlab-ci.yml
0 → 100644
... | ... | @@ -366,11 +366,11 @@ group :development, :test do |
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 2.7', require: false | ||
gem 'gitlab-styles', '~> 3.1.0', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.69.0' | ||
gem 'rubocop-performance', '~> 1.1.0' | ||
gem 'rubocop-rspec', '~> 1.22.1' | ||
gem 'rubocop', '~> 0.74.0' | ||
gem 'rubocop-performance', '~> 1.4.1' | ||
gem 'rubocop-rspec', '~> 1.37.0' | ||
gem 'scss_lint', '~> 0.56.0', require: false | ||
gem 'haml_lint', '~> 0.34.0', require: false | ||
... | ... |