Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sdk #16

Merged
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
597a7c3
feat: integrate ubiquity-os-logger
gentlementlegen Oct 14, 2024
67f81d1
chore: updated generated configuration
ubiquity-os[bot] Oct 14, 2024
914bf62
feat: moved to SDK
gentlementlegen Oct 14, 2024
115a341
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 14, 2024
31b814e
refactor: simplify plugin initialization flow
gentlementlegen Oct 14, 2024
499d5ec
chore: remove @hono/node-server dependency
gentlementlegen Oct 14, 2024
77e2e49
chore: update wrangler to v3.80.4 and enable observability
gentlementlegen Oct 14, 2024
7daf4c0
refactor: update wrangler config and package versions
gentlementlegen Oct 14, 2024
ae1f29f
refactor: simplify plugin initialization handling
gentlementlegen Oct 14, 2024
51fe242
refactor(test): update test type from PluginInputs to CommandContext
gentlementlegen Oct 14, 2024
12aeec2
refactor: update entry point to src/index.ts
gentlementlegen Oct 14, 2024
c2aca8f
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
5fba61b
style: fix trailing commas in tsconfig.json
gentlementlegen Oct 14, 2024
c3ed8af
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
5b08fe3
chore: remove unused validation logic and related dependencies
gentlementlegen Oct 14, 2024
6a4ffa9
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 14, 2024
03e6cd7
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
3037824
chore: ignore `dist` directory
gentlementlegen Oct 14, 2024
9b57913
chore: ignore `dist` directory
gentlementlegen Oct 14, 2024
248f450
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 14, 2024
edcbc54
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
c5a063e
chore: remove unused Octokit dependencies
gentlementlegen Oct 14, 2024
8105795
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 14, 2024
cc0ee1e
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
d86eade
feat: add Octokit dependency and update test configurations
gentlementlegen Oct 14, 2024
ce3ad27
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
78dd5e1
Update manifest.json
gentlementlegen Oct 14, 2024
eb7703a
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 14, 2024
a429556
feat: add support for KERNEL_PUBLIC_KEY in deployment
gentlementlegen Oct 15, 2024
6addf2f
feat: add settings schema to plugin initialization
gentlementlegen Oct 15, 2024
de2a3d9
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 15, 2024
b765b09
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 15, 2024
4bc6fd3
test: update CommandContext with additional properties
gentlementlegen Oct 15, 2024
ef7597b
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 15, 2024
4451f08
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 15, 2024
6287371
fix(tests): correct async test assertions
gentlementlegen Oct 15, 2024
9c26e0c
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
gentlementlegen Oct 15, 2024
f82ae15
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 15, 2024
b095d77
refactor: remove debug console.log statements
gentlementlegen Oct 15, 2024
692a93c
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 15, 2024
3de9722
fix: correct formatting in error comment
gentlementlegen Oct 15, 2024
c5a8ab7
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 15, 2024
ff58863
refactor: integrate envSchema into plugin creation
gentlementlegen Oct 16, 2024
ad81b7f
chore: update @ubiquity-os/ubiquity-os-kernel
gentlementlegen Oct 16, 2024
76a8374
chore: updated manifest.json and dist build
ubiquity-os[bot] Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style: fix trailing commas in tsconfig.json
Remove trailing commas to conform to JSON standards.
gentlementlegen committed Oct 14, 2024
commit 5fba61bd453c94658a91ecb50723d18493e00652
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@

/* Language and Environment */
"target": "es2021" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
"lib": ["es2021"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": ["es2021"] /* Specify a set of bundled library declaration files that describe the target runtime environment. */,
// "jsx": "preserve", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for legacy experimental decorators. */
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
@@ -27,7 +27,7 @@
/* Modules */
"module": "commonjs" /* Specify what module code is generated. */,
// "rootDir": "./", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */,
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */