Ethan Roseman
defeb51bd9
Dep updates ( #35 )
...
* Dep updates
* black
* mypy
2023-12-18 18:49:51 +09:00
Ethan
74174af81e
Bump version to what is released
2023-12-18 18:35:58 +09:00
Ethan Roseman
759d4f0c3a
Update diccord username
2023-11-09 17:08:50 +09:00
Ethan Roseman
c2d55b2ca0
0.3.0: Bug-fixes & cleanup ( #34 )
...
Add 'description' to entry
Fixes #26 , fixes #25
General cleanup
2023-05-26 01:05:28 +09:00
Ethan Roseman
19e625ad27
0.2.0: Fixes and improvements ( #33 )
...
Fixes #27 , #29 , #13
2023-05-25 18:50:09 +09:00
laqieer
b45cb756c9
Guide on how to monitor decomp progress using Frogress ( #30 )
...
* Add prune feature to cli to remove duplicated entries as a workaround to https://github.com/decompals/frogress/issues/27
usage: cli.py prune [-h] project version
positional arguments:
project the project for which to prune the entries
version the slug for the version
optional arguments:
-h, --help show this help message and exit
* Reformat cli.py with Black
* Improve help info for new added prune option
It is used to fix duplicates caused by https://github.com/decompals/frogress/issues/27
* Create GUIDE.md
* Update GUIDE.md
* Update GUIDE.md
* Update GUIDE.md
* Update GUIDE.md
* Add link to User Guide in README
2023-04-05 02:24:01 +09:00
laqieer
632e710acd
Add prune feature to cli to remove duplicated entries ( #28 )
...
* Add prune feature to cli to remove duplicated entries as a workaround to https://github.com/decompals/frogress/issues/27
usage: cli.py prune [-h] project version
positional arguments:
project the project for which to prune the entries
version the slug for the version
optional arguments:
-h, --help show this help message and exit
* Reformat cli.py with Black
* Improve help info for new added prune option
It is used to fix duplicates caused by https://github.com/decompals/frogress/issues/27
2023-04-04 01:46:29 +09:00
Luciano Ciccariello
31616f9132
Enhance support for docker-compose ( #23 )
...
* Fix docker-compose.yml
* Update DOCKER to describe the configuration
* Ensure postgres is running before spinning up frogress
* Add default config for docker-compose
2023-03-07 16:44:58 +09:00
Ethan Roseman
47b142adea
Update README.md
...
Typo / clarifications for Category
2023-02-21 15:33:35 +09:00
Ethan Roseman
04422e8d24
Update deps
2023-02-21 14:34:08 +09:00
Ethan Roseman
5ce56965f2
black
2023-02-21 14:33:08 +09:00
Ethan Roseman
a99f8c5210
Update README.md
2023-02-21 11:11:39 +09:00
Luke Street
0b8f710162
cli.py: category create/delete ( #22 )
2022-11-24 02:01:13 +09:00
Ethan Roseman
05f2b7a2ef
static r00t
2022-11-24 01:59:36 +09:00
Ethan Roseman
bf2472fd21
smores
2022-11-24 01:35:48 +09:00
Ethan Roseman
6fb6d3c6dc
squash migrations
2022-11-23 02:17:21 +09:00
Ethan Roseman
db6b974617
whoopz
2022-11-23 02:01:24 +09:00
Ethan Roseman
25f771cdd7
more
2022-11-22 23:18:32 +09:00
Ethan Roseman
e2d9f6e682
psycho postgres 2: the sequel: the squeakuel
2022-11-22 16:00:53 +09:00
Ethan Roseman
5619b5a39f
psycho postgres: the sequel
2022-11-22 15:59:12 +09:00
Ethan Roseman
2c6c86ecfb
Merge branch 'main' of github.com:decompals/frogress
2022-11-22 15:53:00 +09:00
Ethan Roseman
1ad84ecff1
changes
2022-11-22 15:52:50 +09:00
Luke Street
8eaf1784f3
Use cache for get_all_entries ( #21 )
...
* Use cache for get_all_entries
* Use prefetch_related in get_all_entries
* Run formatter
* More type annotations
2022-11-22 02:22:28 +09:00
Ethan Roseman
b3a907e91c
bye caddy
2022-11-22 00:11:12 +09:00
Ethan Roseman
b3278c0287
Add settings and update stuff for prod ( #20 )
2022-11-21 23:53:19 +09:00
Luke
e98cbf8159
Improvements to get_progress_shield ( #19 )
...
- Use passed in category_slug
- Default to {measure}/total when not specified
- Use colors with better contrast
2022-11-21 15:33:54 +09:00
Ethan Roseman
ba9bc093b0
proper main method for cli
2022-09-24 04:20:56 +09:00
Ethan Roseman
693d4325d9
Upgrade deps, cli beginnings, api reorg ( #18 )
2022-09-23 05:40:44 +09:00
EllipticEllipsis
ff0116dbb8
Shields ( #17 )
...
* First attempt
* Working
* Tweak the mode handling a bit
2022-09-22 21:03:46 +09:00
Mark Street
86104d49d8
Docker ( #16 )
...
* Basic docker-compose support
* Use caddy instead of nginx, re-organise files
* frogress.deco.mp -> progress.deco.mp
* few tweaks + DOCKER.md
* whitespace
2022-09-04 21:28:59 +09:00
Ethan Roseman
c98e43d087
endpoints for creating projects and versions, other fixes
2022-08-28 22:59:52 +09:00
Ethan Roseman
1899828ba5
settings, fixes, ULTIMATE_API_KEY
2022-08-28 21:38:46 +09:00
Ethan Roseman
86e73f3d09
get all entries based on mode url param
2022-08-28 12:49:37 +09:00
Ethan Roseman
ae6197df11
Standardize /data response format, prepare for multiple entries in responses
2022-08-28 09:54:05 +09:00
Ethan Roseman
f68a9c4154
entry creation serializer/validation + test
2022-08-27 21:28:16 +09:00
Ethan Roseman
5d619698c4
Validate category creation requests, unit test ( #15 )
...
* Validate category creation requests, unit test
* unit tests
2022-08-27 02:34:59 -04:00
EllipticEllipsis
d5978edd29
Some URL fields for projects ( #12 )
...
* Add some URLFields to projects
* null=False version
2022-08-26 19:18:58 +09:00
Ethan Roseman
3b62d63fbb
Better Entry measures serialization ( #11 )
2022-08-26 11:16:04 +09:00
Ethan Roseman
686e15385e
Cleanup/reorg ( #10 )
...
* Cleanup/reorg WIP - serializers next
* PR comments, fixes
* fix URLs
2022-08-26 11:02:16 +09:00
EllipticEllipsis
5790357ac4
Add some POSTing functionality and some python files to make POST requests ( #9 )
...
* First attempt at csv parsing
* Probably right format now
* Add POSTing
* Updates and mypy
2022-08-25 15:26:27 +09:00
Ethan Roseman
7c25d052d2
just human things ( #7 )
...
Expand README.md, add CONTRIBUTING.md, rename LICENSE to standard name
2022-08-25 12:56:00 +09:00
Ethan Roseman
3e8b5809a0
CI ( #6 )
...
Add github actions CI (black, mypy, django tests)
2022-08-25 12:41:19 +09:00
Ethan Roseman
2624839689
Unix timestamps, better exceptions
2022-08-24 14:42:20 +09:00
Ethan Roseman
aaa92af032
CategoryDigestView
2022-08-24 10:58:55 +09:00
Ethan Roseman
8bf138d8c9
generate auth key
2022-08-24 10:38:09 +09:00
Ethan Roseman
3defb09002
better admin experience
2022-08-24 10:35:16 +09:00
Ethan Roseman
9848c8db9a
version digest view
2022-08-22 17:54:38 +09:00
Ethan Roseman
e656ab4e64
measures
2022-08-22 11:01:56 +09:00
Ethan Roseman
3d5822901f
remove requests
2022-08-22 06:02:16 +09:00
Ethan Roseman
c76c934ac9
add requests
2022-08-22 06:00:52 +09:00