An error occurred fetching the project authors.
- 23 Mar, 2020 1 commit
-
-
Ezekiel Kigbo authored
Removes manual url updating from the vuex actions, using the query watch from url_sync_mixin to update urls
-
- 20 Mar, 2020 1 commit
-
-
Ezekiel Kigbo authored
-
- 11 Mar, 2020 4 commits
-
-
Ezekiel Kigbo authored
Moves url sync from a renderless component to a mixin, updated base_spec tests Added specs for url_sync_mixin Fixed minor rebase conflicts
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Minor cleanup linting Added action specs for fetchTopRankedGroupLabels Added mutation specs for top ranked labels Updated tests with cases for testing the top ranked labels request
-
Ezekiel Kigbo authored
Fetch the top labels instead of all labels Defaults the task by type filter to show only the selected labels as selected on load Fix broken specs
-
- 02 Mar, 2020 3 commits
-
-
Mayra Cabrera authored
This reverts merge request !58
-
Aakriti Gupta authored
Better titles and some grammar updates
-
Adam Hegyi authored
This change makes sure that the underlying query works properly if Date parameters are given. The `created_after` parameter will be casted to Time to contain the beginning of the day time. The `created_before` parameter will be casted to Time to contain the end of the day time.
-
- 28 Feb, 2020 1 commit
-
-
Adam Hegyi authored
This change moves Value Stream Management page to the group level, within the analytics sidebar. The change is behind a feature flag: `group_level_cycle_analytics`
-
- 20 Feb, 2020 1 commit
-
-
Ezekiel Kigbo authored
Set group and proejct id Persists the group the project id params to the url, and also initializes the cycle analytics app with them if present.
-
- 18 Feb, 2020 1 commit
-
-
Ezekiel Kigbo authored
Adds additional getters for getting active stages or hidden stages.
-
- 17 Feb, 2020 2 commits
-
-
Ezekiel Kigbo authored
Replaces the done() in the custom_stage_form_spec with returned promises
-
Ezekiel Kigbo authored
Updated label selector specs Basic display form errors Clear form errors after field update Expose custom cycle analytics label ids Updates validators for (start|end)_event_label_id Exposes the start_event_label_id and the end_event_label_id fields for the create and update endpoints Fix shared example specs
-
- 07 Feb, 2020 1 commit
-
-
Robert Hunt authored
This is only to rename the user perceivable (façades) elements of cycle analytics to value stream analytics. This includes: - Renaming content - Renaming error messages - Renaming routes - Renaming docs BE/FE codebase specific changes need to be done as a separate MR
-
- 05 Feb, 2020 1 commit
-
-
Ezekiel Kigbo authored
Adds support for the `created_after`, `created_before` `group_id` and `project_id` params Basic specs for loading params
-
- 04 Feb, 2020 1 commit
-
-
Dennis Tang authored
-
- 30 Jan, 2020 1 commit
-
-
Brandon Labuschagne authored
This commit adds a range limit to the shared analytics daterange component. It also adds a date range indicator which displays the number of days in the currently selected range.
-
- 21 Jan, 2020 1 commit
-
-
Ezekiel Kigbo authored
Moves the subject filter into the new charts filter component and also adds a label filter Ensure the menu drops down to the right
-
- 16 Jan, 2020 1 commit
-
-
Brandon Labuschagne authored
In order to do this, we need to fetch data offset from the selected dates. The offset will be equal to the number of days that the data is being displayed for. I.e. if we display data for 30 days, we will need to fetch data for 60 days. We are also introducing a feature flag specifically for the median line.
-
- 14 Jan, 2020 11 commits
-
-
Ezekiel Kigbo authored
Checks errors from the new `/-/analytics` endpoints for errors ensuring that the "no access" message is displayed if the user does not have sufficient permissions. Also adds additional specs to ensure we do not render the charts if the permissions check fails.
-
Brandon Labuschagne authored
The GlDaterangePicker has been replaced with the shared analytics Daterange component. The next iteration will be to apply a 6 month max limit on the component.
-
Brandon Labuschagne authored
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Make shouldDisplayTasksByTypeChart computed prop Update i18n namespace for translations Rename from CycleAnalyticsCharts -> CycleAnalytics and also marks additional text for translation that was missed Remove extra div element Move formattedDate function to shared utils Minor update gitlab.pot
-
Ezekiel Kigbo authored
Minor cleanup and added snapshot tests and tests with and without the tasksByTypeChart feature flag
-
Ezekiel Kigbo authored
Refactors the chart component into a separate file. Also fixes the feature specs. Fix stub license feature call
-
Ezekiel Kigbo authored
Remove old fixture file
-
Ezekiel Kigbo authored
Transforms the chart data received from the api ready for display in the ui. Minor prettier and gitlab pot regenerate
-
Ezekiel Kigbo authored
Adds the basic chart component to base.vue and fetches data
-
- 30 Dec, 2019 1 commit
-
-
Ezekiel Kigbo authored
Added the updated analytics paths to the actions and mutation spec files and updates tests accordingly.
-
- 11 Dec, 2019 6 commits
-
-
Ezekiel Kigbo authored
Added basic tests for transformRawStages, to ensure all stage properties are retained. Minor review feedback
-
Ezekiel Kigbo authored
Checks if the stage is persisted, if it is it will use the stage id, otherwise the stage title should be used as the id for stage data requests. Minor cleanup and linting Remove unneeded getter Minor clean up Added tests for convertObjectKeysToSnakeCase Address minor review comments Cleanup event handlers Moved convertObjectKeysToSnakeCase function to common_utils, this was previously located in text_utility. Filter for stage stats by stage name
-
Ezekiel Kigbo authored
Replaces the actions and mutations for setting the currently selected stage. Updated jest specs Updated stopEvent -> endEvent
-
Ezekiel Kigbo authored
Allows us to reuse the custom_stage_form for both editing and creating a custom cycle analytics stage. Dispatch updateStage action Added `id` field to edit form initial data Display updated stage data after successful action
-
Ezekiel Kigbo authored
Added vuex actions, mutations and state to edit custom cycle analytics stages. Additionally the isAddingStage state was split into isCreatingStage and isEditingStage to reflect the states of the form
-
Brandon Labuschagne authored
-
- 09 Dec, 2019 1 commit
-
-
Ezekiel Kigbo authored
Pushes the feature flag to the frontend and ensures we check the flag before requesting the data needed.
-
- 29 Nov, 2019 1 commit
-
-
Brandon Labuschagne authored
This commit adds the duration scatter plot to the cycle analytics feature. It makes use of the already merged stage-dropdown-filter component.
-