Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-alpha.1 [skip ci]
# 1.0.0-alpha.1 (2024-02-02) ### bug * send email async ([728256d](728256d)) ### build * Add Lint Workflows for `cli` and `sdk-node` ([93ae134](93ae134)) * pnpm cache setup ([2db196f](2db196f)) ### chore * ad start:api script in package.json ([ee3bc19](ee3bc19)) * add `getAllUsers` test ([0b51a02](0b51a02)) * add auto release and commit config ([0fe7d19](0fe7d19)) * add husky pre-commit check ([62bf77e](62bf77e)) * add pr auto tag workflow ([7a44137](7a44137)) * add PR lint ([bb28cb7](bb28cb7)) * add prettier:fix in package.json and husky ([2451301](2451301)) * add release drafter config ([de36d9f](de36d9f)) * add render hook in web to auto-deploy ([b0228d0](b0228d0)) * add semantic release ([af12daa](af12daa)) * add test workflow ([77c49de](77c49de)) * add workflow for CI and deployment of web ([f49b7db](f49b7db)) * adding test command to pre commit ([09805a5](09805a5)) * create a cron function that will run every hour to clean up expired otps ([5ffb54d](5ffb54d)) * fix changelog script ([0c8c0ef](0c8c0ef)) * fix changelog script ([78848a0](78848a0)) * remove / for consistancy ([0da0953](0da0953)) * remove duplicate auth service ([f97adf0](f97adf0)) * remove SDK folders ([614c304](614c304)) * remove sdk-node workflow ([655ad27](655ad27)) * remove unused import ([7f189dd](7f189dd)) * remove unwanted package.json ([14cd7ad](14cd7ad)) * rename file ([0aba0f3](0aba0f3)) * replace script with makefile ([a92311e](a92311e)) * replace script with makefile ([62d582d](62d582d)) * resolve comments ([f7562c4](f7562c4)) * update contribution readme with step to auto assign issue ([6459622](6459622)) * Update web CI and add Dockerfile for web ([fc9571e](fc9571e)) ### docs * Add CHANGELOG.md ([184220e](184220e)) * add docs folder ([e252d68](e252d68)) * Add getting-started.md ([617c346](617c346)) * update CHANGELOG.md ([b01b5ca](b01b5ca)) * Update CONTRIBUTING.md ([7fc895d](7fc895d)) * update DB_URL in .env.example ([325880e](325880e)) * update PULL_REQUEST_TEMPLATE.md ([e091d40](e091d40)) * update README.md ([fb902e5](fb902e5)) * update README.md ([d3d0d86](d3d0d86)) ### feat * add api-keys module ([abb2863](abb2863)) * add project module ([c96df17](c96df17)) * add project, environment module ([fd5c4d7](fd5c4d7)) * Add RBAC ([b4cb14f](b4cb14f)) * add secret module ([cd79172](cd79172)) * add swagger ([b15dbb0](b15dbb0)) * added the auto assign workflow yaml file ([eadca0c](eadca0c)) * added the auto assign workflow yaml file ([5e1d0f1](5e1d0f1)) * AutoCreate Admin On Startup (#101) ([32fac3e](32fac3e)), closes [#101](#101) * create user endpoint ([53913f5](53913f5)) * dockerize api ([ce8ee23](ce8ee23)) * dockerize api ([dfbc58e](dfbc58e)) * dockerize api ([63f0a27](63f0a27)) * dockerize api ([265cec0](265cec0)) * dockerize api ([ed595c7](ed595c7)) * dockerize api ([6b756e8](6b756e8)) * finish environment module ([aaf6783](aaf6783)) * husky configured ([77bba02](77bba02)) * invalidate older OTPs ([8ca222a](8ca222a)) * landing page ([e1ec4d1](e1ec4d1)) * responsive landing ([97bbb0c](97bbb0c)) ### fix * fix syntax error in auto-assign.yaml ([e59d410](e59d410)) * indendation errors ([8212d59](8212d59)) * issue auto assign cannot read properties of undefined assignees ([0ecc749](0ecc749)) * Merge main and made a small fix ([89b0d71](89b0d71)) * nx run dev:api failing due to DI error ([81c63ca](81c63ca)) * remove hardcoded email from adminUserCreateEmail mail function ([b2b9a9e](b2b9a9e)) * remove pnpm-lock as it is causing issues in pnpm install ([d3b54d8](d3b54d8)) * resolved merge conflict ([7ff7afb](7ff7afb)) * typo ([587f06b](587f06b)) * Update discord link in README.md ([c7e4b5a](c7e4b5a)) * update lockfile ([b6f6e80](b6f6e80)) * update pnpm scripts ([e73a877](e73a877)) * update web workflow ([add46dd](add46dd)) ### Fix * Fix: ([77f8a84](77f8a84)) * made images not selectable and undraggable ([b8c200e](b8c200e)) ### GitBook * No commit message ([9cc83c9](9cc83c9)) ### patch * generate new migration ([00b516f](00b516f)) * improved query of otp ([d9d9260](d9d9260)) * remove free tier data from migration ([44dc980](44dc980)) * remove repository layer and add prisma to service ([54cc6d4](54cc6d4)) * replace resend with nodemailer ([f0b0887](f0b0887)) * send email async ([091e49b](091e49b)) ### refactor * move mock data folder inside common module ([832383e](832383e)) * service functions as suggested ([c1ae78a](c1ae78a)) * user mock data change ([ea5c504](ea5c504)) ### test * add tests for user service ([beb1955](beb1955)) * getAllUsers Controller ([cb84237](cb84237))
- Loading branch information