An error occurred fetching the project authors.
  1. 25 Nov, 2020 1 commit
  2. 18 Nov, 2020 1 commit
    • Adam Hegyi's avatar
      Fix flaky VSA tests · efad10d1
      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.
      efad10d1
  3. 03 Nov, 2020 1 commit
  4. 17 Sep, 2020 2 commits
    • Pavel Shutsin's avatar
      Remove Value Stream Total stage · f2e479f2
      Pavel Shutsin authored
      Total stage is redundant and shown as Lead time
      so we don't need it as separate stage anymore.
      f2e479f2
    • Ezekiel Kigbo's avatar
      Fix too much error for records endpoint · b4bf9df5
      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
      b4bf9df5
  5. 28 Aug, 2020 1 commit
  6. 30 Jul, 2020 2 commits
  7. 13 May, 2020 1 commit
    • Brandon Labuschagne's avatar
      Add path nav to VSA · f0f3a4c9
      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.
      f0f3a4c9
  8. 11 May, 2020 1 commit
  9. 21 Apr, 2020 1 commit
    • Ezekiel Kigbo's avatar
      Map type of work vuex to module · b5afaac5
      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
      b5afaac5
  10. 13 Mar, 2020 1 commit
  11. 11 Mar, 2020 2 commits
    • Ezekiel Kigbo's avatar
      Revert back to GlDropdown · 7e7dac36
      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
      7e7dac36
    • Ezekiel Kigbo's avatar
      Display a warning when maximum labels reached · 6ce2b93c
      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
      6ce2b93c
  12. 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
  13. 05 Feb, 2020 1 commit
  14. 14 Jan, 2020 7 commits
  15. 08 Jan, 2020 1 commit
  16. 06 Jan, 2020 1 commit
  17. 30 Dec, 2019 1 commit
  18. 11 Dec, 2019 5 commits
  19. 25 Nov, 2019 1 commit
  20. 05 Nov, 2019 1 commit
  21. 23 Sep, 2019 2 commits
    • Ezekiel Kigbo's avatar
      Check full_path exists not id · db5a6bbc
      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
      db5a6bbc
    • Ezekiel Kigbo's avatar
      Display warning if start event changed · 53e98a67
      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
      53e98a67