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

project fissure #438

Draft
wants to merge 80 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
0fee36b
monorepo apps
josefaidt Feb 6, 2023
3b151b6
single tsconfig at root
josefaidt Feb 6, 2023
c767a7d
upgraded sveltekit config
josefaidt Feb 6, 2023
076e663
add turbo
josefaidt Feb 6, 2023
0bd124b
mv to apps/discord-bot
josefaidt Feb 6, 2023
ba4d19a
mv discord lib to dedicated package
josefaidt Feb 7, 2023
492e776
improved bot build and dev
josefaidt Feb 7, 2023
087efd8
use prisma client, constants from package
josefaidt Feb 7, 2023
efe2204
rm discord alias
josefaidt Feb 7, 2023
52b11ff
add constants package
josefaidt Feb 7, 2023
60208d6
use constants, prisma from packages
josefaidt Feb 7, 2023
fa763ff
add prisma package
josefaidt Feb 7, 2023
ea50407
rm shared tsconfig dep
josefaidt Feb 7, 2023
65c3d6f
rm shared tsconfig dep
josefaidt Feb 7, 2023
73d7d83
turbocharge scripts
josefaidt Feb 7, 2023
b977507
update gitignore with comments, turbo
josefaidt Feb 7, 2023
57d22bb
remove $discord alias
josefaidt Feb 8, 2023
ed0efe9
split out github files
josefaidt Feb 10, 2023
8bdf7bd
improve prisma build
josefaidt Feb 10, 2023
cf0b174
split out features
josefaidt Feb 10, 2023
c03a818
fix imports from aliases, import from prisma package
josefaidt Feb 10, 2023
787914f
add tsconfig
josefaidt Feb 10, 2023
e421806
fix imports from old aliases
josefaidt Feb 10, 2023
d2a165e
rename to prisma-client
josefaidt Feb 11, 2023
f9999ee
extract applyRoles, fix github build
josefaidt Feb 11, 2023
263ae35
rm unecessary external value
josefaidt Feb 11, 2023
9692173
mv applyRoles to app code
josefaidt Feb 11, 2023
31fffac
fix tsup, add vitest, tsconfig
josefaidt Feb 11, 2023
a73113f
improve bot build
josefaidt Feb 11, 2023
0f3b746
fix discord build
josefaidt Feb 11, 2023
9e6f448
improve builds, exports
josefaidt Feb 11, 2023
07a6ae0
update lockfile
josefaidt Feb 11, 2023
c52174a
improve discord-bot build
josefaidt Feb 11, 2023
e746ce6
fix missing discord.js types, add devDep
josefaidt Feb 11, 2023
876afbe
update lockfile
josefaidt Feb 11, 2023
304d44c
fix frontend imports, types
josefaidt Feb 11, 2023
32bb41e
bump deps, commonjs pkg
josefaidt Feb 11, 2023
a4ae9b5
update lockfile
josefaidt Feb 11, 2023
6e3b9c1
migrate to moduleResolution nodenext
josefaidt Feb 13, 2023
ab82bd2
fix dynamic require issue where pkgs are importing cjs
josefaidt Feb 13, 2023
eea37a5
begin typing required process.env vars
josefaidt Feb 13, 2023
89f9ad2
working discord-bot build
josefaidt Feb 13, 2023
e03a739
migrate to nodenext module resolution for esm output
josefaidt Feb 13, 2023
62a8319
bump deps
josefaidt Feb 13, 2023
e07e92d
add a readme
josefaidt Feb 13, 2023
05b105d
migrate improper import of `constants` package to lib/constants
josefaidt Feb 14, 2023
22b4dcb
fix frontend build's prisma issue
josefaidt Feb 14, 2023
82560f7
update lockfile
josefaidt Feb 14, 2023
b668062
migrate (mostly) from next-auth to auth.js
josefaidt Feb 15, 2023
5adff27
fix envDir to load dotenv from project root
josefaidt Feb 15, 2023
7431164
add mariadb
josefaidt Feb 15, 2023
06251c9
working frontend build
josefaidt Feb 16, 2023
80540ce
rename cdk directories
josefaidt Feb 20, 2023
117b25c
update docker builds
josefaidt Feb 20, 2023
2ec0211
shuffle cdk directories, imports
josefaidt Feb 20, 2023
4ac8460
bump frontend deps, fix auth
josefaidt Feb 21, 2023
89b9c67
add db-stop to db command, dropping data after exit
josefaidt Feb 21, 2023
9878dbc
fix frontend RBAC
josefaidt Feb 21, 2023
07c2bd6
fix issue with ts resolving $env types from .sveltekit/ambient
josefaidt Feb 21, 2023
20188f1
add npm scripts for docker build
josefaidt Feb 22, 2023
7488242
parameterize node, pnpm, alpine versions
josefaidt Mar 16, 2023
a3c282f
add package engines
josefaidt Mar 16, 2023
d09b01c
Merge remote-tracking branch 'upstream/main' into upgrade-sveltekit
josefaidt Mar 17, 2023
075a7cb
update node, pnpm, add docker comments
josefaidt Mar 17, 2023
8c54b24
use sqlite, git mv migration
josefaidt Mar 17, 2023
5b65e4e
migrate hooks to lib/server, fix api auth
josefaidt Mar 21, 2023
7af8c16
migrate from locals.session.guild to locals.guild
josefaidt Mar 21, 2023
b838b98
appease typescript gods
josefaidt Mar 21, 2023
39103b9
deprecate old session handler
josefaidt Apr 4, 2023
f9cabc0
fix ssm types
josefaidt Apr 4, 2023
d478882
improve docker build
josefaidt Apr 4, 2023
6305e9c
add start command
josefaidt Apr 4, 2023
593a79b
fix docker build
josefaidt Apr 6, 2023
1111104
fix docker build
josefaidt Apr 7, 2023
ffbe88a
remove unused vite packages, upgrade dependencies
josefaidt Apr 7, 2023
e8108ed
upgrade tooling, update lockfile
josefaidt Apr 7, 2023
ab2d188
remove unused apps from docker-compose
josefaidt Apr 7, 2023
70eaa97
add comment for working with prisma and files
josefaidt Apr 7, 2023
f0620c4
fix prisma init/seeding
josefaidt Apr 7, 2023
5980870
as const
josefaidt Apr 7, 2023
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
Prev Previous commit
Next Next commit
add package engines
josefaidt committed Mar 16, 2023
commit a3c282f19a17b07109cc88037e2cf5d3b0d75050
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -43,6 +43,10 @@
"typescript": "^4.9.5",
"vite-node": "^0.28.4"
},
"engines": {
"node": ">=18.15.0",
"pnpm": ">=7.29.3"
},
"prettier": {
"tabWidth": 2,
"bracketSpacing": true,
@@ -98,7 +102,7 @@
"@typescript-eslint/no-non-null-assertion": "off"
}
},
"packageManager": "pnpm@7.13.1",
"packageManager": "pnpm@7.29.3",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [