Skip to content
Snippets Groups Projects
  1. Jun 09, 2023
    • Kushal Pandya's avatar
      Fix scoped roadmap loading error and layout · 02fd2935
      Kushal Pandya authored
      Fixes bug around scope roadmap (view which opens from within an Epic)
      where loading the view caused JS error, also fixes a bug where height
      was calculated incorrectly.
      
      EE: true
      Changelog: fixed
      02fd2935
  2. May 11, 2023
  3. Apr 12, 2023
  4. Feb 14, 2023
  5. Oct 06, 2022
  6. Jun 14, 2022
  7. Jun 08, 2022
  8. Feb 16, 2022
  9. Feb 08, 2022
  10. Jan 31, 2022
  11. Jan 21, 2022
  12. Jan 04, 2022
    • Eugie Limpin's avatar
      Set $header-height as a CSS variable that defaults to 40px · c6092e40
      Eugie Limpin authored and Simon Knox's avatar Simon Knox committed
      This allows us to override the value of the variable by simply defining
      the --header-height CSS variable. The alternative is to add (or
      subtract) a value to all places where $header-height is used if we want
      to override it which is error prone and bloats our CSS files.
      c6092e40
  13. Nov 04, 2021
  14. Aug 20, 2021
  15. Dec 21, 2020
  16. Dec 08, 2020
  17. Dec 04, 2020
    • euko's avatar
      Remove unused skeleton loader and css class · f88b30aa
      euko authored and Kushal Pandya's avatar Kushal Pandya committed
      The skeleton loader is no longer necessary in roadmap_shell.vue
      as the empty state/loading is covered in roadmap_app.vue.
      
      `.roadmap-shell` can be removed by using gl- utility classes.
      f88b30aa
  18. Nov 16, 2020
  19. Sep 01, 2020
  20. Aug 17, 2020
  21. Aug 13, 2020
  22. Aug 10, 2020
  23. Aug 03, 2020
  24. Jun 29, 2020
  25. Jun 24, 2020
  26. May 25, 2020
  27. May 20, 2020
  28. Mar 31, 2020
  29. Mar 27, 2020
  30. Mar 12, 2020
    • Florie Guibert's avatar
      Add milestones to roadmap · e786fede
      Florie Guibert authored
      - Mock milestones
      
      Show milestones in Roadmap
      
      - Add milestones list section to roadmap
      
      Show milestones in Roadmap
      
      - Milestones stack
      - Popover on hover milestone
      - Support for quarters filters
      - Milestone title displays on roadmap
      
      Show milestones in Roadmap
      
      - Dashed lines on hover
      - Fix popover alignment on milestone timeline bar
      
      Add Milestones to Roadmap
      
      - Milestones stack without overlapping for weeks and months
      - Limited stacking on quarters, without overlap
      
      Add Milestones to Roadmap
      
      - Change empty roadmap conditions
      
      Add milestones to roadmap
      
      - Connect to graphql backend
      - Refresh milestone dates
      
      Add milestones to roadmap
      
      - Style fixes
      - Tests
      
      Add Milestones in Roadmap
      
      - Remove stacking of milestones
      
      Add Milestones in Roadmap
      
      - Introduce feature flag :milestones_in_roadmap
      
      Add Milestones in Roadmap
      
      - Implement feedback
      - Use CSS utility classes
      - Clean up CSS
      - Migrate karma tests to jest
      
      Add milestones to roadmap
      
      - CSS tweaks
      - Better styling for small milestones
      e786fede
  31. Mar 10, 2020
  32. Feb 13, 2020
  33. Dec 18, 2019
    • Kushal Pandya's avatar
      Use buffered rendering for Roadmap epics · d57f62c4
      Kushal Pandya authored
      Makes first load of Roadmap page faster by batch
      rendering only those epics which are visible on
      viewport. This commit also cleans up Roadmap by
      using CSS instead of JS to set component sizes.
      d57f62c4
  34. Apr 08, 2019
  35. Jan 24, 2019
  36. Jan 18, 2019
  37. Jan 14, 2019
  38. Nov 29, 2018
Loading