mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
yaml!
This commit is contained in:
parent
8c63b53c16
commit
d5b65e6e41
2
.github/workflows/docker_build.yaml
vendored
2
.github/workflows/docker_build.yaml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
- 'master'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
2
.github/workflows/mysql.yaml
vendored
2
.github/workflows/mysql.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
2
.github/workflows/postgresql.yaml
vendored
2
.github/workflows/postgresql.yaml
vendored
@ -5,7 +5,7 @@ name: PostgreSQL
|
|||||||
on: ["push", "pull_request"]
|
on: ["push", "pull_request"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
name: A customer
|
name: A customer
|
||||||
description: A company that we sell things to!
|
description: A company that we sell things to!
|
||||||
is_customer: True
|
is_customer: True
|
||||||
|
|
||||||
- model: company.company
|
- model: company.company
|
||||||
pk: 5
|
pk: 5
|
||||||
fields:
|
fields:
|
||||||
|
@ -11,7 +11,7 @@ database:
|
|||||||
# or specify database options using environment variables
|
# or specify database options using environment variables
|
||||||
|
|
||||||
# Refer to the django documentation for full list of options
|
# Refer to the django documentation for full list of options
|
||||||
|
|
||||||
# --- Available options: ---
|
# --- Available options: ---
|
||||||
# ENGINE: Database engine. Selection from:
|
# ENGINE: Database engine. Selection from:
|
||||||
# - sqlite3
|
# - sqlite3
|
||||||
@ -114,7 +114,7 @@ allowed_hosts:
|
|||||||
cors:
|
cors:
|
||||||
# CORS_ORIGIN_ALLOW_ALL - If True, the whitelist will not be used and all origins will be accepted.
|
# CORS_ORIGIN_ALLOW_ALL - If True, the whitelist will not be used and all origins will be accepted.
|
||||||
allow_all: True
|
allow_all: True
|
||||||
|
|
||||||
# CORS_ORIGIN_WHITELIST - A list of origins that are authorized to make cross-site HTTP requests. Defaults to []
|
# CORS_ORIGIN_WHITELIST - A list of origins that are authorized to make cross-site HTTP requests. Defaults to []
|
||||||
# whitelist:
|
# whitelist:
|
||||||
# - https://example.com
|
# - https://example.com
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
tree_id: 2
|
tree_id: 2
|
||||||
lft: 1
|
lft: 1
|
||||||
rght: 4
|
rght: 4
|
||||||
|
|
||||||
- model: part.partcategory
|
- model: part.partcategory
|
||||||
pk: 8
|
pk: 8
|
||||||
fields:
|
fields:
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
tree_id: 2
|
tree_id: 2
|
||||||
lft: 4
|
lft: 4
|
||||||
rght: 5
|
rght: 5
|
||||||
|
|
||||||
- model: stock.stocklocation
|
- model: stock.stocklocation
|
||||||
pk: 7
|
pk: 7
|
||||||
fields:
|
fields:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user