Skip to content
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

ft-password-rover-#33 #52

Closed
wants to merge 56 commits into from
Closed
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
4979604
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
fa4ceae
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
37ec1cb
Removing try and catch in my function
bertrandshema May 17, 2024
fe2e61a
Resolve Conflicts
bertrandshema May 17, 2024
af126a4
Revert "update user profile"
Habinezajanvier May 17, 2024
f871225
Merge pull request #71 from atlp-rwanda/revert-53-ft-Profile_Update-#35
Habinezajanvier May 17, 2024
fa0056b
feat(view-product): retrieve single product
jkarenzi May 17, 2024
12f82fd
fix(product-entity): fix error in product entity
jkarenzi May 17, 2024
e270cb3
Merge pull request #73 from atlp-rwanda/ft-buyer-view-product-#54
Habinezajanvier May 20, 2024
322040a
admin deactivate and activate user account and revoke access token wi…
Habinezajanvier May 17, 2024
61a0792
Admin shuold deactivate and activate user account and revoke an acces…
ambroisegithub May 20, 2024
0186cbc
Merge pull request #66 from atlp-rwanda/ft-admin-deactivate-activate-#36
Habinezajanvier May 20, 2024
ed905e3
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
fc244e7
Removing try and catch in my function
bertrandshema May 17, 2024
022df9a
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
25753f6
Merge branch 'ft-password-recover' of https://github.com/atlp-rwanda/…
bertrandshema May 20, 2024
adc2084
big-fixes
bertrandshema May 20, 2024
707fd77
user is able to see recommended products
EddyShimwa May 17, 2024
efb1efa
Merge branch 'develop' into ft-recommend-products
EddyShimwa May 20, 2024
130f6d0
Merge pull request #69 from atlp-rwanda/ft-recommend-products
Habinezajanvier May 20, 2024
e95d2af
bg-bug-fixes
bertrandshema May 20, 2024
2983b64
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
d75bbae
Removing try and catch in my function
bertrandshema May 17, 2024
7d28df2
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
6858fc4
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
4e0b2b7
Removing try and catch in my function
bertrandshema May 17, 2024
4d7bc8c
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
ec60b21
big-fixes
bertrandshema May 20, 2024
263ed62
bg-bug-fixes
bertrandshema May 20, 2024
d30f518
bug-fixe
bertrandshema May 20, 2024
69af274
bug-fixes
bertrandshema May 20, 2024
5056205
buyer be able to view available product (#75)
niyibi250 May 21, 2024
514eadc
Update README.md (#78)
wayneleon1 May 21, 2024
a41368f
created a new branch for solving emails (#90)
niyobern May 23, 2024
1ff939a
Implemented product availability get and update (#74)
niyobern May 23, 2024
e9f763c
fixing errors
bertrandshema May 24, 2024
aee227d
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
7e6981b
Removing try and catch in my function
bertrandshema May 17, 2024
3f44280
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
c19b2ad
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
e3fd5d0
Removing try and catch in my function
bertrandshema May 17, 2024
0248da3
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
94221c5
big-fixes
bertrandshema May 20, 2024
a84c4cb
bg-bug-fixes
bertrandshema May 20, 2024
f4d7c6a
bug-fixe
bertrandshema May 20, 2024
d8f1ea4
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
8faa25b
Removing try and catch in my function
bertrandshema May 17, 2024
b6c8050
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
327d9f0
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
a0dd1cf
Removing try and catch in my function
bertrandshema May 17, 2024
1a1306c
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
d8943b9
big-fixes
bertrandshema May 20, 2024
c013603
bg-bug-fixes
bertrandshema May 20, 2024
c0622f6
error
bertrandshema May 24, 2024
9a9a41b
* feat(rbac): Implement role based access control
jkarenzi May 7, 2024
5efd8f8
Merge branch 'ft-password-recover' of https://github.com/atlp-rwanda/…
bertrandshema May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
DB_PORT_DEV=***
DB_USER_DEV = ***
DB_PASSWORD_DEV = ***
DB_NAME_DEV = ***
DB_HOST_DEV = ***
APP_URL=***
ALL=/api/v1
DOCS=/api-docs
APP_PORT=3000
# Testing DB Keys
DB_PORT_TEST= ***
DB_USER_TEST = ***
DB_PASSWORD_TEST = ***
DB_NAME_TEST = ***
DB_HOST_TEST= ***
2 changes: 0 additions & 2 deletions .github/workflows/workflow_for_ecomm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ jobs:
FACEBOOK_APP_SECRET: ${{ secrets.FACEBOOK_APP_SECRET }}
FACEBOOK_CALLBACK_URL: ${{ secrets.FACEBOOK_CALLBACK_URL }}
COOKIES_KEY: ${{ secrets.COOKIES_KEY }}
EMAIL_USER: ${{ secrets.EMAIL_USER }}
EMAIL_PASS: ${{ secrets.EMAIL_PASS }}
169 changes: 80 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"homepage": "https://github.com/atlp-rwanda/dynamites-ecomm-be#readme",
"dependencies": {
"@types/passport-google-oauth20": "^2.0.14",
"@types/express-validator": "^3.0.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
Expand Down
Loading
Loading