@storm-software/workspace-tools 1.115.0 → 1.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1595 -4947
- package/README.md +56 -21
- package/config/nx.json +95 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<b>
|
|
11
11
|
<a href="https://stormsoftware.com" target="_blank">Website</a> •
|
|
12
12
|
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> •
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
|
|
14
14
|
<a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Workspace Tools](#storm-workspace-tools)
|
|
@@ -96,7 +97,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
96
97
|
- [Changelog](#changelog)
|
|
97
98
|
- [Contributing](#contributing)
|
|
98
99
|
- [Contributors](#contributors)
|
|
99
|
-
- [💻 Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
100
100
|
|
|
101
101
|
<!-- END doctoc -->
|
|
102
102
|
|
|
@@ -672,17 +672,25 @@ Run `nx test workspace-tools` to execute the unit tests via
|
|
|
672
672
|
|
|
673
673
|
## Storm Workspaces
|
|
674
674
|
|
|
675
|
-
Storm workspaces are built using
|
|
675
|
+
Storm workspaces are built using
|
|
676
|
+
<a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
|
|
677
|
+
for monorepos, which helps you develop like Google, Facebook, and Microsoft.
|
|
678
|
+
Building on top of Nx, the Open System provides a set of tools and patterns that
|
|
679
|
+
help you scale your monorepo to many teams while keeping the codebase
|
|
680
|
+
maintainable.
|
|
676
681
|
|
|
677
682
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
678
683
|
<br />
|
|
679
684
|
|
|
680
685
|
## Roadmap
|
|
681
686
|
|
|
682
|
-
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
687
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
688
|
+
list of proposed features (and known issues).
|
|
683
689
|
|
|
684
|
-
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
685
|
-
|
|
690
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
|
|
691
|
+
(Add your votes using the 👍 reaction)
|
|
692
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
|
|
693
|
+
(Add your votes using the 👍 reaction)
|
|
686
694
|
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
687
695
|
|
|
688
696
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
@@ -701,7 +709,8 @@ Reach out to the maintainer at one of the following places:
|
|
|
701
709
|
|
|
702
710
|
## License
|
|
703
711
|
|
|
704
|
-
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
712
|
+
This project is licensed under the **Apache License 2.0**. Feel free to edit and
|
|
713
|
+
distribute this template as you like.
|
|
705
714
|
|
|
706
715
|
See [LICENSE](LICENSE) for more information.
|
|
707
716
|
|
|
@@ -710,32 +719,42 @@ See [LICENSE](LICENSE) for more information.
|
|
|
710
719
|
|
|
711
720
|
## Changelog
|
|
712
721
|
|
|
713
|
-
This project adheres to
|
|
722
|
+
This project adheres to
|
|
723
|
+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
|
|
724
|
+
with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
|
|
725
|
+
file
|
|
714
726
|
|
|
715
727
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
716
728
|
<br />
|
|
717
729
|
|
|
718
730
|
## Contributing
|
|
719
731
|
|
|
720
|
-
First off, thanks for taking the time to contribute! Contributions are what
|
|
732
|
+
First off, thanks for taking the time to contribute! Contributions are what
|
|
733
|
+
makes the open-source community such an amazing place to learn, inspire, and
|
|
734
|
+
create. Any contributions you make will benefit everybody else and are **greatly
|
|
735
|
+
appreciated**.
|
|
721
736
|
|
|
722
737
|
Please try to create bug reports that are:
|
|
723
738
|
|
|
724
739
|
- _Reproducible._ Include steps to reproduce the problem.
|
|
725
|
-
- _Specific._ Include as much detail as possible: which version, what
|
|
740
|
+
- _Specific._ Include as much detail as possible: which version, what
|
|
741
|
+
environment, etc.
|
|
726
742
|
- _Unique._ Do not duplicate existing opened issues.
|
|
727
743
|
- _Scoped to a Single Bug._ One bug per report.
|
|
728
744
|
|
|
729
745
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
730
746
|
|
|
731
|
-
You can use
|
|
747
|
+
You can use
|
|
748
|
+
[markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
|
|
749
|
+
to check for common markdown style inconsistency.
|
|
732
750
|
|
|
733
751
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
734
752
|
<br />
|
|
735
753
|
|
|
736
754
|
## Contributors
|
|
737
755
|
|
|
738
|
-
Thanks goes to these wonderful people
|
|
756
|
+
Thanks goes to these wonderful people
|
|
757
|
+
([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
|
739
758
|
|
|
740
759
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
|
741
760
|
|
|
@@ -760,7 +779,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
760
779
|
|
|
761
780
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
762
781
|
|
|
763
|
-
This project follows the
|
|
782
|
+
This project follows the
|
|
783
|
+
[all-contributors](https://github.com/all-contributors/all-contributors)
|
|
784
|
+
specification. Contributions of any kind welcome!
|
|
764
785
|
|
|
765
786
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
766
787
|
<br />
|
|
@@ -774,9 +795,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
774
795
|
<br />
|
|
775
796
|
|
|
776
797
|
<div align="center">
|
|
777
|
-
<
|
|
778
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
779
|
-
</b>
|
|
798
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
|
|
780
799
|
</div>
|
|
781
800
|
|
|
782
801
|
<div align="center">
|
|
@@ -784,18 +803,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
|
|
|
784
803
|
</div>
|
|
785
804
|
<br />
|
|
786
805
|
|
|
787
|
-
Storm Software is an open source software development organization and creator
|
|
806
|
+
Storm Software is an open source software development organization and creator
|
|
807
|
+
of Acidic, StormStack and StormCloud.
|
|
808
|
+
|
|
809
|
+
Our mission is to make software development more accessible. Our ideal future is
|
|
810
|
+
one where anyone can create software without years of prior development
|
|
811
|
+
experience serving as a barrier to entry. We hope to achieve this via LLMs,
|
|
812
|
+
Generative AI, and intuitive, high-level data modeling/programming languages.
|
|
788
813
|
|
|
789
|
-
|
|
814
|
+
Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
|
|
815
|
+
receive release notifications, ask questions, and get involved.
|
|
790
816
|
|
|
791
|
-
If this sounds interesting, and you would like to help us in creating the next
|
|
817
|
+
If this sounds interesting, and you would like to help us in creating the next
|
|
818
|
+
generation of development tools, please reach out on our
|
|
819
|
+
[website](https://stormsoftware.com/contact) or join our
|
|
820
|
+
[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
|
|
821
|
+
channel!
|
|
792
822
|
|
|
793
823
|
<br />
|
|
794
|
-
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
|
|
795
824
|
|
|
825
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
796
826
|
<br />
|
|
827
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
828
|
+
|
|
829
|
+
<br />
|
|
830
|
+
|
|
797
831
|
<div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
|
|
798
832
|
<br />
|
|
833
|
+
<br />
|
|
799
834
|
|
|
800
835
|
|
|
801
836
|
<!-- markdownlint-restore -->
|
package/config/nx.json
CHANGED
|
@@ -444,6 +444,101 @@
|
|
|
444
444
|
"projects": ["packages/*", "crates/*"],
|
|
445
445
|
"projectsRelationship": "independent",
|
|
446
446
|
"releaseTagPattern": "{projectName}@{version}",
|
|
447
|
+
"conventionalCommits": {
|
|
448
|
+
"types": {
|
|
449
|
+
"feat": {
|
|
450
|
+
"semverBump": "minor",
|
|
451
|
+
"changelog": {
|
|
452
|
+
"title": "Features",
|
|
453
|
+
"hidden": false
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"fix": {
|
|
457
|
+
"semverBump": "patch",
|
|
458
|
+
"changelog": {
|
|
459
|
+
"title": "Bug Fixes",
|
|
460
|
+
"hidden": false
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"perf": {
|
|
464
|
+
"semverBump": "none",
|
|
465
|
+
"changelog": {
|
|
466
|
+
"title": "Performance Improvements",
|
|
467
|
+
"hidden": false
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"refactor": {
|
|
471
|
+
"semverBump": "patch",
|
|
472
|
+
"changelog": {
|
|
473
|
+
"title": "Refactoring",
|
|
474
|
+
"hidden": false
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"docs": {
|
|
478
|
+
"semverBump": "none",
|
|
479
|
+
"changelog": {
|
|
480
|
+
"title": "Documentation",
|
|
481
|
+
"hidden": false
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"deps": {
|
|
485
|
+
"semverBump": "patch",
|
|
486
|
+
"changelog": {
|
|
487
|
+
"title": "Dependency Upgrades",
|
|
488
|
+
"hidden": false
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"types": {
|
|
492
|
+
"semverBump": "minor",
|
|
493
|
+
"changelog": {
|
|
494
|
+
"title": "Type Definitions",
|
|
495
|
+
"hidden": false
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"chore": {
|
|
499
|
+
"semverBump": "none",
|
|
500
|
+
"changelog": {
|
|
501
|
+
"title": "Chores",
|
|
502
|
+
"hidden": true
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"examples": {
|
|
506
|
+
"semverBump": "none",
|
|
507
|
+
"changelog": {
|
|
508
|
+
"title": "Examples",
|
|
509
|
+
"hidden": false
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
"test": {
|
|
513
|
+
"semverBump": "none",
|
|
514
|
+
"changelog": {
|
|
515
|
+
"title": "Testing",
|
|
516
|
+
"hidden": true
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"style": {
|
|
520
|
+
"semverBump": "minor",
|
|
521
|
+
"changelog": {
|
|
522
|
+
"title": "Styling",
|
|
523
|
+
"hidden": false
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
"ci": {
|
|
527
|
+
"semverBump": "patch",
|
|
528
|
+
"changelog": {
|
|
529
|
+
"title": "Continuous Integration",
|
|
530
|
+
"hidden": false
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"revert": {
|
|
534
|
+
"semverBump": "patch",
|
|
535
|
+
"changelog": {
|
|
536
|
+
"title": "Revert",
|
|
537
|
+
"hidden": false
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
},
|
|
447
542
|
"changelog": {
|
|
448
543
|
"automaticFromRef": true,
|
|
449
544
|
"workspaceChangelog": false,
|
package/package.json
CHANGED