Commit Graph

62 Commits

Author SHA1 Message Date
Sidharth Vinod 3274f673ab
chore: Ignore `vite.config.ts.timestamp-` 2024-05-13 08:46:13 +05:30
Sidharth Vinod 58b6cf0174
Merge branch 'develop' into next
* develop: (50 commits)
  Use pixelmatch for image comparison
  Run all tests
  Fix lint
  Update lockfile
  E2E test
  Use cache to store snapshots
  chore(deps): update all patch dependencies
  Change string concatenation to template literal
  Revert "Revert 5041 feature/4935 subgraph title margin config option"
  build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.5
  Run dev docs without npx
  Remove npx completely from run script
  Update docs
  Fix linters
  Removed volta requirement, leave pnpm only
  Fixed dead link
  build
  Update docs
  Updated contributing docs after review, minor fixes
  Updated gantt chart docs to show all config options
  ...
2024-01-19 13:46:10 +05:30
Nikolay Rozhkov 57f0a3aa8e Contribution documentation improvements 2023-12-11 05:08:42 +03:00
Reda Al Sulais 6141722b1f feat: create `parser` package in `packages` directory 2023-08-20 15:31:40 +03:00
Sidharth Vinod 718d52a72c
chore: Move liveReload code into script. 2023-08-17 14:30:47 +05:30
Sidharth Vinod 06e4a6398c
docs: Add development example page. 2023-08-09 14:59:50 +05:30
Sidharth Vinod 547358fc7e
Add coverage for E2E tests 2023-06-16 20:25:40 +05:30
Sidharth Vinod 307aa6f623
Merge branch 'develop' into pr/weedySeaDragon/3814
* develop:
  Rerun
  Support for development in Docker
2023-06-15 12:08:30 +05:30
Sidharth Vinod 5b4efbad49
ignore .pnpm-store 2023-06-15 09:50:14 +05:30
Nikolay Rozhkov cdea0ea829 Support for development in Docker
Updated lintignore and move dockerfile to .dev

Fix

Updated contributing

Fixing GA

Fix contributing.md

Fixing issues after review

No need to change .eslintignore
2023-06-13 00:20:14 +03:00
Sidharth Vinod cdc68d99fe
Cleanup 2023-04-29 10:50:30 +05:30
Sidharth Vinod 4ad99a25d0
feat: Add package visualization 2022-11-20 14:16:22 +05:30
Sidharth Vinod fc859528e4
Ignore stats.html 2022-11-20 12:13:03 +05:30
Sidharth Vinod 9144fa390f
cleanup 2022-11-14 15:05:58 +05:30
Sidharth Vinod 77a326dedf
Merge Master 2022-11-14 14:51:23 +05:30
Sidharth Vinod a83f88bdf1
chore: Merge master to develop 2022-11-10 13:51:53 +05:30
Sidharth Vinod 98d214fd60
chore: Add recommended extensions 2022-09-23 10:11:19 +05:30
Patrick Ellis 0dce8f4104
Add "Debug Current Test File" configuration for VSCode
Just press F5 (or ⌘+⇧+P -> `Debug Current Test File`)
"
2022-09-22 12:33:09 -04:00
Sidharth Vinod 01562528b7
Typescript 2022-09-01 22:45:10 +05:30
Alois Klink b7f9495a14
build: add eslint --cache file
Currently, doing a `git commit` is a bit low, as eslint runs before
the commit.

Adding an `eslint --cache` makes it slightly faster.
On my PC, `git commit` currently is `Done in 12.24s.`

