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

Added start dates (#87)
Some checks failed
Import Dataset / stable (push) Has been cancelled
Import Dataset / latest (push) Has been cancelled

* Added start dates

* Added INVENTREE_SITE_URL

* Fix other workflow
This commit is contained in:
Oliver 2025-01-20 22:14:10 +11:00 committed by GitHub
parent baaa92eda5
commit 0a94ccb4e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 8 deletions

View File

@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
INVENTREE_SITE_URL: http://localhost:8000
INVENTREE_DB_ENGINE: sqlite3 INVENTREE_DB_ENGINE: sqlite3
INVENTREE_DB_NAME: inventree_db_stable.sqlite3 INVENTREE_DB_NAME: inventree_db_stable.sqlite3
INVENTREE_BACKUP_DIR: $GITHUB_WORKSPACE/path/to/backup INVENTREE_BACKUP_DIR: $GITHUB_WORKSPACE/path/to/backup
@ -37,6 +38,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
INVENTREE_SITE_URL: http://localhost:8000
INVENTREE_DB_ENGINE: sqlite3 INVENTREE_DB_ENGINE: sqlite3
INVENTREE_DB_NAME: inventree_db_latest.sqlite3 INVENTREE_DB_NAME: inventree_db_latest.sqlite3
INVENTREE_BACKUP_DIR: $GITHUB_WORKSPACE/path/to/backup INVENTREE_BACKUP_DIR: $GITHUB_WORKSPACE/path/to/backup

View File

@ -89069,7 +89069,7 @@
"pk": 1, "pk": 1,
"fields": { "fields": {
"password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=", "password": "pbkdf2_sha256$600000$eW6hr1msXY3U1vkqy3K4wd$/egntyTaLBCUPnM1nM2LIbbDGjKfccvIOgexovlFKjo=",
"last_login": "2024-12-27T09:31:45.105Z", "last_login": "2025-01-20T10:49:09.565Z",
"is_superuser": true, "is_superuser": true,
"username": "admin", "username": "admin",
"first_name": "", "first_name": "",
@ -207457,7 +207457,7 @@
"model": "build.build", "model": "build.build",
"pk": 1, "pk": 1,
"fields": { "fields": {
"metadata": null, "metadata": {},
"reference_int": 1, "reference_int": 1,
"notes": "", "notes": "",
"barcode_data": "", "barcode_data": "",
@ -207474,7 +207474,8 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2021-11-10", "creation_date": "2021-11-10",
"target_date": null, "start_date": "2025-02-14",
"target_date": "2025-02-28",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
"issued_by": [ "issued_by": [
@ -207512,6 +207513,7 @@
"status": 30, "status": 30,
"batch": "", "batch": "",
"creation_date": "2022-04-21", "creation_date": "2022-04-21",
"start_date": null,
"target_date": "2022-07-27", "target_date": "2022-07-27",
"completion_date": "2024-08-05", "completion_date": "2024-08-05",
"completed_by": [ "completed_by": [
@ -207552,6 +207554,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2022-04-27", "creation_date": "2022-04-27",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207590,6 +207593,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2022-04-27", "creation_date": "2022-04-27",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207628,6 +207632,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2022-04-29", "creation_date": "2022-04-29",
"start_date": null,
"target_date": "2022-09-30", "target_date": "2022-09-30",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207666,6 +207671,7 @@
"status": 40, "status": 40,
"batch": "", "batch": "",
"creation_date": "2022-04-29", "creation_date": "2022-04-29",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": "2022-04-29", "completion_date": "2022-04-29",
"completed_by": [ "completed_by": [
@ -207706,6 +207712,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2022-04-29", "creation_date": "2022-04-29",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207744,6 +207751,7 @@
"status": 40, "status": 40,
"batch": "", "batch": "",
"creation_date": "2022-04-29", "creation_date": "2022-04-29",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": "2022-04-29", "completion_date": "2022-04-29",
"completed_by": [ "completed_by": [
@ -207784,6 +207792,7 @@
"status": 40, "status": 40,
"batch": "", "batch": "",
"creation_date": "2022-04-29", "creation_date": "2022-04-29",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": "2022-04-29", "completion_date": "2022-04-29",
"completed_by": [ "completed_by": [
@ -207824,6 +207833,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207862,6 +207872,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207900,6 +207911,7 @@
"status": 40, "status": 40,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": "2022-05-25", "completion_date": "2022-05-25",
"completed_by": [ "completed_by": [
@ -207940,6 +207952,7 @@
"status": 10, "status": 10,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -207978,6 +207991,7 @@
"status": 10, "status": 10,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -208016,6 +208030,7 @@
"status": 40, "status": 40,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": "2022-05-25", "completion_date": "2022-05-25",
"completed_by": [ "completed_by": [
@ -208056,6 +208071,7 @@
"status": 10, "status": 10,
"batch": "", "batch": "",
"creation_date": "2022-05-25", "creation_date": "2022-05-25",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -208094,6 +208110,7 @@
"status": 25, "status": 25,
"batch": "", "batch": "",
"creation_date": "2024-08-05", "creation_date": "2024-08-05",
"start_date": null,
"target_date": "2024-10-19", "target_date": "2024-10-19",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -208132,6 +208149,7 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2024-08-05", "creation_date": "2024-08-05",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -208170,7 +208188,8 @@
"status": 10, "status": 10,
"batch": "", "batch": "",
"creation_date": "2024-08-05", "creation_date": "2024-08-05",
"target_date": null, "start_date": "2024-10-16",
"target_date": "2024-10-31",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
"issued_by": [ "issued_by": [
@ -208208,6 +208227,7 @@
"status": 10, "status": 10,
"batch": "", "batch": "",
"creation_date": "2024-08-08", "creation_date": "2024-08-08",
"start_date": null,
"target_date": null, "target_date": null,
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
@ -208246,7 +208266,8 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2024-08-08", "creation_date": "2024-08-08",
"target_date": null, "start_date": "2024-11-21",
"target_date": "2024-12-26",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
"issued_by": [ "issued_by": [
@ -208284,7 +208305,8 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2024-08-08", "creation_date": "2024-08-08",
"target_date": null, "start_date": "2025-01-01",
"target_date": "2025-01-22",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
"issued_by": [ "issued_by": [
@ -208322,7 +208344,8 @@
"status": 25, "status": 25,
"batch": null, "batch": null,
"creation_date": "2024-08-08", "creation_date": "2024-08-08",
"target_date": null, "start_date": "2025-01-23",
"target_date": "2025-01-30",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
"issued_by": [ "issued_by": [
@ -208360,7 +208383,8 @@
"status": 20, "status": 20,
"batch": "", "batch": "",
"creation_date": "2024-08-08", "creation_date": "2024-08-08",
"target_date": null, "start_date": "2025-02-06",
"target_date": "2025-02-27",
"completion_date": null, "completion_date": null,
"completed_by": null, "completed_by": null,
"issued_by": [ "issued_by": [