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

Feature/15820 #15953

Closed
wants to merge 2 commits into from
Closed

Feature/15820 #15953

wants to merge 2 commits into from

Conversation

nikzayn
Copy link
Contributor

@nikzayn nikzayn commented Oct 13, 2023

Checklist:

@nikzayn nikzayn requested review from a team as code owners October 13, 2023 08:39
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (aed8494) 49.68% compared to head (dcfff0d) 49.68%.
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #15953      +/-   ##
==========================================
- Coverage   49.68%   49.68%   -0.01%     
==========================================
  Files         267      267              
  Lines       46362    46362              
==========================================
- Hits        23036    23035       -1     
+ Misses      21067    21066       -1     
- Partials     2259     2261       +2     
Files Coverage Δ
.../apis/application/v1alpha1/applicationset_types.go 22.06% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blakepettersson
Copy link
Member

I have added a brief description of why this PR is necessary and/or what this PR solves.

I see no such description...

Looking at #15820, this is intended to be used as some cache but it's not clear at this time how that is intended to work...

@@ -339,7 +339,7 @@ spec:
- name: argocd-server
port: 80
- kind: Rule
match: Host(`argocd.example.com`) && Headers(`Content-Type`, `application/grpc`)
match: Host(`argocd.example.com`) && Header(`Content-Type`, `application/grpc`)
Copy link
Member

Choose a reason for hiding this comment

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

Looking at the Traefik Rules, Headers seems to actually be correct

@@ -432,6 +432,7 @@ type SCMProviderGenerator struct {
// Values contains key/value pairs which are passed directly as parameters to the template
Values map[string]string `json:"values,omitempty" protobuf:"bytes,11,name=values"`
AWSCodeCommit *SCMProviderGeneratorAWSCodeCommit `json:"awsCodeCommit,omitempty" protobuf:"bytes,12,opt,name=awsCodeCommit"`
RepositoryID string `json:"repositoryId,omitempty" protobuf:"bytes,13,opt,name=repositoryId"`
Copy link
Member

Choose a reason for hiding this comment

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

make codegen has to be run for the relevant code to be generated.

@blakepettersson
Copy link
Member

Closing for now, since this PR seems to be incomplete. Feel free to reopen once the requested changes have been amended.

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.

2 participants