- 14 Sep, 2020 40 commits
-
-
Ricardo Amarilla authored
-
Dan Davison authored
Wait for project list to become available See merge request gitlab-org/gitlab!41919
-
Mike Greiling authored
Migrate GlNewDropdownItem to GlDropdownItem See merge request gitlab-org/gitlab!42143
-
Rémy Coutable authored
Potential workaround for flaky spec in jobs_controller_spec.rb See merge request gitlab-org/gitlab!42152
-
Jose Ivan Vargas authored
Merge branch '241912-remove-v-html-from-ee-app-assets-javascripts-environments-components-deploy_board_component' into 'master' Remove v-html from ee/app/assets/javascripts/environments/components/deploy_board_component.vue Closes #241912 See merge request gitlab-org/gitlab!41521
-
Fix some broken links See merge request gitlab-org/gitlab!42245
-
Nick Gaskill authored
Document use of environment_url.txt in API Fuzzing See merge request gitlab-org/gitlab!41523
-
Michael Eddington authored
-
Lin Jen-Shin authored
Fix broken anchors in the secrets documentation Closes #249172 See merge request gitlab-org/gitlab!42244
-
Bob Van Landuyt authored
Add release `upcoming_release` field to GraphQL See merge request gitlab-org/gitlab!41183
-
Nathan Friend authored
This commit adds the boolean "upcoming_release" field to the GraphQL endpoint.
-
Marcin Sedlak-Jakubowski authored
-
Bob Van Landuyt authored
Populate an Incident's severity when it's created from an Alert Closes #238571 See merge request gitlab-org/gitlab!42072
-
Vitali Tatarintev authored
-
Paul Gascou-Vaillancourt authored
GitLab UI doesn't export GlNewDropdownItem anymore, this updates all imports to use GlDropdownItem instead.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Martin Wortschack authored
Migrate GlNewDropdownDivider to GlDropdownDivider See merge request gitlab-org/gitlab!42145
-
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.
-
Paul Gascou-Vaillancourt authored
GitLab UI doesn't export `GlNewDropdownDivider` anymore, this updates all imports to use `GlDropdownDivider` instead,
-
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
-