- 26 Oct, 2020 26 commits
-
-
Bob Van Landuyt authored
Fix update-tests-metadata job for Ruby 2.7 (part 2) See merge request gitlab-org/gitlab!46103
-
Jan Provaznik authored
Add DAST Site Validation GraphQL query endpoint See merge request gitlab-org/gitlab!45343
-
Alper Akgun authored
Reset the search filters upon a scope change See merge request gitlab-org/gitlab!45808
-
Vitaly Slobodin authored
Update tooltips for deploy keys page components See merge request gitlab-org/gitlab!45936
-
Amy Qualls authored
Updates app/assets/javascripts/deploy_keys/components/key.vue to use the new tooltips instead of the old deprecated ones.
-
Vitaly Slobodin authored
Check for missing reference in job.only.refs See merge request gitlab-org/gitlab!45683
-
Stan Hu authored
Previous RubyGems versions used to load delegate indirectly, but this has changed with Ruby 2.7: https://stackoverflow.com/a/60468620/1992201
-
Evan Read authored
Fix incorrect S3 KMS key id ARN in object storage See merge request gitlab-org/gitlab!46107
-
Kushal Pandya authored
Replace fa-external-link in project artifacts See merge request gitlab-org/gitlab!46014
-
Kushal Pandya authored
Fixes new discussions getting auto resolved See merge request gitlab-org/gitlab!46001
-
Shinya Maeda authored
Increase the count of allowed dotenv variables to 20 See merge request gitlab-org/gitlab!45815
-
Jamie Reid authored
Currently, the ParseDotenvArtifactService has a hardcoded limit of 10 parsed variables per dotenv file. This change increases that to 20.
-
Stan Hu authored
The rails gem requires bundler >= 1.3.0. Since Ruby v2.7.2 comes with bundler v2, we need to install v1.17.3 to meet this requirement.
-
Dylan Griffith authored
Refactor Reenqueuer shared examples See merge request gitlab-org/gitlab!45963
-
Mike Lockhart authored
-
Evan Read authored
Improve admin operations landing page See merge request gitlab-org/gitlab!46084
-
Ben Bodenmiller authored
-
Craig Smith authored
This commit adds the DAST Site Validation GraphQL query endpoint to enable frontend to get the status of a DAST Site Validation
-
Ezekiel Kigbo authored
Revert "Merge branch '233447-fix-sourcegraph-not-loading-from-asset-host' into 'master'" See merge request gitlab-org/gitlab!46071
-
Tiger Watson authored
Add fuzzy-search on full path in Groups API See merge request gitlab-org/gitlab!45729
-
Alan (Maciej) Paruszewski authored
This change adds new column to fuzzy-search in Groups API to filter on full path.
-
Dylan Griffith authored
Document support for Elasticsearch 6.x is deprecated See merge request gitlab-org/gitlab!45619
-
Mark Lapierre authored
Add e2e test for real time assignee updates See merge request gitlab-org/gitlab!44214
-
Désirée Chevalier authored
Adds an e2e test for real time updates of issue assignees
-
Dylan Griffith authored
In the following MRs: 1. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/35292 1. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33176 We broke support support for these previous version by introducing features that are only available in 6.4+ and 6.2+ https://gitlab.com/gitlab-org/gitlab/-/issues/271218 . The simplest option here seems to just be to document that it's unsupported rather than trying to fix these since we're going to remove support soon anyway for all of `6.x`.
-
Dylan Griffith authored
-
- 25 Oct, 2020 6 commits
-
-
Tiger Watson authored
Fix update-tests-metadata CI job See merge request gitlab-org/gitlab!46097
-
Ezekiel Kigbo authored
Remove usage statistics docs links See merge request gitlab-org/gitlab!45856
-
Stan Hu authored
The upgrade to Ruby v2.7.2 meant that only bundler v2 was installed by default. rspec_profiling v0.0.5 required bundler v1, but v0.0.6 relaxed the dependency to allow for bundler 2 (see https://github.com/foraker/rspec_profiling/commit/6ad1ec4e37).
-
Yannis Roussos authored
Associate Terraform state versions with the CI job that created them See merge request gitlab-org/gitlab!45347
-
Stan Hu authored
Fix Gitpod gems See merge request gitlab-org/gitlab!46092
-
Marcel van Remmerden authored
-
- 24 Oct, 2020 5 commits
-
-
Kamil Trzciński authored
[RUN ALL RSPEC] Fix migrate-from-v12.10.0 job not working with Ruby v2.7 See merge request gitlab-org/gitlab!46073
-
Stan Hu authored
This test needs bundler v1.17.3 to work, so install that first.
-
Stan Hu authored
The grpc and google-protobuf gems need to be updated to work with Ruby v2.7. When we check out the v12.10.0-ee tag, we manually patch the versions in the Gemfile before attempting to run the migration.
-
Stan Hu authored
Add new search params to metadata See merge request gitlab-org/gitlab!45896
-
Amy Qualls authored
Update unaffiliated files with metadata See merge request gitlab-org/gitlab!46066
-
- 23 Oct, 2020 3 commits
-
-
Farnoosh Seifoddini authored
Make the feature template more efficient See merge request gitlab-org/gitlab!42617
-
Farnoosh Seifoddini authored
-
Paul Slaughter authored
This reverts merge request !45850
-