hackerAPI icon indicating copy to clipboard operation
hackerAPI copied to clipboard

๐Ÿ“ API for registration, live-site

Results 45 hackerAPI issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies

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):...

dependencies

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...

dependencies

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...

dependencies

## 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...

refactor

## 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....

bug
Pri 3

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/mongodb&package-manager=npm_and_yarn&previous-version=3.6.20&new-version=4.0.7)](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`. [//]: #...

dependencies

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...