- 16 Sep, 2020 1 commit
-
-
Drew Blessing authored
For authentication, add both an audit event and authentication event for the short term. Eventually we will diverge and only store authentication events when an authentication occours. At that time, authentication events will be a subclass of audit events. For now we store both and use authentication events for usage ping exclusively.
-
- 14 Sep, 2020 39 commits
-
-
Drew Blessing authored
AuthenticationEvent will track sign-ins via providers such as LDAP, SAML, and other OmniAuth/OAuth providers. The end goal is to report usage of each authentication method via Usage Ping. In the future this will be an extension of AuditEvents specific to authentication.
-
Yannis Roussos authored
Store Instance Statistics measurements periodically See merge request gitlab-org/gitlab!41300
-
Adam Hegyi authored
This change will periodically count various objects in the database and store the data in a database table.
-
Craig Norris authored
Docs: Updated template guidelines See merge request gitlab-org/gitlab!41839
-
Suzanne Selhorn authored
-
Markus Koller authored
Change name of GitLab Instance Administrators group See merge request gitlab-org/gitlab!41684
-
Craig Norris authored
Docs: Removed outdated metadata Closes #247288 See merge request gitlab-org/gitlab!42136
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/247288
-
Kushal Pandya authored
Load Issue Sidebar Data through startup.js See merge request gitlab-org/gitlab!42206
-
Tim Zallmann authored
-
Vitali Tatarintev authored
Add incident label for manually created incident issues See merge request gitlab-org/gitlab!41598
-
Lin Jen-Shin authored
Fail pipeline early when there is rspec failure related to MR changes See merge request gitlab-org/gitlab!41081
-
Albert Salim authored
Add rspec fail-fast job - This job runs rspec on test files detected by the job `detect-tests`. Add fail-pipeline-early job - This job cancels the current pipeline in order to provide fast feedback upon test failure. This happens when the `rspec fail-fast` jobs has failed. Add toggle to enable `rspec fail-fast` - The rspec-fail-fast and fail-pipeline-early jobs will only be created if the RSPEC_FAIL_FAST_ENABLED variable is "true". - Using this flag, we can experiment with this pipeline change with more control. Add option to skip rspec fail-fast - Using MR title SKIP RSPEC FAIL-FAST - Using dont-interrupt-me job
-
Fabio Pitino authored
Add Enum support for `deprecated` argument See merge request gitlab-org/gitlab!41630
-
Luke Duncalfe authored
`ruby-graphql` supports https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27464 added support for a custom `deprecated` keyword for `field` to allow us to specify the milestone that a field was deprecated in a structured way. Enum values are also able to be deprecated. This change adds support for enum values. Also see: https://gitlab.com/gitlab-org/gitlab/-/issues/199952
-
Ezekiel Kigbo authored
Hide confirmation modal after closing a blocked issue See merge request gitlab-org/gitlab!42068
-
Bob Van Landuyt authored
GraphQL - Expose group memberships under group See merge request gitlab-org/gitlab!39331
-
charlie ablett authored
- Use GroupMembersFinder
-
Peter Leitzen authored
Previously, we've created and applied the "incident" label only when calling the `IncidentManagment::Incidents::CreateService` explicitly. After we've added the issue type "incident" incidents can be created/updated using the `Issues::Create/UpdateService`. Those services did not apply this label. This commit moves the code which applies the label close to the `Issue` services to make sure we are labeling all incidents with the "incident" label correctly.
-
Peter Leitzen authored
Reduce the total amount of factories from 260 to 43 cutting the total amount of events in half. Queries saved: 6121
-
Natalia Tepluhina authored
[RUN AS-IF-FOSS] Revert "Merge branch '229416-boards-fetch-list-issues-via-graphql' into 'master'" See merge request gitlab-org/gitlab!42220
-
Markus Koller authored
Exclude tmp dirs from backups See merge request gitlab-org/gitlab!41706
-
Will Chandler authored
Add '--exclude' for tmp directories in located in paths included in backups. Currently a backup job may fail due to a file or directory within a tmp dir being removed during the backup. This change adds a new 'exclude' optional parameter to Backup::Files to indicate directories that should not be included in backups. This should prevent changes in temporary files from breaking backups and also stop unneeded files from being included in the backup archive.
-
Olena Horal-Koretska authored
Fix Duplicate Keys in Vulnerability Details See merge request gitlab-org/gitlab!42027
-
Kev authored
-
Heinrich Lee Yu authored
Fix notes_data so the initial value is in microseconds See merge request gitlab-org/gitlab!42124
-
Markus Koller authored
Fix create table with two foreign keys cop See merge request gitlab-org/gitlab!42131
-
Sean McGivern authored
Add issue changes to UsageData See merge request gitlab-org/gitlab!40904
-
Illya Klymov authored
Add assignees to boards sidebar See merge request gitlab-org/gitlab!41913
-
Scott Stern authored
-
Achilleas Pipinellis authored
Drop Git requirements specifically for Geo feature See merge request gitlab-org/gitlab!42155
-
Achilleas Pipinellis authored
Update Fast Searching See merge request gitlab-org/gitlab!42168
-
John McGuire authored
-
Achilleas Pipinellis authored
Drop Debian 8 (jessie) support See merge request gitlab-org/gitlab!42149
-
Mark Florian authored
Merge branch '233665-replace-bootstrap-alerts-in-app/views/shared/_no_password.html.haml' into 'master' Replace bootstrap alerts in app/views/shared/_no_password.html.haml Closes #233665 See merge request gitlab-org/gitlab!41397
-
Gilang Gumilar authored
-
Illya Klymov authored
Improve New Trial flow for edge case scenario See merge request gitlab-org/gitlab!41020
-
Illya Klymov authored
Add reviewers to MR form Closes #216054 See merge request gitlab-org/gitlab!40330
-
Lin Jen-Shin authored
This reverts merge request !41958
-