- 03 Sep, 2019 40 commits
-
-
Achilleas Pipinellis authored
Clarify limits for needs keyword See merge request gitlab-org/gitlab-ce!32444
-
Evan Read authored
-
Stan Hu authored
Preload routes information in Routable See merge request gitlab-org/gitlab-ce!32352
-
Kamil Trzciński authored
Backport documentation for status checking behaviors See merge request gitlab-org/gitlab-ce!32184
-
Kushal Pandya authored
Creates utility parser for the job log See merge request gitlab-org/gitlab-ce!32555
-
Kushal Pandya authored
Make unmocked requests fail in Jest again See merge request gitlab-org/gitlab-ce!31863
-
Yorick Peterse authored
Remove Users.support_bot column See merge request gitlab-org/gitlab-ce!32554
-
Matija Čupić authored
Backport documentation from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580
-
Jan Provaznik authored
Add #environments_cluster_path which will always return nil in CE See merge request gitlab-org/gitlab-ce!32527
-
Lin Jen-Shin authored
Make sure 'build-qa-image' is created for all pipelines See merge request gitlab-org/gitlab-ce!32570
-
Andreas Brandl authored
This fixes a high frequency N+1 issue: `RoutableActions#find_routable!` is used across many controllers to retrieve e.g. the Project or Namespace by path. The `#find_routable!` method calls `#ensure_canonical_path` which in turn retrieves `#full_path` from the given Routable. This in turn triggers a lookup on `routes`, leading to a high frequency of these queries: ```sql SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = $1 AND "routes"."source_type" = $2 LIMIT $3 ``` This is unnecessary as we already join `routes` in `Routable#find_by_full_path` anyways.
-
Thong Kuah authored
Fix cycle analytics seed script See merge request gitlab-org/gitlab-ce!32536
-
Adam Hegyi authored
-
Tim Zallmann authored
Quarantine flaky dashboard_spec.js See merge request gitlab-org/gitlab-ce!32574
-
Andreas Brandl authored
"Allow milestones to be associated with releases" BE See merge request gitlab-org/gitlab-ce!30816
-
Etienne Baqué authored
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
-
Andreas Brandl authored
Add not null constraints to prometheus_metrics table columns Closes #66663 See merge request gitlab-org/gitlab-ce!32339
-
Rémy Coutable authored
Use new location for helm charts repo See merge request gitlab-org/gitlab-ce!32563
-
Kamil Trzciński authored
Expose `name` and `merge_request_event_type` in serialized json and predefined variables See merge request gitlab-org/gitlab-ce!32323
-
Lin Jen-Shin authored
Skip set_repo_refs to speed up the tests See merge request gitlab-org/gitlab-ce!32556
-
Igor authored
-
Rémy Coutable authored
This is needed because in `master`, the `gitlab:assets:compile` is created, but not the `gitlab:assets:compile pull-cache` job, and the `needs` keyword cannot take jobs that don't exist, thus we have to create a dedicated job for `master`, with `needs: ["build-qa-image", "gitlab:assets:compile"]` instead of `needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]`. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kushal Pandya authored
Make error flash notification sticky See merge request gitlab-org/gitlab-ce!30141
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
Filipa Lacerda authored
With the new job log json format we need a parser on the frontend
-
Winnie Hellmann authored
-
Rémy Coutable authored
This also makes 'package-and-qa-manual' created for 'master' because it's a valid use-case to run manual QA on 'master'. Without this change, no pipeline could be created for auto-deploy branches due to the following error: The form contains the following error: package-and-qa-manual: needs 'build-qa-image' Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add system hooks for project/group membership updates Closes gitlab-ee#12252 See merge request gitlab-org/gitlab-ce!32371
-
Lin Jen-Shin authored
Backport retries options for cancel_running See merge request gitlab-org/gitlab-ce!32525
-
Shinya Maeda authored
This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
-
Stan Hu authored
Bump reliable fetcher See merge request gitlab-org/gitlab-ce!32565
-
Lin Jen-Shin authored
Stub DetectRepositoryLanguagesWorker for all tests See merge request gitlab-org/gitlab-ce!32430
-
Igor authored
It performs an expensive operation, but isn't required in most of tests
-
Kushal Pandya authored
Remove deprecation message for milestone tabs See merge request gitlab-org/gitlab-ce!32252
-
Valery Sizov authored
-
Ash McKenzie authored
Remove all references to Gitlab::CorrelationId See merge request gitlab-org/gitlab-ce!32228
-
Arun Kumar Mohan authored
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Thong Kuah authored
If user can push to docker then it can delete too Closes #40096 See merge request gitlab-org/gitlab-ce!31796
-
Giorgenes Gelatti authored
Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
-