2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

22 Commits

Author SHA1 Message Date
Oliver
d97e4bc010
Remove out-dated permissions (#594)
* Remove out-dated permissions

* Fix github action
2025-01-10 12:24:33 +11:00
Oliver
d990508237
Update Requirements (#541)
Some checks failed
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled
* Update package requiremenst

* github workflow updates

* ios build updates

* Theme adjustments

* Further updates

* Fix typo

* Deprecated imperative apply of Flutter's Gradle plugins

Ref: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

* Refactor wedge scanner

* Add context checks

* Adjust behaviour if testing

* Further refactoring

* Moar checks

* Logic fix

* Fix for wedge scanner test

* Fix for barcode processing

* Fix

* Yet another fix
2024-10-01 12:25:11 +10:00
Oliver
23f27af4e6
Update CI workflow (#532) 2024-09-14 09:35:03 +10:00
Oliver
b02dc5bac7
Simplify DSN file (#475)
* Add checks for empty sentry DSN

* Add default DSN key

* Fix CI workflows
2024-03-06 21:09:06 +11:00
Oliver
76b6191a67
Token auth (#434)
* Embed device platform information into token request

* Remove username and password from userProfile

* Display icon to show if profile has associated user token

* Remove username / password from login settings screen

* Refactor login procedure around token auth

* Refactoring

* Add profile login screen

- Username / password values are not stored
- Just to fetch api token

* Login with basic auth

* Pass profile to API when connecting

* Remove _BASE_URL accessor

- Fixes URL caching bug

* Add more context to login screen

* Add helper functions for unit tests

- Change default port to 8000 (makes testing easier with local inventree instance)

* api.dart handles basic auth now

* fix api_test.dart

* Further test improvements

* linting fixes

* Provide feedback when login fails

* More linting

* Record user details on login, and display in "about" widget

* Fix string lookup

* Add extra debug

* Fix auth values

* Fix user profile test
2023-10-23 01:29:16 +11:00
Oliver
1960016288
Do not run flutter upgrade (#418) 2023-08-25 23:22:14 +10:00
Oliver
81907ad72f
Flutter upgrades (#416)
* Upgrade flutter version

* Update packages

* update prj files

* Bump android sdk target to 33
2023-08-22 22:52:18 +10:00
Oliver
32c301a9b1
Show version (#415) 2023-08-21 17:43:19 +10:00
Oliver
21ace1ae02
Package updates (#365)
* Update dart version

* Update flutter version in workflow

* Update packages

* Updates to android workflow

* Specify dart verrsion in CI

* Run flutter upgrade

* Helps to check which workflow is actually running I guess

* Disable linting check

* linting fixes

* linting

* Bug fix for paginator
2023-06-12 22:52:07 +10:00
Gustaf Järgren
6d4973deb8
Updated dependencies (#255)
* Bump android compile and target version, also flutter dependencies and resolve issues

* Remove deprecated splashscreen and added support for new Android 12 version.

* Updated workflow action versions and flutter sdk

* Resolved linting issues

* Resolved test binding issues
2023-02-11 00:24:06 +11:00
Oliver
8f0d5add44
Add backup dir for InvenTree test server (#215)
* Add backup dir for InvenTree test server

* Specify python version
2022-11-06 19:57:02 +11:00
Oliver Walters
21e7a976ee Improve checks for API user permissions 2022-06-03 20:42:25 +10:00
Oliver Walters
62b0fcbec5 Start InvenTree server 2022-05-21 21:03:43 +10:00
Oliver Walters
6b0fd2a708 Add script to find and test all un-touched .dart files 2022-05-21 20:03:48 +10:00
Oliver Walters
df48450440 Use coveralls github action 2022-05-21 19:33:01 +10:00
Oliver Walters
a42c1dc886 Reduce CI actions 2022-05-21 19:30:23 +10:00
Oliver Walters
6ef95499b7 Add genhtml step 2022-05-21 19:27:44 +10:00
Oliver Walters
80d898e212 Add github token secret 2022-05-21 00:39:05 +10:00
Oliver Walters
caa10b5f8f Add python requirements file 2022-05-20 23:48:58 +10:00
Oliver Walters
96ae1be3ec Add coveralls step 2022-05-20 23:42:30 +10:00
Oliver Walters
fe3c298f86 Workflow updates 2022-05-20 23:37:55 +10:00
Oliver Walters
d898efdf6d Rename github workflow 2022-05-20 23:35:20 +10:00