- 17 Feb, 2020 40 commits
-
-
Lin Jen-Shin authored
Fix wrong MR link in pipeline failure email Closes #201947 See merge request gitlab-org/gitlab!25078
-
Martin Wortschack authored
Handle ca custom form server errors Closes #36685 See merge request gitlab-org/gitlab!24218
-
Bob Van Landuyt authored
Remove expiration_policy feature flag See merge request gitlab-org/gitlab!25123
-
Rémy Coutable authored
Pin PostgreSQL CI images to the latest versions See merge request gitlab-org/gitlab!25284
-
James Lopez authored
Test no audit event is logged when not licensed Closes #205636 See merge request gitlab-org/gitlab!25221
-
Tan Le authored
If logging related features are not enabled, no audit event is logged. The change in the shared_examples also extends this test for other clients of `AuditEventService` in additions to Users services.
-
Bob Van Landuyt authored
Add updateImageDiffNote mutation See merge request gitlab-org/gitlab!24027
-
Luke Duncalfe authored
This adds the ability to update an `ImageDiffNote`'s `x` and `y` positions as well as its `body`. The existing `updateNote` mutation was refactored to inherit from a new `Base` class, in the same way that the `Notes::Create` mutations do. https://gitlab.com/gitlab-org/gitlab/issues/34353
-
Dylan Griffith authored
Remove ElasticIndexerWorker changed_fields See merge request gitlab-org/gitlab!24873
-
Dmitry Gruzd authored
We're changing the way indexing works, currently we pass changed_fields to ElasticIndexerWorker for notes update taking storage and harming job deduplication. We're replacing that logic with a separate jobs per each changed note.
-
James Lopez authored
Create snippet repository after it is created Closes #39199 See merge request gitlab-org/gitlab!22269
-
James Lopez authored
Fix `blocked` status for board issues See merge request gitlab-org/gitlab!24631
-
Natalia Tepluhina authored
Updated new/edit wiki page to equal ui elements See merge request gitlab-org/gitlab!25197
-
Marc Schwede authored
-
Phil Hughes authored
Categorize errors separately from failures in xUnit results See merge request gitlab-org/gitlab!23819
-
Ezekiel Kigbo authored
-
Rémy Coutable authored
Fix failed kubernetes clean up by name See merge request gitlab-org/gitlab!25326
-
Phil Hughes authored
Merge branch '37725-pipeline-junit-view-performance-on-running-on-big-data-set-use-new-endpoint' into 'master' Use new endpoint test counter badge See merge request gitlab-org/gitlab!24884
-
Bob Van Landuyt authored
Count users in nested projects on Gitlab.com Closes #33142 See merge request gitlab-org/gitlab!22967
-
Shreyas Agarwal authored
-
Nicolò Maria Mezzopera authored
- remove flag from helper - adjust tests - changelog file
-
Martin Wortschack authored
Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/blob/pdf/index.js' See merge request gitlab-org/gitlab!25040
-
Adam Hegyi authored
Disable LinkLfsObjects background migration See merge request gitlab-org/gitlab!25330
-
Fatih Acet authored
Correctly render mermaid digrams inside details blocks See merge request gitlab-org/gitlab!23662
-
Albert Salim authored
-
Martin Wortschack authored
Migrate fa-spinner to spinner in search filter dropdown js. See merge request gitlab-org/gitlab!25193
-
Shinya Maeda authored
This MR fixes the pipeline failure email bug
-
Martin Wortschack authored
Delete description change history - Frontend See merge request gitlab-org/gitlab!23568
-
Shinya Maeda authored
Forward deployment - addition of worker to drop old deployments Closes #25276 See merge request gitlab-org/gitlab!24412
-
Etienne Baqué authored
Added method to check whether a deployment is valid. Used method as check to drop a build. Added tests for this new method.
-
Martin Wortschack authored
Allow keyboard shortcuts to be disabled Closes #22113 See merge request gitlab-org/gitlab!18782
-
Simon Knox authored
Alternative was to add markup for .gl-toggle-wrapper in haml but this seemed easier. I don't love the resultant markup, or that you cannot add label text to GlToggle, but it's a start
-
Patrick Bajao authored
Some jobs are timing out and failing on staging.gitlab.com. This also disables the post deploy migration scheduling the background migration. https://sentry.gitlab.net/gitlab/staginggitlabcom/issues/1306635/events/latest/
-
Heinrich Lee Yu authored
Switch `logs-page` key to snake_case Closes #201846 See merge request gitlab-org/gitlab!25288
-
Stan Hu authored
Revert "Merge branch 'license-compliance-policy-tab' into 'master'" See merge request gitlab-org/gitlab!25317
-
Marcel Amirault authored
Corrected layout of admonitions regarding Epic See merge request gitlab-org/gitlab!25316
-
Ezekiel Kigbo authored
Added test for labels outside the group Ensures that labels that belong to other groups do not appear in the label dropdowns
-
Ezekiel Kigbo authored
Added missing updateStage action specs Ensures we correctly handle fetch reqeust failures in the success actions
-
Ezekiel Kigbo authored
Displays form errors below the relevant field and will clear the error when a field changes Fixed test for displaying form errors Minor cleanup form errors after submission and or when changing fields, or opening a new form Fix render warning start event change Address minor reviewer feedback Fixed string externalization Fix minor typo Updated gitlab.pot file with latest strings
-
Ezekiel Kigbo authored
Replaces the done() in the custom_stage_form_spec with returned promises
-