|
|
8ffc2af7f7
|
* Increased number of UWSGI processes
|
2024-03-11 02:01:09 +04:00 |
|
|
|
65892e03e4
|
+ CDEK API calculator/tarifflist endpoint
|
2024-01-03 16:10:23 +04:00 |
|
|
|
5fc202fdc2
|
* Typo
|
2024-01-03 01:40:09 +04:00 |
|
|
|
d0ae3dc0d7
|
* Timeout for external API calls
|
2024-01-03 01:32:41 +04:00 |
|
|
|
3110017949
|
* Updated celery systemd configs
|
2023-12-22 00:25:01 +04:00 |
|
|
|
44722e4fcb
|
* Disable in-memory cache GlobalSettings
|
2023-12-22 00:18:03 +04:00 |
|
|
|
180d1000d5
|
* Better logs in check_cdek_status() task
|
2023-12-07 07:44:20 +04:00 |
|
|
|
24c23ebecb
|
* RuntimeDirectory for Celery services
|
2023-12-07 07:15:17 +04:00 |
|
|
|
c0f17df7a6
|
* Update yuan rate via Celery task
|
2023-12-07 07:07:41 +04:00 |
|
|
|
1085107f2b
|
* run_celery_flower.sh update
|
2023-12-07 06:40:08 +04:00 |
|
|
|
5120a4a266
|
* Celery deployment configs
|
2023-12-07 06:23:11 +04:00 |
|
|
|
058f2b8a2d
|
* WORK_DIR in run_celery.sh
|
2023-12-02 17:47:15 +04:00 |
|
|
|
73c7bdeb37
|
* Oupsie in run_celery.sh
|
2023-12-02 17:37:22 +04:00 |
|
|
|
9d7e45cd65
|
+ Celery
+ Update CDEK status in background
|
2023-12-02 17:11:08 +04:00 |
|
|
|
e5e93ab6d5
|
* Renamed GlobalSettings.get_yuan_rate -> full_yuan_rate property
* In GlobalSettingsSerializer show full yuan rate
|
2023-11-24 17:58:42 +04:00 |
|
|
|
46de21309f
|
* For anonymous users, show only available gifts
|
2023-11-23 03:55:58 +04:00 |
|
|
|
a9f5280176
|
* Try-except for CDEKAPI calls
|
2023-11-23 03:41:54 +04:00 |
|
|
|
c6d8bb0349
|
* Null-check for gifts
|
2023-11-23 03:39:06 +04:00 |
|
|
|
d0ec77c067
|
+ yuan_rate_last_updated in GlobalSettings serializer
* Show raw yuan_rate in GlobalSettings
* Use yuan_rate+yuan_rate_commission sum for Checklist calculations
|
2023-11-23 03:32:54 +04:00 |
|
|
|
dd30a77466
|
* Cleanup
|
2023-11-23 02:46:45 +04:00 |
|
|
|
d71cb4fa11
|
* Added missing available_count field in GiftSerializer
|
2023-11-23 02:45:17 +04:00 |
|
|
|
7cd59d0325
|
* Updated API key for CurrencyAPI
|
2023-11-23 02:44:58 +04:00 |
|
|
|
dd39a0d2d5
|
* available_count for Gift
|
2023-11-23 02:40:30 +04:00 |
|
|
|
9f29e66d12
|
* Cleanup
|
2023-11-23 02:18:55 +04:00 |
|
|
|
8f72680984
|
* Fixed retry mechanism in external API calls
|
2023-11-23 02:17:35 +04:00 |
|
|
|
ab9db45b2b
|
+ CurrencyAPIClient for fresh CNY rate
+ yuan_rate_last_updated, yuan_rate_commission fields in GlobalSettings
|
2023-11-23 02:16:53 +04:00 |
|
|
|
7f1d51c9b4
|
* Filter Checklist by multiple status values
|
2023-11-23 02:13:05 +04:00 |
|
|
|
1d9776daf1
|
* Fixed wrong id for PriceSnapshot
|
2023-11-15 18:40:00 +04:00 |
|
|
|
34f9d08f9a
|
* WIP: annotate_commission_rub
|
2023-11-11 09:51:17 +04:00 |
|
|
|
0ba7a8e881
|
+ Set Checklist.gift to NULL on Gift deletion
|
2023-11-11 09:49:30 +04:00 |
|
|
|
3af4cb3177
|
* annotate_price_rub fixed
|
2023-11-11 09:48:32 +04:00 |
|
|
|
08d58a6dc2
|
* Disable Sentry for debug environment
|
2023-11-09 17:19:18 +04:00 |
|
|
|
1a8cde0485
|
+ Centry logging
|
2023-11-03 22:42:03 +04:00 |
|
|
|
be224b2cd6
|
* Check the Gifts that are being added to Checklist from unauthorized users
|
2023-11-03 00:55:07 +04:00 |
|
|
|
f9b007ef20
|
* Allow PoizonAPI for authorized users only
|
2023-11-03 00:39:53 +04:00 |
|
|
|
9873c18810
|
* Allow unauthorized users to edit Checklist.cdek_barcode_pdf field
|
2023-11-03 00:34:40 +04:00 |
|
|
|
fc56deaa19
|
* Option to directly invalidate cdek_barcode_pdf
|
2023-11-03 00:23:46 +04:00 |
|
|
|
2d97268b85
|
* CDEK barcode PDF invalidation
|
2023-11-03 00:13:35 +04:00 |
|
|
|
b92c172055
|
* Cleanup
|
2023-11-02 20:42:28 +04:00 |
|
|
|
b210c8eebe
|
+ Poizon API
|
2023-11-02 20:41:40 +04:00 |
|
|
|
fce76143b4
|
+ Gift
|
2023-10-31 16:50:45 +04:00 |
|
|
|
13ae751564
|
* Moved CDEK api to external_api module
|
2023-10-31 16:49:10 +04:00 |
|
|
|
a7b1f6981f
|
+ Recursive search of suitable commission price & delivery price
|
2023-10-15 10:45:43 +04:00 |
|
|
|
4ac1ee501a
|
* Try to get delivery_price_CN_RU from parent category if it is zero
|
2023-10-12 15:26:09 +04:00 |
|
|
|
fcded2a50d
|
* Get max commission value
|
2023-10-12 08:50:13 +04:00 |
|
|
|
e74af73dad
|
* Fixed commission math
|
2023-10-12 02:14:14 +04:00 |
|
|
|
433837c2fe
|
* Updated commission logic
|
2023-10-11 22:48:13 +04:00 |
|
|
|
875f1e8313
|
* Optional Checklist.size field
|
2023-10-11 22:32:22 +04:00 |
|
|
|
ba534a68f1
|
* Updated preview layout
|
2023-10-11 22:28:17 +04:00 |
|
|
|
b55e42c90f
|
+ Checklist.split_accepted field
|
2023-10-04 06:58:09 +04:00 |
|