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

Issue #621 - Remove resources state from application CRD #758

Merged
merged 1 commit into from
Nov 17, 2018

Conversation

alexmt
Copy link
Collaborator

@alexmt alexmt commented Nov 8, 2018

Closes #621

@alexmt alexmt requested a review from jessesuen November 8, 2018 18:25
@alexmt alexmt force-pushed the 621-remove-resources-from-crd branch from c323549 to 02e7694 Compare November 8, 2018 18:45
@codecov-io
Copy link

codecov-io commented Nov 8, 2018

Codecov Report

Merging #758 into master will decrease coverage by 0.5%.
The diff coverage is 9.25%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #758      +/-   ##
=========================================
- Coverage      27%   26.5%   -0.51%     
=========================================
  Files          41      42       +1     
  Lines        6359    6479     +120     
=========================================
  Hits         1717    1717              
- Misses       4401    4522     +121     
+ Partials      241     240       -1
Impacted Files Coverage Δ
controller/clientset.go 0% <0%> (ø)
controller/state.go 2.68% <0%> (-0.22%) ⬇️
server/application/application.pb.gw.go 0% <0%> (ø) ⬆️
controller/appcontroller.go 10.27% <1.94%> (-1.71%) ⬇️
server/server.go 29.19% <100%> (ø) ⬆️
server/application/application.go 6.82% <27.5%> (+0.04%) ⬆️
controller/sync.go 28.83% <50%> (+0.18%) ⬆️
util/argo/argo.go 19.52% <66.66%> (-0.55%) ⬇️

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 3f7a0d3...99acc07. Read the comment docs.

@alexmt alexmt force-pushed the 621-remove-resources-from-crd branch 3 times, most recently from fc8bba0 to a32588a Compare November 9, 2018 18:18
@alexmt alexmt changed the title [WIP]Issue #621 - Remove resources state from application CRD Issue #621 - Remove resources state from application CRD Nov 9, 2018
@alexmt alexmt requested a review from dthomson25 November 9, 2018 18:18
@alexmt alexmt force-pushed the 621-remove-resources-from-crd branch 3 times, most recently from f4c9768 to ebeb6ba Compare November 13, 2018 17:24
@alexmt alexmt force-pushed the 621-remove-resources-from-crd branch from ebeb6ba to 99acc07 Compare November 16, 2018 19:05
@@ -339,7 +350,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: jessesuen/argocd-application-controller:latest
image: argoproj/argocd-application-controller:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like I missed this image to use the new master image. Can you fix my mistake?

Name string `json:"name,omitempty" protobuf:"bytes,4,opt,name=name"`
Status ComparisonStatus `json:"status,omitempty" protobuf:"bytes,5,opt,name=status"`
Health HealthStatus `json:"health,omitempty" protobuf:"bytes,6,opt,name=health"`
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better data structure than what we had before. Great!

@alexmt alexmt force-pushed the 621-remove-resources-from-crd branch from 99acc07 to 4c1b750 Compare November 17, 2018 01:09
@alexmt alexmt merged commit 44087fa into argoproj:master Nov 17, 2018
@alexmt alexmt deleted the 621-remove-resources-from-crd branch July 15, 2019 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants