Commit Graph

14 Commits

Author SHA1 Message Date
b7debddaea
Complete official repository support (#59) 2022-05-03 00:49:32 +03:00
e200ac9776 add support of officiall repositories api 2022-04-07 04:19:37 +03:00
28cc38aaa5
port part of settings to database (#54) 2022-03-31 01:48:06 +03:00
9f4acacada strict test checks 2022-03-04 02:04:52 +03:00
683abca9e5
use own aur wrapper (#49) 2022-02-06 03:44:57 +03:00
d3ea81d234 unify aur.search method
due to specific of the AUR API in order to reduce the code we are using
own wrapper and work with it instead of direct library calls
2021-10-26 04:49:55 +03:00
4502931c39 exactly one called with instead of last call check 2021-10-14 03:12:45 +03:00
73a4cee257 add package request endpoint 2021-10-01 08:58:50 +03:00
24326f9753 define permissions in views directly 2021-09-25 17:03:46 +03:00
a7a32f0080 better reload 2021-09-17 19:15:53 +03:00
16bb1403a1 add ability to reload authentication module 2021-09-17 16:05:38 +03:00
117e69c906 return description from the search 2021-09-12 22:31:34 +03:00
d19deb57e7
OAuth2 (#32)
* make auth method asyncs

* oauth2 demo support

* full coverage

* update docs
2021-09-12 21:41:38 +03:00
98eb93c27a
Add ability to trigger updates from the web (#31)
* add external process spawner and update test cases

* pass no_report to handlers

* provide service api endpoints

* do not spawn process for single architecture run

* pass no report to handlers

* make _call method of handlers public and also simplify process spawn

* move update under add

* implement actions from web page

* clear logging & improve l&f
2021-09-10 00:33:35 +03:00