Skip to content

Commit

Permalink
Merge branch 'master' into turkish
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Mar 18, 2024
2 parents 8eecf03 + c9f146c commit 68668fc
Show file tree
Hide file tree
Showing 514 changed files with 84,996 additions and 61,012 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
- name: Create Windows package
run: npm run package:win
if: runner.os == 'Windows'
env:
CSC_LINK: ${{ secrets.WIN_CERT }}
CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_PW }}
# env:
# CSC_LINK: ${{ secrets.WIN_CERT }}
# CSC_KEY_PASSWORD: ${{ secrets.WIN_CERT_PW }}
working-directory: desktop
- name: Create Linux package
run: npm run package:lnx
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 24.3
elixir-version: 1.13.4
- name: Install inotify-tools
run: sudo apt-get install inotify-tools
otp-version: 26.0
elixir-version: 1.16.0
- name: Start CouchDB
run: docker-compose -f docker-compose.yml --env-file .env_template up -d &
run: docker-compose -f docker-compose.yml --env-file .env_template up -d
working-directory: server
- name: Setup server
- name: Sleep to await CouchDB startup
run: sleep 15s
- name: Install FieldHub dependencies and run setup
run: mix setup
working-directory: server
- name: Run server tests
- name: Run FieldHub tests
run: mix test
working-directory: server
working-directory: server
37 changes: 36 additions & 1 deletion core/config/Config-Default.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,34 @@
"Type:default": {
"hidden": [],
"fields": {}
},
"StoragePlace:default": {
"hidden": [],
"fields": {}
},
"StorageBuilding:default": {
"hidden": [],
"fields": {}
},
"StorageRoom:default": {
"hidden": [],
"fields": {}
},
"StorageShelf:default": {
"hidden": [],
"fields": {}
},
"StorageCompartment:default": {
"hidden": [],
"fields": {}
},
"StorageBox:default": {
"hidden": [],
"fields": {}
},
"StorageBag:default": {
"hidden": [],
"fields": {}
}
},
"order": [
Expand Down Expand Up @@ -271,6 +299,13 @@
"Drawing",
"Photo",
"TypeCatalog",
"Type"
"Type",
"StoragePlace",
"StorageBuilding",
"StorageRoom",
"StorageShelf",
"StorageCompartment",
"StorageBox",
"StorageBag"
]
}
12 changes: 12 additions & 0 deletions core/config/Core/Language.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
},
"shortDescription": {
"label": "Kurzbeschreibung"
},
"hasChildren": {
"label": "Untergeordnete Ressourcen"
},
"includesStratigraphicalUnits": {
"label": "Umfasst stratigraphische Einheiten"
}
},
"categories": {
Expand Down Expand Up @@ -107,6 +113,12 @@
},
"hasInstance": {
"label": "Zugeordnete Funde"
},
"isStoredIn": {
"label": "Wird aufbewahrt in"
},
"isStoragePlaceOf": {
"label": "Ist Aufbewahrungsort von"
}
}
}
112 changes: 112 additions & 0 deletions core/config/Core/Language.el.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
{
"fields": {
"category": {
"label": ""
},
"identifier": {
"label": "",
"description": ""
},
"shortDescription": {
"label": ""
}
},
"categories": {
"Project": {
"label": "",
"fields": {
"coordinateReferenceSystem": {
"label": ""
},
"shortName": {
"label": ""
}
}
},
"Image": {
"label": "",
"fields": {
"height": {
"label": ""
},
"width": {
"label": ""
}
}
}
},
"relations": {
"isRecordedIn": {
"label": ""
},
"liesWithin": {
"label": ""
},
"includes": {
"label": ""
},
"isPresentIn": {
"label": ""
},
"isAbove": {
"label": ""
},
"isBelow": {
"label": ""
},
"isSameAs": {
"label": ""
},
"cuts": {
"label": ""
},
"isCutBy": {
"label": ""
},
"fills": {
"label": ""
},
"isFilledBy": {
"label": ""
},
"borders": {
"label": ""
},
"abuts": {
"label": ""
},
"isAbuttedBy": {
"label": ""
},
"bondsWith": {
"label": ""
},
"isAfter": {
"label": ""
},
"isBefore": {
"label": ""
},
"isContemporaryWith": {
"label": ""
},
"depicts": {
"label": ""
},
"isDepictedIn": {
"label": ""
},
"isMapLayerOf": {
"label": ""
},
"hasMapLayer": {
"label": ""
},
"isInstanceOf": {
"label": ""
},
"hasInstance": {
"label": ""
}
}
}
6 changes: 6 additions & 0 deletions core/config/Core/Language.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@
},
"hasInstance": {
"label": "Associated finds"
},
"isStoredIn": {
"label": "Is stored in"
},
"isStoragePlaceOf": {
"label": "Is storage place of"
}
}
}
30 changes: 30 additions & 0 deletions core/config/Library/Categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,5 +1617,35 @@
"valuelistId": "damages-default"
}
}
},
"StorageBuilding": {
"parent": "StoragePlace",
"description": {},
"fields": {}
},
"StorageRoom": {
"parent": "StoragePlace",
"description": {},
"fields": {}
},
"StorageShelf": {
"parent": "StoragePlace",
"description": {},
"fields": {}
},
"StorageCompartment": {
"parent": "StoragePlace",
"description": {},
"fields": {}
},
"StorageBox": {
"parent": "StoragePlace",
"description": {},
"fields": {}
},
"StorageBag": {
"parent": "StoragePlace",
"description": {},
"fields": {}
}
}
Loading

0 comments on commit 68668fc

Please sign in to comment.