Commit Graph

5706 Commits

Author SHA1 Message Date
Oliver Walters
b6cfa50e12 Allow data operations to run for 'test' 2021-04-25 11:59:35 +10:00
Oliver Walters
f766711838 Add fixture for users / groups 2021-04-25 11:41:48 +10:00
Oliver Walters
e13850515d PEP fixes 2021-04-25 11:30:17 +10:00
Oliver Walters
d9d6a2392d Custom post-processing step as part of export-records command:
- We must delete the permission objects associated with a user or group, as auth.permissions are *NOT* included in the exported data file
- The permissions will be automatically created on first run of the server
2021-04-25 11:29:07 +10:00
Oliver Walters
8ad16ceb9c Refactorin' 2021-04-25 11:07:57 +10:00
Oliver Walters
368a5c3f63 Gotsta create tables first ... 2021-04-25 11:07:43 +10:00
Oliver Walters
dd8c0276c7 Ignore session data when exporting records 2021-04-25 10:52:47 +10:00
Oliver Walters
06afd4d726 Refactor "ready" state into a function 2021-04-25 10:52:31 +10:00
Oliver Walters
6e5fc43105 Prevent copying of labels and templates during data import phase 2021-04-25 10:33:11 +10:00
Oliver Walters
2d7bff0773 Prevent auto-update of group permissions during loaddata stage 2021-04-25 10:30:56 +10:00
Oliver Walters
4f9898fba5 Test import / export for MySQL and PostgreSQL 2021-04-25 10:30:31 +10:00
Oliver Walters
792ff16127 Ignore data file 2021-04-25 10:14:13 +10:00
Oliver Walters
de720afd0e Exclude unwanted modules from import / export 2021-04-25 10:13:31 +10:00
github-actions[bot]
c83a7a0480 updated translation base 2021-04-23 08:09:57 +00:00
Oliver
525a49f001
Merge pull request #1514 from 42CrMo4/multi-platform-docker
docker image armv7
2021-04-23 18:08:32 +10:00
42CrMo4
d97816e5c9
Docker multi-platform publish amv7 2021-04-23 09:30:23 +02:00
42CrMo4
d9cd94f13a
Docker multi-platform build amv7 2021-04-23 09:29:24 +02:00
github-actions[bot]
6cea70d0b7 updated translation base 2021-04-22 23:55:01 +00:00
Oliver
43a36754dc
Update README.md
Added more translation badges
2021-04-23 09:53:38 +10:00
github-actions[bot]
743ef627f5 updated translation base 2021-04-22 23:08:43 +00:00
Oliver
bdd5219019
Merge pull request #1511 from 42CrMo4/multi-platform-docker
Multi platform docker image
2021-04-23 09:07:26 +10:00
Matthias
a11fff0269 man those tests take long 2021-04-22 23:17:27 +02:00
Matthias
83764d5e6c added PO in the fixtures so that should be higher 2021-04-22 22:57:48 +02:00
Matthias
a1237b4a49 always adjust pruchase price if one exists 2021-04-22 22:17:54 +02:00
Matthias
7cb858546e tests for new methods in #1509 2021-04-22 22:16:56 +02:00
Matthias
c14478ed1f automato fill purchase price #1509 2021-04-22 19:31:04 +02:00
42CrMo4
2f13e5a027
Docker multi-platform publish 2021-04-22 19:28:21 +02:00
42CrMo4
654f3ac91b
Docker multi-platform build 2021-04-22 18:43:36 +02:00
github-actions[bot]
8bcdbb7e53 updated translation base 2021-04-22 13:39:06 +00:00
Oliver
2b66eed7fb
Merge pull request #1510 from SchrodingersGat/new-translation
Adds some more translatable strings
2021-04-22 23:37:50 +10:00
Oliver Walters
50d6007afa Cleanup 2021-04-22 23:25:00 +10:00
github-actions[bot]
f021a4cf80 updated translation base 2021-04-22 13:24:53 +00:00
Oliver
eb55fb3e6b Update translations.yml
Fix the context in which this actions runs

(cherry picked from commit a09e852ecb)
2021-04-22 23:24:13 +10:00
Oliver
a09e852ecb
Update translations.yml
Fix the context in which this actions runs
2021-04-22 23:23:32 +10:00
Oliver Walters
d6ef9ee212 Adds some more translatable strings
- Mostly just to check the workflow integration
2021-04-22 23:19:11 +10:00
github-actions[bot]
7cd730c6c6 updated translation base 2021-04-22 12:55:06 +00:00
Oliver
92f6c13fcd
Merge pull request #1500 from matmair/feature/translation-action
translations action
2021-04-22 22:50:47 +10:00
Oliver
2f4e78fe51
Merge pull request #1508 from matmair/use-spaces
use spaces instead of tabs
2021-04-22 21:16:45 +10:00
Matthias
294dd0525f use spaces instead of tabs 2021-04-22 12:53:49 +02:00
Matthias
126c5ca3bf typo 2021-04-22 12:48:42 +02:00
Matthias
f7635fb1c0 reording form 2021-04-22 12:39:48 +02:00
Matthias
80d46fb3ab cleanup; using one currency 2021-04-22 12:30:38 +02:00
Matthias
a0154067d2 added setting -> default false 2021-04-22 12:05:48 +02:00
Oliver
12954f885c
Merge pull request #1507 from SchrodingersGat/report-permissions
Allow 'admin' account access to the report models
2021-04-22 17:20:54 +10:00
Oliver Walters
4a522bb05a Allow 'admin' account access to the report models 2021-04-22 14:53:42 +10:00
Oliver
022219e3cf
Merge pull request #1506 from SchrodingersGat/docker-compose-fixes
docker-compose improvements
2021-04-22 13:34:51 +10:00
Oliver Walters
0c572486ba Revert volume path 2021-04-22 12:49:11 +10:00
Oliver Walters
52deb20e85 docker-compose improvements
- Prepend "inventree" to the name of each container
- Explicitly expose more env variables required for InvenTree db lookup
- Adjust server name in nginx-conf file
2021-04-22 12:15:25 +10:00
Oliver
99060159e3
Merge pull request #1495 from matmair/feature/performance-op
performance improvments docker
2021-04-22 08:53:00 +10:00
Oliver
c5b6e22a58
Merge pull request #1505 from eeintech/email_reset
Enabled default email sender setting
2021-04-22 08:50:05 +10:00