Sidney Kochman
|
6c1924ddb5
|
use Semaphore for CI (#11)
|
2020-08-12 10:44:03 -04:00 |
|
Sidney Kochman
|
d0866e9bcb
|
fix termutils (#8)
|
2020-08-11 15:19:46 -04:00 |
|
techpixel
|
40c8431d45
|
Fix Typos (#7)
|
2020-08-11 15:18:44 -04:00 |
|
Scoder12
|
e89701c3c1
|
Merge pull request #5 from techpixel/master
Add Color Utilities
|
2020-08-08 16:22:31 -07:00 |
|
Manitej Boorgu
|
b1b10eb2d0
|
capitalized class names
|
2020-08-07 21:33:17 +00:00 |
|
Manitej Boorgu
|
c2a3e5bd72
|
added in hsv and hls support as classmethods using colorsys
|
2020-08-07 03:55:03 +00:00 |
|
repl.it user
|
3db7b700d2
|
Merge remote-tracking branch 'origin/master'
|
2020-08-07 01:55:53 +00:00 |
|
Manitej Boorgu
|
785ac979b5
|
ran flake and black again
|
2020-08-07 01:55:33 +00:00 |
|
Manitej Boorgu
|
f20c8bb9bc
|
Added in Changes
|
2020-08-06 23:35:10 +00:00 |
|
techpixel
|
2f4b9fb48c
|
Add Backwards Compatibility Support
|
2020-08-06 00:14:13 -05:00 |
|
Manitej Boorgu
|
6e03ee16a6
|
Impelmented Everything - All Color Utils worked, tests work good
|
2020-08-06 05:10:14 +00:00 |
|
Scoder12
|
eb5270e475
|
Merge pull request #4 from replit/dev
Add new raises kwarg to JSONKey
|
2020-08-05 18:40:56 -07:00 |
|
Scoder12
|
dc05f16058
|
Merge branch 'master' of https://github.com/replit/replit-py into dev
|
2020-08-05 18:37:40 -07:00 |
|
Scoder12
|
3a40311844
|
Add new raises kwarg in JSONKey
|
2020-08-05 18:37:28 -07:00 |
|
Scoder12
|
84c1d05802
|
Merge pull request #3 from replit/dev
Add async database client support
|
2020-08-05 18:37:06 -07:00 |
|
Scoder12
|
6b7af69e7e
|
Merge branch 'master' into dev
|
2020-08-05 18:36:45 -07:00 |
|
Scoder12
|
ea8301205e
|
Don't unasync JSONKey internal methods because they are awaited
|
2020-08-05 15:58:16 -07:00 |
|
Scoder12
|
7d6f45be6c
|
Pass async db to async to synced JSONKey which expects it
|
2020-08-05 15:51:35 -07:00 |
|
Scoder12
|
ab79581905
|
Use nest_asyncio to fix async to sync function
|
2020-08-05 15:48:37 -07:00 |
|
Scoder12
|
2133d52354
|
Update poetry
|
2020-08-05 15:43:13 -07:00 |
|
Scoder12
|
69832079d6
|
Make ReplitDb a subclass of AsyncReplitDb
|
2020-08-05 15:31:46 -07:00 |
|
Scoder12
|
75f09b90f5
|
Add async conversions for all coroutines
|
2020-08-05 14:12:49 -07:00 |
|
Scoder12
|
b60a027225
|
Switch regular string to fstring, reorder imports
|
2020-08-04 16:44:56 -07:00 |
|
Scoder12
|
9cf5c102ca
|
Overhaul async and sync code
Add new _async2sync function to copy async code into a sync class
|
2020-08-04 16:30:26 -07:00 |
|
Scoder12
|
b0bce695cd
|
Initial code for switch to async
|
2020-08-04 13:25:26 -07:00 |
|
Scoder12
|
b10b0212ab
|
Use correct kwarg name in ratelimit example
|
2020-08-04 12:46:23 -07:00 |
|
Scoder12
|
dcbbaebcf7
|
Fix typo in ratelimit example
|
2020-08-04 12:45:39 -07:00 |
|
Scoder12
|
47ccdb8f77
|
Use new sign_in over old signin util
|
2020-08-04 12:39:58 -07:00 |
|
Scoder12
|
7674192f1f
|
Put imports in correct order
|
2020-08-04 12:39:29 -07:00 |
|
Scoder12
|
8ce9d9903e
|
Import new utils functions in maqpy init
|
2020-08-04 12:36:23 -07:00 |
|
Scoder12
|
b055deb413
|
Add authed_ratelimit example
|
2020-08-03 18:13:00 -07:00 |
|
Scoder12
|
da943e92ca
|
Use new login_res kwarg name for needs_sign_in
|
2020-08-03 18:08:18 -07:00 |
|
Scoder12
|
b3d8963da3
|
Use new name of needs_sign_in in example
|
2020-08-03 18:07:44 -07:00 |
|
Scoder12
|
7854e5e2c1
|
Add authed ratelimit
|
2020-08-03 18:01:41 -07:00 |
|
Codemonkey51
|
ab597c4ec3
|
fix liniting
fix as much lining as i can
|
2020-08-03 17:50:18 -07:00 |
|
Scoder12
|
6f590fdf12
|
Bugfix: Use signin() for needs_sign_in default
Without this, sign in button was created in page head making it invisible
|
2020-08-03 17:35:43 -07:00 |
|
Scoder12
|
0a33fd77f7
|
Rename signin to sign_in
|
2020-08-03 17:33:38 -07:00 |
|
Scoder12
|
2c3ece9852
|
Update dependencies
|
2020-08-03 17:16:52 -07:00 |
|
Scoder12
|
e805667fc2
|
Merge codermonkey 'dev' branch
|
2020-08-03 17:05:56 -07:00 |
|
Codemonkey51
|
a6c4d7aad0
|
one other commit
|
2020-08-03 16:59:58 -07:00 |
|
Codemonkey51
|
b90db79f96
|
added async :D
|
2020-08-03 16:59:36 -07:00 |
|
Scoder12
|
ac43d0e3e3
|
Move local_redirect to utils
|
2020-08-03 15:38:08 -07:00 |
|
Scoder12
|
ba08aff346
|
Add flask proxies and local_redirect function
|
2020-08-03 15:34:21 -07:00 |
|
Scoder12
|
e35964babe
|
Bump patch version
|
2020-07-30 13:01:22 -07:00 |
|
Scoder12
|
850e3aa29b
|
Change make_response to Response to fix bug
|
2020-07-30 13:00:22 -07:00 |
|
Scoder12
|
28ccc7c3a3
|
Bump patch version
|
2020-07-29 12:53:18 -07:00 |
|
Scoder12
|
9beecd1311
|
Pass missing args to view function
Used by static files
|
2020-07-29 12:52:57 -07:00 |
|
Scoder12
|
b839d322ee
|
Bump patch version
|
2020-07-29 12:43:13 -07:00 |
|
Scoder12
|
f45c760d83
|
Don't pass unexpected args to loginwall handler
|
2020-07-29 12:42:30 -07:00 |
|
Scoder12
|
9da2e19ff5
|
Bump minor version
|
2020-07-29 11:58:10 -07:00 |
|