-
Notifications
You must be signed in to change notification settings - Fork 2
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
Define a Spec for JobSource #7
Comments
spencer-p
pushed a commit
to spencer-p/sources
that referenced
this issue
Jul 31, 2019
spencer-p
added a commit
to spencer-p/sources
that referenced
this issue
Jul 31, 2019
* Initial commit * Create a simple Knative sample-controller * run update_codegen (n3wscott#5) * run update_codegen * add gitattributes * Change the way we vendor knative/pkg (n3wscott#7) * Make a small adjustment to hack/update-deps.sh (n3wscott#10) This form should be more hospitable to running things to auto-update knative/pkg and knative/test-infra * Update github.com/knative/test-infra dependency (n3wscott#11) Produced via: `dep ensure -update github.com/knative/test-infra` /assign @mattmoor * Update github.com/knative/pkg dependency (n3wscott#13) Produced via: `dep ensure -update github.com/knative/pkg` /assign @mattmoor * Disable markdown linting. (n3wscott#15) * Format markdown (n3wscott#17) Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` /assign @mattmoor * Update github.com/knative/test-infra dependency (n3wscott#18) Produced via: `dep ensure -update github.com/knative/test-infra` /assign @adrcunha * Update github.com/knative/test-infra dependency (n3wscott#20) Produced via: `dep ensure -update github.com/knative/test-infra` /assign @adrcunha * Update github.com/knative/pkg dependency (n3wscott#19) Produced via: `dep ensure -update github.com/knative/pkg` /assign @mattmoor * Update github.com/knative/pkg dependency (n3wscott#21) Produced via: `dep ensure -update github.com/knative/pkg` /assign @mattmoor * Auto-update dependencies (#26) Produced via: `dep ensure -update github.com/knative/test-infra github.com/knative/pkg` /assign @mattmoor * Migrate sample-controller to knative.dev/sample-controller (n3wscott#24) * golang format tools (#27) Produced via: `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))` `goimports -w $(find -name '*.go' | grep -v vendor)` /assign @mattmoor * Update to knative.dev/pkg (#32) * Auto-update dependencies (#34) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * golang format tools (#33) Produced via: `gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))` `goimports -w $(find -name '*.go' | grep -v vendor)` /assign @mattmoor * Auto-update dependencies (#35) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Auto-update dependencies (#38) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Auto-update dependencies (#39) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Auto-update dependencies (#42) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Auto-update dependencies (#43) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Auto-update dependencies (#45) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Update to latest PKG with opencensus pins. (#50) * Auto-update dependencies (#51) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * Auto-update dependencies (#52) Produced via: `dep ensure -update github.com/knative/test-infra knative.dev/pkg` /assign @mattmoor * rebrand pkg/apis * finish rebranding * dep ensure -update * cleanup * flesh out spec, conditions, status for jobsource * job source lifecycle * jobsource defaults * job source validation * update codegen * resolve issues for pr n3wscott#3 * outputformattype comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: