1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
Commit graph

28 commits

Author SHA1 Message Date
JensDiemer
24f88bc6b1 release as v0.13.0~ynh4 2022-01-18 09:45:38 +01:00
JensDiemer
2c9cc91f9f Release as 0.13.0~ynh3 2022-01-08 18:28:09 +01:00
JensDiemer
e461b12201 Bump version to 0.13.0~ynh2 2022-01-07 18:14:23 +01:00
JensDiemer
530a27f269 Update to PyInventory v0.13.0 2022-01-06 18:18:51 +01:00
JensDiemer
72f2ae80c0 Update requirements: PyInventory 0.11.0 -> 0.12.0 2021-11-22 20:25:50 +01:00
JensDiemer
57f11c7d9c Update to PyInventory v0.11.0 2021-10-09 20:37:35 +02:00
JensDiemer
c5772a5258 Update to PyInventory v0.10.1 2021-10-09 17:23:28 +02:00
JensDiemer
c605d9e5e7 Update to PyInventory 0.10.0 2021-09-29 19:57:14 +02:00
JensDiemer
9da16cd644 Update requirements
for: https://github.com/jedie/django_yunohost_integration/pull/3
2021-09-16 12:10:40 +02:00
JensDiemer
3c29beda66 Bugfix: Don't install psycopg2 binary *and* source version
Only install "psycopg2" (that's the "from source") version!
2021-09-16 09:47:20 +02:00
JensDiemer
ae1f3cdcf5 Bugfix: psycopg2-binary = "<2.9"
pyinventroy extra is "postgres-binary" and not "psycopg2-binary" ;)
2021-09-16 08:39:53 +02:00
JensDiemer
8cd0d5bea6 Pin psycopg2<2.9 for supporting Django 2.2
Because of: https://github.com/psycopg/psycopg2/issues/1293
2021-09-15 21:45:37 +02:00
JensDiemer
a30dcf5a30 Update to PyInventory v0.9.4 2021-09-15 21:33:30 +02:00
JensDiemer
d537cb1d02 Switch from "django_ynh" to "django_yunohost_integration" 2021-09-15 20:39:29 +02:00
JensDiemer
cfe1d35eae Update requirements
Also add "libpq-dev" because it's a requirement to build psycopg2 from sources.

Fix https://github.com/jedie/PyInventory/issues/56
2021-08-17 09:03:26 +02:00
JensDiemer
08b3e44af6 WIP: Update requirements 2021-08-16 17:06:27 +02:00
JensDiemer
4ea54c8aab Update to PyInventory 0.9.2 and all requirements 2021-05-11 18:25:13 +02:00
JensDiemer
85e5ea1e57 Update to PyInventory v0.9.1 2021-04-28 19:42:53 +02:00
JensDiemer
2b85bab7c4 Update requirements 2021-01-19 19:22:42 +01:00
JensDiemer
6adfddecb4 Bugfix "CSRF verification failed on POST requests"
see: https://github.com/YunoHost-Apps/django_ynh/issues/7
2021-01-08 11:12:15 +01:00
JensDiemer
8e81bd12ea update to pyinventory==0.8.3 2020-12-29 14:36:09 +01:00
JensDiemer
5c6087fb44 add pytests 2020-12-29 13:58:51 +01:00
JensDiemer
add1026c11 Refactor to use django_ynh 2020-12-29 13:58:40 +01:00
JensDiemer
29ca95f076 Generate "conf/requirements.txt" and install via this file 2020-12-29 10:12:46 +01:00
JensDiemer
3e3eecd184 release as 0.8.2~ynh4 2020-12-23 08:54:13 +01:00
JensDiemer
5aa493ea16 set version to 0.8.2~ynh3 2020-12-22 18:02:31 +01:00
JensDiemer
3b8b01f73f Authenticate via SSO and nginx 'HTTP_REMOTE_USER' header 2020-12-22 17:12:26 +01:00
JensDiemer
0995215fd2 Use poetry to run local_test.py
So we get django-auth-ldap installed.
Also add a Makefile for easier usage.
2020-12-19 20:19:06 +01:00