-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Release V2.0.1 #155
Merged
Release V2.0.1 #155
Conversation
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
…anonymous(guest) login / set up pnpm catalogs
…cross various components
… update BlockHighlight event handling
…ack instead of popup feature
…ving back navigation functionality
…y in session tables
…mbs in user and tutorial routes
…n management to avoid db relations error
… displays correctly in user column actions
feat: install renovate
Renovate Updates
* wip: spell check * fix: spell * 🔧 update dev dependencies in package.json and add js-yaml from pnpm catalog * 🚨 update cspell word list and add British English language settings * 🚨 rename serializednodes to serializedNodes across project * 🔧 Add 'sessionvalue' to cspell ignore word list * 🚨 Rename 'isuser' to 'isUser' across project * 💄 Fix spelling of 'dialogue' in system templates * 🔧 Fix variable naming in session updator * 🔧 Ignore Playwright report directories in cspell config * 🚨 Rename 'nodetype' to 'nodeType' * 🚨 Fix LangPicker import casing * 🚨 Fix 'easymode' variable naming to 'easyMode' * 🚨 Fix typo in warning text classes * 🚨 Fix 'beforeinstallprompt' event name casing * 🚨 Fix 'typecodeMsg' to 'typeCodeMsg' in translation files * 🚨 Rename 'Customnode' to 'CustomNode' in TutorialEditor * 🚨 Fix 'laston...' cookie naming to 'lastOn...' * 🚨 Fix 'debuginfo' to 'debugInfo' in translation and import files * 🚨 Fix 'pixeldensity' to 'pixelDensity' in workspaceToPng * 🚨 Fix 'typesafety' to 'type safety' in comment * 🚨 Update cspell ignore paths for extensions package * 🚨 Fix 'quickreply' to 'quickReply' in import path * 🚨 Remove empty 'logbuffer' translation key * 🚨 Update cspell ignore paths for artifacts and docker-compose * 🚨 Rename 'serializednodes' to 'serializedNodes' in tutorials table(migration from drizzle) --------- Co-authored-by: soumame <[email protected]>
* 💚 update pre-commit hooks and package scripts for type checking * chore(package.json): implementing commit formatter (commitlint / commitzen)
* fix: rename nodeType import to correct casing * fix: correct debugInfo import casing * fix: correct LangPicker import casing * chore: remove unnecessary TypeScript compilation in build script * feat: add LangPicker and QuickReply components to frontend
* chore: move docs repo * chore: remove unnecessary daily webhook workflow * fix: update docs project configuration and formatting * chore: update docs project version to 2.0.0 * chore: add Astro Tailwind integration * refactor: migrate Contributers component to Tailwind CSS * chore: remove DemoStatus component from docs pages * feat: refactor OpenAPI documentation for exporting schema * fix: updating frontend's package.json * refactor: simplify OpenAPI documentation routes by loading URL from .env and remove api-schema.yaml * refactor: simplify OpenAPI documentation routes by loading URL from .env and remove api-schema.yaml Integrate docs into monorepo #109 * docs: add Japanese README and update language link --------- Co-authored-by: soumame <[email protected]>
Resolves nodejs/corepack#612 temporality
* chore: wireit monorepo * fix: type check * fix: files * chore: remove extensions type check from wireit configuration --------- Co-authored-by: soumame <[email protected]>
* 🚧 🧪 Add Vitest configuration and component tests for frontend (seems not working on vscode's extension) * chore: update testing library dependencies in package.json * test: add comprehensive tests for ExecSwitch and Navbar components * fix: update letter case to resolve build error * refactor: implement dependency injection middleware and update context types Co-authored-by: Yuta Kobayashi <[email protected]> * chore: export default app from backend index * chore: add testcontainers as a dev dependency for backend testing * chore: add Vitest configuration for backend testing * test: add database and tutorial module tests with test helpers * test(vitest configurations): implement backend testing - Add .env.test file for backend testing- Modify Vitest configs to load test environment variables- Update database utility functions to use new environment variable names- Adjust database setup and truncate functions for testing * refactor: update dependency injection middleware to accept database parameter * test: add comprehensive tests for tutorial routes and endpoints * refactor: simplify dependency injection middleware and remove explicit database parameter * test: update session handling of backend testing with improved setup Co-authored-by: Yuta Kobayashi <[email protected]> * test: remove navbar component tests * refactor: reorganize route handling and enforce session validation middleware * docs: add server URL configuration to auth reference in OpenAPI specification * refactor: remove session renaming functionality and simplify session update logic * test: enhance session tests with structured operations and improved setup * refactor: streamline route handling and reintroduce session validation middleware * feat: add middleware for dependency injection and session management * refactor: remove unused socket.io middleware from session module * refactor: update import path for dependency injection middleware * feat: add authentication middleware for session routes * refactor: remove unnecessary console logging statements * docs: add comprehensive testing guidelines for backend development * test: add health check endpoint test for backend status route * test: add comprehensive test suite for admin session management and fix unsuitable db query * test: modify database truncate method to reset identity sequence * test: add comprehensive test suite for admin tutorial management * test: enhance tutorial test assertions with specific expected values * Merge branch 'dev' into vitest-setup * test: remove unnecessary tutorial test assertions * test: setup MSW and enhance frontend testing infrastructure --------- Co-authored-by: Yuta Kobayashi <[email protected]>
Initialization-setup
- Add environment configurations for dev and production deployments - Remove explicit release names in GitHub release creation steps
#127) - Update Dockerfile and Dockerfile.dev to include OPENAPI_DOCS_URL build argument - Modify GitHub Actions workflows (deploy.yaml and dev_deploy.yaml) to pass OPENAPI_DOCS_URL - Add .env.example in docs package with default OpenAPI documentation URL
* chore: remove OPENAPI_DOCS_URL references from Docker and GitHub Actions - Remove OPENAPI_DOCS_URL environment variable and build arguments from Dockerfiles - Update GitHub Actions workflows to remove OPENAPI_DOCS_URL configuration - Delete .env.example file in docs package * chore: restore .env.example with OPENAPI_DOCS_URL for docs package
* Renovate Updates * chore(deps): update dependency better-auth to v1.1.16 [security] (#130) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update dependency vitest to v3.0.5 [security] (#133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @sentry/node to v8.49.0 [security] (#132) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency vite to v5.4.12 [security] (#131) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): pin node.js (#136) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): pin dependencies (#137) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: soumame <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: update project version to 2.0.1 * fix: make user creation CLI command await role setting Unable to add "admin" role for created user from cli #134 * chore: remove server telemetry configuration file * feat: add session-based WebSocket proxy upgrade handling Implement WebSocket upgrade handling with session-based validation: - Extract sessionId from the request URL - Check if sessionId exists and has a corresponding proxy - Return 404 if session is invalid - Proceed with proxy upgrade for valid sessions Server crashes when Minecraft has connected #135
* chore: update project version to 2.0.1 * fix: make user creation CLI command await role setting Unable to add "admin" role for created user from cli #134 * chore: remove server telemetry configuration file * feat: add session-based WebSocket proxy upgrade handling Implement WebSocket upgrade handling with session-based validation: - Extract sessionId from the request URL - Check if sessionId exists and has a corresponding proxy - Return 404 if session is invalid - Proceed with proxy upgrade for valid sessions Server crashes when Minecraft has connected #135
Deploying tutoriallm with
|
Latest commit: |
db32a33
|
Status: | ✅ Deploy successful! |
Preview URL: | https://412945e5.tutoriallm.pages.dev |
Branch Preview URL: | https://dev.tutoriallm.pages.dev |
Deploying tutoriallm-demo with
|
Latest commit: |
db32a33
|
Status: | ✅ Deploy successful! |
Preview URL: | https://b097058d.tutoriallm-dev.pages.dev |
Branch Preview URL: | https://dev.tutoriallm-dev.pages.dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.