hackerAPI
hackerAPI copied to clipboard
๐ API for registration, live-site
Currently some unit tests are failing, we should investigate and fix them as necessary.
### List of changes: - Upgrading all dependencies to latest stable/compatible versions. - No major API adjustments required apart from mongoose MongoId being instantiated with `new` and mongoose no longer...
Bumps [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) from 5.8.5 to 6.9.4. Release notes Sourced from @โgoogle-cloud/storage's releases. v6.9.4 6.9.4 (2023-03-02) Bug Fixes Refactor createReadStream to remove unnecessary stream (#2153) (2c97310) v6.9.3 6.9.3 (2023-02-15) Bug Fixes...
Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.12.14 to 7.0.0. Release notes Sourced from mongoose's releases. 7.0.0 / 2023-02-27 BREAKING CHANGE: copy schema options when merging schemas using new Schema() or Schema.prototype.add() #13092 feat(types):...
Bumps [eslint](https://github.com/eslint/eslint) from 6.7.2 to 8.35.0. Release notes Sourced from eslint's releases. v8.35.0 Features 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke) c8c0c71 feat: Move all and...
Bumps [express-validator](https://github.com/express-validator/express-validator) from 6.12.0 to 6.15.0. Release notes Sourced from express-validator's releases. v6.15.0 What's Changed chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 by @โdependabot in express-validator/express-validator#1208 chore(deps): bump eta from...
## List of Changes: - Migrate from JavaScript to TypeScript for model and service layer. - Migrate from MongoDB to Postgres. - Migrate from Mongoose to TypeORM. - TypeORM supports...
## Summary The authentication controller documentation is supposed to return a message when login/logout is successful it currently does not do this because of the variable being referred not existing....
Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.6.20 to 4.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
uses apidoc-postman to generate api collection from api docs ### Tickets: - HCK-NA ### List of changes: - automatically generate postman collections ## Type of change Please delete options that...