An error occurred fetching the project authors.
- 25 Nov, 2020 1 commit
-
-
Takuya Noguchi authored
Modified comments under /ee/app/assets/javascripts Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 18 Nov, 2020 1 commit
-
-
Adam Hegyi authored
- Make sure issue creation happens within rubocop freeze. - Make sure the time part of endDate is at the end of the day.
-
- 03 Nov, 2020 1 commit
-
-
Ezekiel Kigbo authored
Updates the stacked column chart data for the tasks by type chart
-
- 17 Sep, 2020 2 commits
-
-
Pavel Shutsin authored
Total stage is redundant and shown as Lead time so we don't need it as separate stage anymore.
-
Ezekiel Kigbo authored
Ensures we handle query time out errors from the backend when calculating various analytics values Handle too much data for stage medians Fix task by type and duration chart too much error Fix stage table specs Fix duration chart specs Updates related vuex action and mutation specs to handle query timeout errors Fix mutation specs Fix store action specs Additional action specs for too much data
-
- 28 Aug, 2020 1 commit
-
-
Ezekiel Kigbo authored
Removes the request for the duration chart median value
-
- 30 Jul, 2020 2 commits
-
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Moves the function to a separate utility and adds some specs
-
- 13 May, 2020 1 commit
-
-
Brandon Labuschagne authored
This commit adds the horizontal path navigation to Value Stream Analytics. It also introduces a the value_stream_analytics_path_navigation feature flag.
-
- 11 May, 2020 1 commit
-
-
Ezekiel Kigbo authored
Moved some the isStageNameExistsError function to a utils file
-
- 21 Apr, 2020 1 commit
-
-
Ezekiel Kigbo authored
Replaces the state / getters in the base.vue with their respective code from the tasks by type module Update vuex and base specs Fix utils_spec test
-
- 13 Mar, 2020 1 commit
-
-
Jose Vargas authored
This replaces all underscore usage for lodash inside the ee feature, analytics
-
- 11 Mar, 2020 2 commits
-
-
Ezekiel Kigbo authored
Minor cleanup tests including removing unused refs, returning promises instead of using a done callback etc Move toggle label ids function to utils Address minor review comments
-
Ezekiel Kigbo authored
Indicate how many labels are selected When the user selects more than 10 labels we should display how many labels are currently selected and what the maximum is Cleaned up tests Fix alignment of label checkmarks Display selected number of labels at all times Disable selection of new labels after max labels selected
-
- 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
-
- 14 Jan, 2020 7 commits
-
-
Brandon Labuschagne authored
Utils methods for computing and transforming duration chart median data have been added here.
-
Ezekiel Kigbo authored
Adds jsDoc blocks to some of the functions for preparing the chart data
-
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
-
- 08 Jan, 2020 1 commit
-
-
Adam Hegyi authored
The backend endpoint already sorts them.
-
- 06 Jan, 2020 1 commit
-
-
Ezekiel Kigbo authored
Fix double spaces in text
-
- 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 5 commits
-
-
Takuya Noguchi authored
the third iteration
-
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
-
Takuya Noguchi authored
only for /ee/app/assets/javascripts (the second iteration) Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 25 Nov, 2019 1 commit
-
-
Brandon Labuschagne authored
The methods added in this commit are used for computing the data which is used for the cycle analytics duration chart.
-
- 05 Nov, 2019 1 commit
-
-
Ezekiel Kigbo authored
For https://gitlab.com/gitlab-org/gitlab/issues/13076 we need to fetch cycle analytics data from the /-/analytics dedicated endpoints introduced in https://gitlab.com/gitlab-org/gitlab/merge_requests/18208 Remove unneeded lines
-
- 23 Sep, 2019 2 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
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
-