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

chore: bump mongoose from 8.0.0 to 8.8.3 in /backend in the npm_and_yarn group across 1 directory #210

Merged
merged 34 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f595f0e
Initial TypeScript migration
hiyaryan Jul 9, 2024
f90ac73
Add stricter settings to tsconfig.
hiyaryan Jul 9, 2024
53a4067
Merge branch 'main' into 139-ts-migration
hiyaryan Jul 23, 2024
24851f1
Update Docker for TS compatibility.
hiyaryan Jul 23, 2024
52c1195
Initial TS migration, setup TS Jest, and update ESLint. (#156)
hiyaryan Aug 16, 2024
5efc6e5
Integrate TypeScript support in ESLint configuration.
hiyaryan Aug 20, 2024
1ebfce8
Migrate routes to TS with unit tests. (#155)
davidzlu Aug 22, 2024
29d02b9
Execute app with tsx.
hiyaryan Aug 23, 2024
f2cb60f
Migrate utils to TS with unit tests. (#158)
davidzlu Sep 5, 2024
5fb9fe6
Migrate db.js to TS with unit tests. (#159)
hiyaryan Sep 6, 2024
de16380
Migrate app.js and store.js to TS with unit tests. (#161)
hiyaryan Sep 17, 2024
67a0a15
refactor!: migrate assistants to TS with unit tests (#163)
hiyaryan Sep 25, 2024
a31af44
refactor!: migrate models to TS with unit tests (#169)
davidzlu Oct 23, 2024
2f997b9
Merge branch 'main' into 139-ts-migration
hiyaryan Oct 23, 2024
c7dba70
refactor!: migrate controllers to TS (#183)
davidzlu Nov 1, 2024
5e102c6
refactor: create service layer for read operations (#187)
davidzlu Nov 11, 2024
ef22b2a
refactor!: migrate access middleware to TS with unit tests (#185)
hiyaryan Nov 11, 2024
106507d
fix: resolve property does not exist on EntryServices due to typo
hiyaryan Nov 11, 2024
fa3cab3
refactor!: migrate validation middleware to TS with unit tests (#193)
hiyaryan Nov 18, 2024
51a4ee0
refactor!: create service layers for create, update, and delete opera…
davidzlu Nov 28, 2024
e3e2d66
fix(type): update validateJournal argument type to string
hiyaryan Nov 28, 2024
4acf4bf
Merge branch 'main' into 139-ts-migration
hiyaryan Nov 29, 2024
1258652
Merge branch 'main' into 139-ts-migration
hiyaryan Nov 29, 2024
41da820
chore: bump mongoose
dependabot[bot] Dec 3, 2024
2a04e29
refactor: create AccessServices layer and refactor access controller …
davidzlu Dec 28, 2024
ecbf047
test: add entry controller tests (#212)
hiyaryan Jan 10, 2025
7fc1c52
test: add `access` controller tests (#213)
hiyaryan Jan 15, 2025
5b46a5c
test: fix failing `login` `access` controller test
hiyaryan Jan 15, 2025
d9f6903
fix: issue seeding local mongo db
hiyaryan Jan 16, 2025
62b36a5
fix: resolve `chat` Request Error
hiyaryan Jan 16, 2025
5eaaf00
fix: resolve issue getting analysis
hiyaryan Jan 16, 2025
6ca3c1a
fix(db): ensure env vars are retrieved in their specific environments
hiyaryan Jan 16, 2025
bb4e611
fix(bug): error establishing connection to dev db
hiyaryan Jan 16, 2025
3844a88
Merge branch 'main' into dependabot/npm_and_yarn/backend/npm_and_yarn…
hiyaryan Jan 16, 2025
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
Next Next commit
Initial TypeScript migration
Adds the tsconfig.json file.
Moves and renames index.js to src/index.ts.
Updates package.json dev script to use tsx with hot reload.
Adds build, start, and start:prod scripts to package.json.
Adds pm2, tsx, and typescript to dev dependencies.
  • Loading branch information
hiyaryan committed Jul 9, 2024
commit f595f0e0df304909d6be0c59874a50b285bebbf4
Loading