-
Notifications
You must be signed in to change notification settings - Fork 1
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
next v2.6.0 #440
next v2.6.0 #440
Conversation
* add vote model to forum questions * add voting models * add COCM model as default
* rename db tables to have more consistency * fix renaming variables * fix tests * update property names * drop db changes * create new migration starting from vote model changes * update github actions pnpm setup to v4 to stop breaking actions issue * fix tests --------- Co-authored-by: Martin Benedikt Busch <[email protected]>
* initial event registration changes * get validation working on event registrations * fix handler validation * add new fields to options and questions * add linking group to option * fix tests * minor naming fixes * rename validateEventRegistrationFields to validateEventFields, to keep consistency with options * seed event fields * add fields to seed function * make sure fields seed with uuid * check if event exists --------- Co-authored-by: Martin Benedikt Busch <[email protected]>
* make group category id required * add ts-docstring * avoid quering question id at each plural score calculation * separate vote validation from saving * separate validation and saving from updating the vote score * update tests * implemented suggestions * refactor updateOptionScore function * drop migration * add db migration * update tests and remove dependencies
* initial event registration changes * get validation working on event registrations * fix handler validation * add new fields to options and questions * add linking group to option * fix tests * create api endpoints for users to create options * add userCanCreate to questions table * add api endpoints for options * fix tests * fix migrations * fix drizzle journal * remove unused dependency * fix wrong registration name in wrong service
* add tests for the user service * fix linting * test funding mechanism and refactor service * resolve lint warnings
* add pino * replace console with logger * fix conflicts * update errors * remove unused import
* organize db functions inside db folder * wip: migrate seed data * fix tests imports * update logger for testing * add node test runner * make all tests pass * allow parallel testing * update logger types * update ci test * fix build issues * add test coverage * remove nyc output * remove index from nyc output * fix seed script * exclude spec files from report --------- Co-authored-by: Martin Benedikt Busch <[email protected]>
Important Review skippedMore than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review. 52 files out of 124 files are above the max files limit of 50. Please upgrade to Pro plan to get higher limits. You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
* update validation schema * update fields object to be dict and not array * fix tests
* add registration to seed * Update src/db/seed.ts Co-authored-by: Martin Benedikt Busch <[email protected]> --------- Co-authored-by: Martin Benedikt Busch <[email protected]>
* add status to events * evaluate upcoming before closed
next v2.6.0 version