- 21 Oct, 2019 40 commits
-
-
Reuben Pereira authored
- Remove it since it will not do anything since the migration that adds the self-monitoring project itself has been removed. - The migration does not fail since it checks for the existence of the self-monitoring project.
-
Bob Van Landuyt authored
Add spec for filtering by multiple types See merge request gitlab-org/gitlab!18489
-
Dan Davison authored
Disallow running untagged jobs by default in tests Closes #34356 See merge request gitlab-org/gitlab!18850
-
Douglas Barbosa Alexandre authored
Fix incorrect selection of custom templates Closes #9146 See merge request gitlab-org/gitlab!17205
-
Kamil Trzciński authored
Scope feature flag `job_log_json` to project See merge request gitlab-org/gitlab!18883
-
Fabio Pitino authored
-
Clement Ho authored
Refactor stage_spec to Jest Closes #31625 See merge request gitlab-org/gitlab!16854
-
Illya Klymov authored
* Switches to Jest for stage_spec * Uses snapshots to simplify test code
-
Paul Slaughter authored
Fix typo in generic alerts integration documentation See merge request gitlab-org/gitlab!18889
-
Clement Ho authored
-
Stan Hu authored
Previously if multiple project templates had similar names, it was possible the wrong template were used. For example, if you had three different templates with the names: 1. docker 2. docker-image 3. docker-image-and-app Clicking on `docker` would cause the search to match all three items, and `CreateFromTemplateService` would just pick the first one returned from the database. Instead of using names, this commit uses the project ID to avoid this ambiguity. The backend support for this feature went in GitLab 12.4 via https://gitlab.com/gitlab-org/gitlab/merge_requests/18178. This change updates the frontend to use this. Closes https://gitlab.com/gitlab-org/gitlab/issues/9146
-
Stan Hu authored
Bump Gitaly to 1.70.0 and remove cache invalidation feature flag See merge request gitlab-org/gitlab!18766
-
Paul Okstad authored
-
Clement Ho authored
Merge branch '34245-flaky-test-spec-features-search-user_uses_header_search_field_spec-rb' into 'master' Resolve "Flaky test: spec/features/search/user_uses_header_search_field_spec.rb" Closes #34245 See merge request gitlab-org/gitlab!18742
-
Clement Ho authored
Fixed version number See merge request gitlab-org/gitlab!18884
-
Sarah Waldner authored
-
Sean McGivern authored
Feature #33533, redirect to root when path does not exist on branch Closes #33533 See merge request gitlab-org/gitlab!18169
-
Jesse Hall authored
-
Bob Van Landuyt authored
gitlab-shell: Replace `bin/compile` with `make build` See merge request gitlab-org/gitlab!18820
-
Natalia Tepluhina authored
Rename trace to log in the UI Closes #29121 See merge request gitlab-org/gitlab!18865
-
Rémy Coutable authored
Expose arbitrary artifacts via MR widget See merge request gitlab-org/gitlab!18385
-
Fabio Pitino authored
* Allow user to specify `artifacts:expose_as` in CI config * Save :has_exposed_artifacts in job metadata for queries * Find exposed artifacts in build metadata model * Expose API endpoint for frontend to fetch data Fix unlrelated controller specs Use default has_exposed_artifacts NULL Avoid using a background migration to change NULL to false. It's not needed. Feedback from review * add links to issue for follow up refactoring * preload job artifacts and metadata associations * merge DisallowedRegexInArrayValidator into existing ArrayOfStringsValidator * other minor changes Rename params to match frontend code Feedback from review Feedback from review
-
Tim Zallmann authored
Remove commented code in the services form See merge request gitlab-org/gitlab!18795
-
Sanad Liaquat authored
Add group file template tests See merge request gitlab-org/gitlab!16267
-
Sean McGivern authored
Update gRPC to v1.24.0 Closes #34425 See merge request gitlab-org/gitlab!18837
-
Dmitriy Zaporozhets authored
Do not make extra signatures request for Vue tree view See merge request gitlab-org/gitlab!18577
-
Igor authored
When Vue tree view is enabled, the signatures are fetched via GraphQL API
-
Filipa Lacerda authored
-
Dmitriy Zaporozhets authored
Log invalid branch name if creation fails See merge request gitlab-org/gitlab!18789
-
Rémy Coutable authored
Add Eng. Prod. as code onwers for 'lib/gitlab/danger' See merge request gitlab-org/gitlab!18745
-
Rémy Coutable authored
Set GITLAB_HELM_CHART_REF to a commit with stability improvements See merge request gitlab-org/gitlab!18750
-
Dmitriy Zaporozhets authored
Add service to fetch and format a grafana charts embed See merge request gitlab-org/gitlab!18520
-
Sarah Yasonik authored
Adds a new Metrics Dashboard Service which fetches a grafana dashboard and datasource based on an input url, reformatting the output to be compatible with our existing dashboard rendering behavior on the FE. Ultimately, this will be used as a part of embedding prometheus metrics in GFM via grafana. Note that this service introduces usage of ReactiveCaching in the service as a result of external API calls. This will mean that usage of this new service will need to be polled.
-
James Lopez authored
fix: admin mode UI buttons missing on bigger screen sizes Closes #33453 See merge request gitlab-org/gitlab!18585
-
Diego Louzán authored
Additionally, corrected capitalization of admin mode buttons message
-
Yorick Peterse authored
Security release issue now in #releases See merge request gitlab-org/gitlab!18848
-
Sean McGivern authored
Enable the color chip in AsciiDoc See merge request gitlab-org/gitlab!18723
-
Filipa Lacerda authored
Resolve "Error when uploading a few designs in a row" See merge request gitlab-org/gitlab!18811
-
Natalia Tepluhina authored
-
Filipa Lacerda authored
Prevent Epics Tree from being draggable when user is logged out See merge request gitlab-org/gitlab!18739
-