-
Notifications
You must be signed in to change notification settings - Fork 8
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
Listing deployments from contracts instead of kvstore #2124
Merged
+782
−310
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
a64d3ef
Change the listing the deployments from the kvstore to contracts data
AhmedHanafy725 ac40295
Update filtering the contracts while listing the deployments
AhmedHanafy725 8b5beb8
Update the contract field on the failed deployment to the new naming
AhmedHanafy725 b4377a5
Remove saving the deployment data after deploying the workload from k…
AhmedHanafy725 7631999
chore: Merge branch 'development' into development_listing
MohamedElmdary 6be3dae
feat: Add markAsFromAnotherClient helper
MohamedElmdary ab63505
feat: use markAsFromAnotherClient and add switch to toggle between sh…
MohamedElmdary 3c6b9eb
feat: use markAsFromAnotherClient and add switch to toggle between sh…
MohamedElmdary 70df69f
- feat: Support disable in icon_action_btn
MohamedElmdary faee502
refactor: Remove console logs
MohamedElmdary 1994bf2
fix: Elimiate a possible error due to null value of gridStore.client
MohamedElmdary 671f5ce
fix: if projectName was empty it causes a leading / which causes issu…
MohamedElmdary fd0996e
fix: mark only item from different client
MohamedElmdary 204f684
feat: Move filter to graphql level instead of client level
MohamedElmdary ef75fac
feat: Store parsed value instead of parsing deploymentData over and over
MohamedElmdary 715fff0
chore: Merge branch 'development' into development_listing
MohamedElmdary 35183e1
fix: Stop filtering out workers from k8s clusters
MohamedElmdary 0ee9dfa
fix: interfaces might be empty
MohamedElmdary af5e598
chore: Merge branch 'development' into development_listing
MohamedElmdary 810f5c7
feat: Disable k8s clusters from other clients
MohamedElmdary 3f955bd
fix: Add reload deployment with no projectName if failed to load with…
MohamedElmdary 02c6027
fix: Add reload deployment with no projectName if failed to load with…
MohamedElmdary 612a439
feat: Add tooltip for 'show all deployments' switch to make it more c…
MohamedElmdary ed73037
Merge branch 'development' into development_listing
AhmedHanafy725 c0bf57f
Get the network names from contracts and merge them with old ones sto…
AhmedHanafy725 dec42be
Load the network from the contracts
AhmedHanafy725 dbe8523
Load reserved ips from vm deployments
AhmedHanafy725 df1e4cb
Update workload's metadata of the newly created deployments
AhmedHanafy725 1efd99d
Update metadata interface to have version and change it to match the …
AhmedHanafy725 587760b
Set user access in the node to be set on the metadata when deploying …
AhmedHanafy725 3844f15
Update getting the wireguard config with fallback to kvstore
AhmedHanafy725 a7320ad
Update getting wireguard access from the playground
AhmedHanafy725 8b2817a
Get the reserved ips from zos instead of loop on all vms on this node
AhmedHanafy725 1840e6a
Add version 3 to the metadata
AhmedHanafy725 126c222
Disallow change the contract metadata by the user
AhmedHanafy725 2745adb
Merge branch 'development' into development_listing
AhmedHanafy725 aba9b0e
Merge branch 'development_listing' into development_load_networks
AhmedHanafy725 60d9490
Save the newly deployed contracts on the module to cover the delay fr…
AhmedHanafy725 fd07e71
Add the missing the fields for the resulted contracts
AhmedHanafy725 78ede80
Remove saving the network in the kvstore/filesystem
AhmedHanafy725 82b8e58
Store the user access on the network object instead of the node object
AhmedHanafy725 20e4235
Update kubernetes metadata
AhmedHanafy725 550b90b
Update scripts with the project name
AhmedHanafy725 f1dd744
Handle the case of the mount was set with null while getting the mach…
AhmedHanafy725 df14ae7
Return empty list for wireguard access in case there is no wireguard …
AhmedHanafy725 f747cb9
Update kubernetes projectname in the dashboard
AhmedHanafy725 a77edbf
Remove the repeated instances
AhmedHanafy725 6d21fed
Merge pull request #2239 from threefoldtech/development_load_networks
AhmedHanafy725 60f9260
Fix importing k8s worker as type
AhmedHanafy725 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
Change the listing the deployments from the kvstore to contracts data
- v2.7.0-rc3
- v2.7.0-rc2
- v2.7.0-rc1
- v2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6.0
- v2.6.0-rc4
- v2.6.0-rc3
- v2.6.0-rc2
- v2.6.0-rc1
- v2.5.2
- v2.5.1
- v2.5.0
- v2.5.0-rc3
- v2.5.0-rc2
- v2.5.0-rc1
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.4.0-rc2
- v2.4.0-rc1
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.3.0-rc4
- v2.3.0-rc3
- v2.3.0-rc2
- v2.3.0-rc1
commit a64d3ef4eea4c504d8c7ba64253e849025bfad70
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we introduce a new error class and use it here ?