Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-default-workflow-status-config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjagodic authored Aug 2, 2024
2 parents 9952b18 + 853487b commit 3c9c440
Show file tree
Hide file tree
Showing 64 changed files with 1,012 additions and 241 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/markdown_widget_code_block_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function codeBlock(content) {
<div>
<div></div>
<div>
<div><label>Code Block </label>
<div><label>Code Block</label>
<div><button><span><svg>
<path></path>
</svg></span></button>
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/azure/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/bitbucket/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/git-gateway/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/gitea/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/gitlab/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
1 change: 1 addition & 0 deletions dev-test/backends/proxy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ collections:
- label: Publish Date
name: date
widget: datetime
format: 'YYYY-MM-DDTHH:mm'
- label: Description
name: description
widget: text
Expand Down
Loading

0 comments on commit 3c9c440

Please sign in to comment.