-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from bluecadet/next
Launchpad 2.0 🎉
- Loading branch information
Showing
286 changed files
with
23,022 additions
and
12,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@bluecadet/launchpad-monitor": major | ||
"@bluecadet/launchpad-utils": major | ||
--- | ||
|
||
**Plugin API and Monitor Package Updates:** | ||
- Refactor `monitor` package to use `neverthrow` for error handling. | ||
- Add tests for `monitor` package. | ||
- Add hooks for `monitor` events. | ||
- Add tests to `utils` package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@bluecadet/launchpad": patch | ||
"@bluecadet/launchpad-scaffold": patch | ||
"@bluecadet/launchpad-content": patch | ||
"@bluecadet/launchpad-monitor": patch | ||
"@bluecadet/launchpad-utils": patch | ||
"@bluecadet/launchpad-cli": patch | ||
--- | ||
|
||
Include package.json in exports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@bluecadet/launchpad-content": patch | ||
"@bluecadet/launchpad-cli": patch | ||
--- | ||
|
||
More verbose error logging, plus better messages on source configs with unions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bluecadet/launchpad-content": patch | ||
--- | ||
|
||
Improve contentful source compatibility with mediaDownloader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
"@bluecadet/launchpad-dashboard": major | ||
"@bluecadet/launchpad": major | ||
"@bluecadet/launchpad-scaffold": major | ||
"@bluecadet/launchpad-content": major | ||
"@bluecadet/launchpad-monitor": major | ||
"@bluecadet/launchpad-utils": major | ||
--- | ||
|
||
**Plugin API and Content Package Updates:** | ||
- Add basic support for Plugin API across `content`, `monitor`, and `core` packages. | ||
- Implement full support for plugins in `content` package. | ||
- Refactor `content` sources to be functions. | ||
- Refactor `content` transforms and media-downloader to be plugins. | ||
- Implement `neverthrow` for error handling in `content` package. | ||
- Add unit tests for `content` package. | ||
- Fully remove credentials API (superseded by dotenv config) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@bluecadet/launchpad": minor | ||
"@bluecadet/launchpad-content": minor | ||
"@bluecadet/launchpad-utils": minor | ||
--- | ||
|
||
update logging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@bluecadet/launchpad-content": minor | ||
"@bluecadet/launchpad-monitor": minor | ||
"@bluecadet/launchpad-utils": minor | ||
"@bluecadet/launchpad-cli": minor | ||
--- | ||
|
||
convert configs to zod validators |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@bluecadet/launchpad-content": minor | ||
"@bluecadet/launchpad-utils": patch | ||
"@bluecadet/launchpad-cli": patch | ||
"@bluecadet/launchpad-scaffold": patch | ||
--- | ||
|
||
Add image transform plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bluecadet/launchpad-content": minor | ||
--- | ||
|
||
Update mediaDownloader and sanityImageUrlTransform defaults |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"mode": "exit", | ||
"tag": "next", | ||
"initialVersions": { | ||
"@bluecadet/launchpad-content": "1.14.1", | ||
"@bluecadet/launchpad-dashboard": "1.5.0", | ||
"@bluecadet/launchpad": "1.5.2", | ||
"@bluecadet/launchpad-monitor": "1.8.0", | ||
"@bluecadet/launchpad-scaffold": "1.8.1", | ||
"@bluecadet/launchpad-testing": "0.1.0", | ||
"@bluecadet/launchpad-tsconfig": "0.1.0", | ||
"@bluecadet/launchpad-utils": "1.5.2", | ||
"@bluecadet/launchpad-cli": "1.0.0", | ||
"@bluecadet/launchpad-docs": "0.1.0" | ||
}, | ||
"changesets": [ | ||
"beige-dogs-speak", | ||
"chatty-baboons-smell", | ||
"chilled-badgers-confess", | ||
"flat-poems-kiss", | ||
"gold-kings-watch", | ||
"healthy-brooms-hammer", | ||
"itchy-ties-decide", | ||
"new-rockets-refuse", | ||
"olive-tomatoes-smoke", | ||
"soft-beers-relate", | ||
"thick-hotels-scream", | ||
"tiny-crews-happen", | ||
"yellow-boats-search", | ||
"young-days-battle", | ||
"young-queens-hide" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@bluecadet/launchpad-dashboard": patch | ||
"@bluecadet/launchpad": patch | ||
"@bluecadet/launchpad-scaffold": patch | ||
"@bluecadet/launchpad-content": patch | ||
"@bluecadet/launchpad-monitor": patch | ||
"@bluecadet/launchpad-utils": patch | ||
"@bluecadet/launchpad-cli": patch | ||
--- | ||
|
||
refactor to TS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bluecadet/launchpad-content": minor | ||
--- | ||
|
||
Fix content source/plugin exports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bluecadet/launchpad-content": patch | ||
--- | ||
|
||
fix media getting overwritten |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bluecadet/launchpad-content": minor | ||
--- | ||
|
||
Refactor DataStore to be a fs proxy instead of in memory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bluecadet/launchpad-utils": minor | ||
--- | ||
|
||
cleanup file and console log formats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"@bluecadet/launchpad": major | ||
"@bluecadet/launchpad-scaffold": major | ||
"@bluecadet/launchpad-content": major | ||
"@bluecadet/launchpad-monitor": major | ||
"@bluecadet/launchpad-utils": major | ||
"@bluecadet/launchpad-cli": major | ||
--- | ||
|
||
**New CLI Package**: | ||
- Move CLI to separate package | ||
- Lazy import CLI commands to improve startup time | ||
- Move config and dotenv loading and parsing to CLI package | ||
- convert core package to have no code, just a shorthand for installing all sub-packages |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.