- 21 Oct, 2019 40 commits
-
-
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
-
Achilleas Pipinellis authored
Update gitaly installation from source docs to add default logging values See merge request gitlab-org/gitlab!18822
-
Sean McGivern authored
Remove ExtractCommitSignature RPC See merge request gitlab-org/gitlab!18804
-
Thong Kuah authored
Partially addresses: See merge request gitlab-org/gitlab!18854
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Rémy Coutable authored
Increase review app unicorn gitlab workhorse cpu request See merge request gitlab-org/gitlab!18788
-
Kushal Pandya authored
Update the frontend diffing code to support v2 license scan reports See merge request gitlab-org/gitlab!18105
-
Kushal Pandya authored
- Make Epics tree draggable only when user is logged in. - Fix tree item metadata alignment for small screens.
-
Evan Read authored
Docs: Add Groups SAML Okta setup notes See merge request gitlab-org/gitlab!18830
-
Cynthia Ng authored
-
Evan Read authored
Docs: OneLogin follow up wording update Closes #34383 See merge request gitlab-org/gitlab!18829
-