Commit Graph

1352 Commits

Author SHA1 Message Date
Santiago L 3a395bed80 Add pytest-xdist to run test in parallel
Disable coverage because it's not compatible with parallel execution
2022-02-09 09:42:44 +01:00
Santiago L 01b85661b9 Fix "message" parameter of pytest.raises (part 2) 2022-02-09 09:29:15 +01:00
Santiago L 4256a8ba81 Add missing dependency `more-itertools` 2022-02-08 14:53:44 +01:00
Santiago L 311369691f Fix "message" parameter of pytest.raises
Removed in version 5.0 of pytest
https://docs.pytest.org/en/7.0.x/deprecations.html#message-parameter-of-pytest-raises
2022-02-08 14:48:54 +01:00
Santiago L 8c8323308b Bump pytest to 7.0.0 and drop deprecated pytest-runner 2022-02-08 14:38:13 +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
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 31728613a7
Merge pull request #197 from eReuse/ci-enable-pip-cache
Enable pip cache on GitHub Actions
2022-02-07 14:54:10 +01:00
Santiago L 0b075d1277 Enable pip cache on GitHub Actions 2022-02-07 13:08:21 +01:00
cayop 2c2e93eb3b
Merge pull request #190 from eReuse/bugfix/#2559
Bugfix/#2559
2021-12-21 10:49:11 +01:00
Cayo Puigdefabregas 47dcb5efe8 fixing tests 2021-12-21 10:32:04 +01:00
Cayo Puigdefabregas 4acd03e714 fixing ereuse pdf 2021-12-21 09:55:06 +01:00
Cayo Puigdefabregas ba7136dc60 changelog 2021-12-20 09:58:21 +01:00
Cayo Puigdefabregas 46dd173a12 fixing tests 2021-12-16 14:00:54 +01:00
Cayo Puigdefabregas a670a01c5e fixing bug us2524 2021-12-16 13:21:35 +01:00
cayop 4af5e44d21
Merge pull request #189 from eReuse/feature/buttom-report-in-lot
Feature/buttom report in lot
2021-12-10 12:32:35 +01:00
Cayo Puigdefabregas f00dad123f fixing test and adding one more 2021-12-09 10:59:26 +01:00
Cayo Puigdefabregas 10a1e23a5d Metrics only lot 2021-12-07 13:20:16 +01:00
Cayo Puigdefabregas cecbf9d04d Merge branch 'testing' into feature/buttom-report-in-lot 2021-12-07 09:39:51 +01:00
Cayo Puigdefabregas f33809fa0a up new test 2021-12-03 10:27:43 +01:00
Cayo Puigdefabregas daed1bdafb . 2021-12-03 09:54:59 +01:00
Cayo Puigdefabregas 9df81c2fad adding app_cprofile 2021-12-01 13:44:24 +01:00
Cayo Puigdefabregas efa2ae9a92 Merge branch 'testing' of github.com:eReuse/devicehub-teal into testing 2021-11-29 12:40:30 +01:00
cayop a9d55c6a44
Merge pull request #188 from eReuse/feature/#2396
fixing permitions for excel
2021-11-29 12:40:34 +01:00
Cayo Puigdefabregas 79d864aa7c changelog 2021-11-29 12:40:26 +01:00
Cayo Puigdefabregas ba858aff89 fixing permitions for excel 2021-11-29 12:15:37 +01:00
cayop 96d5da3f3a
Merge pull request #187 from eReuse/feature/no-remove-components
Feature/no remove components
2021-11-26 14:49:46 +01:00
Cayo Puigdefabregas 0c41ab31ae CHANGELOG.md 2021-11-26 14:32:21 +01:00
Cayo Puigdefabregas 7b6cd32943 fixing test documents 2021-11-26 14:30:23 +01:00
Cayo Puigdefabregas f0d9ead977 deactivate removes for RAMs slots 2021-11-26 14:08:11 +01:00
Cayo Puigdefabregas 596b54f818 up of version 2021-11-25 10:29:32 +01:00
Cayo Puigdefabregas 7320df3eb2 Merge branch 'testing' of github.com:eReuse/devicehub-teal into testing 2021-11-24 13:24:00 +01:00
Cayo Puigdefabregas f01cc55683 changelog 2021-11-24 13:23:56 +01:00
cayop 075e87b4b1
Merge pull request #186 from eReuse/feature/power_on_hours
adding property power_on_hours
2021-11-24 13:14:47 +01:00
Cayo Puigdefabregas 03ee4fba34 changes some values of headers 2021-11-24 12:20:40 +01:00
Cayo Puigdefabregas 0543fb64a5 Merge branch 'testing' into feature/power_on_hours 2021-11-24 11:17:26 +01:00
Cayo Puigdefabregas e8ccbedf40 change of version 2021-11-24 10:15:18 +01:00
Cayo Puigdefabregas 56a7af757f changelog 2021-11-24 09:45:15 +01:00
Cayo Puigdefabregas c4a2b720ef adding property power_on_hours 2021-11-23 15:27:16 +01:00
cayop fd57c794e0
Merge pull request #185 from eReuse/bugfix/#2357
get_status docuemnts in metrics
2021-11-23 11:43:17 +01:00
Cayo Puigdefabregas 1cdd7d39b4 fixing test metrics container 2021-11-23 11:26:21 +01:00
Cayo Puigdefabregas 56dcdf2897 get_status docuemnts in metrics 2021-11-23 11:08:48 +01:00
cayop b117a4b267
Merge pull request #170 from eReuse/feature/delete-devices
Feature/delete devices
2021-11-22 12:38:00 +01:00
Cayo Puigdefabregas 2d5ead7c1b checking permitions of actions 2021-11-22 12:01:12 +01:00
Cayo Puigdefabregas e09073216c fixing migration 2021-11-22 11:34:03 +01:00
Cayo Puigdefabregas bef5df414b fixing bug in sync 2021-11-22 11:14:27 +01:00