Natalí Paura
8b701cfebd
Merge pull request #12 from natilou/initial-version
...
feat: initial version
2023-07-13 18:03:30 -03:00
natilou
d23ecb5383
feat: initial version
2023-07-13 18:02:50 -03:00
Natalí Paura
db288e05bf
Merge pull request #11 from natilou/initial-version
...
feat: initial version
2023-07-13 17:54:57 -03:00
natilou
893ea15573
feat: initial version
2023-07-13 17:54:25 -03:00
Natalí Paura
902dee1834
Merge pull request #10 from natilou/ci
...
fix typo
2023-07-13 15:58:24 -03:00
natilou
07cf8aad40
fix typo
2023-07-13 15:57:43 -03:00
Natalí Paura
7206a78e4f
Merge pull request #9 from natilou/ci
...
fix on push branches master
2023-07-13 15:56:20 -03:00
natilou
26b3189c70
fix on push branches master
2023-07-13 15:55:04 -03:00
Natalí Paura
b98021e57f
Merge pull request #8 from natilou/ci
...
adding ci
2023-07-13 15:52:48 -03:00
natilou
8fa3a39dbe
adding ci
2023-07-13 15:52:05 -03:00
natilou
f6e90d5953
adding realase in ci
2023-07-13 15:49:31 -03:00
natilou
0acd614040
adding github actions to build container image
2023-07-11 13:05:20 -03:00
natilou
7ec8652446
adding comment in Dockerfile
2023-07-11 13:03:31 -03:00
Jan Losinski
2afbf652dc
Merge pull request #5 from red734/master
...
Sending Username and Password in HTTP POST request
2022-10-23 21:54:50 +02:00
Jan Losinski
d0bd2bc0c1
Merge pull request #3 from kuba-orlik/patch-1
...
Typo in README
2022-10-23 21:51:26 +02:00
Jan Losinski
bf5aed256a
Merge pull request #6 from akrob/master
...
Adding support for epub
2022-10-23 21:48:42 +02:00
aroberts6
eef0335ea5
using epub now, and fixed title of the books.
2022-10-21 23:12:53 -06:00
red734
e47276f833
Sending Username and Password in HTTP POST request
2021-10-24 18:21:55 +02:00
Kuba Orlik
b305b95299
Typo in README
2019-12-29 19:39:32 +01:00
Jan Losinski
fdac477d09
Change config to use dataclasses
...
This means that we depend on python 3.7 now. But it gives an easier
possibility to distinguish between required and optional parameters. It
also allows to pecify the type of the option drectly and access it via
the dataclasses fields.
This might fix #2
2019-02-05 21:20:55 +01:00
Jan Losinski
a37468ce90
Fix wrong link to docker hub
...
This fixes #1
2019-02-04 14:36:01 +01:00
Jan Losinski
2076d9efff
Add missing ensure_future
2019-01-26 22:23:20 +01:00
Jan Losinski
d18c756acd
Gracefully stop web frontend
2019-01-26 22:16:52 +01:00
Jan Losinski
51d8a9ba69
Allow interface to get stopped gracefully
2019-01-26 22:15:23 +01:00
Jan Losinski
b0e05c7da5
Gracefully stop consumer and refresher
2019-01-26 22:11:58 +01:00
Jan Losinski
150c475696
Do not use debug logging by default
2019-01-26 22:07:23 +01:00
Jan Losinski
96238585fc
Allow refresher to gracefully exit
2019-01-26 22:05:24 +01:00
Jan Losinski
71c34761b2
Allow ggracefl stop of consumer
2019-01-26 21:49:59 +01:00
Jan Losinski
ae19e9a11d
Use f-strings
2019-01-26 21:35:12 +01:00
Jan Losinski
06ea58a00e
Upgrade python version in dockerfile
2019-01-26 21:31:34 +01:00
Jan Losinski
c1de09b8f4
More sensible logging.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-23 04:10:58 +01:00
Jan Losinski
3bca9e549c
Update documentation.
2018-03-23 04:09:33 +01:00
Jan Losinski
74dc6a3b5b
Fix message generation for picky amazon.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 16:17:17 +01:00
Jan Losinski
fb65e2c877
Add option to ctreate the db
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:42:12 +01:00
Jan Losinski
f538de7e98
Add dockerfile
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:25:30 +01:00
Jan Losinski
9f4415219f
More logging in config
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:11:09 +01:00
Jan Losinski
a362bb2c29
Integrate vomponents in service starter.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 03:10:45 +01:00
Jan Losinski
3703c522fa
Get config from environment
2018-03-22 02:50:01 +01:00
Jan Losinski
48e6e66a4f
Implement config file parsing
2018-03-22 02:44:54 +01:00
Jan Losinski
562f4c9650
Update requirements
2018-03-22 02:43:24 +01:00
Jan Losinski
8b8e769672
Fix bug in token refresh
2018-03-22 02:42:55 +01:00
Jan Losinski
daffe1eb22
Fix detached instance issue in sender
2018-03-22 02:42:32 +01:00
Jan Losinski
595d87a76c
Fix session handling in refresher
2018-03-22 02:42:08 +01:00
Jan Losinski
dda27ccfae
Add default config
2018-03-22 02:41:38 +01:00
Jan Losinski
8472ebc1a6
Activate user on refresh
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 01:02:11 +01:00
Jan Losinski
8a9246114c
Warn if token refresh fails
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 01:00:55 +01:00
Jan Losinski
9f516f69ae
Update requirements.txt
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:36:52 +01:00
Jan Losinski
4356b1bbcd
Add simple navication to UI
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:36:37 +01:00
Jan Losinski
f0448e59d3
Make user add/delete/update work.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 00:26:02 +01:00
Jan Losinski
6b892de27e
Improve logging.
...
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 23:57:00 +01:00