Cayo Puigdefabregas
03e681a3d1
fix version of Werkzeug to 0.15.5
2022-04-08 18:25:08 +02:00
Cayo Puigdefabregas
a45c8d4fed
Merge branch 'testing' into feature/server-side-render-parser-3021
2022-04-08 16:48:16 +02:00
Santiago L
c2501a143a
Bump ereuse-utils from 0.4.0b49 to 0.4.0b50
2022-04-05 13:20:26 +02:00
Cayo Puigdefabregas
1df6303f21
Jinja2==3.0.3 in requirements
2022-03-31 14:09:26 +02:00
Santiago L
de23503f42
Drop numpy dependency: use math.hypot
...
Refactor code to adapt types: `numpy.hypot` supports pint units but
`math.hypot` expects float. It keeps behaviour because units are
not stored on database
2022-03-30 15:29:12 +02:00
Cayo Puigdefabregas
4881aac5c9
use numpy instead of math
2022-03-30 10:52:09 +02:00
Cayo Puigdefabregas
cc2385cddf
use py-dmidecode instead of dmidecode
2022-03-30 10:44:04 +02:00
Cayo Puigdefabregas
118726d207
math.hypot instead of numpy
2022-03-30 10:33:09 +02:00
Cayo Puigdefabregas
2c8d556396
add dmidecode instead of dmiparse
2022-03-30 10:30:34 +02:00
Cayo Puigdefabregas
7a6d2c33e0
add dmidecode instead of dmiparse
2022-03-30 10:26:51 +02:00
Cayo Puigdefabregas
fb29a0b07f
add DMIParse
2022-03-30 10:20:27 +02:00
Cayo Puigdefabregas
b7b6586f9e
Merge branch 'feature/server-side-render-parser-3021' of github.com:eReuse/devicehub-teal into feature/server-side-render-parser-3021
2022-03-30 10:13:04 +02:00
Cayo Puigdefabregas
fe8f636498
requirements pint
2022-03-30 10:12:54 +02:00
Santiago L
1a17ce758d
Lock Ninja2 < 3.1 is incompatible with Flask 1.0.x
2022-03-30 10:01:26 +02:00
Cayo Puigdefabregas
8fa1f41006
add requirements and drop dependencies
2022-03-29 17:32:12 +02:00
Santiago L
beb26ca232
Merge pull request #191 from eReuse/feature/server-side-render
...
Server side render - devicehub v2.0.0-alpha
2022-03-15 14:59:01 +01:00
Santiago L
c51f1aa2e3
Pin itsdangerous version
...
Fix ImportError: cannot import name ‘json’ from itsdangerous
2022-02-22 12:31:56 +01:00
Santiago L
197caa5068
Merge branch 'testing' into dependabot/pip/sqlalchemy-1.3.0
2022-02-22 12:26:26 +01:00
Santiago L
17ed850e10
Merge branch 'testing' into feature/server-side-render
2022-02-11 12:03:46 +01:00
Santiago L
0af1de4a1b
Merge pull request #133 from eReuse/dependabot/pip/pyyaml-5.4
...
Bump pyyaml from 3.13 to 5.4
2022-02-08 13:24:37 +01:00
Santiago L
9013e7a7e1
Merge branch 'testing' into feature/server-side-render
2022-02-08 11:58:48 +01:00
Santiago L
5dbbe775d8
Bump sqlalchemy from 1.2.17 to 1.3.24
2022-02-07 18:56:34 +01:00
dependabot[bot]
54a28856f0
Bump sqlalchemy from 1.2.17 to 1.3.0
...
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy ) from 1.2.17 to 1.3.0.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 17:35:05 +00:00
dependabot[bot]
b9c5ae0822
Bump webargs from 4.0.0 to 5.5.3 ( #198 )
...
Bumps [webargs](https://github.com/marshmallow-code/webargs ) from 4.0.0 to 5.5.3.
- [Release notes](https://github.com/marshmallow-code/webargs/releases )
- [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/marshmallow-code/webargs/compare/4.0.0...5.5.3 )
---
updated-dependencies:
- dependency-name: webargs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 18:34:14 +01:00
dependabot[bot]
dd15860b6e
Bump pyyaml from 3.13 to 5.4
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 3.13 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/3.13...5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 17:31:08 +00:00
dependabot[bot]
d95e6a5f29
Bump requests from 2.19.1 to 2.27.1 ( #5 )
...
* Bump requests from 2.19.1 to 2.20.0
Bumps [requests](https://github.com/requests/requests ) from 2.19.1 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/requests/requests/compare/v2.19.1...v2.20.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Bump requests from 2.20.0 to 2.27.1
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Lamora <santiago@ribaguifi.com>
2022-02-07 18:30:16 +01:00
dependabot[bot]
c965ead7ed
Bump werkzeug from 0.14.1 to 0.15.3 ( #2 )
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 0.14.1 to 0.15.3.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...0.15.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Lamora <santiago@ribaguifi.com>
2022-02-07 18:20:01 +01:00
dependabot[bot]
a864bfc78d
Bump flask-cors from 3.0.6 to 3.0.9 ( #142 )
...
* Bump flask-cors from 3.0.6 to 3.0.9
Bumps [flask-cors](https://github.com/corydolphin/flask-cors ) from 3.0.6 to 3.0.9.
- [Release notes](https://github.com/corydolphin/flask-cors/releases )
- [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md )
- [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.6...3.0.9 )
Signed-off-by: dependabot[bot] <support@github.com>
* Bump flask-cors from 3.0.9 to 3.0.10
Bumps [flask-cors](https://github.com/corydolphin/flask-cors ) from 3.0.9 to 3.0.10
- [Release notes](https://github.com/corydolphin/flask-cors/releases )
- [Changelog](https://github.com/corydolphin/flask-cors/blob/master/CHANGELOG.md )
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Lamora <santiago@ribaguifi.com>
2022-02-07 18:07:53 +01:00
Santiago L
3af67fee01
Implement user login based on sessions
...
Use Flask-Login & Flask-WTF libraries
2021-12-28 09:39:12 +01:00
Cayo Puigdefabregas
2cd4fa84c1
fixing requirements pyjwt
2021-07-05 15:03:39 +02:00
Cayo Puigdefabregas
22e105e626
fixing versions of pyjwt
2021-07-05 12:28:55 +02:00
Cayo Puigdefabregas
3d027270cc
ading jwt in snapshots
2021-07-02 15:25:19 +02:00
nad
6d4212f314
add example snapshot with hash
2021-06-30 12:47:26 +02:00
nad
06170554eb
add pyjwt requirements.txt
2021-06-30 10:53:24 +02:00
Cayo Puigdefabregas
ec671312db
add decouple to config the system
2020-09-29 09:42:05 +02:00
fedjo
b0fa24b9bf
Add alembic dependency in requirements.txt
2020-05-22 16:12:05 +02:00
JNadeu
d6f5b78407
minor fixes
2019-12-17 22:30:29 +01:00
Xavier Bustamante Talavera
7e8c36ab3e
Snyc with new Workbench models; fix SSL bug
2019-06-29 16:26:14 +02:00
Xavier Bustamante Talavera
0dc8ced255
Sort events by default using end_time
2019-05-10 18:00:38 +02:00
Xavier Bustamante Talavera
6d5c891dfa
Update requirements and setup
2019-05-03 14:49:43 +02:00
Xavier Bustamante Talavera
1810f6dcb8
Use newer teal
2019-02-18 23:04:47 +01:00
Xavier Bustamante Talavera
07e8be829e
Unify Snapshot's POST view with Devicehub's; bugfixes
2019-02-18 12:43:50 +01:00
Xavier Bustamante Talavera
15f705dd50
Add Tests managing inventories; small bugfixes
2019-02-11 21:34:45 +01:00
Xavier Bustamante Talavera
04358a5506
Fix incorrect rate query
2019-02-05 17:59:15 +01:00
Xavier Bustamante Talavera
a89f557c41
Update dependencies
2019-02-04 13:01:36 +01:00
Xavier Bustamante Talavera
eabf6aad54
Add requests[security] to dependencies
2019-01-29 19:08:41 +01:00
Xavier Bustamante Talavera
bf8a943883
Remove re-setting ordered_components hotfix; bump ereuse-utils
2019-01-29 19:01:20 +01:00
Xavier Bustamante Talavera
74860be347
Add things_response; create tags through ereuse Tag
2019-01-26 12:49:31 +01:00
Xavier Bustamante Talavera
f570e9d3d0
Add inventories with dispatcher
2019-01-23 16:55:04 +01:00
Xavier Bustamante Talavera
79feb33aa3
Bump teal
2019-01-21 17:02:28 +01:00