However, after adding this cache file, it is `Done in 7.54s.`,
so about 1.6x faster.
2022-08-27 17:32:48 +01:00
Knut Sveidqvist 3c0a2f0fd0 chore: replacing percy with cypress-image-snapshots 2022-03-31 18:06:04 +02:00
Knut Sveidqvist b380d46c66 chore: excluding image snapshots 2022-03-31 18:01:57 +02:00
Matthieu MOREL 4cd2621eeb
build: group webpack & ignore dist & support yarn1.x (#2551) 2021-12-11 12:02:39 +01:00
Matthieu MOREL 67143b7bfd
fix: lint-staged and merge eslint-config-html (#2550) 2021-12-11 11:12:14 +01:00
eajenkins 291bec7e90 Initial implementation for Issue#2249.
Includes changes to sequence diagram code to enable popup menus and individualized styling of actors
Includes unit and e2e tests.
Includes updates to the md file for sequencediagrams.
2021-08-27 10:56:56 -07:00
Marc Faber 830620740a Unix line endings 2020-11-17 15:44:00 +01:00
Marc Faber 2370531e75 #1423 ignore build files in dist folder 2020-11-17 14:48:48 +01:00
saowang ea47873db3 Add jekyll ignore files 2020-08-20 22:59:18 +08:00
Knut Sveidqvist 8aa0185cb8
Remiving dist from .gitignore
This due to downstreams libraries that depend on them. We should address this as I agree that dist should be ignored. For now I removed it.
2020-08-05 18:27:30 +02:00
Justin Greywolf 652b6ae7d2 Update gitignore for dist folder 2020-08-03 12:47:32 -07:00
Knut Sveidqvist b6453383cf #1542 Handling of default values when no theme is set 2020-07-18 09:37:51 +02:00
Marc Faber 7d2a7d24a6 Remove entries in git ignore file 2020-06-01 15:16:41 +02:00
Knut Sveidqvist 25e2d78311 #1295 Start renderer 2020-03-04 20:35:59 +01:00
Knut Sveidqvist 963a0fcd77
Merge branch 'develop' into 1179-SupportGenericTypesForMembers 2020-01-29 21:08:31 +01:00
Knut Sveidqvist c43f791b29 #1223 Removing/updating some logging, adding current.html to .gitignore 2020-01-29 20:44:15 +01:00
Justin Greywolf 587592449a 1179 Add ability to use generics for members
Created new class to handle parsing of members with regex to handle determining type of member and the different elements within.  Also moved addTSpan in drawClass method to this new file.  Finally, I added a "catch all" section in case something fails in the regex to make sure everything gets formatted correctly.

Added more tests and documentation

updating gitignore

Tired of constantly having to ignore files and stash/pop when switching between branches
2020-01-24 16:01:04 -08:00
Nacho 34037e58e5
Added package-lock to gitignore 2019-10-24 08:48:55 -04:00
Christian Klemm 96735dd543
Added rendering for annotations 2019-10-04 21:09:49 +02:00
Knut Sveidqvist 3e6efb663b #865 Updated Changelog 2019-06-29 17:55:47 +02:00
Knut Sveidqvist 95967151ae Release 8.1.0 2019-06-25 10:24:57 +02:00
Tyler Long 204b029973 Update config files 2018-03-06 13:40:11 +08:00
Tyler Long b093fc8a55 Update webpack config 2017-12-20 22:20:56 +08:00
Tyler Long 77f1a8ecac Remove mermaid CLI from main project. Release 7.1.0 2017-09-14 11:26:21 +08:00
Tyler Long d07a7f505b Update folder structure in dist folder 2017-09-10 22:29:37 +08:00
Tyler Long 07af7123c9 Remove bower support 2017-09-03 20:13:19 +08:00
Tyler Long 1927ed47ff Update some config files 2017-04-22 17:09:51 +08:00
Tyler Long acab3a5ee1 Remove css files from dist folder 2017-04-22 10:46:42 +08:00
Tyler Long 053388a2d3 Add todo.md 2017-04-15 16:46:10 +08:00
Tyler Long a2ce9e6a54 Fix code style issues 2017-04-13 20:16:38 +08:00
Tyler Long e1e7be07f7 Remove auto generated js file from dist folder 2017-04-10 17:09:21 +08:00