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

Update cluster resource loading states #2690

Merged

Conversation

maciaszczykm
Copy link
Contributor

@maciaszczykm maciaszczykm commented Oct 2, 2020

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #2609

Special notes for your reviewer:
At the moment it is added only for cluster resources as mentioned in the issue. @cschieder if we want to use it in more places please let us know about them in a separate issue.

Zrzut ekranu 2020-10-5 o 12 23 49

Zrzut ekranu 2020-10-5 o 12 23 38

Release note:

Updated cluster resource loading states.

@kubermatic-bot kubermatic-bot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Oct 2, 2020
@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maciaszczykm

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 2, 2020
@maciaszczykm maciaszczykm marked this pull request as draft October 2, 2020 11:28
@kubermatic-bot kubermatic-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 2, 2020
@codecov
Copy link

codecov bot commented Oct 2, 2020

Codecov Report

Merging #2690 into master will decrease coverage by 0.04%.
The diff coverage is 43.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2690      +/-   ##
==========================================
- Coverage   52.41%   52.37%   -0.05%     
==========================================
  Files         234      235       +1     
  Lines        8215     8226      +11     
  Branches      991      996       +5     
==========================================
+ Hits         4306     4308       +2     
- Misses       3906     3915       +9     
  Partials        3        3              
Impacted Files Coverage Δ
...uster/cluster-details/cluster-details.component.ts 53.36% <ø> (-0.45%) ⬇️
...ployment-list/machine-deployment-list.component.ts 39.18% <0.00%> (-4.65%) ⬇️
...app/cluster/cluster-details/rbac/rbac.component.ts 42.64% <20.00%> (-1.80%) ⬇️
...hared/utils/health-status/cluster-health-status.ts 91.30% <50.00%> (-3.94%) ⬇️
src/app/shared/components/loader/component.ts 100.00% <100.00%> (ø)
src/app/shared/shared.module.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d0bf226...266c293. Read the comment docs.

@maciaszczykm maciaszczykm marked this pull request as ready for review October 5, 2020 10:22
@kubermatic-bot kubermatic-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 5, 2020
@maciaszczykm
Copy link
Contributor Author

/assign @kgroschoff @floreks

@floreks
Copy link
Contributor

floreks commented Oct 6, 2020

/lgtm

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Oct 6, 2020
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 0ddccc0527c94a51b26e1b8cdc58ba698d18c362

@kubermatic-bot kubermatic-bot merged commit c4bd170 into kubermatic:master Oct 6, 2020
@maciaszczykm maciaszczykm deleted the feature/cluster-loading branch October 6, 2020 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cluster Loading State Update
4 participants