- 17 Dec, 2019 17 commits
-
-
Marcel Amirault authored
Update README.md YAML ref to denote a limitation with anchors & include See merge request gitlab-org/gitlab!21252
-
Matt Callaghan authored
Update README.md YAML ref to denote a limitation with anchors & include (cannot cross file boundary).
-
Russell Dickenson authored
In integration docs, fix Akismet settings path See merge request gitlab-org/gitlab!21601
-
Alexander Oleynikov authored
-
Ramya Authappan authored
Add BUG_IN_CODE comment to file locking quarantined spec See merge request gitlab-org/gitlab!21838
-
Nailia Iskhakova authored
Failure issue: https://gitlab.com/gitlab-org/gitlab/issues/43105 Bug issue: https://gitlab.com/gitlab-org/gitlab/issues/40125
-
Ash McKenzie authored
Merge branch '22465-rack-attack-authenticate-runner-requests-with-job-token-basic-auth' into 'master' Auth requests with job token as auth header See merge request gitlab-org/gitlab!21562
-
Marius Bobin authored
Git requests made by the runner include the authentication params in the HTTP basic auth header. Fixes User and IP Rate Limits throttles so that runner requests using a valid job token as basic auth will not be counted in Unauthenticated request rate limit.
-
Michael Kozono authored
Fix date-dependent test failure in obsolete_ignored_columns_spec.rb Closes #118612 See merge request gitlab-org/gitlab!21887
-
Heinrich Lee Yu authored
Update Rugged to v0.28.4.1 See merge request gitlab-org/gitlab!21869
-
Michael Kozono authored
Add timestamps to pod logs See merge request gitlab-org/gitlab!21663
-
Adrien Kohlbecker authored
-
Stan Hu authored
Revert "Merge branch '35170-consolidate-process-config' into 'master'" See merge request gitlab-org/gitlab!21882
-
Stan Hu authored
If `spec/lib/gitlab/database/obsolete_ignored_columns_spec.rb` is loaded before a date boundary and execute after the boundary has crossed, the test will fail with an extra column because `Date.today` has advanced. To fix this problem, we fix the dates used in the test.
-
Mike Greiling authored
Add note about ESLint rule no-jquery/no-animate-toggle See merge request gitlab-org/gitlab!21880
-
Mark Lapierre authored
Allow for generic DAST count matching Closes #36559 See merge request gitlab-org/gitlab!21193
-
Zeff Morgan authored
-
- 16 Dec, 2019 23 commits
-
-
Marcel Amirault authored
Fixing kramdown error in docs. Closes gitlab-docs#473 See merge request gitlab-org/gitlab!21859
-
Michael Kozono authored
This reverts merge request !20294
-
Walmyr Lima e Silva Filho authored
Simplify the "issues weight" end-to-end test See merge request gitlab-org/gitlab!21754
-
Evan Read authored
Update cohorts docs with new image See merge request gitlab-org/gitlab!21632
-
Winnie Hellmann authored
-
Nick Thomas authored
Capture author and created_at data for Version See merge request gitlab-org/gitlab!17322
-
Mike Greiling authored
Move escapeFileUrl to shared url_utility See merge request gitlab-org/gitlab!21865
-
Walmyr Lima e Silva Filho authored
Prefer let instead of instance variable on test See merge request gitlab-org/gitlab!21758
-
Michael Kozono authored
Upgrade Gitaly to v1.76.0 See merge request gitlab-org/gitlab!21857
-
GitalyBot authored
-
Stan Hu authored
This fixes a number of CVEs in libgit2: https://github.com/libgit2/rugged/compare/v0.28.3.1..v0.28.4.1
-
Grzegorz Bizon authored
Add protected branch permission check to run downstream pipelines See merge request gitlab-org/gitlab!20964
-
Mike Greiling authored
Enable no-jquery/slim ESLint profile See merge request gitlab-org/gitlab!21775
-
Winnie Hellmann authored
-
Luke Duncalfe authored
And adding a missing spec for the event data.
-
Luke Duncalfe authored
https://gitlab.com/gitlab-org/gitlab/merge_requests/17316 introduced new user_id and created_at columns for `Versions` https://gitlab.com/gitlab-org/gitlab/merge_requests/18506 renamed this column to author_id. This MR has the app capture a `author_id` when new versions are created. It also contains a post-migration to backfill author and created_at data for `Version`s by sourcing from `Commit`s. https://gitlab.com/gitlab-org/gitlab/issues/32081 https://gitlab.com/gitlab-org/gitlab/issues/13426
-
Paul Slaughter authored
**Why?** This is no longer needed in just the IDE. We also need it to make sure we properly escape paths in the file finder.
-
Douglas Barbosa Alexandre authored
Make use of uncached diffs where highlighting is not required Closes #43654 See merge request gitlab-org/gitlab!21842
-
Mayra Cabrera authored
Add indexes on deployments to improve environments search Closes #55353 See merge request gitlab-org/gitlab!21789
-
Robert Speicher authored
Previously it sounded like we'd always target the fork, regardless of where the MR was opened.
-
ngaskill authored
-
Clement Ho authored
Replace var with const / let in notes.js Closes #36269 See merge request gitlab-org/gitlab!21845
-
Winnie Hellmann authored
(cherry picked from commit 0e4b14cd3b10f78a6a0686424a0ee0dc7b94c7a0)
-