- 23 Sep, 2019 7 commits
-
-
Ezekiel Kigbo authored
Add events to custom_stage_form_container data Remove extra class Fix spec for eventToOption Fix static analysis warnings Specify required prop Remove test events data
-
Ezekiel Kigbo authored
Added loading icon to custom stage form container Minor cleanup test createComponent call Check label fields if they are required Set the field key when calling handleClearLabel Minor cleanup to resolve differences after rebase
-
Ezekiel Kigbo authored
Address review comments Remove unused `value` attribute Moved functions to utils Moved reuseable functions to a utils file adding specs for each function. Camelcase fields in mock data Fix unused createComponent call in spec
-
Ezekiel Kigbo authored
Added isDirty check to the form Added specs for cancel button Updated gitlab.pot file Minor cleanup and update gitlab.pot
-
Ezekiel Kigbo authored
Bootstrap group_labels for the project Moved to new analytics ee dir Added container to provide label data Update the selected label Render custom button text when label is selected Ensure label width stays within its container Added tests for the labels_selector component Replace GlLabel with a span tag Fix css classes, fix event handlers Finished specs for start/stop label events
-
Ezekiel Kigbo authored
Minor cleanup form ui Load form on trigger Added Additional translations Minor rename form and boolean flag Fixed field labels and descriptions Scaffold form tests Basic tests for default states Added test data from new endpoint Filter start events from events array Added tests for dropdown behaviour Start events will have can_be_start_event=true, stop events can only be set after a start event, the stop events displayed depends on the start event selected. Added test for custom_stage_form submission Minor refactor test helpers
-
Ezekiel Kigbo authored
Added new button to launch the new stage form for customisable cycle analytics. Move add stage button to vue component Toggle active state of the add stage button Added customisable_cycle_analytics_form feature flag Added basic test for add stage button Move css to bootstrap classes Removes scss styling that can be applied via bootstrap classes and adds the relevant classes to html elements Update gitlab.pot file Move to ee dir Move all the add stage button code to the relevant ee directory Added feature tests for add stage button Moved add stage functionality to ee mixin Created addStageMixin for the add stage functionality needed in EE. Added a stub mixin to the CE dir. Additional tests for addStageForm classes Moved to analytics dir Moved the add stage button code to the relevant ee/analytics directory where it will live
-
- 22 Sep, 2019 10 commits
-
-
Thong Kuah authored
Wait for all CA stages to be rendered Closes #32299 See merge request gitlab-org/gitlab!17327
-
Adam Hegyi authored
When rendering cycle analytics stages, it seems that the frontend first renders the add stage button and later on populates the stages. When the stages are populated the button is probably re-rendered which makes the class change on the button disappear.
-
Thong Kuah authored
Create system notes for design events See merge request gitlab-org/gitlab!14791
-
Alex Kalderimis authored
This adds system notes when designs are uploaded, either creating or updating designs. this implements @jareko's design, linking to a specific version (current head).
-
Thong Kuah authored
Resolve "Enable Cloud Run on GKE cluster creation" Closes #27502 See merge request gitlab-org/gitlab!16566
-
Matt Kasa authored
- Permits cloud_run parameter in ClustersController#create - Enables httpLoadBalancing, istioConfig, and cloudRunConfig in Gcp ProvisionService if cloud_run is enabled - Add `Enable Cloud Run on GKE` checkbox to cluster create page - Add `Enable Cloud Run on GKE` checkbox to cluster details - Default knative to pre_installed for cloud_run clusters - Make knative not uninstallable for pre_installd clusters - Update project clusters docs with entry about Cloud Run - Update tests and add new test for cluster with cloud_run enabled - Add Cloud Run on GKE strings to translations - Add spec that will fail when google-api-client has been upgraded - Add pre_installed to applications frontend - Pass providerType and preInstalledKnative to frontend - Display `installed via` on frontend for Cloud Run - Add Cloud Run spec for FinalizeCreationService Relates to https://gitlab.com/gitlab-org/gitlab/issues/27502
-
Thong Kuah authored
Parse extra payload parameters for Generic Alert See merge request gitlab-org/gitlab!16441
-
Vitali Tatarintev authored
When external monitoring tool sends a set of additional parameters in the payload, `NotificationPayloadParser` inlines those parameters into "additional_data".
-
Thong Kuah authored
Update GitLab Runner Helm Chart to 0.9.0/12.3.0 See merge request gitlab-org/gitlab!17326
-
Thong Kuah authored
Fix error when duplicate users are merged in approvers list Closes #13488 See merge request gitlab-org/gitlab!17406
-
- 21 Sep, 2019 2 commits
-
-
Stan Hu authored
If an user who belongs to an approval group and also is an individual in the approval rule, `MergeService` will fail in the `after_merge`, which will cause `MergeWorker` to retry again. Since the merge has been successfully merged, `MergeWorker` will encounter an error since `MergeService` is not idempotent. This change fixes the issue by using the Array |= join method to add an element to the Array, unless it is already present. This fixes the immediate bug, but we will have to address the idempotency issues later. Closes https://gitlab.com/gitlab-org/gitlab/issues/13488
-
Mayra Cabrera authored
Edit gitlab danger to account for single codebase See merge request gitlab-org/gitlab!17354
-
- 20 Sep, 2019 21 commits
-
-
Paul Slaughter authored
Merge branch '64481-project-defined-metrics-dashboards-always-show-no-data-found-state' into 'master' Fix project-defined metrics dashboards not rendering See merge request gitlab-org/gitlab!16589
-
Dhiraj Bodicherla authored
Project defined dashboards display no data found message even when there is data. Metrics in such dashboards do not have metric_id. Added another normalization step to add unique metric_id to all metrics
-
Marin Jankovski authored
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Nick Thomas authored
Allow GraphQL requests to a secondary node Closes #32279 See merge request gitlab-org/gitlab!17225
-
Clement Ho authored
Productivity Analytics: Add reusable MetricChart wrapper Closes #32150 and #32316 See merge request gitlab-org/gitlab!17213
-
Martin Wortschack authored
- Introduce reusable metric chart component for productivity analytics
-
Walmyr Lima e Silva Filho authored
Fix failing Geo wiki test See merge request gitlab-org/gitlab!17301
-
Jennifer Louie authored
Fix expected redirect pathname for HTTP push to secondary node Add logout step on secondary
-
Filipa Lacerda authored
Fix sort ordering logic for Epics Tree Closes #32359 See merge request gitlab-org/gitlab!17340
-
Valery Sizov authored
We only prohibit GraphQL mutation
-
Annabel Dunstone Gray authored
Redo fix for related issues border radius See merge request gitlab-org/gitlab!17172
-
Winnie Hellmann authored
-
Andreas Brandl authored
Temporary instrumention for internal id lock See merge request gitlab-org/gitlab!17068
-
Steve Azzopardi authored
-
Andreas Brandl authored
This adds a temporary counter `gitlab_internal_id_for_update_lock` tracking the number of `ROW SHARE` locks on internal id records. The counter has an additional dimension `usage` which indicates what kind of internal id lock scope was used. Also, `changed` indicates whether or not the actual counter value changed with the attempted update. This is a preparation for https://gitlab.com/gitlab-org/gitlab/issues/30515
-
Tim Zallmann authored
Merge branch '14697-convert-package-registry-file-table-and-rows-into-dedicated-components' into 'master' Replace html table with gl-table on package details page Closes #14697 See merge request gitlab-org/gitlab!16375
-
Kushal Pandya authored
Fixes Epic Tree item reordering logic so that it is respecting order set in older Epics & Issues list UI.
-
Annabel Dunstone Gray authored
Resolve "Extremely low contrast in dropdown for group file templates" Closes #28311 See merge request gitlab-org/gitlab!16983
-
Jeremy Elder authored
-