-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:Update dependencies and migrate to broth (#12)
* Adds baldrick-broth yaml file * Normalize using scaffold norm * Updates package.json * Updates dependencies * Adds commander dependency * Adds peerDependency * Delete old tests * Generate code vocabulary and internal markdown * Deletes some deprecated files * Adds pest-sepc * Adds snapshot * Capture typedoc markdown snaphot * Adds pest coverage for parse ngram * Adds local json schema for broth * Increment version * After linting and refactoring * github workflow do not rely on broth and have if condition * generate package-json uses new variable format * Uses bash if in run for githup action * Create temp folder for maim workflow * Uses broth in github action as the snaphots are slightly different otherwise * Save internal for pest to temp * Is cat of md file working * Adds test for pest * Run tests in ready pr * Adds not supported when tests do not exist * Upgrades dependencies * Adds task for PR and update dependency * Use single quote for pr create
- Loading branch information
Showing
62 changed files
with
3,221 additions
and
8,596 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -3,4 +3,6 @@ | |
node_modules/ | ||
dist/ | ||
report/ | ||
.message | ||
temp/ | ||
.message | ||
.todo.yaml |
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 @@ | ||
settings: | ||
bullet: "*" | ||
plugins: | ||
- remark-preset-lint-consistent | ||
- remark-preset-lint-recommended | ||
- remark-preset-lint-markdown-style-guide |
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,7 @@ | ||
{ | ||
"makefile.extensionOutputFolder": "./.vscode", | ||
"yaml.schemas": { | ||
"./script/schema/project.schema.json": "script/data/project.yaml", | ||
"https://raw.githubusercontent.com/flarebyte/baldrick-reserve/main/reserve-schema/ts-broth.schema.json": "baldrick-broth.yaml" | ||
} | ||
} |
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
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,11 @@ | ||
# Architecture decision records | ||
|
||
An [architecture | ||
decision](https://cloud.google.com/architecture/architecture-decision-records) | ||
is a software design choice that evaluates: | ||
|
||
- a functional requirement (features). | ||
- a non-functional requirement (technologies, methodologies, libraries). | ||
|
||
The purpose is to understand the reasons behind the current architecture, so | ||
they can be carried-on or re-visited in the future. |
Oops, something went wrong.