Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executor resource deployment UX implementation #1617

Merged
merged 64 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
2f3508d
add base cloud resource manager class
venkatBala Mar 13, 2023
fd6b9e9
update changelog
venkatBala Mar 13, 2023
72c21a4
implement initial skeleton fro the executor resource deployment
venkatBala Mar 13, 2023
11fc8a8
fix status command and docstring for deploy
venkatBala Mar 13, 2023
ecf8cf9
add base cloud resource manager class
venkatBala Mar 17, 2023
97fddbf
porting changes from old crm implementation branch
May 1, 2023
963216b
minor edits to CRM
May 1, 2023
7b48edd
Added validation of user passed options
May 2, 2023
0b56ed7
Merge branch 'develop' into i-1604-resource-deployment-ux
FyzHsn May 2, 2023
4c094dc
all commands work as expected
May 3, 2023
46585fd
Update main functions
FyzHsn May 3, 2023
b710da4
Update covalent deploy status cli
FyzHsn May 3, 2023
f1bdc1a
Updates
FyzHsn May 3, 2023
83fa02d
merge with crm implementation branch
FyzHsn May 3, 2023
ba56a0b
Update up cli
FyzHsn May 4, 2023
c81ce74
Add dry run tag
FyzHsn May 4, 2023
86ec850
Add callback method
FyzHsn May 4, 2023
2dee101
Update filter lines
FyzHsn May 4, 2023
1336052
minor update
FyzHsn May 4, 2023
4462fd6
Update changes
FyzHsn May 4, 2023
0ac93d0
synced with develop
May 5, 2023
1bdd413
Adding unit tests for CRM
May 5, 2023
2c0df1a
refactor some code
FyzHsn May 5, 2023
44715d2
Merge branch 'develop' into i-1604-resource-deployment-ux
FyzHsn May 5, 2023
97d174d
fix imports
FyzHsn May 5, 2023
d2c8b67
fix imports
FyzHsn May 5, 2023
63cabe5
fix dispatcher initialization
FyzHsn May 5, 2023
a1e84df
fix dispatcher initialization
FyzHsn May 5, 2023
2543890
update
FyzHsn May 5, 2023
d43eb01
Merge branch 'develop' into i-1604-resource-deployment-ux
FyzHsn May 5, 2023
c00fb7d
fix broken test
FyzHsn May 5, 2023
628a018
Got up and down working
FyzHsn May 8, 2023
a56de9e
Update return code handling
FyzHsn May 8, 2023
a998d87
Merge branch 'develop' into i-1604-resource-deployment-ux
FyzHsn May 8, 2023
3d0d759
Add no color to terraform commands
FyzHsn May 9, 2023
811da44
Merge with develop
FyzHsn May 9, 2023
e76dbbc
Update changelog
FyzHsn May 9, 2023
1bb6f36
Update log file error parsing
FyzHsn May 9, 2023
c6c7804
Update up and down returns
FyzHsn May 9, 2023
d15627e
Fix deploy down
FyzHsn May 9, 2023
6ce767a
Merge branch 'develop' into i-1604-resource-deployment-ux
Aravind-psiog Oct 11, 2023
db9e1b9
Added relevant error messages for deploy up/down
Aravind-psiog Oct 11, 2023
fe95da2
Added aws region validation
Aravind-psiog Oct 11, 2023
8ce96fe
Added argument validation
Aravind-psiog Oct 12, 2023
d0458e3
Added terraform version validation
Aravind-psiog Oct 13, 2023
895d719
Added git path to env
Aravind-psiog Oct 16, 2023
344cd22
Validated git installation on system
Aravind-psiog Oct 16, 2023
1946c67
Merge branch 'develop' into i-1604-resource-deployment-ux
Aravind-psiog Oct 19, 2023
84e8cbb
Merge branch 'develop' into i-1604-resource-deployment-ux
mpvgithub Oct 24, 2023
e1198d2
Updated CRM to return installed plugin status.
ArunPsiog Nov 1, 2023
3bea43b
Fix - executor's deploy message for verbose
mpvgithub Nov 1, 2023
994e112
Capturing failed deployment status on CRM
ArunPsiog Nov 3, 2023
c852c1e
Merge branch 'develop' into i-1604-resource-deployment-ux
ArunPsiog Nov 6, 2023
f18099f
Merge branch 'develop' into i-1604-resource-deployment-ux
kessler-frost Nov 10, 2023
ca706a8
Merge branch 'develop' into i-1604-resource-deployment-ux
mpvgithub Nov 14, 2023
1c5e6cf
minor changes to the boilerplate
mpvgithub Nov 14, 2023
db7035d
Merge branch 'develop' into i-1604-resource-deployment-ux
ArunPsiog Nov 21, 2023
6614189
Updated covalent resource manager test cases
ArunPsiog Nov 21, 2023
8f950f4
Fixed for docker validation
ArunPsiog Nov 21, 2023
63a3760
Update CHANGELOG.md
kessler-frost Nov 21, 2023
1c5d17a
Merge branch 'develop' into i-1604-resource-deployment-ux
kessler-frost Nov 21, 2023
17e0674
add spaces in docstring to improve --help message
araghukas Nov 22, 2023
2a77ae4
Merge branch 'develop' into i-1604-resource-deployment-ux
AlejandroEsquivel Nov 23, 2023
7c0089d
Merge branch 'develop' into i-1604-resource-deployment-ux
AlejandroEsquivel Nov 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New Runner and executor API to bypass server-side memory when running tasks.
- Added qelectron_db as an asset to be transferred from executor's machine to covalent server
- New methods to qelectron_utils, replacing the old ones
- Covalent deploy CLI tool added - allows provisioning infras directly from covalent

### Docs

Expand All @@ -67,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Temporarily skipping the sqlite and database trigger functional tests
- Updated tests to accommodate the new qelectron fixes
- Added new tests for the Database class and qelectron_utils
- Covalent deploy CLI tool tests.

### Removed

Expand Down
Loading
Loading