- Jun 09, 2023
-
-
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
-
- May 11, 2023
-
-
Kushal Pandya authored
Fixes logic used for calculating container heights and positions to prevent UI glitches happening across roadmap. EE: true Changelog: fixed
-
- Apr 12, 2023
-
-
Create a separate partial `top-bar` that contain both the toggle sidebar button and the breadcrumbs.
-
- Feb 14, 2023
-
-
Changelog: added EE: true
-
- Oct 06, 2022
-
-
Florie Guibert authored
Changelog: fixed EE: true
-
- Jun 14, 2022
-
-
Andrew Smith authored
Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
- Jun 08, 2022
-
-
Martin Wortschack authored
-
- Feb 16, 2022
-
-
Florie Guibert authored
Review feedback
-
- Feb 08, 2022
-
-
Florie Guibert authored
Changelog: fixed EE: true
-
- Jan 31, 2022
-
-
Kushal Pandya authored
Removes HAML epics list related code. Changelog: added EE: true
-
- Jan 21, 2022
-
-
Florie Guibert authored
Introduce roadmap_settings feature flag
-
- Jan 04, 2022
-
-
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.
-
- Nov 04, 2021
-
-
Coung Ngo authored
-
- Aug 20, 2021
-
-
- Dec 21, 2020
-
-
Simon Knox authored
-
- Dec 08, 2020
-
-
Whenever certain variables are modified in roadmap.scss, the changes need to be reflected in roadmap/constants.js
-
- Dec 04, 2020
-
-
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.
-
- Nov 16, 2020
-
-
Florie Guibert authored
There are no visual changes as a result of this commit.
-
- Sep 01, 2020
-
-
This moves the following things to Core: - Jira DVCS Connector - Jira Connect App - Usage ping for those two features and removes any license check related to them. Co-authored-by:
Craig Norris <cnorris@gitlab.com>
-
- Aug 17, 2020
-
-
Update gray-700 hex value and find and replace all gray-700 with gray-500.
-
- Aug 13, 2020
-
-
Rajat Jain authored
Add style to prevent filtered search from overflowing the width available
-
- Aug 10, 2020
-
-
Kushal Pandya authored
Add async filtering support within Roadmap by using GlFilteredSearch.
-
- Aug 03, 2020
-
-
Jeremy Elder authored
Updating $gray-600 hex value and replacing instances with $gray-400 since it is a closer match after the hex update.
-
- Jun 29, 2020
- Jun 24, 2020
- May 25, 2020
-
-
Florie Guibert authored
- Include descendants when fetching group epics - Display project/subgroup/group info in popover
-
- May 20, 2020
-
-
Florie Guibert authored
Migrate CSS variable gray-100 to $gray-50
-
- Mar 31, 2020
- Mar 27, 2020
-
-
Simon Knox authored
Replace with $white
-
- Mar 12, 2020
-
-
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
-
- Mar 10, 2020
-
-
Coung Ngo authored
This commit adds weight and progress information in roadmap epic bars
-
- Feb 13, 2020
-
-
Kushal Pandya authored
Renders today indicator in timeline cell instead of header cell for better stack order control and avoid using scroll event listener for toggling its visibility.
-
- Dec 18, 2019
-
-
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.
-
- Apr 08, 2019
-
-
Fixes stylelint failures for EE specific code
-
- Jan 24, 2019
-
-
Kushal Pandya authored
Adds skeleton loader for Epics on default load. Makes re-rendering Epics more efficient.
-
- Jan 18, 2019
-
-
Kushal Pandya authored
Makes Roadmap timeline dynamic to be always scrollable on any screen size. Fetches new epics as user scrolls into past or future and renders it.
-
- Jan 14, 2019
-
-
George Tsiolis authored
-
- Nov 29, 2018
-
-
Kushal Pandya authored
-