- 09 Nov, 2020 16 commits
-
-
Evan Read authored
Docs update vale once rule See merge request gitlab-org/gitlab!47150
-
Marcel Amirault authored
-
Heinrich Lee Yu authored
Add updateImageDiffNote mutation to reposition notes on images See merge request gitlab-org/gitlab!45958
-
Luke Duncalfe authored
This mutation allows repositioning a DiffNote. It uses the special `reposition_note` permission, which is an alias of `admin_note` unless the noteable is a Design, in which case it will be true if the user can `create_note`. This allows people who can comment on a Design to reposition the notes of other people. https://gitlab.com/gitlab-org/gitlab/-/issues/207334
-
Shinya Maeda authored
Upgrade `spring` to `2.1.1` See merge request gitlab-org/gitlab!47133
-
Heinrich Lee Yu authored
Make Rails code reloading configurable in development and test See merge request gitlab-org/gitlab!46836
-
Marcel Amirault authored
Fix broken Vale tests See merge request gitlab-org/gitlab!47146
-
Evan Read authored
-
Dylan Griffith authored
[RUN AS-IF-FOSS] Add GraphQL mutation to control the weight of Canary Ingress See merge request gitlab-org/gitlab!44553
-
Heinrich Lee Yu authored
Add project email disabled field to issue type See merge request gitlab-org/gitlab!46947
-
Heinrich Lee Yu authored
Merge branch '211357-api-endpoint-to-get-the-gpg-signature-of-a-commit-always-returns-404' into 'master' Fix 404 on Commit Signature API when using Rugged See merge request gitlab-org/gitlab!46736
-
Kerri Miller authored
-
Evan Read authored
Expand Vale rule to catch ./ relative links See merge request gitlab-org/gitlab!46653
-
Marcel Amirault authored
To standardize the docs, we should make sure to not use relative links that start with dot slash
-
Dylan Griffith authored
Improve running git gc during repository cleanup See merge request gitlab-org/gitlab!39592
-
Tiger Watson authored
Changes limit for lsif artifacts to 100MB See merge request gitlab-org/gitlab!46980
-
- 08 Nov, 2020 9 commits
-
-
Mark Lapierre authored
Display message if QA bin/qa is run without scenario See merge request gitlab-org/gitlab!47014
-
Stan Hu authored
Bundler 2.1.4 requires to use GEM_HOME See merge request gitlab-org/gitlab!47134
-
Thong Kuah authored
Add message for missing license when using Coverage Fuzzing See merge request gitlab-org/gitlab!46652
-
Russell Dickenson authored
Docs: Include supported keys to Secret Detection See merge request gitlab-org/gitlab!45681
-
Taylor McCaslin authored
-
Kamil Trzciński authored
This fixes a shared gems storage for GitLab and Gitaly. Prior to `2.1.x` we would use `BUNDLE_PATH`, but since the new release, the bundler stores gems in `/ruby/<version>` subfolder. The `.bundle_path` does return subfolder instead of `BUNDLE_PATH` which causes problems with re-using gems storage.
-
Kamil Trzciński authored
The `bundler 2.1.4` and `ruby 2.7` do require a new spring version due to how gems are being resolved.
-
David O'Regan authored
Update image upload path See merge request gitlab-org/gitlab!46967
-
Jacques Erasmus authored
Update the upload path to the new one
-
- 07 Nov, 2020 8 commits
-
-
Stan Hu authored
Since CACHE_CLASSES is defined in the development environment, also use it in test to be consistent.
-
Stan Hu authored
For many frontend developers, code reloading is unnecessary and creates more problems than it solves. This commit adds a CACHE_CLASSES environment variable that can be defined to disable code reloading. We do this as an environment variable because this variable is most conveniently defined in the `development.rb` and isn't needed in production. Relates to https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/794
-
Miguel Rincon authored
Remove ci_lint_vue feature flag See merge request gitlab-org/gitlab!46880
-
Stan Hu authored
Refactor hll event yml paths See merge request gitlab-org/gitlab!47119
-
ggelatti authored
-
Heinrich Lee Yu authored
Revert "Merge branch 'bvl-handle-invalid-headers' into 'master'" See merge request gitlab-org/gitlab!47112
-
Mike Jang authored
Docs: Update SAML troubleshooting section See merge request gitlab-org/gitlab!47111
-
Blair Lunceford authored
-
- 06 Nov, 2020 7 commits
-
-
Kerri Miller authored
Extract shared view search/results/_issuable.html.haml See merge request gitlab-org/gitlab!46944
-
Dylan Griffith authored
At present the merge request result page has an old design and we want it to match the issue design which was recently updated. It seems the best way to do this was to share code so we've extracted a shared HAML template for both of these.
-
Stan Hu authored
Fix *ility typos See merge request gitlab-org/gitlab!47098
-
Jonathan Schafer authored
-
Patrick Bair authored
Add Webhooks for Releases See merge request gitlab-org/gitlab!44881
-
Amy Qualls authored
Add troubleshooting section to KAS docs See merge request gitlab-org/gitlab!46861
-
Alexander Tanayno authored
Clean up word wrapping and word choice to bring the document closer to GitLab tone and style.
-