Commit graph

23 commits

Author SHA1 Message Date
Miodec c74068a6af chore: remove console logs of failed lines 2024-07-31 11:37:57 +02:00
Jack 3e88ac2f12
refactor: restructure project to a true monorepo (#5626)
* split ts files

* packages

* nomore workspace?

* blah

* build, exports

* declaration

* blargh

* turrrrbo

* fix fontawesome paths

* allow file in eslint, fix ts errors

* optimise package, update tsconfig

* fix ts

* update turbo config

* eslint split

* fix imports

* fix types

* lock

* add turbo task

* script

* test task

* pretty scripts

* update prettier ignore

* no cache for tests

* lint task

* turbo

* no out

* depend on env

* fix mono breaking things

* odl

* fix version dependency of mongodb-memory-server

* Revert "fix version dependency of mongodb-memory-server"

This reverts commit 52ffac47b1.

* update vitest-mongodb

* release scripts

* update ci

* update dev script

* ignore issues around firebase config

* add check ts tasks

* import isaxioserror

* shared types package

* replace tsnodedev with tsx

* fix import

* shared types

* module

* backend imports

* declaration

* node version

* test code

* assert json

* verbatim

* type

* lodash

* ts ver

* fix fix fix?

* remove assert

* remove module and resolution

* cleanup

* tsconfig

* fix frontend

* remove unecessary props

* more unused

* remove skiplib

* declaration map, dev script

* remove install scripts

* fix regex

* move shared types to package

* dont include shared types

* remove path

* update scripts

* test code

* test code

* fix backend types

* fully fix backend

* fix frontend d.ts

* add .js to imports

* remove module

* revert add .js

* update tsconfig

* use bundler module resolution

* almost all frontend types

* mooore

* date fns

* fix backend docker

* fix ape keys

* fix type

* clean rimraf type

* fix shared-types in workspace

* fix import resolving

* fix docker builds

* ignore type problems on slim-select until new version is released

* turrrrbo

* fix npm ci

* fix lint task

* expose env variables needed by frontend build

* fix dependencies

* package-lock

* backend watch ts and lint

* add fe and be build scripts to root

* fix dev not building packages

* shared-types missing eslint

* move shared types back to dev-deps

* add packages to labeler

* add packages step to ci

* typo

* filter update

* remove concurrently from root

* add scripts

* abbreviate

* rename

* yeet

* fixed path

* test pkg

* consistent ordering

* rename

* Revert "backend imports"

This reverts commit d715198829.

* fix missing imports, remove last .js

* remove test package

---------

Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
2024-07-22 15:08:11 +02:00
Jack 8f4d291fcf
Revert "impr: use tsrest/zod for type-safety on both ends (@fehmer) (#5479)" (#5619)
This reverts commit 4c9e949f10.
2024-07-16 17:29:09 +02:00
Christian Fehmer 4c9e949f10
impr: use tsrest/zod for type-safety on both ends (@fehmer) (#5479)
!nuf
2024-07-16 15:24:06 +02:00
Miodec 10e4379d81 fix(changelog generation): remove unnecessary console log
!nuf
2024-04-08 15:01:19 +02:00
Miodec 0a23897ae4 fix(changelog): make sure to always add body property to avoid errors
!nuf
2024-04-02 19:08:13 +02:00
Miodec f27abd94de impr(changelog generator): include non user-facing changes
!nuf
2024-03-24 19:19:11 +01:00
Miodec 608f4a2283 chore: improve bulid changelog script 2024-01-24 13:44:30 +01:00
Miodec 157db8d024 build: update changelog generation script 2023-10-17 15:18:02 +01:00
Miodec 1cf98a6dd9 build(changelog): short hashes can sometimes be 10 characters long 2023-09-13 17:14:08 +01:00
Miodec 6972462083 build: merge quote report commits in changelog generation 2023-08-31 14:05:21 +02:00
Miodec d2a5a08a75 build: update handling quote related commit messages 2023-08-29 16:45:46 +02:00
Miodec 29a2d07e54 build: update changelog generation script 2023-08-22 14:46:02 +02:00
Miodec e131f36566 build: update changelog generation script 2023-08-22 14:44:58 +02:00
Miodec d87902c937 build: update changelog footer and header 2023-08-17 17:04:46 +02:00
Miodec c4df72b084 build: move changelog building to external file 2023-08-17 16:42:50 +02:00
Miodec a4827f2d72 build: add script to deploy backend server 2023-08-11 16:28:20 +02:00
Miodec 2356219999 build: commit cloudflare purge script to the repo
Added the cloudflare purge script to the repo so that it can be easily used later by release-it
2023-08-11 11:37:03 +02:00
Ferotiq 1233d266a1
Fix (#2550)
* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update pr-check.yml
2022-02-20 22:29:39 +01:00
Ferotiq 7cbd9d2722
Allow the process for setting up project and committing code on Windows to be much smoother (#2549)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Create install.cmd

* Update package.json

* Update CONTRIBUTING.md

* Update install.cmd

* Update install.cmd

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update package.json

* fix lint script so windows users can use it correctly

* adFd

* rename
2022-02-20 20:47:24 +00:00
Bruce Berrios eb2350bb1f
Move dependencies (#2483)
* Move dependencies

* Fixes

* Add stale pr action

* Update

* Fix cron schedule
2022-02-12 15:02:29 -05:00
Bruce Berrios 586ae50b0f
Fix install command (#2448) 2022-02-08 23:52:54 +01:00
Bruce Berrios c8af14baab
Fix PR check action (#2447)
* fix

* Install all dependencies

* Fix PR check action

* Fix lint

* Update install.sh and remove pretty check
2022-02-08 22:17:26 +01:00