-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
133 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Check if RIO queue is up or down | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- 'test-rio' | ||
# - cron: '6 9-17 * * 1-5' # every hour on weekdays during working hours | ||
|
||
jobs: | ||
deps: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Cache lein project dependencies | ||
uses: actions/cache@v4 | ||
with: | ||
path: "~/.m2/repository" | ||
key: "${{ runner.os }}-clojure-${{ hashFiles('**/project.clj') }}" | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check dependency freshness | ||
run: lein check-deps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"educationSpecificationId": "123e4567-e89b-12d3-a456-426614174000", | ||
"primaryCode": { | ||
"codeType": "crohoCreboCode", | ||
"code": "string" | ||
}, | ||
"otherCodes": [ | ||
{ | ||
"codeType": "crohoCreboCode", | ||
"code": "1234123" | ||
} | ||
], | ||
"educationSpecificationType": "program", | ||
"name": [ | ||
{ | ||
"language": "en-GB", | ||
"value": "Bachelor Chemical technology" | ||
}, | ||
{ | ||
"language": "nl-BE", | ||
"value": "Bachelor Chemische technologie" | ||
} | ||
], | ||
"abbreviation": "B Scheikundige Technologie", | ||
"description": [ | ||
{ | ||
"language": "en-GB", | ||
"value": "program that is a place holder for all courses that are made available for student mobility, program that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobilityprogram that is a place holder for all courses that are made available for student mobility" | ||
} | ||
], | ||
"formalDocument": "diploma", | ||
"level": "master", | ||
"sector": "university education", | ||
"levelOfQualification": "6", | ||
"fieldsOfStudy": "0732", | ||
"studyLoad": { | ||
"studyLoadUnit": "ects", | ||
"value": 3 | ||
}, | ||
"learningOutcomes": [ | ||
[ | ||
{ | ||
"language": "en-GB", | ||
"value": "Executable knowledge of Chemical technology, including: Acquire knowledge of research paradigms." | ||
} | ||
] | ||
], | ||
"link": "https://bijvak.nl", | ||
"parent": "42e2bc1b-6741-4e2e-b138-97b4a342c999", | ||
"children": [ | ||
"497f6eca-6276-4993-bfeb-53cbbbba6f08" | ||
], | ||
"organization": "452c1a86-a0af-475b-b03f-724878b0f387", | ||
"consumers": [ | ||
{ | ||
"consumerKey": "rio", | ||
"educationSpecificationSubType": "variant" | ||
} | ||
], | ||
"ext": {}, | ||
"validFrom": "2019-08-24", | ||
"validTo": "2019-08-25" | ||
} |