- 14 Sep, 2020 40 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Retry DAST jobs See merge request gitlab-org/gitlab!41574
-
Robert Speicher authored
Tweak Sentry GRPC error processor See merge request gitlab-org/gitlab!42199
-
Suzanne Selhorn authored
Docs: Update metadata with Style Guide group link See merge request gitlab-org/gitlab!42235
-
CI Secrets documentation See merge request gitlab-org/gitlab!38552
-
Krasimir Angelov authored
and Vault integration. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/28321 and https://gitlab.com/gitlab-org/gitlab/-/issues/218746.
-
Bob Van Landuyt authored
Report BatchNotResetError to Sentry only after retries See merge request gitlab-org/gitlab!42074
-
Fabio Pitino authored
Only one report will be sent to Sentry, containing data about failing batches and not each time an error is rescued. This removes noise from Sentry when a worker succeeds on retry.
-
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
-
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
-