- 22 Oct, 2021 40 commits
-
-
Toon Claes authored
Setting up and spawning Gitaly in tests needs to have some Bundler settings configured. Until now this was done by writing to the local config file in the ruby directory inside the gitaly dir used in test. This method didn't seem to be robust for all our user and use-cases (i.e. CI), because this configuration _could_ be done from different places. To make the situation more predictable, this change injects all Bundler configuration through environment variables instead. It sets BUNDLE_IGNORE_CONFIG to make sure any existing configuration written to file is ignored, this includes the .bundle/config inside the project and possibly in the user's $HOME directory.
-
Toon Claes authored
Tests depend on Gitaly running in the background. There are a few scripts and libraries that take care of setting up and spawning Gitaly. These instructions run from different locations in the project source tree. Because some people might be specifying the BUNDLE_PATH as a relative location (i.e. vendor/bundle), the setup step might install gems in a different location as opposed to where Gitaly-ruby expects them in the spawn step. To overcome this, the BUNDLE_PATH is read from the Bundler configuration and expanded to an absolute path before it's passed on to Gitaly setup/spawn.
-
Jacques Erasmus authored
Remove deprecated fullPath arguments from frontend DAST mutations See merge request gitlab-org/gitlab!72690
-
Mehul Sharma authored
-
Peter Leitzen authored
Move DAST CI Job keys to the EE Variant See merge request gitlab-org/gitlab!72829
-
Bob Van Landuyt authored
Extend deduplication strategy to ensure the latest result in race conditions See merge request gitlab-org/gitlab!71979
-
Amy Qualls authored
Update docs to match text in approval settings See merge request gitlab-org/gitlab!72851
-
Savas Vedova authored
Add new group vulnerability report and vulnerability counts components See merge request gitlab-org/gitlab!72434
-
Daniel Tian authored
-
Fiona Neill authored
Create single section for UsageAPI docs See merge request gitlab-org/gitlab!72871
-
Kati Paizee authored
-
Heinrich Lee Yu authored
Resolve "support all options from `docker-compose.yml` in gitlab runner services" See merge request gitlab-org/gitlab!72025
-
Craig Norris authored
Update Perforce Helix subheading to not use 'via' See merge request gitlab-org/gitlab!72815
-
Amy Qualls authored
-
Kushal Pandya authored
Tracking for hand raise lead modal See merge request gitlab-org/gitlab!72725
-
Alper Akgun authored
-
Aleksei Lipniagov authored
Remove compliance framework section on project settings and compliance badge for unlicensed EE See merge request gitlab-org/gitlab!72691
-
Stan Hu authored
Fix emojis paths See merge request gitlab-org/gitlab!72887
-
Marcel Amirault authored
Document concerns when including remote CI configs See merge request gitlab-org/gitlab!72789
-
Matija Čupić authored
-
Denys Mishunov authored
Update compliance drawer spec with shared constant See merge request gitlab-org/gitlab!72515
-
Jiaan Louw authored
-
Paul Gascou-Vaillancourt authored
Update emojis paths in the docs to account for the older paths removal.
-
Denys Mishunov authored
Set values for StandardContext in Frontend See merge request gitlab-org/gitlab!72660
-
Nikolay Belokolodov authored
-
Andreas Brandl authored
Check invalid indexes in add_concurrent_index See merge request gitlab-org/gitlab!71761
-
Olena Horal-Koretska authored
Fix depreciated GLIcon size and property See merge request gitlab-org/gitlab!72502
-
Rishabh Gupta authored
-
Andreas Brandl authored
Exclude ProjectNamespace from Namespace fetches in namespaces REST API See merge request gitlab-org/gitlab!71987
-
Kushal Pandya authored
Fixes responsive actions being visible when they shouldn't See merge request gitlab-org/gitlab!72797
-
pbair authored
Before silently skipping index creation in `add_concurrent_index`, check if the existing index is INVALID. If so, we should drop and re-add the index since the existing index can't be used.
-
Albert Salim authored
Fix `scripts/security-harness` to support older git versions See merge request gitlab-org/gitlab!72695
-
Jan Provaznik authored
Restore Gitaly server update and fix cached Git binary See merge request gitlab-org/gitlab!72839
-
Kamil Trzciński authored
Add allowlists for various scopes See merge request gitlab-org/gitlab!72855
-
Phil Hughes authored
Fix unnecessary epics fetch request on Roadmap with no filter token value See merge request gitlab-org/gitlab!72774
-
charlie ablett authored
Stop overriding spamcheck verdicts !=ALLOW to allow rescuing via reCAPTCHA. See merge request gitlab-org/gitlab!71496
-
Olena Horal-Koretska authored
Consolidate constants for external issues See merge request gitlab-org/gitlab!72751
-
Aleksei Lipniagov authored
Fix name of puma's example config file in README.md See merge request gitlab-org/gitlab!71490
-
Martin Wortschack authored
Fix: Buttons text update with proper capitalization See merge request gitlab-org/gitlab!72650
-
Rishabh Gupta authored
-