-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: sdk #16
Commits on Oct 14, 2024
-
feat: integrate ubiquity-os-logger
Replace custom logger with @ubiquity-os/ubiquity-os-logger and update types.
Configuration menu - View commit details
-
Copy full SHA for 597a7c3 - Browse repository at this point
Copy the full SHA 597a7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67f81d1 - Browse repository at this point
Copy the full SHA 67f81d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 914bf62 - Browse repository at this point
Copy the full SHA 914bf62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 115a341 - Browse repository at this point
Copy the full SHA 115a341View commit details -
refactor: simplify plugin initialization flow
Removed server start code and simplified plugin initialization.
Configuration menu - View commit details
-
Copy full SHA for 31b814e - Browse repository at this point
Copy the full SHA 31b814eView commit details -
chore: remove @hono/node-server dependency
Removed @hono/node-server from dependencies in package.json and updated GitHub Action workflow.
Configuration menu - View commit details
-
Copy full SHA for 499d5ec - Browse repository at this point
Copy the full SHA 499d5ecView commit details -
chore: update wrangler to v3.80.4 and enable observability
Updated wrangler version, renamed node_compat to nodejs_compat, and enabled observability.
Configuration menu - View commit details
-
Copy full SHA for 77e2e49 - Browse repository at this point
Copy the full SHA 77e2e49View commit details -
refactor: update wrangler config and package versions
Updated wrangler.toml configuration, package scripts, and dependency versions.
Configuration menu - View commit details
-
Copy full SHA for 7daf4c0 - Browse repository at this point
Copy the full SHA 7daf4c0View commit details -
refactor: simplify plugin initialization handling
Replaces console log and explicit return with simplified promise chaining.
Configuration menu - View commit details
-
Copy full SHA for ae1f29f - Browse repository at this point
Copy the full SHA ae1f29fView commit details -
refactor(test): update test type from PluginInputs to CommandContext
Changed type casting in tests from PluginInputs to CommandContext to match updated codebase.
Configuration menu - View commit details
-
Copy full SHA for 51fe242 - Browse repository at this point
Copy the full SHA 51fe242View commit details -
refactor: update entry point to src/index.ts
Renamed src/worker.ts to src/index.ts and updated relevant references.
Configuration menu - View commit details
-
Copy full SHA for 12aeec2 - Browse repository at this point
Copy the full SHA 12aeec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2aca8f - Browse repository at this point
Copy the full SHA c2aca8fView commit details -
style: fix trailing commas in tsconfig.json
Remove trailing commas to conform to JSON standards.
Configuration menu - View commit details
-
Copy full SHA for 5fba61b - Browse repository at this point
Copy the full SHA 5fba61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ed8af - Browse repository at this point
Copy the full SHA c3ed8afView commit details -
chore: remove unused validation logic and related dependencies
Deleted `validator.ts` and removed associated packages from dependencies.
Configuration menu - View commit details
-
Copy full SHA for 5b08fe3 - Browse repository at this point
Copy the full SHA 5b08fe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4ffa9 - Browse repository at this point
Copy the full SHA 6a4ffa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e6cd7 - Browse repository at this point
Copy the full SHA 03e6cd7View commit details -
Added `dist` to ignore lists in relevant config files.
Configuration menu - View commit details
-
Copy full SHA for 3037824 - Browse repository at this point
Copy the full SHA 3037824View commit details -
Added `dist` to ignore lists in relevant config files.
Configuration menu - View commit details
-
Copy full SHA for 9b57913 - Browse repository at this point
Copy the full SHA 9b57913View commit details -
Merge remote-tracking branch 'origin/feat/sdk' into feat/sdk
# Conflicts: # dist/index.js
Configuration menu - View commit details
-
Copy full SHA for 248f450 - Browse repository at this point
Copy the full SHA 248f450View commit details -
Configuration menu - View commit details
-
Copy full SHA for edcbc54 - Browse repository at this point
Copy the full SHA edcbc54View commit details -
chore: remove unused Octokit dependencies
Cleanup to remove unused '@octokit/rest' and '@octokit/webhooks' dependencies.
Configuration menu - View commit details
-
Copy full SHA for c5a063e - Browse repository at this point
Copy the full SHA c5a063eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8105795 - Browse repository at this point
Copy the full SHA 8105795View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc0ee1e - Browse repository at this point
Copy the full SHA cc0ee1eView commit details -
feat: add Octokit dependency and update test configurations
Add @octokit/rest dependency and update test setups for command execution.
Configuration menu - View commit details
-
Copy full SHA for d86eade - Browse repository at this point
Copy the full SHA d86eadeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce3ad27 - Browse repository at this point
Copy the full SHA ce3ad27View commit details -
Co-authored-by: アレクサンダー.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78dd5e1 - Browse repository at this point
Copy the full SHA 78dd5e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7703a - Browse repository at this point
Copy the full SHA eb7703aView commit details
Commits on Oct 15, 2024
-
feat: add support for KERNEL_PUBLIC_KEY in deployment
Enable the passing of KERNEL_PUBLIC_KEY in GitHub Actions and plugin initialization.
Configuration menu - View commit details
-
Copy full SHA for a429556 - Browse repository at this point
Copy the full SHA a429556View commit details -
feat: add settings schema to plugin initialization
Include pluginSettingsSchema in createPluginWithEnv for enhanced validation.
Configuration menu - View commit details
-
Copy full SHA for 6addf2f - Browse repository at this point
Copy the full SHA 6addf2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for de2a3d9 - Browse repository at this point
Copy the full SHA de2a3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b765b09 - Browse repository at this point
Copy the full SHA b765b09View commit details -
test: update CommandContext with additional properties
Added logger, adapters, env, and octokit to CommandContext in tests for better initialization.
Configuration menu - View commit details
-
Copy full SHA for 4bc6fd3 - Browse repository at this point
Copy the full SHA 4bc6fd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7597b - Browse repository at this point
Copy the full SHA ef7597bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4451f08 - Browse repository at this point
Copy the full SHA 4451f08View commit details -
fix(tests): correct async test assertions
Updated test assertions to use resolves instead of async functions.
Configuration menu - View commit details
-
Copy full SHA for 6287371 - Browse repository at this point
Copy the full SHA 6287371View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c26e0c - Browse repository at this point
Copy the full SHA 9c26e0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f82ae15 - Browse repository at this point
Copy the full SHA f82ae15View commit details -
refactor: remove debug console.log statements
Eliminated unnecessary console.log statements from run.ts and query-user.ts.
Configuration menu - View commit details
-
Copy full SHA for b095d77 - Browse repository at this point
Copy the full SHA b095d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 692a93c - Browse repository at this point
Copy the full SHA 692a93cView commit details -
fix: correct formatting in error comment
Adjusted the error comment formatting to properly display code block.
Configuration menu - View commit details
-
Copy full SHA for 3de9722 - Browse repository at this point
Copy the full SHA 3de9722View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a8ab7 - Browse repository at this point
Copy the full SHA c5a8ab7View commit details
Commits on Oct 16, 2024
-
refactor: integrate envSchema into plugin creation
Added envSchema to ensure environment variables are validated.
Configuration menu - View commit details
-
Copy full SHA for ff58863 - Browse repository at this point
Copy the full SHA ff58863View commit details -
chore: update @ubiquity-os/ubiquity-os-kernel
Updated @ubiquity-os/ubiquity-os-kernel to version 2.3.0.
Configuration menu - View commit details
-
Copy full SHA for ad81b7f - Browse repository at this point
Copy the full SHA ad81b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76a8374 - Browse repository at this point
Copy the full SHA 76a8374View commit details