-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add link to GOPATH doc and fixup typo #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smarterclayton
added a commit
that referenced
this pull request
Aug 11, 2014
Add link to GOPATH doc and fixup typo
ironcladlou
referenced
this pull request
in ironcladlou/origin
Sep 25, 2014
Remove dead code from trigger controller
openshift-bot
pushed a commit
that referenced
this pull request
Dec 17, 2014
Update bindata to match an updated dependency
soltysh
referenced
this pull request
in soltysh/origin
Jan 9, 2015
Added startup handling for ImageChangeController
openshift-bot
pushed a commit
that referenced
this pull request
Jan 24, 2015
Separate asset bind and asset public addr
markturansky
referenced
this pull request
in markturansky/origin
Jan 26, 2015
Cast string to UID to fix rebase type change
openshift-bot
pushed a commit
that referenced
this pull request
Jan 28, 2015
Fix bindata.go for the less partials split
This was referenced Mar 4, 2015
Merged
This was referenced Aug 20, 2015
This was referenced Dec 3, 2015
jpeeler
pushed a commit
to jpeeler/origin
that referenced
this pull request
Sep 14, 2017
Building images from RPM takes quite a bit of time, so add service catalog to the local image build list. A prerequisite for this task is to have the service catalog binaries compiled, which is done with openshift#1: 1) cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/hack/build-go.sh 2) hack/build-local-images service-catalog The first script uses the origin tooling to build in the same way as the RPMs are built. Note that a new "enable_default" key has been added to the image_config and set to False for service catalog so that it is not built unless directly specified (as indicated in openshift#2).
jpeeler
pushed a commit
to jpeeler/origin
that referenced
this pull request
Sep 14, 2017
Building images from RPM takes quite a bit of time, so add service catalog to the local image build list. A prerequisite for this task is to have the service catalog binaries compiled, which is done with openshift#1: 1) cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/hack/build-go.sh 2) hack/build-local-images service-catalog The first script uses the origin tooling to build in the same way as the RPMs are built. Note that a new "enable_default" key has been added to the image_config and set to False for service catalog so that it is not built unless directly specified (as indicated in openshift#2).
This was referenced Jan 29, 2018
jpeeler
pushed a commit
to jpeeler/origin
that referenced
this pull request
Feb 1, 2018
Add README content and OWNERS file
jpeeler
pushed a commit
to jpeeler/origin
that referenced
this pull request
Feb 1, 2018
* extract setup into function for reuse by other test cases * minor style cleanup
3 tasks
openshift-merge-robot
added a commit
that referenced
this pull request
Feb 7, 2018
Automatic merge from submit-queue. CLI: add support for deployments in oc status @smarterclayton this is a long overdue... current state: ``` $ oc status In project My Project (myproject) on server https://127.0.0.1:8443 svc/ruby-deploy - 172.30.174.234:8080 deployment/ruby-deploy deploys istag/ruby-deploy:latest <- bc/ruby-deploy source builds https://github.com/openshift/ruby-ex.git on istag/ruby-22-centos7:latest build #1 failed 5 hours ago - bbb6701: Merge pull request #18 from durandom/master (Ben Parees <[email protected]>) deployment #2 running for 4 hours - 0/1 pods (warning: 53 restarts) deployment #1 deployed 5 hours ago ``` TODO: - [x] Add rollouts similar to deployment configs - [x] Fix unit tests / Add unit tests - [x] Deal with HPA
openshift-merge-robot
added a commit
that referenced
this pull request
Mar 19, 2018
…same-selector Automatic merge from submit-queue (batch tested with PRs 18953, 18992). group services w same selectors in `oc status` Fixes #7503 **Before** ```bash $ oc status In project My Project (myproject) on server https://127.0.0.1:8443 svc/foo - foo.com dc/myapp deploys istag/myapp:latest <- bc/myapp source builds https://github.com/juanvallejo/myapp on openshift/nodejs:8 deployment #1 deployed 7 minutes ago - 1 pod svc/bar - 172.30.75.107:8080 dc/myapp deploys istag/myapp:latest <- bc/myapp source builds https://github.com/juanvallejo/myapp on openshift/nodejs:8 deployment #1 deployed 7 minutes ago - 1 pod ... ``` **After** ```bash $ oc status In project My Project (myproject) on server https://127.0.0.1:8443 svc/bar - 172.30.75.107:8080 svc/foo - foo.com dc/myapp deploys istag/myapp:latest <- bc/myapp source builds https://github.com/juanvallejo/myapp on openshift/nodejs:8 deployment #1 deployed 7 hours ago - 1 pod ... ``` cc @soltysh @deads2k
openshift-merge-robot
pushed a commit
that referenced
this pull request
Nov 26, 2019
fork the origin
openshift-merge-bot bot
pushed a commit
that referenced
this pull request
Jun 18, 2024
…717157796269-fbabcock update upgrade window check and exception messages
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.