Commits on Source (15)
-
🤖 GitLab Bot 🤖 authored
-
Dmitry Gruzd authored
Changelog: changed EE: true
-
Peter Leitzen authored
-
Peter Leitzen authored
See gitlab-org/gitlab#376133
-
GitLab Release Tools Bot authored
-
Terri Chu authored
Update code analyzers See merge request !96785 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
John Mason <9717668-john-mason@users.noreply.gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
* Use @vue/test-utils instead
-
Jiaan Louw authored
Replace usage of legacy mountComponent helper with @vue/test-utils See merge request !99138 Merged-by:
Jiaan Louw <3468028-jiaan@users.noreply.gitlab.com> Approved-by:
Stanislav Lashmanov <slashmanov@gitlab.com> Approved-by:
Jiaan Louw <3468028-jiaan@users.noreply.gitlab.com> Co-authored-by:
Illya Klymov <xanf@xanf.me>
-
-
Allison Browne authored
Update default public projects cost factor See merge request !99974 Merged-by:
Allison Browne <abrowne@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Fabio Pitino <fpitino@gitlab.com>
-
-
Peter Leitzen authored
Add Capybara slow finder logger See merge request !98778 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Co-authored-by:
Alina Mihaila <amihaila@gitlab.com>
-
release-tools approver bot authored
Update Gitaly version See merge request !99973 Merged-by:
release-tools approver bot <project278964_bot6@example.com> Approved-by:
release-tools approver bot <project278964_bot6@example.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
Lin Jen-Shin authored
RuboCop: Fix silenced offenses issues See merge request !99932 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Co-authored-by:
Peter Leitzen <pleitzen@gitlab.com>
-
Denys Mishunov authored
Update dependency @gitlab/ui to v43.20.0 See merge request !98793 Merged-by:
Denys Mishunov <dmishunov@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Denys Mishunov <dmishunov@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
Showing
- .rubocop_todo/lint/redundant_cop_disable_directive.yml 4 additions, 1 deletion.rubocop_todo/lint/redundant_cop_disable_directive.yml
- .rubocop_todo/rspec/multiple_memoized_helpers.yml 1 addition, 0 deletions.rubocop_todo/rspec/multiple_memoized_helpers.yml
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- doc/ci/pipelines/cicd_minutes.md 1 addition, 1 deletiondoc/ci/pipelines/cicd_minutes.md
- ee/lib/elastic/latest/config.rb 6 additions, 28 deletionsee/lib/elastic/latest/config.rb
- ee/spec/frontend/vue_shared/components/reports/report_issues_spec.js 49 additions, 55 deletions...ntend/vue_shared/components/reports/report_issues_spec.js
- ee/spec/frontend/vue_shared/components/reports/report_item_spec.js 49 additions, 63 deletions...rontend/vue_shared/components/reports/report_item_spec.js
- ee/spec/frontend/vue_shared/license_compliance/components/license_packages_spec.js 31 additions, 44 deletions...ed/license_compliance/components/license_packages_spec.js
- ee/spec/lib/gitlab/elastic/search_results_spec.rb 54 additions, 69 deletionsee/spec/lib/gitlab/elastic/search_results_spec.rb
- package.json 1 addition, 1 deletionpackage.json
- spec/support/capybara_slow_finder.rb 29 additions, 0 deletionsspec/support/capybara_slow_finder.rb
- spec/support_specs/capybara_slow_finder_spec.rb 60 additions, 0 deletionsspec/support_specs/capybara_slow_finder_spec.rb
- yarn.lock 4 additions, 4 deletionsyarn.lock
... | ... | @@ -53,7 +53,7 @@ |
"@gitlab/at.js": "1.5.7", | ||
"@gitlab/favicon-overlay": "2.0.0", | ||
"@gitlab/svgs": "3.4.0", | ||
"@gitlab/ui": "43.18.0", | ||
"@gitlab/ui": "43.20.0", | ||
"@gitlab/visual-review-tools": "1.7.3", | ||
"@gitlab/web-ide": "0.0.1-dev-20220815034418", | ||
"@rails/actioncable": "6.1.4-7", | ||
... | ... |
spec/support/capybara_slow_finder.rb
0 → 100644