Jack Greenfield
7344fed4a1
Merge pull request #256 from jackgr/url-escapes
...
Preparation for api cleanup.
9 years ago
jackgr
2cdb34fd96
Clean up registry types.
9 years ago
jackgr
440af2fabd
Move metadata retrieval to server.
9 years ago
jackgr
f14c53980f
Remove unneccessary download url retrieval.
9 years ago
jackgr
edd4e9dcba
Escape deployment and manifest names.
9 years ago
Jack Greenfield
6d02090169
Merge pull request #254 from jackgr/master
...
Remove spurious file.
9 years ago
jackgr
56377133b4
Remove spurious file.
9 years ago
vaikas-google
04d8ae4e21
Merge pull request #229 from jackgr/master
...
Replace cross package panic with error return.
9 years ago
jackgr
f52ea81f7b
Replace cross package panic with error return.
9 years ago
vaikas-google
92710a3301
Merge pull request #251 from vaikas-google/master
...
Allow unauthenticated requests to GCS for public buckets
9 years ago
vaikas-google
740a0b4f7f
Allow unauthenticated requests to GCS for public buckets
9 years ago
vaikas-google
476e71f5d3
Merge pull request #170 from jackgr/persistence
...
First set of changes for persistent repository.
9 years ago
vaikas-google
e089b0bc4d
Merge pull request #231 from shawnps/patch-6
...
fix typo
9 years ago
Shawn Smith
2c2b77c508
fix typo
9 years ago
jackgr
fdc16739f6
First set of changes for persistent repository.
9 years ago
Jack Greenfield
e1a76a409c
Merge pull request #226 from jackgr/master
...
Fix bug in Docker builds.
9 years ago
jackgr
8a6b3d7876
Fix bug in Docker builds.
9 years ago
Jack Greenfield
99ba3dd1f7
Merge pull request #224 from jackgr/vet-and-lint
...
Fixed go vet and golint errors.
9 years ago
jackgr
feb179bf66
Fixed go vet and golint errors.
9 years ago
Jack Greenfield
b2f527d3fd
Merge pull request #207 from michelleN/make-test
...
add test targets in makefiles to run local tests
9 years ago
vaikas-google
93be549dc2
Merge pull request #221 from technosophos/fix/220-license-lorem
...
Replace license text with placeholder.
9 years ago
Matt Butcher
584eaf8352
Replace license text with placeholder.
...
This fixes #220 .
9 years ago
Michelle Noorali
92d8d4b587
implement go vet suggestions
9 years ago
Jack Greenfield
70b7d9c23d
Merge pull request #195 from technosophos/feat/chartfile
...
feat(chart): Add a chart/ package.
9 years ago
Jack Greenfield
b9def76bf7
Merge pull request #218 from sgoings/patch-1
...
Add Travis badge
9 years ago
Jack Greenfield
5c462ba573
Merge pull request #219 from vaikas-google/master
...
use --registry flag consistently for getting templates / creating registries
9 years ago
Michelle Noorali
46588cd9dd
makefile consolidations
9 years ago
Michelle Noorali
ef665993dd
modify travis so it will install golint and govet
...
* before running tests
9 years ago
Michelle Noorali
14d75f4d21
add golint and go vet to test target
...
This commit adds a target called setup-gotools which will download and
install golint and go vet. A developer who wants to run tests for an
individual component (manager, resourcifier, expandybird) can run `make
test` to run golint, vet, and test and in that directory. On first run,
a developer will want to run `make setup-gotools` so that they have
golint and vet to use locally.
There is a `make test` command in each component because running tests
from the root directory will result in lots of output. Running tests in
individual components will help isolate the tests for the component that
is being modified and result in more clear output.
9 years ago
Seth Goings
43d838f280
remove duplicate test target @ root
...
add structure for [lint,vet,test-unit] all wrapped up
by the test target
9 years ago
Michelle Noorali
1af4b9ae77
add test targets in makefiles to run local tests
9 years ago
Ville Aikas
1a96666e55
use --registry flag consistently for getting templates / creating registries
9 years ago
Seth Goings
9010729826
Add Travis badge
9 years ago
Jack Greenfield
8647270491
Merge pull request #214 from vaikas-google/gcs_repo
...
Add ObjectStorage (and GCS implementation) as a registry provider
9 years ago
Ville Aikas
07adf0f9d8
Add ability for the test github registry to handle Do methods. Fix the test to use this.
9 years ago
Ville Aikas
bd99ae82d1
address CR comments
9 years ago
Ville Aikas
13a1fcc81c
remove my test repo
9 years ago
Ville Aikas
8465cb1a1b
Add GCS as a registry provider. Add a way to get a file using credentials from a registry to support private repos. Add ability to create / update a registry through manager
9 years ago
Matt Butcher
4fe37ea634
Add Save and Create functions.
9 years ago
Matt Butcher
cfaca7ffb5
Refactor Chart to be a struct, with more methods.
...
This refactors the Chart to be a struct that can have numerous
properties and methods. Now, a chartLoader implements the
loading and closing of charts.
9 years ago
Matt Butcher
57a562fb2b
Add vendor/ to gitignore.
9 years ago
Matt Butcher
31c3089609
Added Locator, added license blocks.
9 years ago
Jack Greenfield
3cbe6ea2d6
Merge pull request #210 from michelleN/make-info
...
add info target in makefiles
9 years ago
Matt Butcher
a293f94e86
Streamline local file handling, test Windows files
9 years ago
Matt Butcher
204f9872ee
Add short/long/local names according to new spec.
...
The url package adds short, long, and local URL parsing.
It also supports switching between short and long names.
9 years ago
Matt Butcher
ffe15f1585
Load chartfile into chart on chart file load.
...
Best commit message ever.
9 years ago
Matt Butcher
90f1d3d567
Add Chart tar reader, dir reader, tests.
9 years ago
Matt Butcher
84e61c0391
Add chart file support.
...
Also added a log abstraction.
9 years ago
Michelle Noorali
cef997ca3c
add info target in makefiles
9 years ago
Jack Greenfield
f3b0fb3cae
Merge pull request #208 from michelleN/resourcifier-health
...
add health check to resourcifier
9 years ago