-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding enterprise submodule for custom additional components (#996)
* Added optional enterprise submodule * Added checked out version of enterprise submodule * frontend file for CarbonDB now as symlink * Removing enterprise functionality and adding modularity to Dashboard and install process * Using events API to send token validation * ee token must be in double quoted string * Eco-CI brought back to main repo * Eco-CI now always active in frontend * Updated ee submodule * Moved ee tests to ee folder; Updated ee repo * test-config now created dynamically * Removing test-config from git * Ignoring test-config.yml * Do not checkout submodules by default * missing .sh * Refactored create_test_config_file * Updated README with enterprise test instructions * CarbonDB and PowerHOG must be actively deactivated
- Loading branch information
Showing
43 changed files
with
444 additions
and
3,764 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
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 |
---|---|---|
|
@@ -24,3 +24,4 @@ static-binary | |
/docker/test-compose.yml | ||
/tests/structure.sql | ||
tools/sgx_enable | ||
/tests/test-config.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 |
---|---|---|
|
@@ -4,3 +4,6 @@ | |
[submodule "metric_providers/psu/energy/ac/xgboost/machine/model"] | ||
path = metric_providers/psu/energy/ac/xgboost/machine/model | ||
url = https://github.com/green-coding-solutions/spec-power-model | ||
[submodule "ee"] | ||
path = ee | ||
url = [email protected]:green-coding-solutions/gmt-enterprise.git |
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.