1
0
Fork 0
Commit Graph

13 Commits

Author SHA1 Message Date
Sean Sube 618cab74f0 feature(build): replace rollup with esbuild
BREAKING CHANGE: this changes how the config schema is loaded and while it passes the tests, has
the potential to break some workflows.
2023-01-01 17:15:22 -06:00
ssube 6c9916d96f
fix(sync): better logging for existing/updated labels 2021-08-05 19:39:39 -05:00
ssube 24d96a56d4
feat: switch output to es module, use c8 for coverage
BREAKING CHANGE: requires Node with stable ES modules. Consumers
targeting versions of Node or browsers without module support will
need to use a bundler to replace the imports.
2021-07-29 23:42:54 -05:00
ssube 1f3cbac598
feat: add initial labels to project 2020-08-30 23:29:17 -05:00
ssube 0ea5791a8f
fix(test): cover config loading, graph styles 2020-08-30 22:41:48 -05:00
ssube 6ce4ca09b4
fix(test): cover merge edges helper 2020-08-27 23:07:58 -05:00
ssube 7207660772
lint(sync): name CRUD functions consistently 2020-08-22 12:25:19 -05:00
ssube 545e5b979d
fix(test): use container for remotes 2020-08-22 10:44:14 -05:00
ssube a38c130e73
feat: create remote via DI container 2020-08-22 10:36:24 -05:00
ssube 505636f3dc fix(config): match command names and docs, cover parts of sync 2020-08-20 17:20:59 -05:00
ssube 2feb5a3c60 feat(config): add project comment, state divider to config 2020-08-20 17:20:59 -05:00
ssube 6229e2b46f fix(test): cover label color selection and update 2020-08-15 16:53:33 -05:00
ssube b404ecf62e
add test stubs 2020-08-14 23:40:56 -05:00