Matthias
|
3a7732003e
|
remove incidential change
|
2022-05-27 20:44:23 +02:00 |
|
Matthias
|
a836a1b5a0
|
also wait on precommit
|
2022-05-27 20:02:35 +02:00 |
|
Matthias
|
3fd5761089
|
Merge branch 'master' of https://github.com/inventree/InvenTree into devOps
|
2022-05-18 23:39:58 +02:00 |
|
Oliver Walters
|
dc2351748c
|
Merge remote-tracking branch 'inventree/master' into webp-support
|
2022-05-17 18:48:19 +10:00 |
|
Matthias
|
545756eacb
|
add docstring testing
|
2022-05-16 01:20:04 +02:00 |
|
Matthias
|
af6eac8cc9
|
Add isort
|
2022-05-16 01:12:19 +02:00 |
|
Matthias
|
f1553337f7
|
add pre-commit
|
2022-05-16 00:15:25 +02:00 |
|
Oliver Walters
|
495798dc98
|
Install libwebp-dev as part of dockerfile
|
2022-05-15 23:20:12 +10:00 |
|
Kalman Rozsahegyi
|
32febb010c
|
Fix a wrong merge in requirements.txt
|
2022-04-28 22:15:11 +02:00 |
|
Kalman Rozsahegyi
|
9e1a143132
|
Merge branch 'master' into feat-qr-scanner
|
2022-04-28 22:14:11 +02:00 |
|
Kalman Rozsahegyi
|
5b5a39568b
|
Merge branch 'master' into feat-qr-scanner
|
2022-04-28 22:09:01 +02:00 |
|
Oliver
|
27c807492d
|
Security patch for django
|
2022-04-21 11:45:09 +10:00 |
|
Oliver Walters
|
7c126ed712
|
Added x_forwarded_for middleware
Used to extract remote client IP (when behind balancer / proxy / etc)
|
2022-04-19 21:19:25 +10:00 |
|
Oliver Walters
|
9e59d90e0e
|
Pin bleach package version
(cherry picked from commit 7af9e9123e )
|
2022-04-10 20:24:41 +10:00 |
|
Kálmán Rózsahegyi
|
84717f8103
|
Add secure development server in DEBUG mode
|
2022-03-26 19:41:51 +01:00 |
|
dependabot[bot]
|
4d2d001879
|
Bump pillow from 9.0.0 to 9.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.0.0...9.0.1)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-11 23:46:05 +00:00 |
|
Oliver
|
9ad0b66ebc
|
Update base django version
|
2022-02-10 13:13:51 +11:00 |
|
dependabot[bot]
|
1927daa56d
|
Bump django from 3.2.10 to 3.2.11
Bumps [django](https://github.com/django/django) from 3.2.10 to 3.2.11.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.10...3.2.11)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-13 02:26:20 +00:00 |
|
dependabot[bot]
|
f997e092b1
|
Bump pillow from 8.3.2 to 9.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...9.0.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-13 01:11:42 +00:00 |
|
Oliver
|
11d3cd3c0c
|
Change dev environment setup to use postgresql
- sqlite causes too many errors
- fix requirements file
- fixes for docker setup
- A lot of concurrency issues
- Bite the bullet, time to go!
|
2021-12-21 00:34:23 +11:00 |
|
dependabot[bot]
|
f9b1305f9c
|
Bump django from 3.2.5 to 3.2.10
Bumps [django](https://github.com/django/django) from 3.2.5 to 3.2.10.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.5...3.2.10)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-12 10:06:07 +00:00 |
|
Matthias
|
3a3f8ba4ef
|
Merge branch 'master' of https://github.com/inventree/InvenTree into matmair/issue2201
|
2021-12-08 18:31:33 +01:00 |
|
Matthias
|
0f0460f8ea
|
merge
|
2021-12-02 17:24:07 +01:00 |
|
Matthias Mair
|
11e527a02a
|
Merge branch 'inventree:master' into plugin-2037
|
2021-12-02 09:23:05 +01:00 |
|
Matthias
|
db1a434f81
|
[FR] User sessions
Fixes #2327
|
2021-11-26 23:56:24 +01:00 |
|
Matthias
|
eee9047818
|
[FR] Two-Factor Authentication
Fixes #2201
|
2021-11-19 23:48:12 +01:00 |
|
Matthias
|
a95b298c62
|
Merge branch 'master' of https://github.com/inventree/InvenTree into plugin-2037
|
2021-11-18 11:37:11 +01:00 |
|
Oliver
|
c0f5205570
|
Pin markdown package version
|
2021-11-17 10:56:39 +11:00 |
|
Matthias
|
b783ec566c
|
add maintenance mode
|
2021-11-15 22:07:30 +01:00 |
|
Matthias
|
b54f9c9c13
|
provide backport for 3.7
|
2021-11-04 10:24:05 +01:00 |
|
Matthias
|
aa7b78f41d
|
Adding in MFA
Fixes #2201
|
2021-10-27 21:35:00 +02:00 |
|
Nigel
|
0997ba2eb4
|
Sort requirements.txt
|
2021-10-14 14:38:31 -06:00 |
|
Oliver
|
7d88cbe27e
|
Tag specific version of cryptography
|
2021-10-14 09:25:00 +11:00 |
|
Matthias Mair
|
44c5003839
|
Merge branch 'inventree:master' into fr-1421-sso
|
2021-09-24 00:32:38 +02:00 |
|
dependabot[bot]
|
1d85ccd543
|
Build(deps): Bump django from 3.2.4 to 3.2.5
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.4...3.2.5)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-22 17:46:34 +00:00 |
|
Oliver
|
20788bb559
|
Bump pillow version for security fix
|
2021-09-08 13:02:49 +10:00 |
|
Oliver
|
84528df6f8
|
Re-add gunicorn to requirements file
|
2021-09-08 08:01:05 +10:00 |
|
Matthias
|
1311558cac
|
add in SSO for #1421
|
2021-08-24 19:12:43 +02:00 |
|
Oliver
|
c2af401854
|
Pin base python package requirements
- Require invoke to be installed before we can run "invoke update"
|
2021-08-18 12:03:24 +10:00 |
|
Oliver
|
7df4451c08
|
Move some core pypi deps into requirements file
|
2021-08-12 22:06:47 +10:00 |
|
Oliver
|
fa6daeb679
|
Pin weasyprint version to 52.5
|
2021-08-05 10:30:38 +10:00 |
|
dependabot[bot]
|
0bc190bca5
|
Build(deps): Bump django from 3.2.2 to 3.2.4
Bumps [django](https://github.com/django/django) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.2...3.2.4)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-10 17:36:17 +00:00 |
|
dependabot[bot]
|
6e2abc4cde
|
Build(deps): Bump django from 3.2.1 to 3.2.2
Bumps [django](https://github.com/django/django) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.1...3.2.2)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-09 17:26:23 +00:00 |
|
dependabot[bot]
|
2a059f345e
|
Build(deps): Bump pillow from 8.1.1 to 8.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...8.2.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-08 19:49:34 +00:00 |
|
Oliver
|
172700da10
|
Update django-import-export to 2.5.0
- Fixes an export error introduced after updating to latest django
|
2021-06-07 00:12:52 +10:00 |
|
dependabot[bot]
|
7d7e518c1b
|
Bump django from 3.2 to 3.2.1
Bumps [django](https://github.com/django/django) from 3.2 to 3.2.1.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2...3.2.1)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-04 21:37:26 +00:00 |
|
Oliver Walters
|
4abd3524b4
|
Looks like py-moneyed has been updated
|
2021-05-27 12:59:30 +10:00 |
|
eeintech
|
7e6ac54015
|
YAML does not get installed during django-import-export package?
|
2021-05-11 14:13:21 -04:00 |
|
eeintech
|
ba561d6d19
|
Fixed import for excel formats
|
2021-05-11 14:06:38 -04:00 |
|
eeintech
|
b847604f15
|
Started implementation of multi-step form for purchase order file uplod
|
2021-05-03 17:30:33 -04:00 |
|