-
Notifications
You must be signed in to change notification settings - Fork 134
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
org/space quotas: listing and management #3650
Merged
Merged
Conversation
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
✅ Hey vitoravelino! The commit authors and yourself have already signed the CLA. |
vitoravelino
force-pushed
the
quota-details
branch
from
June 18, 2019 11:46
6135277
to
783954b
Compare
vitoravelino
force-pushed
the
quotas-add-edit
branch
from
June 18, 2019 14:14
6071860
to
cfa4e19
Compare
vitoravelino
force-pushed
the
quotas-add-edit
branch
from
July 8, 2019 14:31
cfa4e19
to
d042573
Compare
richard-cox
suggested changes
Jul 18, 2019
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.
- Think there's enough cross over between all the four versions of create/edit quota/space quota to use a single base component and override parts like populating existing values, submitting and text. This would remove a lot of duplicated code. There are a few other places this could happen as well, but lets just apply to this main big one.
- Form fields should be updated with a checkbox to mark quota field as 'unlimited' (only where -1 is a valid value). When checked field should be disabled
...core/src/features/cloud-foundry/add-quota/create-quota-step/create-quota-step.component.html
Outdated
Show resolved
Hide resolved
...es/cloud-foundry/edit-space-quota/edit-space-quota-step/edit-space-quota-step.component.html
Outdated
Show resolved
Hide resolved
...core/src/features/cloud-foundry/add-quota/create-quota-step/create-quota-step.component.html
Outdated
Show resolved
Hide resolved
...cloud-foundry-organization-space-quotas/cloud-foundry-organization-space-quotas.component.ts
Outdated
Show resolved
Hide resolved
vitoravelino
changed the title
[ignore] org/space quotas: listing and management
[wip] org/space quotas: listing and management
Jul 19, 2019
vitoravelino
changed the title
[wip] org/space quotas: listing and management
org/space quotas: listing and management
Jul 19, 2019
vitoravelino
force-pushed
the
quotas-add-edit
branch
from
July 24, 2019 20:54
52d9e77
to
23589fd
Compare
Quotas are now manageable and by that it means the user is now able to list, add, edit and delete them. Signed-off-by: Vítor Avelino <vavelino@suse.com>
vitoravelino
force-pushed
the
quotas-add-edit
branch
5 times, most recently
from
July 25, 2019 12:22
9a0c421
to
dd04b52
Compare
vitoravelino
force-pushed
the
quotas-add-edit
branch
2 times, most recently
from
July 25, 2019 13:54
005d1ef
to
94071b1
Compare
Codecov Report
@@ Coverage Diff @@
## v2-master #3650 +/- ##
============================================
+ Coverage 51.87% 52.17% +0.3%
============================================
Files 765 783 +18
Lines 22425 22892 +467
Branches 4029 4088 +59
============================================
+ Hits 11633 11945 +312
- Misses 10792 10947 +155 |
Signed-off-by: Vítor Avelino <vavelino@suse.com>
vitoravelino
force-pushed
the
quotas-add-edit
branch
from
July 26, 2019 10:47
94071b1
to
2bbd025
Compare
- Show edit quota on space level quota details page - Ensure we return from edit stepper from org's space quota list, org level quota page and space level quota page - Apply permissions to edit quota
richard-cox
force-pushed
the
quotas-add-edit
branch
from
August 1, 2019 13:50
64f965b
to
3c2ca17
Compare
richard-cox
approved these changes
Aug 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Quotas are now manageable and by that it means the user is now able to
list, add, edit and delete them.
Signed-off-by: Vítor Avelino vavelino@suse.com
Description
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: