-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
2df09c0
commit 36d5ce4
Showing
10 changed files
with
600 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
".": "0.0.0", | ||
"apps/backend": "0.0.0", | ||
"apps/frontend": "0.0.0", | ||
"packages/shared": "0.0.0" | ||
".": "1.0.0", | ||
"apps/backend": "1.0.0", | ||
"apps/frontend": "1.0.0", | ||
"packages/shared": "1.0.0" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-08-29) | ||
|
||
|
||
### Features | ||
|
||
* add an ability to create a group gf-53 ([#56](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/56)) ([438f4b2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/438f4b22fb4c8b60e303ce9a7336cfbe4f1ffbd2)) | ||
* add auth errors and errors messages gf-7 ([501585f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/501585fad4298b73f14fb798a15f321f0b430d1a)) | ||
* add auth plugin gf-13 ([c78174e](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c78174ecbb6373a4b8f60d7045da480f24a57fd1)) | ||
* add auth plugin hook to server gf-13 ([5948ae8](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/5948ae85c2bcc9e37ba10b6aaf64e4afca6eeacf)) | ||
* add auth plugin options gf-13 ([fa19c64](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/fa19c64415096b1b0af7e8b7c3124a1f246b55da)) | ||
* add authenticated user flow gf-25 ([a7ffe54](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/a7ffe546db3c42676fc6e60dcc03c121767d204d)) | ||
* add creating project gf-57 ([54b5614](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/54b561489d6e36fe68318e76e9e4975e2fdf4dd3)) | ||
* add decode token method gf-13 ([6e7d42d](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6e7d42da84419d0d12207c0d234b9d06817336a2)) | ||
* add encryption password comparement gf-7 ([d18de1f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d18de1f7a42c9963b79c173bead9bacc83ff37d9)) | ||
* add env variables for jwt gf-8 ([f3734a7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/f3734a758bddfc3bcee3c2af9b69ae40244886ee)) | ||
* add error messages enum gf-13 ([d24087f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d24087f2212b815d5cef0857f561b7c0c16c45d3)) | ||
* add project table gf-57 ([1716bf7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1716bf76e6be6705186266aff8bc190b36e3bfb5)) | ||
* add projects get all api route gf-72 ([5a44aa8](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/5a44aa8417e3ad7d6fa264fa9a039785106eb3b9)) | ||
* add returning token on sign in gf-7 ([046b5ea](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/046b5ea9966a3a3ff6c3d2c5dc7148a75aa8afe7)) | ||
* add returning user by email gf-7 ([fb46687](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/fb466873b9f20aaf7baf15218a652f96251724c8)) | ||
* add sign-up flow gf-6 ([10a50c2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/10a50c2712ecc91026b3690ff797b9798cbc961a)) | ||
* add template of project module gf-57 ([6b8614f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6b8614f6d4cb02b8557d8e9ab6232989f0910b2f)) | ||
* add token generation on sign-in gf-7 ([22daf61](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/22daf6185f8d83e03897a0c2ac63383e25fea356)) | ||
* add token generation on sign-in gf-7 ([012758f](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/012758fb6df3eb8d95d75ef98ad813a8f6a57ae1)) | ||
* add TokenService gf-8 ([0eb7921](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0eb7921dd0ec471d04a405c8350f04d229546e7b)) | ||
* add user exeptions gf-7 ([8d4a95d](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/8d4a95d9fa1d6c2c2b6f7d73eb4b64114ce7d896)) | ||
* add validation for creating project gf-57 ([dfaaccd](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/dfaaccdaac2c3cb71d761d9209906cb29f6e9928)) | ||
* add validation schema gf-7 ([b008eeb](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/b008eebafed9046c51f7f5c7fd137ea8320cfa1a)) | ||
* create access management page and add users table gf-41 ([61f4bde](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/61f4bdead418b1268357deeaa48d52eab23f726f)) | ||
* create modal component gf-21 ([845a541](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/845a5417ef370527e7ceccf058e6f299c997e74a)) | ||
* extend global fastify request with user property gf-13 ([47263b7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/47263b797f5b60795a4671b7f082f2a89884ef4c)) | ||
* return token in response to sign-in/sign-up gf-8 ([0d11e6e](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0d11e6e0c5f8af6577d1ff896dc81515ec09b1a1)) | ||
* use user service in auth plugin gf-13 ([d34f410](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d34f4101f5fcc29e03f0feab6652d4f9c778895e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add initHooks method gf-13 ([4c96696](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4c966966c8986816d4d20486d5f5cb1416463789)) | ||
* add missing user id token error gf-13 ([1af1ef5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1af1ef59e07fe54b561194b81c6958784a92fb4e)) | ||
* **backend:** make migration scripts cross-platform gf-1 ([2ce7e41](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/2ce7e41ad731a3bcba37ffe2007bb68ab144e225)) | ||
* change encription exported type gf-7 ([5c8e0e5](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/5c8e0e59fac11bdb9dd491a796b3552031577076)) | ||
* change encryption service naming gf-7 ([7763d67](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/7763d67f18eb895d8f8f84f60f5ee6ceabde2c81)) | ||
* change UesrEntity gf-41 ([c813b1b](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/c813b1b2195a7129776166c2d0d7888b3fd61bca)) | ||
* changed the name of variables, removed unnecessary things gf-41 ([fcd8911](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/fcd891130dd0e50b4f0180c9a9a60b160cb59436)) | ||
* conflicts gf-7 ([e9caba2](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e9caba23cfefab3948a215f1a2b5c4150d1fa47b)) | ||
* constant in capital letters gf-13 ([d899ae9](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/d899ae9465f61095ef4ff2624318351eff6f0a55)) | ||
* correcting white routes gf-13 ([f068138](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/f068138fec1e965f69654968bdee00d775295b64)) | ||
* delete and restore .env.example gf-21 ([34a39fc](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/34a39fc2b17615a411d1067f93faca3a91fe5d57)) | ||
* enum singular form naming gf-13 ([6457d71](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6457d711140ccd2b08f7ee90fa185fc7881e32ab)) | ||
* error messages enum naming gf-13 ([94c1f94](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/94c1f948e4dc67dfec421604ba4f1d2b7fb9f1b3)) | ||
* extract correct user type gf-13 ([e5031a0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e5031a0ed62a92ddda1557049d435ecf9d7b1691)) | ||
* fixed merge conflicts and added modal test into projects gf-21 ([89cc726](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/89cc726842a2628273e9da3944f2c600bc2292d3)) | ||
* generate password salt separately & store in db gf-6 ([170ebe6](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/170ebe687885d3c87519bbcb1df047c43bb87f32)) | ||
* index.d.ts location gf-13 ([df4583d](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/df4583d9f0d60fe3c03c5bf09943020feb021002)) | ||
* merge and fix conflicts gf-7 ([8e3844c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/8e3844c24cb05ea3adffbab462279fa263270c78)) | ||
* move error messages enum to shared gf-13 ([a6e58b0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/a6e58b04a11651d1f8b4a03c9adb5ab95c934dab)) | ||
* move open routes to constants gf-13 ([1494431](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/149443103b64acd988443cfc2f385bc3201b2a5a)) | ||
* naming, order conventions gf-13 ([2dc674b](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/2dc674bc7b983b28e2cf733548bbf77ccc07b0fd)) | ||
* raplace error messages from modules to common gf-7 ([1758a35](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/1758a35b4a8672c711c595fce2acd10e3da35ea3)) | ||
* refactor encryption service class name gf-6 ([5940224](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/5940224f4cfa2c84b5296b5028ef45338f493469)) | ||
* refactor encryption service gf-6 ([7a3a634](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/7a3a634519c82b8314d4d5d2a4c89056757681d7)) | ||
* refactor encryption service gf-6 ([4a7000a](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4a7000a36a834d7e322c07e68f2d5a8b5e824d26)) | ||
* refactor encryption service types & enums & user repository gf-6 ([0e78651](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0e786515e36e4670ed0d98d1722f22675e87ace5)) | ||
* refactor error messages gf-6 ([f495a73](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/f495a738aa5725d4f734838932921987e5fb0118)) | ||
* refactor find method for universal queries gf-6 ([0bfdacc](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/0bfdacc9f19b735eff021598621960b8ac041f39)) | ||
* refactor get authenticated user gf-25 ([cdd2f2e](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/cdd2f2e94c507b55e9a46f44048234f777168d3b)) | ||
* refactor user dto gf-6 ([e9ea458](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/e9ea458f4e1bdcc1dfe002c035285cd71ad6fd2b)) | ||
* refactor user error & exception message gf-6 ([61484c4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/61484c4658784c8fcc43e4639239a41a3bb33b43)) | ||
* refactor user service & create custom user error gf-6 ([66dc3d4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/66dc3d46f7e2a8bc8ae7dd3fc15a470140d554f3)) | ||
* refactor user service create gf-6 ([4daaf36](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/4daaf36ecb91bbe54cbd2da665cd5294eb8c86f1)) | ||
* remove unused method gf-57 ([09a3ae7](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/09a3ae7dcfccfc6f4bb5897b86544ad809bd1015)) | ||
* resolve conflicts gf-11 ([4795453](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/479545386c07575c84b95017f7559362eb0f7dc6)) | ||
* resolve merge conflict in app.tsx and complete merge gf-21 ([06565a3](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/06565a3a1352499da451e9c8a6c82e6e26c6b1a9)) | ||
* resolve merge conflicts from main into 21-feat-create-modal gf-21 ([f381b02](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/f381b0255d5a7d8cfcd963409bef8292b11cb95e)) | ||
* token extraction gf-13 ([6c0521c](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/6c0521c0d08494c8d84876d842d9e2f1a55f3829)) | ||
* token type missed decode token gf-13 ([b9f82b8](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/b9f82b8f411500dd73692d53ab7c629173668636)) | ||
* usecommon exception message enum gf-13 ([7452d82](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/7452d82e2cf91d49f86222866c5105a7d9598d35)) | ||
* user auth res dto path gf-13 ([86456b6](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/86456b6ab396b067b54237ed11ebcfd27910cd59)) | ||
* user imports and exports gf-13 ([3e64859](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/3e6485983daa2b87641f22293bfa41be42a144af)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.