- 17 Dec, 2019 40 commits
-
-
Paul Slaughter authored
Add basic webpack DLLPlugin support (experimental) See merge request gitlab-org/gitlab!18407
-
Mike Greiling authored
Introduces the ability to enable webpack DLL support by passing the flag WEBPACK_VENDOR_DLL=true while running webpack or webpack-dev-server.
-
Bob Van Landuyt authored
Support toggling service desk from API See merge request gitlab-org/gitlab!21627
-
Jan Provaznik authored
Remove an N+1 call rendering projects search results and fix false positive tests See merge request gitlab-org/gitlab!21626
-
Achilleas Pipinellis authored
Update recommended redis HA gitlab.rb Closes omnibus-gitlab#4706 See merge request gitlab-org/gitlab!21348
-
Jan Provaznik authored
Merge branch '21087-controller-projects-mergerequests-creationscontroller-new-executes-more-than-100-sql-queries' into 'master' Improve page load performance of new merge request page by eliminating N+1 queries See merge request gitlab-org/gitlab!21157
-
Lin Jen-Shin authored
Pin the Gitlab and HTTParty gems for safety Closes #118490 See merge request gitlab-org/gitlab!21847
-
Imre Farkas authored
chore: rename User#full_private_access? to User#can_read_all_resources? Closes #34856 See merge request gitlab-org/gitlab!21668
-
Diego Louzán authored
Technical debt triggered from admin mode feature
-
Martin Wortschack authored
Add "remove cluster" confirmation modal See merge request gitlab-org/gitlab!20279
-
Mike Greiling authored
Adds a new modal which requires a user to explicitly confirm the deletion of a cluster and allows them to delete all of its resources as well.
-
Imre Farkas authored
Resolve "PAT/SSH Inventory MVC" See merge request gitlab-org/gitlab!20912
-
Manoj M J authored
This change introduces new Credentials Inventory feature, available for admins.
-
Thong Kuah authored
Add outdated fields to internal security reports comparison API See merge request gitlab-org/gitlab!21220
-
Cameron Swords authored
The JobArtifact is required to retrieve the creation date
-
James Lopez authored
Fix productivity analytics scatterplot with multiple labels Closes #38031 See merge request gitlab-org/gitlab!21301
-
Evan Read authored
Document CI/CD usage with Terraform See merge request gitlab-org/gitlab!20826
-
Viktor Nagy authored
The link points to the GitLab blog.
-
Mike Greiling authored
Resolve "Too-eager urlencoding for find files links" See merge request gitlab-org/gitlab!21861
-
Heinrich Lee Yu authored
API endpoints for payment method component for paid signup flow See merge request gitlab-org/gitlab!21641
-
Paul Slaughter authored
Clear Jest mocks globally Closes #118500 See merge request gitlab-org/gitlab!21860
-
Winnie Hellmann authored
**Why?** This removes the need to add `jest.clearAllMocks` manually. Without this, it's possible for tests to have false positives because the `mock.calls` is never reset. **References:** - https://jestjs.io/docs/en/configuration#clearmocks-boolean - https://gitlab.com/gitlab-org/gitlab/merge_requests/21860
-
Ramya Authappan authored
Quarantine flaky test See merge request gitlab-org/gitlab!21889
-
Marcel Amirault authored
Edit new content for older gitlabktl versions See merge request gitlab-org/gitlab!21894
-
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).
-
Evan Read authored
-
Russell Dickenson authored
In integration docs, fix Akismet settings path See merge request gitlab-org/gitlab!21601
-
Alexander Oleynikov authored
-
Mark Lapierre 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.
-