An error occurred while loading commit signatures
- Sep 17, 2019
-
-
Ezekiel Kigbo authored
Migrates the add stage button and custom form placeholder for customizable_cycle_analytics to the new analytics space.
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Added EVENTS_LIST_ITEM_LIMIT to constants Moved EMPTY_STAGE_TEXT to constants Updated min_access_level to use featureAccessLevel.EVERYONE Refactor total_time_componet logic into computed prop
-
Ezekiel Kigbo authored
Replaces the empty stage and no access stage states with the GlEmptyState component. Use illustrations from illustrations/analytics/cycle_analytics
-
Ezekiel Kigbo authored
Updated specs to for the correct api data Minor cleanup mock data
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Replace stage mock data with rails fixture
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Rename getDefaultStage => defaultStage Replace a link with gl-link Minor cleanup specs Moved renderTotalTime to helpers and replaced positional parameters with an object
-
Ezekiel Kigbo authored
Fix missing trailing space Fix extra trailing whitespaces Mock axios requests in vuex actions Fix minor eslint warnings
-
Ezekiel Kigbo authored
Added spec test for limit warning message Replace stage_test_component and stage_staging_component Removed in favour of a combined stage_build_item component Simplify stage_event_list specs Added specs for stage_event_item Added specs for stage_build_item Added specs for receiveCycleAnalyticsDataSuccess action Rename cycleAnalyticsAata => cycleAnalyticsData Added tests for simple actions Added tests for getters Added specs for error actions Added specs for mutations
-
Ezekiel Kigbo authored
Added additional mockdata Fix stage component specs for each variant Remove stage_code_component and stage_review_component Replaces custom stage components with the standard stage_component
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Added review and plan stage specs Added code, staging, production and test stages
-
Ezekiel Kigbo authored
Call createStore() when it is used Minor refactor RECEIVE_STAGE_DATA_SUCCESS mutation
-
Ezekiel Kigbo authored
Fix typo merge-merquest-title => merge-request-title Convert camelCase imports to PascalCase Move stageName check to computed prop
-
This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
-
- Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
-
Kushal Pandya authored
Productivity Analytics: Project filter dropdown fixes See merge request !16814
-
- Increase number of projects to load to 50 and excludes forks - Pass groupId and projectId from dropdown to filter
-
Lin Jen-Shin authored
Prevent unmodified designs from being versioned See merge request !16429
-
Ramya Authappan authored
Add E2E test of pull mirroring with password auth Closes gitlab-org/quality/testcases#119 See merge request !16428
-
Kushal Pandya authored
Create cluster dropdown component See merge request !16518
-
- Also rename EKS dropdown to cluster form dropdown
-
Kushal Pandya authored
Remove eslint-plugin-html See merge request !16789
-
Thong Kuah authored
Remove self monitoring migration See merge request !16864
-
- Replace inforgraphic with typo - Update version number
-
Mark Lapierre authored
Simplify end-to-end test setup See merge request !16846
-
Besides that, this commit tries to fix an issue that happens on staging, where user fabrication via API doesn't work, and it may be due to the usage of let(:user) since other tests using User.fabricate_via_api! don't use it in a let declaration. In this commit I'm moving the user fabrication to the before block and exposing it as an instance variable @user, so that it can be used in the test itself. Also, I have removed unnecessary steps that makes the test slower.
-
Documents AUTO_DEVOPS_BUILD_IMAGE_FORWARDED_CI_VARIABLES Relates to https://gitlab.com/gitlab-org/gitlab-ee/issues/25514
-
-
Dan Davison authored
Correct push target for Geo E2E wiki push to secondary test See merge request !16580
-
-
- Sep 16, 2019
-
-
Mark Lapierre authored
Make block arg naming more flexible See merge request !16560
-
-