- 08 Jan, 2020 28 commits
-
-
Illya Klymov authored
localVue is required only with use method
-
Marcel Amirault authored
Add initial limits doc Closes #35650 See merge request gitlab-org/gitlab!20378
-
Marcel Amirault authored
Merge branch '31421-docs-setting-default-expiration-does-not-affect-previously-created-artifacts' into 'master' docs: setting default expiration does not affect previously-created artifacts Closes #31421 See merge request gitlab-org/gitlab!22435
-
Thong Kuah authored
Add parent/child pipeline limitations See merge request gitlab-org/gitlab!21817
-
Marcel Amirault authored
Docs: S3 bucket can't include subdirectories See merge request gitlab-org/gitlab!22268
-
Rehab Hassanein authored
-
Ash McKenzie authored
Refactor DeploymentMetric to reuse code Closes #119297 See merge request gitlab-org/gitlab!22458
-
Ash McKenzie authored
Add API for updating a remote mirror's attributes Closes #194105 See merge request gitlab-org/gitlab!22433
-
Natalia Tepluhina authored
Add functionality for when user edits max issue count See merge request gitlab-org/gitlab!21962
-
Scott Stern authored
On the board setting sidebar, when the sidebar is open the user can now update wip limits based on max issue count. Comments;
-
Mark Lapierre authored
Add debug lines on pipeline trigger See merge request gitlab-org/gitlab!22569
-
Stan Hu authored
Add CSP headers for Sourcegraph See merge request gitlab-org/gitlab!20512
-
Ash McKenzie authored
Fix deploy tokens erroneously triggering unique IP limits Closes #22854 See merge request gitlab-org/gitlab!22445
-
Albert Salim authored
-
Ash McKenzie authored
Reverts "Add RBAC permissions for getting knative version" See merge request gitlab-org/gitlab!22560
-
Thong Kuah authored
This reverts commit f0631507.
-
Paul Slaughter authored
Also renamed SourcegraphGon to SourcegraphDecorator **Note:** - If CSP values are set, it uses the values from default-src if connect-src is not available. This way the intention of the CSP config remains intact.
-
Stan Hu authored
Some users were complaining that when the user unique IP limiter was enabled, they would be banned for some unknown reason. `AuthFinder.find_for_git_client` can authenticate users from a multitude of tokens (CI, LFS, HTTP basic auth, etc.), but project deploy tokens are unique in that they aren't attributed to a specific user. As a result, if project deploy tokens were used, users that had the same database ID as a deploy token would erroneously be attributed to using the IP accessed by the token. To fix this issue, we only call `Gitlab::Auth::UniqueIpsLimiter` if a user is returned from the authentication search. Project deploy tokens could be used from many different IPs, so it doesn't make sense to group them with user activity. Possibly fixes https://gitlab.com/gitlab-org/gitlab/issues/22854
-
Marcel Amirault authored
Adds section describing ci_dag_limit_needs usage See merge request gitlab-org/gitlab!22295
-
Alexander Tanayno authored
-
Stan Hu authored
Update GitLab Shell to v11.0.0 See merge request gitlab-org/gitlab!22561
-
Evan Read authored
Correcting spelling across many files See merge request gitlab-org/gitlab!22563
-
Amy Qualls authored
Correct obvious spelling errors in pages after running Vale (an automated grammar / style checker) over the entire docset.
-
-
Marcel Amirault authored
Docs revisions for filtering issues and MRs by logical NOT See merge request gitlab-org/gitlab!21867
-
Nick Gaskill authored
Combine sections on filtering issues and MRs in groups and projects
-
Stan Hu authored
Allow CI_JOB_TOKENs for Conan packages Closes #11678 See merge request gitlab-org/gitlab!22184
-
Thong Kuah authored
Fix mismatch parallel dependency in Gemfile See merge request gitlab-org/gitlab!22510
-
- 07 Jan, 2020 12 commits
-
-
Evan Read authored
Encourage `specify` instead of `it do` See merge request gitlab-org/gitlab!22551
-
Evan Read authored
Make Boolean descriptions consistent See merge request gitlab-org/gitlab!22466
-
Evan Read authored
Docs: Add canceled statements workaround to Geo Troubleshooting doc Closes #4489 See merge request gitlab-org/gitlab!22407
-
Mike Kozono authored
-
Douglas Barbosa Alexandre authored
Add GitLab::Utils.to_exclusive_sentence See merge request gitlab-org/gitlab!22065
-
Douglas Barbosa Alexandre authored
Create a Vulnerability-Issue link (API endpoint) See merge request gitlab-org/gitlab!20485
-
Victor Zagorodny authored
Add new validations to Vulnerabilities::IssueLink Add Vulnerabilities::CreateService service class Add VulnerabilityIssueLinks API w/ tests Add VulnerabilityIssueLinks API endpoint. Add tests for it and all required files (JSON schema fixture etc.) Extract common helpers and test examples between this API and Vulnerabilities API into shared files.
-
Stan Hu authored
Limit the amount of time ChatNotificationWorker waits for the build trace Closes #119198 See merge request gitlab-org/gitlab!22132
-
Mike Greiling authored
Changes to template dropdown location Closes #32273 See merge request gitlab-org/gitlab!22049
-
Mike Greiling authored
Migrate gke_machine_type_dropdown_spec.js to jest See merge request gitlab-org/gitlab!22405
-
Steve Abrams authored
Allow job tokens for conan api endpoints This includes an override of find_user_from_job_token in conan_packages
-
charlieablett authored
For empty test blocks
-