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

Release v2.0 #128

Merged
merged 156 commits into from
Feb 17, 2025
Merged

Release v2.0 #128

merged 156 commits into from
Feb 17, 2025

Conversation

soumame
Copy link
Member

@soumame soumame commented Feb 17, 2025

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.

For other changes. please check issues tab: https://github.com/TutoriaLLM/TutoriaLLM/issues?q=is%3Aissue%20milestone%3A%22Version%202.0%22%20sort%3Aupdated-desc

soumame and others added 22 commits January 31, 2025 12:40
* 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]>
* 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]>
- 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
@soumame soumame added the enhancement New feature or request label Feb 17, 2025
@soumame soumame self-assigned this Feb 17, 2025
Copy link

gitguardian bot commented Feb 17, 2025

⚠️ GitGuardian has uncovered 5 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
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
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. 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


🦉 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.

@soumame soumame added the bug Something isn't working label Feb 17, 2025
@soumame soumame added this to the Version 2.0 milestone Feb 17, 2025
* 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
Copy link

cloudflare-workers-and-pages bot commented Feb 17, 2025

Deploying tutoriallm-demo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0157b34
Status: ✅  Deploy successful!
Preview URL: https://511cbb4f.tutoriallm-dev.pages.dev
Branch Preview URL: https://dev.tutoriallm-dev.pages.dev

View logs

@soumame soumame merged commit e916030 into main Feb 17, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants