d93fb23bba[0.2.1] Allows route parameters without acls. The route is deactivated.
Joël Maïzi
2020-09-29 09:52:20 +0200
3530f53820[routing] handle fqtn parameter in domain schema + get_api_routes (/) + /user -> /halfapi/current_user
Maxime Alves LIRMM
2020-09-28 17:22:27 +0200
f0d980e035[0.2.0] Remove any reference to databases, clean clode, doc
Maxime Alves LIRMM@home
2020-09-25 01:06:57 +0200
246c9224e3[tests] all tests updated to fit new fixture
Maxime Alves LIRMM@home
2020-09-25 01:06:21 +0200
70723ea580[tests] add acl.py to dummy_domain
Maxime Alves LIRMM@home
2020-09-25 01:05:27 +0200
4ef7ae377a[deps] add orjson dependency
Maxime Alves LIRMM@home
2020-09-24 20:48:52 +0200
6a81c61649[cli][domain] Re-implementation of list_routes, using .lib.schemas, add DOMAINSDICT constant in configuration, set a lot of default configurations
init_rewrite
Maxime Alves LIRMM@home
2020-09-24 19:48:42 +0200
2ad0b3a14b[doc][route] /schema - implementation of doc generation
Maxime Alves LIRMM
2020-09-23 15:23:36 +0200
2610d9f089forgot to import typ
Maxime Alves LIRMM
2020-09-23 11:15:53 +0200
65797873da[lib][responses] include new responses in __all__
Maxime Alves LIRMM
2020-09-23 11:00:59 +0200
d6075de2eb[lib][responses] add ORJSONResponse and update HJSONResponse
Maxime Alves LIRMM
2020-09-23 10:56:32 +0200
39d455b682if the route begin with a "/" we remove it
Maxime Alves LIRMM
2020-09-22 16:08:01 +0200
a78e6ebc75[wip][routing] get_fct_name update
Maxime Alves LIRMM
2020-09-22 15:46:58 +0200
5f7d66d4d6[wip][routing] updated lib.domain function names
Maxime Alves LIRMM
2020-09-22 14:26:46 +0200
38798549f6[wip][app] adapt code to new router functions
Maxime Alves LIRMM
2020-09-22 14:11:00 +0200
ba44a01a45[wip][routing] update routes scanner functions in lib.routes
Maxime Alves LIRMM
2020-09-22 14:04:19 +0200
c54101c3e6[wip][routing] add routing functions in /lib/domains
Maxime Alves LIRMM
2020-09-22 12:57:36 +0200
7337246fc1[lib][routes] fix dict construction
Maxime Alves LIRMM
2020-09-21 11:26:51 +0200
142ea24630[routing] add the ACL name that returned True
Maxime Alves LIRMM
2020-09-18 15:31:36 +0200
bcc4a3e9d8[routing] gives "keys" of the Acl row to the endpoint as kwargs
Maxime Alves LIRMM
2020-09-18 11:47:43 +0200
e8ed06a9b6update api.sql with acl.keys
Maxime Alves LIRMM
2020-09-16 14:18:37 +0200
c97fa3b4c2[acls] added "fields" value for acl table
13-acl
Maxime Alves LIRMM
2020-09-16 11:36:46 +0200
87cc59849a[acl] pass path_params arguments to next function as kwargs
Maxime Alves LIRMM
2020-08-31 13:07:59 +0200
1b40b95d19[auth] fix bug when "debug flag" = False in token
Maxime Alves LIRMM@home
2020-08-27 18:09:48 +0200
51722b73f8[package] fixed the "scripts" section of Pipfile
Maxime Alves LIRMM@home
2020-08-27 17:47:58 +0200
d944d45bbf[auth] added "debug flag" check and wrote relative tests close#12
Maxime Alves LIRMM@home
2020-08-27 17:45:23 +0200
ed54127c81[cli] added the "config" command to the CLI, updated tests
cli
Maxime Alves LIRMM
2020-08-27 11:25:20 +0200
8d2be99068[package] fixed some paths
Maxime Alves LIRMM
2020-08-27 09:54:48 +0200
2389d67749[conf] sets the HALFAPI_PROD environment variable
Maxime Alves LIRMM
2020-08-26 14:06:53 +0200
30651ec19b[deps] jwt -> PyJWT
Maxime Alves LIRMM@home
2020-08-07 02:08:22 +0200
bdc131434b[conf] set SECRET in environ
Maxime Alves LIRMM@home
2020-08-07 01:58:41 +0200
3849ba4500[cli][domain] one more thing
Maxime Alves LIRMM@home
2020-08-07 00:30:59 +0200
05a95d069b[cli][domain] continue to convert code ...
Maxime Alves LIRMM@home
2020-08-07 00:28:46 +0200
63793a94e5[cli][domain] forgot to remove argument
Maxime Alves LIRMM@home
2020-08-07 00:26:29 +0200
51c319de20[cli][domain] continue -> return
Maxime Alves LIRMM@home
2020-08-07 00:24:58 +0200
976ba9b808[cli][domain] update_db is now run with a string as argument
Maxime Alves LIRMM@home
2020-08-07 00:19:10 +0200
cdcf8d034d[cli][domain] clean debug code
Maxime Alves LIRMM@home
2020-08-07 00:09:57 +0200
b4302f50e4[conf] moved "domains" section to .halfapi/config
Maxime Alves LIRMM@home
2020-08-07 00:02:59 +0200
c4872ec0b3[cli][tests] Changed the routes names and wrote the tests according to current configuration
Maxime Alves LIRMM@home
2020-08-07 00:00:33 +0200
ad1304f8d4[tests][cli] first tests for post-init phase
Maxime Alves LIRMM@home
2020-08-06 23:39:04 +0200
7c4eafb40c[cli][domain] better output for list_routes
Maxime Alves LIRMM@home
2020-08-05 21:41:40 +0200
63bd4c8db6[domain] changed "route" command to "domain", fixed "list_routes"
Maxime Alves LIRMM@home
2020-08-05 21:26:59 +0200
914cb149e1[tests][cli] fixed cli import
Maxime Alves LIRMM
2020-08-05 14:28:55 +0200
6a65aaeaef[cli][tests] split cli __init__ module, added check for .halfapi/config
Maxime Alves LIRMM
2020-08-05 13:59:46 +0200
155bab1e8f[cli] split cli/__init__ into multiple files
Maxime Alves LIRMM
2020-08-05 12:47:56 +0200
60877762c0[cli] moved run command to its own file
Maxime Alves LIRMM
2020-08-05 12:38:09 +0200