-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: normalize all the line endings (#697)
- Loading branch information
Showing
3 changed files
with
54 additions
and
54 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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# | ||
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
name: Mainline Protection | ||
on: | ||
pull_request: | ||
branches: | ||
- mainline | ||
# The purpose of this workflow is to create a failing Status check on pull request against mainline. This will prevent | ||
# PR from being merged into mainline. | ||
jobs: | ||
mainline-protection: | ||
name: Only create PR against develop branch, not mainline branch | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- run: failing-command # An invalid bash command to trigger failure of this workflow | ||
# | ||
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
||
name: Mainline Protection | ||
on: | ||
pull_request: | ||
branches: | ||
- mainline | ||
# The purpose of this workflow is to create a failing Status check on pull request against mainline. This will prevent | ||
# PR from being merged into mainline. | ||
jobs: | ||
mainline-protection: | ||
name: Only create PR against develop branch, not mainline branch | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- run: failing-command # An invalid bash command to trigger failure of this workflow |
44 changes: 22 additions & 22 deletions
44
addons/addon-base-raas/packages/base-raas-services/lib/schema/attempt-reach-data-source.json
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"properties": { | ||
"id": { | ||
"type": "string", | ||
"minLength": 1, | ||
"maxLength": 100, | ||
"pattern": "^([^<>{}]*)$" | ||
}, | ||
"type": { | ||
"type": "string", | ||
"enum": ["dsAccount", "study"] | ||
}, | ||
"status": { | ||
"type": "string", | ||
"enum": ["active", "inactive", "pending", "error", "reachable", "*"] | ||
} | ||
}, | ||
"required": ["id"] | ||
} | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"properties": { | ||
"id": { | ||
"type": "string", | ||
"minLength": 1, | ||
"maxLength": 100, | ||
"pattern": "^([^<>{}]*)$" | ||
}, | ||
"type": { | ||
"type": "string", | ||
"enum": ["dsAccount", "study"] | ||
}, | ||
"status": { | ||
"type": "string", | ||
"enum": ["active", "inactive", "pending", "error", "reachable", "*"] | ||
} | ||
}, | ||
"required": ["id"] | ||
} |
28 changes: 14 additions & 14 deletions
28
addons/addon-base-raas/packages/base-raas-services/lib/schema/get-study-permissions.json
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"properties": { | ||
"id": { | ||
"type": "string", | ||
"minLength": 1, | ||
"maxLength": 100, | ||
"pattern": "^([^<>{}]*)$" | ||
} | ||
}, | ||
"required": ["id"] | ||
} | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"properties": { | ||
"id": { | ||
"type": "string", | ||
"minLength": 1, | ||
"maxLength": 100, | ||
"pattern": "^([^<>{}]*)$" | ||
} | ||
}, | ||
"required": ["id"] | ||
} |