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

Generate buildconfig for Openshift #206

Merged
merged 33 commits into from
Dec 28, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
92b6678
Initial implementation of BuildConfig support for Openshift provider.
rtnpro Oct 18, 2016
1215a63
Updated Godeps and vendors.
rtnpro Oct 18, 2016
a2a731f
Generate context path relative to project root dir in buildconfig.
rtnpro Oct 20, 2016
6d8a6a3
In buildconfig, only set strategy type as Docker
rtnpro Oct 27, 2016
f46274b
In buildconfig, remove trailing newline from project's remote git rep…
rtnpro Oct 27, 2016
efc5203
Fix creating build context dir relative to project root dir.
rtnpro Oct 27, 2016
6156d14
Fix generating project source repo URL in openshift buildconfig.
rtnpro Oct 27, 2016
9e2849a
In Openshift, don't create imagestream tags for a service with build …
rtnpro Oct 29, 2016
a9241e6
Added example for openshift buildconfig.
rtnpro Nov 3, 2016
fa724fe
Allow specifying repo,branch info for buildconfig over CLI.
rtnpro Nov 3, 2016
6f3e670
Refactor openshift buildconfig CLI options.
rtnpro Nov 15, 2016
f5566d4
Improve error handling and logging for openshift buildconfig creation.
rtnpro Nov 15, 2016
1a7b19c
Resolve/print buildconfig source repo info globally for compose project.
rtnpro Nov 15, 2016
bea50b1
Fix tests for buildconfig.
rtnpro Nov 16, 2016
e83b454
Bugfix: Accept abs path for compose file for buildconfig.
rtnpro Nov 16, 2016
eb719f8
Fix tests for buildconfig support.
rtnpro Nov 21, 2016
ba9995c
Update cmd to get git remote url for backwards compatibility
rtnpro Nov 21, 2016
d8ec3db
Bugfix in specifying custom build repo for buildconfig.
rtnpro Nov 24, 2016
3b13dae
Fix govet warning for openshift buildconfig.
rtnpro Nov 28, 2016
875c7d9
Include buildconfigs in kompose deployment.
rtnpro Nov 29, 2016
a1797a8
In buildconfig, detect current branch and it's remote url as defaults.
rtnpro Dec 1, 2016
bbbd403
Update command to fetch current git remote for buildconfig.
rtnpro Dec 2, 2016
f0165d2
In buildconfig, get git's current remote URL instead of current branc…
rtnpro Dec 2, 2016
c8d8cbb
Added unittests for openshift buildconfig integration.
rtnpro Dec 5, 2016
ec09ca4
Generate openshift imagestream when build is absent.
rtnpro Dec 5, 2016
b62fb02
Fix openshift buildconfig info logs
rtnpro Dec 6, 2016
4ead715
Renamed pkg test to testutils.
rtnpro Dec 14, 2016
a753f35
Added docs for openshift unit tests.
rtnpro Dec 14, 2016
d4561c6
Updated glide dependencies
rtnpro Dec 22, 2016
44f94cc
Fixes/updates based on review.
rtnpro Dec 26, 2016
4d3347d
Remove dangling cli dir after rebase.
rtnpro Dec 26, 2016
7c959b6
Fixed typos in openshift buildconfig
rtnpro Dec 27, 2016
0d86f3e
Updated docs for openshift buildconfig feature
rtnpro Dec 27, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated Godeps and vendors.
Added:
- github.com/openshift/origin/pkg/build/api/install
- github.com/openshift/origin/pkg/build/api/v1
  • Loading branch information
rtnpro committed Dec 28, 2016
commit 1215a6366e2b666701ddd40ad2b8cce2e4d3f097
109 changes: 109 additions & 0 deletions vendor/github.com/openshift/origin/pkg/build/api/install/install.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

189 changes: 189 additions & 0 deletions vendor/github.com/openshift/origin/pkg/build/api/v1/conversion.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 57 additions & 0 deletions vendor/github.com/openshift/origin/pkg/build/api/v1/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/openshift/origin/pkg/build/api/v1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading