-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: openshift/kubernetes-code-generator
base: master
head repository: soltysh/kubernetes-code-generator
compare: master
- 15 commits
- 430 files changed
- 6 contributors
Commits on Sep 20, 2017
-
code-generator: rename _test to _examples
Kubernetes-commit: 0cf745db7654118c64d618f7d8e843e7d3133d4a
Configuration menu - View commit details
-
Copy full SHA for 68502ee - Browse repository at this point
Copy the full SHA 68502eeView commit details -
code-generator: turn hack/update-codegen.sh into re-usable generate-{…
…internal,}-groups.sh scripts Kubernetes-commit: 0c0bb7e25be3115c631c85dbd7a86abddc881f4c
Configuration menu - View commit details
-
Copy full SHA for 860ab6b - Browse repository at this point
Copy the full SHA 860ab6bView commit details
Commits on Sep 22, 2017
-
Merge remote-tracking branch 'origin/master' into release-1.8
Kubernetes-commit: 27446377d3dc8e7f4e4c5c2053ca7255e158b1a1
Configuration menu - View commit details
-
Copy full SHA for efd7cc0 - Browse repository at this point
Copy the full SHA efd7cc0View commit details -
Merge remote-tracking branch 'origin/master' into release-1.8
Kubernetes-commit: bc1eb4db847332568cf8b25ed35556b653fd7bdf
Configuration menu - View commit details
-
Copy full SHA for 860572c - Browse repository at this point
Copy the full SHA 860572cView commit details -
Merge remote-tracking branch 'origin/master' into release-1.8
Kubernetes-commit: 4294b6f026f9600be6488c885192c73613f52503
Configuration menu - View commit details
-
Copy full SHA for a11e1d2 - Browse repository at this point
Copy the full SHA a11e1d2View commit details -
Merge remote-tracking branch 'origin/master' into release-1.8
Kubernetes-commit: a213f6cf886986250a8ba34a23d3cd92078d1101
Configuration menu - View commit details
-
Copy full SHA for 79f701d - Browse repository at this point
Copy the full SHA 79f701dView commit details -
Merge remote-tracking branch 'origin/master' into release-1.8
Kubernetes-commit: bfab46cf2543ac17f8c0e75b80631555ac7a6aed
Configuration menu - View commit details
-
Copy full SHA for 42f0582 - Browse repository at this point
Copy the full SHA 42f0582View commit details
Commits on Sep 28, 2017
-
Kubernetes-commit: 8d0033bd2a6754202a0910faa0e91b432d6b40a5
Configuration menu - View commit details
-
Copy full SHA for de040a0 - Browse repository at this point
Copy the full SHA de040a0View commit details
Commits on Oct 10, 2017
-
Merge pull request #53449 from sttts/automated-cherry-pick-of-#52186-…
…upstream-release-1.8 Automatic merge from submit-queue. Automated cherry pick of #52186 ```release-note Add generate-groups.sh and generate-internal-groups.sh to k8s.io/code-generator to easily run generators against CRD or User API Server types. ``` Kubernetes-commit: bac43fb2c732d19dfc90e9646ddac72131cd9db9
Configuration menu - View commit details
-
Copy full SHA for 0c5165a - Browse repository at this point
Copy the full SHA 0c5165aView commit details
Commits on Nov 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 599e804 - Browse repository at this point
Copy the full SHA 599e804View commit details -
UPSTREAM: <carry>: update clientset generator for openshift groups
:100644 100644 e0d958f... 8239bd5... M cmd/client-gen/generators/client_generator.go :100644 100644 4054b57... f2e64d6... M cmd/informer-gen/generators/generic.go :100644 100644 593e56a... 949fe74... M cmd/informer-gen/generators/packages.go :100644 100644 9466e3c... 65e5ed6... M cmd/lister-gen/generators/lister.go
Configuration menu - View commit details
-
Copy full SHA for d5b5633 - Browse repository at this point
Copy the full SHA d5b5633View commit details -
UPSTREAM: 54257: Use GetByKey() in typeLister_NonNamespacedGet
The Get() function of non-namespace lister passes a temporary object to indexer.Get() in order to fetch the actual object from the indexer. This may cause Go to allocate the temporary object on the heap instead of the stack, as it is passed into interfaces. For non-namespaced objects, Get(&Type{ObjectMeta: v1.ObjectMeta{Name: name}}) should be equivalent to GetByKey(name). This could be the root cause of excessive allocations, e.g. in tests clusterRoleLister.Get() has trigger 4 billion allocations. See openshift/origin#16954 Signed-off-by: Christian Heimes <cheimes@redhat.com> :100644 100644 65e5ed6... c01a4ad... M cmd/lister-gen/generators/lister.goConfiguration menu - View commit details
-
Copy full SHA for cb6b9ea - Browse repository at this point
Copy the full SHA cb6b9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179b1ae - Browse repository at this point
Copy the full SHA 179b1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for faf2ad1 - Browse repository at this point
Copy the full SHA faf2ad1View commit details -
sync(git@github.com:/openshift/kubernetes.git): 5431846d595a7100846df…
…7f92becc066e1d655ad
Configuration menu - View commit details
-
Copy full SHA for 9967634 - Browse repository at this point
Copy the full SHA 9967634View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master