-
-
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 #128
Release v2.0 #128
Conversation
…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
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
15186918 | Triggered | Username Password | 4496288 | apps/frontend/src/i18n/pt.json | View secret |
15186919 | Triggered | Username Password | 4496288 | apps/frontend/src/i18n/de.json | View secret |
15186921 | Triggered | Username Password | 4496288 | apps/frontend/src/i18n/it.json | View secret |
15186926 | Triggered | Generic Password | f1534d7 | apps/backend/.env.test | View secret |
15186927 | Triggered | Username Password | 3197705 | apps/frontend/src/i18n/de.json | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
* 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
Deploying tutoriallm-demo with
|
Latest commit: |
0157b34
|
Status: | ✅ Deploy successful! |
Preview URL: | https://511cbb4f.tutoriallm-dev.pages.dev |
Branch Preview URL: | https://dev.tutoriallm-dev.pages.dev |
Deploying version 2.0.
Due to lack of financial resource of testing with actual environment, this version has tested in my personal computer and not confirmed as production-ready.
major changes:
This update adds features that make it easier for administrators to monitor users. Test code has also been added to improve the stability of the application.
Documentation has also been added within monorepo for automatic documentation generation. Due to destructive changes in the database and other areas, this version is not compatible with version 1.0.
New features:
Improvements:
fix:
About testing
Writing of test (vitest) is not completed as some features might be changed within few months. I am trying to improve coverage of testing.