- 17 Oct, 2019 34 commits
-
-
Nicolò Maria Mezzopera authored
- ee and ce sidebar - view - js bootstrapping Finalise BE and FE features - one for project related info - one for group related info - add handling of groupPage prop Add groupPage prop and refactor render fn Generate API path to fill endpoint prop Add disableDelete and tagsPath options to store - disableDelete added to state, - disableDelete mutation, mutation type and action - modified fetchList to calculate tagsPath if not present Resolve linting errors on routes and controller - config/routes/groups.rb - controller/groups/container_registries_controller.rb Remove hardcoded path from BE and calc it on FE Remove wrong if in navbar haml file Refactor disableDelete to isDeleteDisabled - mutations - mutation types - getters - action - state - components methods Disable menu and page if feature is disabled - Model addition to check if feature is enabled - helper function - check in controller - disable menu partial if not enabled - add title to the page for breadcrumb - fix side menu open state Use isDeleteDisabled in components - remove image delete button - remove tag delete button - remove tags delete button Rename container_registry_feature_available - to container_registry_configured Backend unit test for new feature - model test - helper test - controller test Force config setting to true before test body Finalise frontend feature - new updated text for empty state on group - unit tests Update translations strings Add changelog entry Lint ruby file Apply suggestion to spec/frontend/registry/components/app_spec.js Apply suggestion to spec/frontend/registry/components/app_spec.js Add new line at the end of new haml files Move container_registry_configured to controller - from model to application_controller - adjusted tests Remove container_registry_configured from groups - add check in container-registries-controller - add check in groups_helper - relative tests Apply suggestion to s pec/frontend/registry/components/group_empty_state_spec.js Apply suggestion to spec/frontend/registry/components/project_empty_state_spec.js create dedicated computed for isGroupPage Add feature test for package sidebar Update snapshots along with updated test names Address missing i18n methods - feature test - index for the new page Implement maintainer feedback Apply suggestion to .../registry/components/project_empty_state.vue Apply suggestion to ../registry/components/project_empty_state.vue Apply suggestion to .../registry/components/project_empty_state.vue Adjust frontend tests as per review feedback Refactor repo / global delete swtich Add missing title prop to links move container registry api to api.js - add path and fn to api.js - unit tests for api - rewrite store Refactor getList to use Api.js - add projectContainerRegistryTagsPath to api - unit test for api - refactor the store Apply suggestion to config/routes/group.rb Remove redundant slash from api.js Use repo name to calculate api path - store name in namespace property - path calculation - comment for future notice Remove slash to test mock path Refactor container registry controller - mirror project structure - adjust test - mirror structure for JS files - set router Correct check for gitlab foss Implement review feedback - add check if user is allowed to see registry - tests - change to module / class syntax check if user can see registry in helper - helper function - tests Implement review feedback - add missing required: false - move row delete check to method - rename propsData to registryData Add sign_in to groups pacakge sidebar feature spec Fix url parsing for repository without namespace Adjust changes from 'remove to clipboard' - removed wrong template - removed to clipboard from template strings Update snapshots to match new copy - project empty state Reset api and api_spec to master Return group container registry from controller Refactor frontend to use controller data Pass page param to axios call Cleaner repositories_controller json function Update tests to check json generation Add json content testing on controller - test returned json with mock data Address FE maintainer review - explicit prop binding - test cleanup - missing vuex tests - missing required props Add search for proj in object in Repository entity - source file - tests updated Align tests to review feedback Linted groups_helper_spec Add project preload in container_repository model Add with_api_entity_associations to controller Apply suggestion to app/controllers/groups/registry/repositories_controller.rb Apply suggestion to app/controllers/groups/registry/repositories_controller.rb Add new line after spec block for consistency Adjust mutation test to punctual state check - isDeleteDisabled - endpoint Adjust tests after master conflict resolution
-
Nick Thomas authored
Reduce idle in transaction time when updating a merge request Closes #33650 See merge request gitlab-org/gitlab!18493
-
Jan Provaznik authored
Add plans to basic seed setup See merge request gitlab-org/gitlab!18299
-
Jeremy Jackson authored
-
Martin Wortschack authored
Adds checks for null Closes #34100 See merge request gitlab-org/gitlab!18597
-
Rémy Coutable authored
Verify graphql doc only for EE See merge request gitlab-org/gitlab!18719
-
Jan Provaznik authored
The reason is that this rake task always compare generated schema against the schema in doc which includes also EE resources.
-
Kamil Trzciński authored
Add Sidekiq memory killer prometheus metrics See merge request gitlab-org/gitlab!17994
-
Filipa Lacerda authored
Backend sends data as null, frontend code was not prepared and failed silently
-
Dmitriy Zaporozhets authored
Make designs read-only if the issue has been moved, or is locked See merge request gitlab-org/gitlab!18551
-
Rémy Coutable authored
Merge branch '34102-increase-cpu-request-for-gitlab-shell-and-workhorse-in-review-apps' into 'master' Increase requested CPU for gitlab-shell, gitlab-workhorse and gitlab-runner Closes #34102 See merge request gitlab-org/gitlab!18673
-
Marcia Ramos authored
Document scenarios of different project pages See merge request gitlab-org/gitlab!18499
-
Evan Read authored
Remove unneeded bullet point See merge request gitlab-org/gitlab!18720
-
Marcel Amirault authored
-
Thong Kuah authored
Enable frozen string for spec/graphql See merge request gitlab-org/gitlab!18717
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Evan Read authored
Merge branch 'docs-make-it-easy-for-includes-to-add-jobs-at-beginning-end-of-pipeline' into 'master' Add docs for .pre and .post pipeline stages See merge request gitlab-org/gitlab!18664
-
Marius Bobin authored
-
Thong Kuah authored
Enable frozen string for spec/frontend See merge request gitlab-org/gitlab!18705
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Evan Read authored
Added beta warning to documentation See merge request gitlab-org/gitlab!18643
-
Russell Dickenson authored
Highlight introduced version for instance-level environments See merge request gitlab-org/gitlab!18714
-
Evan Read authored
-
Mark Lapierre authored
Add E2E test of NPM registry Closes gitlab-org/quality/testcases#220 See merge request gitlab-org/gitlab!18361
-
Mark Lapierre authored
* Adds a docker service to publish an NPM package * Adds QA selectors and page objects for the packages UI * Adds `Runtime::Fixtures.with_fixtures` which allows fixtures to be created on-the-fly
-
Heinrich Lee Yu authored
These are already set when `set_latest_merge_request_diff_ids!` is called in `ProjectTreeRestorer` but we do not use this when doing GitHub imports. So we need to do this for imports too.
-
Heinrich Lee Yu authored
Fixes this to account for the latest ID not being set yet when this is called
-
Stan Hu authored
`MergeRequestDiff#save_git_content` can take a while to compute and save the diffs, and it can hold a transaction in idle for a long time when it attempts to update the latest `latest_merge_request_diff_id`. To prevent this, we first generate the diff and only after this completes do we update the diff ID. Closes https://gitlab.com/gitlab-org/gitlab/issues/33650
-
Thong Kuah authored
Move scoped label spec to EE See merge request gitlab-org/gitlab!18706
-
Heinrich Lee Yu authored
-
Luke Duncalfe authored
-
Simon Knox authored
-
Clement Ho authored
Independence for embed timewindow scroll See merge request gitlab-org/gitlab!18109
-
- 16 Oct, 2019 6 commits
-
-
Thong Kuah authored
Remove the pod_logs_reactive_cache feature flag See merge request gitlab-org/gitlab!18574
-
Reuben Pereira authored
Now that the frontend polls the pod logs API, we can enable reactive caching for the API, which was behind the feature flag.
-
Nick Thomas authored
Allow maintainers to toggle write permission for public deploy keys See merge request gitlab-org/gitlab!17210
-
Athar Hameed authored
-
Michael Kozono authored
Fix inability to set snippet visibility via API Closes #34016 See merge request gitlab-org/gitlab!18612
-
Michael Kozono authored
Added Visual Review Bot See merge request gitlab-org/gitlab!18663
-