- 08 Jan, 2020 1 commit
-
-
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
-
- 07 Jan, 2020 28 commits
-
-
Martin Wortschack authored
Extend Design view sidebar with issue link and a list of participants See merge request gitlab-org/gitlab!22103
-
Natalia Tepluhina authored
- added participants component to design index - refactored participants component to have showParticipantLabel prop - added test for showParticipantLabel prop - updated failing snapshots
-
Bob Van Landuyt authored
Sidekiq worker to create self monitoring project See merge request gitlab-org/gitlab!21235
-
Reuben Pereira authored
* Create a sidekiq worker to execute SelfMonitoring::Project::CreateService.execute. * Also remove the SelfMonitoring::Project::CreateService#execute! method since it is not being used.
-
Achilleas Pipinellis authored
Add enable_modsecurity toggle to Ingress Managed App See merge request gitlab-org/gitlab!21966
-
Lucas Charles authored
This replaces the previous behavior hid behind the `ingress_modsecurity` feature flag, instead requiring "opt-in" to enable modsecurity during ingress installation See https://gitlab.com/gitlab-org/gitlab/issues/39140 for details
-
Sean McGivern authored
Upgrade Gitaly to v1.79.0 See merge request gitlab-org/gitlab!22515
-
GitalyBot authored
-
Sean McGivern authored
Rename productivity analytics date parameters Closes #55249 See merge request gitlab-org/gitlab!22377
-
Adam Hegyi authored
- merged_at_after -> merged_after - merged_at_before -> merged_before Closes https://gitlab.com/gitlab-org/gitlab/issues/55249
-
Rémy Coutable authored
Remove `package-and-qa` notifications Closes gitlab-org/quality/team-tasks#298 See merge request gitlab-org/gitlab!22508
-
Phil Hughes authored
Merge branch '119346-follow-up-from-add-stack-trace-component-below-details-when-issue-is-created-from-sentry' into 'master' Refactor test for sentry error stack trace component See merge request gitlab-org/gitlab!22495
-
Phil Hughes authored
Design Repo Sync Status - Actions Closes #34336 See merge request gitlab-org/gitlab!19590
-
Zack Cuddy authored
This adds mutations/actions to store Add actions to components This adds the actions to vue components
-
Ash McKenzie authored
Update Ruby version references to 2.6.5 See merge request gitlab-org/gitlab!22417
-
Ash McKenzie authored
Remove count_by from UsageData#count See merge request gitlab-org/gitlab!22491
-
Martin Wortschack authored
Refactor release block See merge request gitlab-org/gitlab!22321
-
Sarah Groff Hennigh-Palermo authored
This involves four files, two subs
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankarc@autistici.org>
-
Ramya Authappan authored
Dismiss popover in MR See merge request gitlab-org/gitlab!22235
-
Mark Lapierre authored
The popover prevented tests from adding comments to discussions
-
Albert Salim authored
These notifications are now implemented in `gitlab-qa` https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/361
-
Thong Kuah authored
Adds warning regarding container registry visibility in public projects See merge request gitlab-org/gitlab!22504
-
Evan Read authored
Docs: Categorise data types for Geo Closes #35414 See merge request gitlab-org/gitlab!20751
-
Gabriel Mazetto authored
Explain how each data type is stored and handled in GitLab
-
Evan Read authored
Update instance statistics docs images See merge request gitlab-org/gitlab!21986
-
Muhammad Dewji authored
-
- 06 Jan, 2020 11 commits
-
-
Stan Hu authored
Update rdoc to 6.1.2 Closes #39147 See merge request gitlab-org/gitlab!22434
-
Douglas Barbosa Alexandre authored
Resolve Consistent polling in error tracking pages - Backend See merge request gitlab-org/gitlab!22070
-
Sean Arnold authored
- Move shared examples into seperate file
-
Thong Kuah authored
Merge branch '12703-escalated-audit-event-for-changing-access-expiration-should-contain-the-expiration-date' into 'master' Resolve "ESCALATED: Audit Event for Changing Access Expiration Should Contain the Expiration Date" See merge request gitlab-org/gitlab!22412
-
lauraMon authored
-
Joshua Lambert authored
-
Dan Davison authored
Add wait between retries of SSO settings Closes #55242 See merge request gitlab-org/gitlab!22360
-
Dmitriy Zaporozhets authored
Exclude snippets from external caching handling Closes #193498 See merge request gitlab-org/gitlab!22397
-
Dmitriy Zaporozhets authored
Optional skip validation for concurrent foreign key See merge request gitlab-org/gitlab!22282
-
Mayra Cabrera authored
Add Feature Flag Override Toggle See merge request gitlab-org/gitlab!21598
-
Jason Goodman authored
Add backend support Remove frontend feature flag
-