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
Merge pull request #17 from i701/feat/user-verification-flow
docker-build.yml #119
:
Commit
f8c0725558
pushed by
sarlink
main
2025-07-23 17:37:54 +00:00
3m5s
Merge pull request #16 from i701/feat/user-verification-flow
docker-build.yml #118
:
Commit
ea57598e8d
pushed by
sarlink
main
2025-07-15 19:43:19 +00:00
3m47s
Merge pull request #15 from i701/feat/user-verification-flow
docker-build.yml #117
:
Commit
4cc6e91a66
pushed by
sarlink
main
2025-07-13 14:48:18 +00:00
5m7s
feat(user): add user update endpoint with authorization checks and serializer support ✨
docker-build.yml #116
:
Commit
ff065fa4a9
pushed by
sarlink
main
2025-07-11 15:00:07 +00:00
4m11s
refactor(views): update user queryset logic to filter out superusers for non-admins 🔨
docker-build.yml #115
:
Commit
72c2ea1ecc
pushed by
sarlink
main
2025-07-11 10:14:19 +00:00
3m58s
feat(profile): add user profile update serializer and update profile URL to use UserprofileAPIView ✨
docker-build.yml #114
:
Commit
436a8b7d7a
pushed by
sarlink
main
2025-07-11 09:06:17 +00:00
40m24s
refactor(signals): exclude delete permissions for payment and topup in user permission assignment 🔨
docker-build.yml #113
:
Commit
56ab79bd8c
pushed by
sarlink
main
2025-07-11 05:03:26 +00:00
5m1s
Merge pull request #14 from i701/feat/task-queues
docker-build.yml #112
:
Commit
64c2189209
pushed by
sarlink
main
2025-07-11 04:58:21 +00:00
4m8s
Merge pull request #13 from i701/feat/task-queues
docker-build.yml #111
:
Commit
dacf821bad
pushed by
sarlink
main
2025-07-09 17:14:00 +00:00
5m54s
Merge pull request #12 from i701/feat/task-queues
docker-build.yml #110
:
Commit
3f0a5f0f03
pushed by
sarlink
main
2025-07-09 17:03:00 +00:00
5m56s
Merge pull request #11 from i701/feat/task-queues
docker-build.yml #109
:
Commit
db53874ff4
pushed by
sarlink
main
2025-07-09 15:38:19 +00:00
5m0s
Merge pull request #10 from i701/feat/task-queues
docker-build.yml #108
:
Commit
d557bb879f
pushed by
sarlink
main
2025-07-09 15:21:43 +00:00
4m40s
refactor(api): change async functions to synchronous for user verification task 🔨
docker-build.yml #107
:
Commit
35384ef049
pushed by
sarlink
main
2025-07-08 18:04:32 +00:00
6m8s
fix(payment): refine unpaid payment query to include status and expiration checks 🐛
docker-build.yml #106
:
Commit
8657435fbf
pushed by
sarlink
main
2025-07-08 15:59:30 +00:00
6m0s
feat(payment): update periodic task to run every minute and improve SMS notification handling for expired topups ✨
docker-build.yml #105
:
Commit
d0a8408121
pushed by
sarlink
main
2025-07-08 11:06:50 +00:00
5m58s
feat(payment): update payment status to "PAID" upon verification ✨
docker-build.yml #104
:
Commit
c17e34a592
pushed by
sarlink
main
2025-07-06 17:56:45 +00:00
3m14s
feat(payment): add expiration time for payments to enhance payment validity tracking ✨
docker-build.yml #103
:
Commit
cdfa2d9192
pushed by
sarlink
main
2025-07-06 17:08:06 +00:00
3m8s
chore(payment): replace DeletePaymentView with CancelPaymentView in payment URLs 🔧
docker-build.yml #102
:
Commit
342e963861
pushed by
sarlink
main
2025-07-06 16:29:24 +00:00
4m21s
clean up dangling images after restart
docker-build.yml #101
:
Commit
60e394fffa
pushed by
sarlink
main
2025-07-05 15:28:21 +00:00
4m54s
fix(filters): refine filter logic in TopupFilter to ensure only unpaid topups are considered for expiration check 🐛
docker-build.yml #100
:
Commit
193ce850b4
pushed by
sarlink
main
2025-07-05 15:19:09 +00:00
3m45s
feat(filters): add is_expired filter to TopupFilter for improved topup management ✨
docker-build.yml #99
:
Commit
27f89b6d3d
pushed by
sarlink
main
2025-07-05 14:59:03 +00:00
4m27s
fix(tasks): include paid filter in expired topups query to prevent notifications for paid topups 🐛
docker-build.yml #98
:
Commit
63b1a6b9ef
pushed by
sarlink
main
2025-07-05 14:54:28 +00:00
21m18s
feat(serializers): add paid_at field to TopupSerializer for improved data tracking ✨
docker-build.yml #97
:
Commit
3dafc7d4c8
pushed by
sarlink
main
2025-07-05 14:52:25 +00:00
3m11s
Merge pull request #9 from i701/feat/topups
docker-build.yml #96
:
Commit
8e564f766b
pushed by
sarlink
main
2025-07-05 12:48:50 +00:00
5m38s
fix(views): format topup amount to two decimal places in VerifyTopupPaymentAPIView 🐛
docker-build.yml #95
:
Commit
6431d61d39
pushed by
sarlink
main
2025-07-05 12:21:59 +00:00
5m41s
fix(views): format topup amount to two decimal places in VerifyTopupPaymentAPIView 🔨
docker-build.yml #94
:
Commit
8871de8ce1
pushed by
sarlink
main
2025-07-05 12:08:00 +00:00
5m15s
fix(views): add logging for MIB verification response in VerifyPaymentView 🐛
docker-build.yml #93
:
Commit
54056e9b7e
pushed by
sarlink
main
2025-07-05 11:49:46 +00:00
4m54s
fix(tasks): include creation time in SMS notification for expired topups 🐛
docker-build.yml #92
:
Commit
09768ef2d3
pushed by
sarlink
main
2025-07-05 11:34:52 +00:00
4m21s
fix(views-verifypayment): improve error handling in payment verification process 🐛
docker-build.yml #91
:
Commit
48bde9d52b
pushed by
sarlink
main
2025-07-05 11:29:55 +00:00
5m24s
fix(views): correct logging of topup payment verification time 🐛
docker-build.yml #90
:
Commit
e85d605454
pushed by
sarlink
main
2025-07-05 11:15:59 +00:00
10m9s
First
Previous
1
2
3
4
5
Next
Last