From 6d2dbcbbfd45a79657ef406f3659d119ae13fdae Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 12 Oct 2021 23:42:21 +0200 Subject: [PATCH 1/6] reference to upcoming site in release notes --- docs/releases/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 0c3ae57..5886019 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -70,7 +70,7 @@ Tagged released are shown below. Click on the release notes for each version to ## Upcoming Features -In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. +In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](./upcoming.md). ## Suggest Something New From 0c7fc041524505636690ebbf0a4c0c30b1995ba3 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 12 Oct 2021 23:43:24 +0200 Subject: [PATCH 2/6] remove sso as upcoming --- docs/upcoming.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/upcoming.md b/docs/upcoming.md index 2f4ec03..25b26ad 100644 --- a/docs/upcoming.md +++ b/docs/upcoming.md @@ -22,13 +22,3 @@ There are a lot of planned features / improvements for integrated barcode suppor ## Third Party Integrations Work is planned on a plugin system to allow integration with third party applications (such as Xero, Open Cart etc). - -### SSO Login - -Allow SSO integration and login support - -References: - -- [#625](https://github.com/inventree/InvenTree/issues/625) -- [#634](https://github.com/inventree/InvenTree/issues/634) -- [#1693](https://github.com/inventree/InvenTree/issues/1693) \ No newline at end of file From 74e26573a9953ee37fd783910f8d5e291aa9a12b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 12 Oct 2021 23:44:39 +0200 Subject: [PATCH 3/6] reference for new plugins --- docs/upcoming.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/upcoming.md b/docs/upcoming.md index 25b26ad..9f7d995 100644 --- a/docs/upcoming.md +++ b/docs/upcoming.md @@ -22,3 +22,7 @@ There are a lot of planned features / improvements for integrated barcode suppor ## Third Party Integrations Work is planned on a plugin system to allow integration with third party applications (such as Xero, Open Cart etc). + +References: + +- [#2037](https://github.com/inventree/InvenTree/issues/2037) From d9a9cf25af17045c9a8e219a3cc38832f1c6e29f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 12 Oct 2021 23:56:47 +0200 Subject: [PATCH 4/6] add missing credits --- docs/credits.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/credits.md b/docs/credits.md index 87c0140..d554b6c 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -38,6 +38,12 @@ InvenTree relies on the following Python libraries: | [qrcode](https://pypi.org/project/qrcode/) | BSD | QR code support | | [django-q](https://pypi.org/project/django-q/) | MIT | Background task manager | | [gunicorn](https://pypi.org/project/gunicorn/) | MIT | Web server | +| [flake8](https://pypi.org/project/flake8/) | MIT | style checking | +| [pep8-naming](https://pypi.org/project/pep8-naming/) | Expat | name checking | +| [coverage](https://pypi.org/project/coverage/) | Apache-2.0 | coverage checking | +| [coveralls](https://pypi.org/project/coveralls/) | MIT | coverage uploader | +| [django-formtools](https://pypi.org/project/django-formtools/) | MIT | better forms / wizards | +| [django-allauth](https://pypi.org/project/django-allauth/) | MIT | SSO for django | ## Frontend libraries From d3441419c7888de333ea01423316b3870285a39f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 13 Oct 2021 00:04:27 +0200 Subject: [PATCH 5/6] fix link --- docs/releases/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 5886019..d14a394 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -70,7 +70,7 @@ Tagged released are shown below. Click on the release notes for each version to ## Upcoming Features -In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](./upcoming.md). +In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](../..upcoming.md). ## Suggest Something New From d2e94b293cb7a6d7c3ab7c3026e497903fa36fa9 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Wed, 13 Oct 2021 00:12:11 +0200 Subject: [PATCH 6/6] maybe now fixed? --- docs/releases/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index d14a394..0c8d5af 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -70,7 +70,7 @@ Tagged released are shown below. Click on the release notes for each version to ## Upcoming Features -In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](../..upcoming.md). +In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](../upcoming.md). ## Suggest Something New