An error occurred fetching the project authors.
  1. 23 Mar, 2020 1 commit
  2. 20 Mar, 2020 1 commit
  3. 11 Mar, 2020 4 commits
  4. 02 Mar, 2020 3 commits
  5. 28 Feb, 2020 1 commit
    • Adam Hegyi's avatar
      Move VSM to the group level · 3221faa9
      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`
      3221faa9
  6. 20 Feb, 2020 1 commit
  7. 18 Feb, 2020 1 commit
  8. 17 Feb, 2020 2 commits
    • Ezekiel Kigbo's avatar
      Replace callback tests with promises · f9584a7e
      Ezekiel Kigbo authored
      Replaces the done() in the custom_stage_form_spec
      with returned promises
      f9584a7e
    • Ezekiel Kigbo's avatar
      Updated custom stage form specs · 6fbee9fa
      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
      6fbee9fa
  9. 07 Feb, 2020 1 commit
    • Robert Hunt's avatar
      Rename cycle analytics to value stream analytics · a1cf08b7
      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
      a1cf08b7
  10. 05 Feb, 2020 1 commit
  11. 04 Feb, 2020 1 commit
  12. 30 Jan, 2020 1 commit
    • Brandon Labuschagne's avatar
      Add limit to daterange component · 0aff1987
      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.
      0aff1987
  13. 21 Jan, 2020 1 commit
  14. 16 Jan, 2020 1 commit
    • Brandon Labuschagne's avatar
      Add rolling median line to CA duration chart · 684b03d0
      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.
      684b03d0
  15. 14 Jan, 2020 11 commits
  16. 30 Dec, 2019 1 commit
  17. 11 Dec, 2019 6 commits
    • Ezekiel Kigbo's avatar
      Fix missing custom flag from transformed stages · 68f8c586
      Ezekiel Kigbo authored
      Added basic tests for transformRawStages, to
      ensure all stage properties are retained.
      
      Minor review feedback
      68f8c586
    • Ezekiel Kigbo's avatar
      Set stage id correctly · cf091d83
      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
      cf091d83
    • Ezekiel Kigbo's avatar
      Replace SET_SELECTED_STAGE_ID with SET_SELECTED_STAGE · 7e4b8322
      Ezekiel Kigbo authored
      Replaces the actions and mutations for setting the
      currently selected stage.
      
      Updated jest specs
      
      Updated stopEvent -> endEvent
      7e4b8322
    • Ezekiel Kigbo's avatar
      Wire create and edit form actions · 93af1114
      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
      93af1114
    • Ezekiel Kigbo's avatar
      FE Edit custom stage · b4758cfa
      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
      b4758cfa
    • Brandon Labuschagne's avatar
      9e2240d2
  18. 09 Dec, 2019 1 commit
  19. 29 Nov, 2019 1 commit
    • Brandon Labuschagne's avatar
      Add CA duration scatter plot · 2291e5c9
      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.
      2291e5c9