Son
|
372466ab06
|
do not use flask-sqlalchemy
- add __tablename__ for all models
- use sa and orm instead of db
- rollback all changes in tests
- remove session in @app.teardown_appcontext
|
2021-10-12 14:36:47 +02:00 |
|
Son NK
|
e46e3b1c01
|
fix test
|
2021-03-24 16:51:23 +01:00 |
|
Son NK
|
0c62ac4b1f
|
set rate limit for creating alias endpoint
|
2021-03-24 16:26:42 +01:00 |
|
Son NK
|
10cc61b4a0
|
refactor test
|
2021-03-24 15:54:03 +01:00 |
|
Son NK
|
97dff83453
|
return full alias info in POST /api/alias/random/new
|
2020-03-26 19:50:22 +01:00 |
|
Son NK
|
4f281bdbbb
|
rename GenEmail -> Alias, gen_email to alias whenever possible
|
2020-03-17 11:51:40 +01:00 |
|
Son NK
|
e713efee98
|
reformat
|
2020-03-13 10:34:41 +01:00 |
|
Son NK
|
1098f17c0c
|
Support note in POST /api/alias/random/new
|
2020-03-11 12:24:30 +01:00 |
|
Son NK
|
3b454b9a80
|
fix test
|
2020-03-05 20:32:08 +01:00 |
|
Son NK
|
e10981f85e
|
able to create word-based or uuid-based in /api/alias/random/new endpoint
|
2020-02-07 21:30:46 +07:00 |
|
Son NK
|
ad1cf3af8c
|
fix test
|
2020-01-30 13:20:32 +07:00 |
|
Son NK
|
377e6c657d
|
add /api/alias/random/new
|
2020-01-05 21:15:16 +01:00 |
|
Son NK
|
565d406227
|
remove new_random_alias related test
|
2019-12-15 18:55:18 +02:00 |
|
Son NK
|
ef888288a6
|
add tests for api create custom/random alias
|
2019-12-15 18:55:17 +02:00 |
|