- 17 Feb, 2020 40 commits
-
-
Pavlo Strokov authored
If you blindly follow the steps on setting Prefect support for GitLab it is hard to notice that 'internal_api_url' value for Gitaly configuration needs to be changed to the proper one. So this commit fixes it by adding explicit instructions about how it needs to be changed. Also this commit adds 'external_url' configuration for GitLab configuration file and comment on how it needs to be setup.
-
Russell Dickenson authored
Document Container Scanning Remediation See merge request gitlab-org/gitlab!25095
-
Adam Cohen authored
-
Adam Hegyi authored
NuGet - The Search Service See merge request gitlab-org/gitlab!24182
-
Natalia Tepluhina authored
Add ref path from the api for issuables list Closes #31301 See merge request gitlab-org/gitlab!24838
-
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
-
David Fernandez authored
See https://docs.microsoft.com/en-us/nuget/api/search-query-service-resource Add the relevant service and presenter
-
Rémy Coutable authored
Pin PostgreSQL CI images to the latest versions See merge request gitlab-org/gitlab!25284
-
sstern authored
Add ref path being returned from the api instead of creating locally in the component
-
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/
-