-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/4060 gantt working hours #6149
base: develop
Are you sure you want to change the base?
Feature/4060 gantt working hours #6149
Conversation
Co-authored-by: Sidharth Vinod <[email protected]>
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6149 +/- ##
==========================================
+ Coverage 4.48% 4.59% +0.10%
==========================================
Files 383 383
Lines 54038 54110 +72
Branches 596 605 +9
==========================================
+ Hits 2425 2486 +61
- Misses 51613 51624 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
|
b699627
to
55be90b
Compare
55be90b
to
6f32ce1
Compare
Please add necessary unit and e2e tests, we especially want to make sure caches are invalidated appropriately, but that might be a separate issue from this PR. |
📑 Summary
Brief description about the content of your PR.
Resolves #4060
📏 Design Decisions
Describe the way your implementation works or what design decisions you made if applicable.
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.