- 05 Dec, 2019 40 commits
-
-
Achilleas Pipinellis authored
Fix link in scss doc See merge request gitlab-org/gitlab!21228
-
Marcel Amirault authored
-
Kamil Trzciński authored
Add include to the list of unusable job names See merge request gitlab-org/gitlab!21221
-
Kamil Trzciński authored
Reduce Gitaly calls in BuildHooksWorker See merge request gitlab-org/gitlab!20365
-
Stan Hu authored
`Ci::Build.execute_hooks` always made Gitaly calls regardless of whether a project had any hooks or services. Now we lazily only perform these calls only if there are active hooks or services. This is similar to what we did for `PostReceive` in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31741/diffs. Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8407
-
Kamil Trzciński authored
Update puma to v4.3.1 See merge request gitlab-org/gitlab!21234
-
Bob Van Landuyt authored
Evidence - Added restriction for guest on Release page Closes #26019 See merge request gitlab-org/gitlab!21102
-
Phil Hughes authored
Update information and button text for deployment footer See merge request gitlab-org/gitlab!18918
-
Sarah Groff Hennigh-Palermo authored
Removed build_manual_actions method. Using playable? check to expose build. Added related tests.
-
Phil Hughes authored
Ignore unresolved imports from ee_component/ See merge request gitlab-org/gitlab!21231
-
Grzegorz Bizon authored
Update serverless documentation for short runtime See merge request gitlab-org/gitlab!20197
-
Natalia Tepluhina authored
App for Container Registry Retention & Expiration policies See merge request gitlab-org/gitlab!20859
-
Nicolò Maria Mezzopera authored
- actions - mutations Add vue app for registry settings and load it - app - bundle file - load bundle in index Add tests for vue and vuex registry settings - main app - actions - mutations Add partial to load vue app Add new section to CI/CD settings - add feature flag - add header as haml - load partial for vue app Update translations strings Add helper and vuex to test file Apply suggestion to registry_settings_app_spec.js Apply suggestion to ci_cd/show.html.haml Apply suggestion to registry_settings_app.vue Update snapshot with new copy
-
Martin Wortschack authored
Fix inability to add comments to a discussion in Design Management See merge request gitlab-org/gitlab!21229
-
Kushal Pandya authored
Show loading spinner in design card while design is uploading See merge request gitlab-org/gitlab!20814
-
Thong Kuah authored
[Elasticsearch] Decouple code for versioned schema for repository and WIki on ruby side Closes #12548 See merge request gitlab-org/gitlab!17991
-
Matt Kasa authored
Relates to https://gitlab.com/gitlab-org/gitlab/issues/28387
-
Thong Kuah authored
Add runner info in build event Closes #37240 See merge request gitlab-org/gitlab!20709
-
Gaetan Semet authored
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/app/assets/javascripts/vue_shared) See merge request gitlab-org/gitlab!20995
-
Kushal Pandya authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/javascripts/[g-z]*) See merge request gitlab-org/gitlab!20994
-
Stan Hu authored
This is a security release to patch CVE-2019-16770: https://github.com/puma/puma/blob/master/History.md
-
Tom Quirk authored
Tests "hides comment count" and "renders item with no status icon for none event" were testing the same state against snapshots that are equivalent. The test "hides comment count" has been removed in favour of the other.
-
Tom Quirk authored
0 is more common than 1, so for readability and ease of use, we are defaulting to 0 now.
-
Tom Quirk authored
For clarity, isLoading is now a prop on an item, rather than this value being determined within the component from other state. Tests updated to reflect this.
-
Tom Quirk authored
In an effort to improve readability of this test
-
Tom Quirk authored
"Show loading spinner in design card while design is uploading"
-
Tom Quirk authored
Renames savingDesignFiles->filesToBeSaved, and computes isSaving this array (if there's anything in array, isSaving=true)
-
Tom Quirk authored
- Mimic design version events from the graphql spec as a const - param as single object
-
Tom Quirk authored
-
Tom Quirk authored
-
Tom Quirk authored
-
Tom Quirk authored
-
Tom Quirk authored
This.discussion.id was undefined in `cache_update`, and so this is now passed in as a param to the update fn.
-
Winnie Hellmann authored
-
James Lopez authored
Rename `approval_status` to `classification` See merge request gitlab-org/gitlab!20414
-
mo khan authored
* Add a migration to rename the column * Add a post migration to cleanup the migration * Rename usages in backend code https://docs.gitlab.com/ee/development/what_requires_downtime.html#renaming-columns
-
Martin Wortschack authored
Design Repo Sync Status - Base View See merge request gitlab-org/gitlab!19976
-
Zack Cuddy authored
This adds the components to view the data This is the MVC minus the Specs Rename empty state This renames the Empty State component This way it matches the pattern of the others
-
Etienne Baqué authored
Updated release controller spec file. Added new API entity spec file.
-