Commit graph

  • 791d2a5894 manager better the error messages in trade form Cayo Puigdefabregas 2022-02-18 13:37:45 +0100
  • b72f9f37c6 add trade action iun devices when this device is insert in a lot with a trade Cayo Puigdefabregas 2022-02-18 11:29:12 +0100
  • a2b074e707 problem display none for adding tag form Cayo Puigdefabregas 2022-02-18 11:18:54 +0100
  • 8b27b18fc1 change supplier for user_from and receiver for user_to Cayo Puigdefabregas 2022-02-18 09:30:20 +0100
  • 538e355026 add save instance correctly, create phantom accounts and change the owner for devices Cayo Puigdefabregas 2022-02-17 13:52:55 +0100
  • 37779ca05c fix trade form for unassigned list Cayo Puigdefabregas 2022-02-17 13:51:59 +0100
  • 403717ccf2 fix readonly and deviceslist Cayo Puigdefabregas 2022-02-17 13:51:27 +0100
  • 5e46141622 fix save trade action Cayo Puigdefabregas 2022-02-16 14:03:01 +0100
  • e185ba297b Move testing requirements to separate file Santiago L 2022-02-11 12:53:19 +0100
  • 5cf6adb1c3 Drop Werkzeug because it's a Flask dependency Santiago L 2022-02-11 12:49:10 +0100
  • d66c335118 Drop python-dotenv from requirements.txt (unused) Santiago L 2022-02-11 12:28:18 +0100
  • 0b41b526fd Drop tqdm as requirement (added but never used) Santiago L 2022-02-11 12:25:48 +0100
  • cb231a35f8 Merge branch 'testing' into upgrade-dependencies Santiago L 2022-02-11 12:09:21 +0100
  • 17ed850e10 Merge branch 'testing' into feature/server-side-render Santiago L 2022-02-11 12:03:46 +0100
  • 5335507c40
    Merge pull request #202 from eReuse/autoformat-black Santiago L 2022-02-11 11:33:03 +0100
  • 36da72ac6b Add check pdb as pre-commit hook #202 Santiago L 2022-02-11 11:30:57 +0100
  • e2d412c7d0 Add CONTRIBUTING.nd & requirements-dev.txt Santiago L 2022-02-10 20:30:40 +0100
  • e31104d038 Add pre-commit hook to run black, flake8 & isort Santiago L 2022-02-10 14:05:26 +0100
  • 86f3c3f483 fix validate trade form Cayo Puigdefabregas 2022-02-10 13:53:52 +0100
  • adad689acd type to message from form.type.data instead of instance Cayo Puigdefabregas 2022-02-10 13:31:49 +0100
  • f3ffcd89ca fixing js form for trade Cayo Puigdefabregas 2022-02-10 13:22:47 +0100
  • 9cfcbd1c22 flake8: exclude legacy code Santiago L 2022-02-10 11:36:34 +0100
  • ea26dc2e2f
    Merge pull request #201 from eReuse/feature/server-side-render-actions-documents Santiago L 2022-02-10 11:30:16 +0100
  • df4c6f7407 flake8: remove unused imports & sort them #201 Santiago L 2022-02-10 11:29:47 +0100
  • d66e2b77fd Run flake8 linter on github workflow Santiago L 2022-02-10 11:16:57 +0100
  • 09649fee29 Sort requirements alphabetically Santiago L 2022-02-10 09:51:42 +0100
  • cd16baaadb skeleton for trade action Cayo Puigdefabregas 2022-02-09 14:06:28 +0100
  • f2d6c198cc fix css for form documents into data_wipe html Cayo Puigdefabregas 2022-02-09 11:28:57 +0100
  • 1ed5d394c5 fix the new version of dispatch for NewDataWipeView Cayo Puigdefabregas 2022-02-09 11:27:08 +0100
  • d102eaed9c resolve conflict Cayo Puigdefabregas 2022-02-09 10:18:56 +0100
  • 74432031e4 Revert "Add pytest-xdist to run test in parallel" Santiago L 2022-02-09 09:54:57 +0100
  • 3a395bed80 Add pytest-xdist to run test in parallel Santiago L 2022-02-09 09:42:44 +0100
  • 01b85661b9 Fix "message" parameter of pytest.raises (part 2) Santiago L 2022-02-09 09:29:15 +0100
  • 4256a8ba81 Add missing dependency more-itertools Santiago L 2022-02-08 14:53:44 +0100
  • 311369691f Fix "message" parameter of pytest.raises Santiago L 2022-02-08 14:48:54 +0100
  • 8c8323308b Bump pytest to 7.0.0 and drop deprecated pytest-runner Santiago L 2022-02-08 14:38:13 +0100
  • 764d749db0 datawipe form example as 2 forms in one Cayo Puigdefabregas 2022-02-08 13:59:50 +0100
  • 951d0f1c5e
    Create codeql-analysis.yml #199 ci/codeql Santiago L 2022-02-08 13:27:25 +0100
  • 0af1de4a1b
    Merge pull request #133 from eReuse/dependabot/pip/pyyaml-5.4 Santiago L 2022-02-08 13:24:37 +0100
  • 9013e7a7e1 Merge branch 'testing' into feature/server-side-render Santiago L 2022-02-08 11:58:48 +0100
  • 0eec5b549f
    Merge pull request #196 from eReuse/feature/server-side-render-actions Santiago L 2022-02-08 11:54:05 +0100
  • b103a1a51d Rename attribute _form --> form_class #196 Santiago L 2022-02-08 11:52:30 +0100
  • e15e457481 Refactor: create method get_next_url() Santiago L 2022-02-08 11:49:13 +0100
  • f1a78e23f6 Include action type on message Santiago L 2022-02-08 11:39:27 +0100
  • aeb765dcd7 Use built-in flask.flash to implement messages Santiago L 2022-02-08 11:39:08 +0100
  • 5dbbe775d8 Bump sqlalchemy from 1.2.17 to 1.3.24 Santiago L 2022-02-07 18:56:34 +0100
  • 54a28856f0
    Bump sqlalchemy from 1.2.17 to 1.3.0 dependabot[bot] 2022-02-07 17:35:05 +0000
  • b9c5ae0822
    Bump webargs from 4.0.0 to 5.5.3 (#198) dependabot[bot] 2022-02-07 18:34:14 +0100
  • dd15860b6e
    Bump pyyaml from 3.13 to 5.4 #133 dependabot[bot] 2022-02-07 17:31:08 +0000
  • d95e6a5f29
    Bump requests from 2.19.1 to 2.27.1 (#5) dependabot[bot] 2022-02-07 18:30:16 +0100
  • 7809dbe998
    Bump webargs from 4.0.0 to 5.5.3 #198 dependabot[bot] 2022-02-07 17:21:07 +0000
  • c965ead7ed
    Bump werkzeug from 0.14.1 to 0.15.3 (#2) dependabot[bot] 2022-02-07 18:20:01 +0100
  • 18cd7f270b Bump requests from 2.20.0 to 2.27.1 #5 Santiago L 2022-02-07 18:15:15 +0100
  • 4cd35b5491 Merge branch 'testing' into dependabot/pip/requests-2.20.0 Santiago L 2022-02-07 18:12:38 +0100
  • a864bfc78d
    Bump flask-cors from 3.0.6 to 3.0.9 (#142) dependabot[bot] 2022-02-07 18:07:53 +0100
  • fb4616f267 Bump flask-cors from 3.0.9 to 3.0.10 #142 Santiago L 2022-02-07 18:06:05 +0100
  • c9d2238af6 Merge branch 'testing' into dependabot/pip/flask-cors-3.0.9 Santiago L 2022-02-07 18:04:55 +0100
  • be52e518d5 Merge branch 'testing' into dependabot/pip/werkzeug-0.15.3 #2 Santiago L 2022-02-07 18:02:31 +0100
  • 31728613a7
    Merge pull request #197 from eReuse/ci-enable-pip-cache Santiago L 2022-02-07 14:54:10 +0100
  • 574ac41239 Render messages on base_site.html & add new action message Santiago L 2022-02-07 14:52:17 +0100
  • 0d27800948 Create module to store user messages using sessions Santiago L 2022-02-07 14:50:19 +0100
  • 2542719378 fix insert hash for force not to do a commit Cayo Puigdefabregas 2022-02-07 14:03:01 +0100
  • 2a92b1f747 add form for data wipe Cayo Puigdefabregas 2022-02-07 14:02:28 +0100
  • 94604dd029 view for data wipe Cayo Puigdefabregas 2022-02-07 14:01:56 +0100
  • 8b467b95c3 template for data wipe Cayo Puigdefabregas 2022-02-07 14:01:38 +0100
  • 0b075d1277 Enable pip cache on GitHub Actions #197 Santiago L 2022-02-07 13:08:21 +0100
  • 579e0e35f0 Merge branch 'feature/server-side-render-actions' into feature/server-side-render-actions-documents Cayo Puigdefabregas 2022-02-04 13:23:33 +0100
  • c340122d87 check the checkbox in a devices list when one form is invalid 2 Cayo Puigdefabregas 2022-02-04 13:22:47 +0100
  • a55944e379 check the checkbox in a devices list when one form is invalid Cayo Puigdefabregas 2022-02-04 13:16:27 +0100
  • 662f75bb7b refactoring and put again the lot in form of actions Cayo Puigdefabregas 2022-02-04 12:10:27 +0100
  • f011e29ce9 add description of device in actions Cayo Puigdefabregas 2022-02-04 11:30:29 +0100
  • c10a5f24b4 add count to allocate action Cayo Puigdefabregas 2022-02-03 14:05:15 +0100
  • 7f9a6784e9 add count of devices in action form Cayo Puigdefabregas 2022-02-03 13:58:54 +0100
  • aeef04b92c change modal-fullscreen by modal-lg Cayo Puigdefabregas 2022-02-03 11:53:18 +0100
  • 820078dd3f UX: inform user about the type action thas is going to be created --> show type of action Cayo Puigdefabregas 2022-02-03 11:44:51 +0100
  • 4ebb312e59 first step for datawipe form Cayo Puigdefabregas 2022-02-03 11:27:16 +0100
  • e8b5c1e310 deactive dataWipe action Cayo Puigdefabregas 2022-02-03 10:51:48 +0100
  • f79abb05cd isort Cayo Puigdefabregas 2022-02-03 10:50:36 +0100
  • 4107d67832 fix css bug for dropdown menu action Cayo Puigdefabregas 2022-02-03 10:28:15 +0100
  • 87faee3444 fix the return correct page when the submit is false Cayo Puigdefabregas 2022-02-03 10:14:10 +0100
  • c0918e7b57 fix error message in form Cayo Puigdefabregas 2022-02-02 14:17:42 +0100
  • 71f5a8a98b fix doble query Cayo Puigdefabregas 2022-02-02 13:51:54 +0100
  • 8149d0ed7c reversed actions for see the better the traceability log Cayo Puigdefabregas 2022-02-02 13:27:53 +0100
  • 9a68ad7ab8 fix dictionary style Cayo Puigdefabregas 2022-02-02 13:09:11 +0100
  • bd5ab802cd resolve conflict Cayo Puigdefabregas 2022-02-02 13:05:55 +0100
  • fedc85668a drop lot in actions in views and forms Cayo Puigdefabregas 2022-02-02 12:52:16 +0100
  • 11df33060f drop pdb Cayo Puigdefabregas 2022-02-02 12:51:15 +0100
  • a0bc745893 drop lot in template of actions Cayo Puigdefabregas 2022-02-02 12:50:59 +0100
  • 450cef168b solve a bug of validate Cayo Puigdefabregas 2022-02-02 12:49:03 +0100
  • bac568a753
    Merge pull request #195 from eReuse/feature/server-side-render-tags Santiago L 2022-02-02 12:27:04 +0100
  • f22fd4ebcb Fix button links of device_list & page titles #195 Santiago L 2022-02-02 12:21:30 +0100
  • c9a46128df Set page_title & fix breadcrumb Santiago L 2022-02-02 11:41:29 +0100
  • 44a38d4dec Fix printerType select style Santiago L 2022-02-02 11:18:16 +0100
  • 10c756a884 show error msg for forms with errors of validations Cayo Puigdefabregas 2022-02-01 13:40:06 +0100
  • 60bca7b733 Rename Labels --> Tags on side bar menu Santiago L 2022-01-31 12:14:27 +0100
  • 65a774550e resolv conflicts Cayo Puigdefabregas 2022-01-31 10:41:40 +0100
  • 05b4353cc4 add label code in tag #194 Cayo Puigdefabregas 2022-01-31 10:12:44 +0100
  • 999cd3e26c try printpdf Cayo Puigdefabregas 2022-01-28 12:29:49 +0100
  • 2840c5c21e manager control over form of print tag Cayo Puigdefabregas 2022-01-28 11:03:57 +0100
  • c8eea3f072 template of unamed, template of tag details, qr print Cayo Puigdefabregas 2022-01-27 14:13:20 +0100