-
Notifications
You must be signed in to change notification settings - Fork 132
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
3,280 changed files
with
381,291 additions
and
182,217 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,4 +1,20 @@ | ||
## GUARDIAN ECOSYSTEM ENVIRONMENT NAME | ||
# if you already started to use actively Guardian leave GUARDIAN_ENV empty when you want to use it as usual | ||
# if you want to use a new environment configure GUARDIAN_ENV with a significative environment name | ||
GUARDIAN_ENV="" | ||
# GUARDIAN ECOSYSTEM ENVIRONMENT NAME | ||
# if you have already started actively using Guardian, leave GUARDIAN_ENV blank if you want to continue use it as normal | ||
# if you want to use a new environment, configure GUARDIAN_ENV with a meaningful environment name | ||
GUARDIAN_ENV= | ||
|
||
# GUARDIAN_VERSION | ||
# This variable specifies the version tag for Guardian services images. | ||
# It is used for multiple services in Docker Compose configurations without the "-build" postfix. | ||
# | ||
# Usage: | ||
# - Set to a specific version number for reproducible builds (e.g., "2.27.1") | ||
# - Leave empty to use the default version specified in the Docker Compose file | ||
# | ||
# Examples: | ||
# GUARDIAN_VERSION=2.27.1 | ||
# GUARDIAN_VERSION=latest | ||
# GUARDIAN_VERSION= | ||
# | ||
# Note: If not set, it defaults to "latest" in the Docker Compose file. | ||
GUARDIAN_VERSION= |
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,49 @@ | ||
################################### | ||
##### Global Protection Rule ###### | ||
################################### | ||
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below. | ||
* @hashgraph/envision-blockchain-hedera | ||
|
||
############################ | ||
##### Project Files ###### | ||
############################ | ||
|
||
*/src/** @hashgraph/guardian-committers @hashgraph/guardian-maintainers | ||
*/tests/** @hashgraph/guardian-committers @hashgraph/guardian-maintainers | ||
|
||
|
||
######################### | ||
##### Core Files ###### | ||
######################### | ||
|
||
# NOTE: Must be placed last to ensure enforcement over all other rules | ||
|
||
# Protection Rules for Github Configuration Files and Actions Workflows | ||
/.github/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers | ||
/.github/workflows/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/guardian-committers | ||
|
||
# NodeJS project files | ||
package.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers | ||
package-lock.json @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers | ||
jest.config.mjs @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates @hashgraph/guardian-committers | ||
|
||
# Codacy Tool Configurations | ||
/config/ @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
.remarkrc @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/developer-advocates | ||
|
||
# Semantic Release Configuration | ||
.releaserc @hashgraph/devops-ci @hashgraph/devops-ci-committers | ||
|
||
# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval) | ||
/CODEOWNERS @hashgraph/release-engineering-managers | ||
|
||
# Protect the repository root files | ||
/README.md @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers @hashgraph/guardian-maintainers | ||
**/LICENSE @hashgraph/release-engineering-managers @hashgraph/guardian-maintainers | ||
|
||
# CodeCov configuration | ||
**/codecov.yml @hashgraph/devops-ci @hashgraph/devops-ci-committers | ||
|
||
# Git Ignore definitions | ||
**/.gitignore @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers | ||
**/.gitignore.* @hashgraph/devops-ci @hashgraph/devops-ci-committers @hashgraph/release-engineering-managers |
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
Oops, something went wrong.