- 29 Mar, 2020 3 commits
-
-
Thong Kuah authored
Disable archive rate limit by default See merge request gitlab-org/gitlab!28264
-
Stan Hu authored
Don't send 'accept-encoding' header in HttpIO Closes #212609 See merge request gitlab-org/gitlab!28239
-
Will Chandler authored
Net::HTTP does not automatically decompress requests sent with a range header, as is done by HttpIO#request, causing the body of any gzipped responses to be unreadable. This change removes the 'accept-encoding' header from requests sent by HttpIO, ensuring responses are not gzipped.
-
- 28 Mar, 2020 7 commits
-
-
Stan Hu authored
Development Documentation: fix minor typo See merge request gitlab-org/gitlab!28272
-
Thiago Figueiró authored
Contractions section: that's' vs that's
-
Heinrich Lee Yu authored
Make all HTTPS cookies set SameSite to none Closes #212551 See merge request gitlab-org/gitlab!28205
-
Martin Wortschack authored
Update Repository Analytics feature title See merge request gitlab-org/gitlab!28162
-
Dan Jensen authored
This replaces the deprecated feature name of Contribution Charts with the new feature name of Repository Analytics.
-
Stan Hu authored
Some users depend on having a high number of unauthenticated archive downloads. Make this feature flag off by default until we have a chance to ship a way to toggle this off in the admin panel.
-
Lyle Kozloff authored
Docs: Add troubleshooting of id and app changes See merge request gitlab-org/gitlab!28170
-
- 27 Mar, 2020 30 commits
-
-
Peter Leitzen authored
Add Swift Dockerfile to GitLab templates See merge request gitlab-org/gitlab!28035
-
Tim Rizzi authored
-
Peter Leitzen authored
Fix oauth check to verify user exists See merge request gitlab-org/gitlab!28159
-
Steve Abrams authored
-
Robert Speicher authored
Prevent adding changelog ID on security MRs See merge request gitlab-org/gitlab!28251
-
Dan Davison authored
Add parent-child pipeline relationship spec See merge request gitlab-org/gitlab!27606
-
Tiffany Rea authored
Test cases for dependent relationship Test cases for independent relationship
-
Mayra Cabrera authored
95c0aa51 introduced a new conditional on changelog Dangerfile that is been triggered on security MRs. This commit fixes that, as it's not a requirement to add a merge request ID on changelogs for security merge requests.
-
Paul Slaughter authored
Resolve "MR right sidebar is off when scrollbars are visible" Closes #196226 See merge request gitlab-org/gitlab!27314
-
Stan Hu authored
Some users reported being logged out quite frequently, and we suspect a change in Chrome caused this. Chrome v80, rolled out in March 2020, treats any cookies without the SameSite directive set as though they are SameSite=Lax (https://www.chromestatus.com/feature/5088147346030592). This is a breaking change from the previous default behavior, which was to treat those cookies as SameSite=None. To fix this, we add a middleware that tags all cookies with the Secure and SameSite=None headers. This middleware is needed until we upgrade to Rack v2.1.0+ (https://github.com/rack/rack/commit/c859bbf7b53cb59df1837612a8c330dfb4147392) and a version of Rails that has native support (https://github.com/rails/rails/commit/7ccaa125ba396d418aad1b217b63653d06044680). Closes https://gitlab.com/gitlab-org/gitlab/-/issues/212551
-
Mayra Cabrera authored
Add guard for nil merge_request_diff.id See merge request gitlab-org/gitlab!28034
-
Mayra Cabrera authored
Harden jira usage data See merge request gitlab-org/gitlab!27973
-
Mike Greiling authored
Add restriction for updating nginx-ingress See merge request gitlab-org/gitlab!27845
-
Mike Greiling authored
Migrate ee/billings to Jest Closes #194270 See merge request gitlab-org/gitlab!28193
-
Michael Kozono authored
Add service to checksum PackageFiles on primary Closes #13838 See merge request gitlab-org/gitlab!25411
-
Valery Sizov authored
This adds the functionality in a context of new self-service framework
-
Heinrich Lee Yu authored
Refactor compare analyser reports service tests See merge request gitlab-org/gitlab!28207
-
Can Eldem authored
-
Robert Speicher authored
Move AlertsController to Core Closes #210537 See merge request gitlab-org/gitlab!28091
-
Mike Jang authored
Re-structure Analytics documentation index See merge request gitlab-org/gitlab!28153
-
Dan Jensen authored
Previously the Analytics documentation index was built around the Analytics Workspace concept. It did not sufficiently explain features located outside the Workspace. Plus, we are moving away from the Workspace concept anyway. This re-structures the Analytics documentation index into 3 sections: instance (Workspace), group and project levels. The Analytics features available are explained.
-
Robert Speicher authored
Find or initialize instance-level services See merge request gitlab-org/gitlab!28033
-
Robert Speicher authored
Add state attribute to environment graphql API See merge request gitlab-org/gitlab!28080
-
Douglas Barbosa Alexandre authored
Add Performance/ReadlinesEach Cop See merge request gitlab-org/gitlab!27901
-
Robert Speicher authored
Create vulnerability issue link when creating issue from vulnerability See merge request gitlab-org/gitlab!27899
-
Alan (Maciej) Paruszewski authored
This adds to First Class Vulnerabilities automatic creation of issue link when Issue is created from Vulnerability.
-
Douglas Barbosa Alexandre authored
Add additional pipeline information to packages list api endpoint See merge request gitlab-org/gitlab!28040
-
Mike Jang authored
Add documentation for importing large exports to the list See merge request gitlab-org/gitlab!27113
-
Rehab Hassanein authored
-
Achilleas Pipinellis authored
License compliance documentation: removing deprecated and update classifications See merge request gitlab-org/gitlab!27978
-