- 08 Jan, 2020 15 commits
-
-
Stan Hu authored
This reverts merge request !20930
-
Ash McKenzie authored
Fix deploy tokens erroneously triggering unique IP limits Closes #22854 See merge request gitlab-org/gitlab!22445
-
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.
-
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 25 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
-
Mayra Cabrera authored
Add disable option for the auto-close referenced issues feature Closes #19754 See merge request gitlab-org/gitlab!21704
-
Fabio Huser authored
-
Luke Duncalfe authored
Wraps ActiveSupport's Array#to_sentence to convert the given array to a comma-separated sentence joined with localized 'or' Strings instead of 'and'.
-
Robert Speicher authored
Implement a percentage based rollout for ElasticSearch See merge request gitlab-org/gitlab!22240
-
Mayra Cabrera authored
Remove legacy vulnerability findings endpoints See merge request gitlab-org/gitlab!21585
-
Avielle Wolfe authored
As far as I can tell, there isn't any reason to keep it around. Removing it opens the path to creating endpoints for first class vulnerabilities. * Delete Groups::Security::VulnerabilitiesController * Remove feature flag logic from Groups::Security::VulnerabilityFindingsController * Remove feature flag logic from GroupsHelper * Remove legacy routes * Remove specs for legacy controller and feature flag logic
-
Mayra Cabrera authored
Fetch Grafana Auth via GraphQL See merge request gitlab-org/gitlab!21756
-
Allison Browne authored
Add grafana integration to the graphql api to act as the backend for the grafana integration settings with operations
-
Tanya Pazitny authored
Fix instance audit log spec Closes #34881 See merge request gitlab-org/gitlab!22131
-
Mayra Cabrera authored
Add ExternallyPaginatedArrayConnection for GraphQL See merge request gitlab-org/gitlab!22200
-
Sean Arnold authored
- included specs - refactor some specs to be more generic
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to ^0.0.18 See merge request gitlab-org/gitlab!22449
-
Michael Kozono authored
Extract latest event from Sentry::Client See merge request gitlab-org/gitlab!22521
-