This website requires JavaScript.
Explore
Help
Sign In
sarlink
/
sarlink-portal-api
Watch
7
Star
0
Fork
0
You've already forked sarlink-portal-api
mirror of
https://github.com/i701/sarlink-portal-api.git
synced
2025-08-12 18:55:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
docker-build.yml
Actor
All actors
sarlink
Status
All status
Success
Failure
Waiting
Running
Add TemporaryUser model and related functionality for user registration and OTP verification
docker-build.yml #29
:
Commit
dd21b848b9
pushed by
sarlink
main
2025-04-16 06:03:26 +00:00
1m19s
registration and verify abuse WIP
docker-build.yml #28
:
Commit
e0a80d4a00
pushed by
sarlink
main
2025-04-15 09:03:41 +00:00
1m28s
update healthcheck response message
docker-build.yml #27
:
Commit
9f3f586181
pushed by
sarlink
main
2025-04-12 05:08:34 +00:00
3m3s
update README.md
docker-build.yml #26
:
Commit
4c722752a4
pushed by
sarlink
main
2025-04-12 05:02:21 +00:00
2m44s
cleaner output
docker-build.yml #25
:
Commit
ea26a93fb9
pushed by
sarlink
main
2025-04-11 23:58:47 +00:00
2m59s
cleaner output
docker-build.yml #24
:
Commit
caba7107f8
pushed by
sarlink
main
2025-04-11 23:37:07 +00:00
1m52s
down kohffa up kuraanee.. also this is api
docker-build.yml #23
:
Commit
b02a7eb47d
pushed by
sarlink
main
2025-04-11 23:04:44 +00:00
2m52s
f all that just deploy
docker-build.yml #22
:
Commit
8670023233
pushed by
sarlink
main
2025-04-11 22:48:30 +00:00
2m38s
checking if key prints
docker-build.yml #21
:
Commit
c589798cf3
pushed by
sarlink
main
2025-04-11 22:25:10 +00:00
2m18s
add auto deploy
docker-build.yml #20
:
Commit
63ce054bad
pushed by
sarlink
main
2025-04-11 22:14:11 +00:00
2m21s
Refactor VerifyPaymentView to include checks for payment status and user authorization. Update logging level in settings.py to suppress certain logs during testing. Add comprehensive tests for device management in DeviceAPITestCase.
docker-build.yml #19
:
Commit
b8d9f5cf87
pushed by
sarlink
main
2025-04-11 12:19:01 +00:00
2m24s
Refactor create_superuser method in CustomUserManager to include email parameter in user creation.
docker-build.yml #18
:
Commit
b6303a2c23
pushed by
sarlink
main
2025-04-11 07:19:21 +00:00
2m44s
Refactor VerifyPaymentView to improve wallet payment handling and response messages. Remove redundant insufficient funds check and enhance failure message clarity.
docker-build.yml #17
:
Commit
10b3800171
pushed by
sarlink
main
2025-04-10 19:59:28 +00:00
2m52s
Enhance VerifyPaymentView with user authorization check, streamline payment verification process, and improve response messages. Update settings.py for consistent formatting and clarity in PASSWORDLESS_AUTH configuration.
docker-build.yml #16
:
Commit
f8253d572d
pushed by
sarlink
main
2025-04-10 16:59:30 +00:00
2m53s
Refactor UpdatePaymentSerializer to include only number_of_months field, add DeletePaymentView for payment deletion, and enhance VerifyPaymentView with payment_id lookup. Introduce pending_payment_id field in DeviceSerializer to track unpaid payments.
docker-build.yml #15
:
Commit
9595476569
pushed by
sarlink
main
2025-04-08 16:58:54 +00:00
2m18s
Add has_a_pending_payment field to Device model and update related views for payment handling
docker-build.yml #14
:
Commit
c3abdd8e34
pushed by
sarlink
main
2025-04-07 17:39:18 +00:00
2m39s
Add authorization check in UpdateUserWalletView to restrict updates to the user's own wallet
docker-build.yml #13
:
Commit
a8adddfda4
pushed by
sarlink
main
2025-04-05 17:59:08 +00:00
2m33s
Add UpdateUserWalletView and CustomUserByWalletBalanceSerializer for wallet balance updates
docker-build.yml #12
:
Commit
b87dcfaf26
pushed by
sarlink
main
2025-04-05 15:58:48 +00:00
2m12s
Add wallet_balance and mobile fields to CustomUserSerializer
docker-build.yml #11
:
Commit
d67794df62
pushed by
sarlink
main
2025-04-05 14:19:34 +00:00
2m58s
Refactor payment views: rename CreatePaymentView to ListCreatePaymentView, add payment retrieval endpoint, and enhance queryset filtering for user-specific payments.
docker-build.yml #10
:
Commit
02f680d579
pushed by
sarlink
main
2025-04-05 12:39:53 +00:00
3m16s
Refactor CreatePaymentView to improve device retrieval logic by using filter instead of get_object_or_404, enhancing error handling for non-existent devices.
docker-build.yml #9
:
Commit
80e388a2a0
pushed by
sarlink
main
2025-04-05 11:19:11 +00:00
2m35s
Enhance User model: add email field with unique constraint, update id_card field to allow null values, and include verified field. Update UserAdmin to display verified field. Improve device listing to filter by logged-in user.
docker-build.yml #8
:
Commit
43f9b7ef7c
pushed by
sarlink
main
2025-04-04 18:30:24 +00:00
5m0s
Update email configuration in Django settings to include default values for environment variables
docker-build.yml #7
:
Commit
4f7aa3b682
pushed by
sarlink
main
2025-03-15 09:04:09 +00:00
2m51s
docker deployment docs
docker-build.yml #6
:
Commit
b93d51c494
pushed by
sarlink
main
2025-03-14 19:43:22 +00:00
2m4s
change api port to 5000
docker-build.yml #5
:
Commit
af83f94b84
pushed by
sarlink
main
2025-03-14 19:23:58 +00:00
2m41s
update dockerfile
docker-build.yml #4
:
Commit
906644b7c7
pushed by
sarlink
main
2025-03-14 19:03:58 +00:00
2m41s
run docs
docker-build.yml #3
:
Commit
7083d67c9a
pushed by
sarlink
main
2025-03-14 11:44:30 +00:00
3m12s
update requirements
docker-build.yml #2
:
Commit
5db5da4c04
pushed by
sarlink
main
2025-03-13 18:43:47 +00:00
2m30s
Refactor Django settings module and environment configuration
docker-build.yml #1
:
Commit
9c975944b8
pushed by
sarlink
main
2025-03-03 17:15:33 +00:00
3m32s
First
Previous
1
2
3
4
5
Next
Last