-
Notifications
You must be signed in to change notification settings - Fork 356
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
Network Router: Use API; Fix fixed IPs subnet #2422
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
f7747a1
Network Router: Use API; Fix fixed IPs subnet
gildub db3a424
Use Object.assign
gildub 528925e
Removed unused routes
gildub f61c5c4
Using init() and lodash isEmpty
gildub b2b0692
controller instead of angularForm data
gildub 520c545
Address sparkleoff flow
gildub 564048f
Added return(s) and fix new "id"
gildub 6e45636
Placement dep and getSubnetByRef rename
gildub d99c8f0
Cleanup after rebase
gildub bb13be8
More returns to properly sync operations
gildub 63b6766
Reduce exchanged data
gildub 2cc7aec
network needs ems_id and snat needs network
gildub ad999eb
network required with external gw
gildub a39d274
Using bracket for literals
gildub 565a222
Needs , multiline params and flow fix
gildub 7ee595f
rebased after #3736, using static maxlength
gildub 1921dc6
DRY url for add/cancel/save
gildub f2a9e02
JS better flow and cleansing
gildub 7b80a4e
Use ems_id only
gildub aaa26ff
Added admin state up
gildub b5cb691
Single quotes preferrably
gildub 6b1c9d0
move vm functions
gildub 79da90c
Placement depends upon ems
gildub 1be914b
fix wrong field names
gildub 801922d
Promise: return needed; Admin up/down
gildub a2bdcf8
Consistent ext_management_system and default snat
gildub eab2980
Use getCloudSubnetsByNetworkID directly
gildub 77c7aa5
function scope
gildub 8c6a438
edit: default enable_snat is true
gildub 479b15b
Use nesting fetch; Fixed mandatory field in form
b11a636
Use ems_id only
gildub 3633a9f
No options filtering in cancel mode
gildub 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
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
Oops, something went wrong.
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.
ems_id
? Is this still being used? Because if so, you can't be usingext_management_system.id
for the same purpose :)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.
Not using `ems_id. I replaced it, thanks.