-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/DDS-72-add-sensor-plugin
- Loading branch information
Showing
134 changed files
with
3,287 additions
and
3,537 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,36 @@ | ||
name: build | ||
|
||
on: push | ||
|
||
jobs: | ||
set_status_in_progress: | ||
name: set_status_in_progress | ||
if: always() | ||
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main | ||
secrets: inherit | ||
with: | ||
context: 'tide_build' | ||
description: 'Tide Build running...' | ||
state: 'pending' | ||
target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} | ||
tide_build: | ||
name: tide_build | ||
secrets: inherit | ||
uses: dpc-sdp/github-actions/.github/workflows/tide_build.yml@main | ||
with: | ||
module_build: true | ||
runner: biggy-tide | ||
export_config: | ||
name: export_config | ||
secrets: inherit | ||
uses: dpc-sdp/github-actions/.github/workflows/export_config.yml@main | ||
set_status: | ||
name: set_status | ||
needs: [tide_build] | ||
if: always() | ||
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main | ||
secrets: inherit | ||
with: | ||
context: 'tide_build' | ||
description: 'Tide Build' | ||
target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} |
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,14 @@ | ||
name: dorg_git_sync | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
tags: | ||
- '*' | ||
|
||
jobs: | ||
dorg_git_sync: | ||
name: dorg_git_sync | ||
uses: dpc-sdp/github-actions/.github/workflows/dorg_git_sync.yml@main | ||
secrets: inherit |
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,31 @@ | ||
name: merge_to_reference | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
|
||
jobs: | ||
set_status_in_progress: | ||
name: set_status_in_progress | ||
if: always() | ||
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main | ||
secrets: inherit | ||
with: | ||
context: 'tide_merge_to_reference' | ||
description: 'Merge to reference running...' | ||
state: 'pending' | ||
target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} | ||
tide_merge_to_reference: | ||
name: tide_merge_to_reference | ||
uses: dpc-sdp/github-actions/.github/workflows/tide_merge_to_reference.yml@main | ||
set_status: | ||
name: set_status | ||
needs: [tide_merge_to_reference] | ||
if: always() | ||
uses: dpc-sdp/github-actions/.github/workflows/set_status.yml@main | ||
secrets: inherit | ||
with: | ||
context: 'tide_merge_to_reference' | ||
description: 'Merge to reference running...' | ||
target_url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} |
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
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
config/install/ckeditor_templates.ckeditor_templates.blockquote.yml
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,13 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: blockquote | ||
label: Blockquote | ||
description: 'Blockquote with 2 lines of caption' | ||
thumb: { } | ||
code: "<blockquote class=\"quotation\">\r\n<p>Berios sim destrum facientota nis ex eost aut prae vendis explam aliquis dolorpo rrorem reptaep elenis net.</p>\r\n\r\n<footer><cite><span class=\"quotation__author\">Her Excellency the Honourable Linda Dessau AC</span><br />\r\n<span class=\"quotation__author-title\">Governor of Victoria</span> </cite></footer>\r\n</blockquote>\r\n" | ||
formats: | ||
rich_text: rich_text | ||
summary_text: summary_text | ||
admin_text: admin_text | ||
weight: 0 |
13 changes: 13 additions & 0 deletions
13
config/install/ckeditor_templates.ckeditor_templates.primary_button.yml
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,13 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: primary_button | ||
label: 'Primary Button' | ||
description: '' | ||
thumb: { } | ||
code: '<p><a class="button" href="Primary-button-link">Primary button text</a></p>' | ||
formats: | ||
rich_text: rich_text | ||
summary_text: summary_text | ||
admin_text: admin_text | ||
weight: 1 |
13 changes: 13 additions & 0 deletions
13
config/install/ckeditor_templates.ckeditor_templates.secondary_button.yml
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,13 @@ | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: secondary_button | ||
label: 'Secondary Button' | ||
description: '' | ||
thumb: { } | ||
code: '<p><a class="button button--secondary" href="Secondary-button-link">Secondary button text</a></p>' | ||
formats: | ||
rich_text: rich_text | ||
summary_text: summary_text | ||
admin_text: admin_text | ||
weight: 2 |
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
Oops, something went wrong.