jackgr
2c59a07bfd
Regex search in dm and Github credential setting to facilitate testing.
9 years ago
jackgr
42f894d882
Implemented regex matching for type names.
9 years ago
jackgr
8b67285c52
Additional test clean ups.
9 years ago
jackgr
a6e1067a50
Make github registry provider and repository service mockable.
9 years ago
jackgr
4ffe342272
Work in progress to refactor registry interface.
9 years ago
jackgr
17f22d777f
Merge changes from #172 .
9 years ago
Jack Greenfield
3cca3065af
Merge pull request #173 from technosophos/master
...
Add registry.ParseType.
9 years ago
Matt Butcher
7e25d67c61
Add registry.ParseType.
...
ParseType parses a string and returns a *registry.Type. The client
code currently uses this functionality, but it seems like it's better
treated as part of the registry library, rather than as a one-off.
9 years ago
Jack Greenfield
2141263e84
Merge pull request #172 from vaikas-google/github_auth
...
First cut of handling multiple registries with auth.
9 years ago
vaikas-google
89669d0d14
clean up the code for fetching registries
9 years ago
vaikas-google
0b82b48cc4
clean up the code for fetching registries
9 years ago
vaikas-google
3db24d8531
clean up the code for fetching registries
9 years ago
vaikas-google
1ee72edf31
use the inmem service registry for the manager_test
9 years ago
Matt Butcher
b5ce6939df
feat(*): add target command
9 years ago
Matt Butcher
8d6007a7d1
feat(*): install DM
9 years ago
vaikas-google
f3fd7b14dc
wire in the in memory registry provider so that we can show how it works
9 years ago
vaikas-google
616a8c3877
First cut of unifying the registries, just puts the scaffolding in place
9 years ago
Matt Butcher
9e1dbeaa48
feat(*): stub out install
9 years ago
Matt Butcher
d3dfdc29c5
fix(*): remove panics from dm.Client
9 years ago
Matt Butcher
9cc3688e4c
feat(*): add DM client, fix makefile
9 years ago
Matt Butcher
69e6256885
feat(*): add scaffolded cli app.
9 years ago
vaikas-google
93f74d0c8a
bring back to par with master
9 years ago
vaikas-google
125bad99cf
unit tests pass, can deploy packages
9 years ago
Ville Aikas
c3831f021a
debug stuff
9 years ago
vaikas-google
e1cb0ede86
handle fetching number of urls as a unit that get pooled into a single template so that helm works out of the box
9 years ago
vaikas-google
8ba0eb4f4d
Add support for helm packages. Quite hacky in parts, needs to resolve naming collisions
9 years ago
Matt Butcher
546ee53ac0
Add license.
9 years ago
Matt Butcher
a7401137d0
Initial commit.
9 years ago
vaikas-google
62f1948607
Merge pull request #169 from bmelville/wtf
...
Need to nohup these so they detach from current terminal process.
9 years ago
Brendan Melville
8820a8bb5c
Merge pull request #168 from runseb/license
...
Improve license headers
9 years ago
Brendan Melville
a85f9a3d79
Need to nohup these so they detach from current terminal process.
9 years ago
runseb
bea172d705
Improve license headers
9 years ago
Brendan Melville
0793a2dfd7
Merge pull request #166 from vaikas-google/helm
...
Add support for helm packages, native kubernetes objects and helm repository format.
9 years ago
Ville Aikas
9777e72692
Add support for native kubernetes types, helm packages and helm/charts github repo
9 years ago
vaikas-google
17e0a46887
Merge pull request #163 from runseb/dockerfile
...
Changes to resourcifier Dockerfile
9 years ago
vaikas-google
40d184dad0
Merge pull request #165 from bmelville/install
...
Introducing binaries hosted from URL
9 years ago
Brendan Melville
993c3eeec4
Updating readme with new binaries.
...
Also adding docs on pushing, and the script for pushing.
9 years ago
Brendan Melville
f7f9b8357b
Adding script to push the client and a simple install script.
9 years ago
Brendan Melville
593e95f92f
Merge pull request #164 from runseb/crossdm
...
Dockerfile and Makefile for cross-compile of dm
9 years ago
runseb
061f0f58a7
Dockerfile and Makefile for cross-compile of dm
9 years ago
runseb
c54fbb74da
Changes to resourcifier Dockerfile
9 years ago
Brendan Melville
9654e63d19
Merge pull request #162 from vaikas-google/master
...
Clean up the printing of the types, show the short url
9 years ago
Jack Greenfield
5ca2eb002e
Merge pull request #160 from runseb/patch-4
...
Logic for the token is wrong
9 years ago
Ville Aikas
4c517d7ffe
Clean up the printing of the types, show the actual name that the user would use in templates
9 years ago
vaikas-google
9a31c42dfe
fix template list and template describe
9 years ago
runseb
4e1c7eb6ef
Logic for the token is wrong
...
The use of token or basic auth was a conditional inside the TLS verify loop.
You can use TLS or skip the verification and use token or basic auth.
Just a tab issue. Put the token conditional outside the kubeInsecure check.
Also handled the case that we actually switch the boolean for skip TLS and forced it to replace true or false.
9 years ago
vaikas-google
1d51ef1b4a
Merge pull request #131 from jackgr/implement-stdin
...
Implement --stdin flag on command line.
9 years ago
vaikas-google
d559f3172f
Merge pull request #154 from grahamawelch/master
...
Remove Google Inc. Copyright. from unit test files.
9 years ago
vaikas-google
b5edff70f6
Merge pull request #155 from runseb/patch-2
...
Small typo in logs for configurator
9 years ago
Brendan Melville
3fce40a9b7
Merge pull request #156 from runseb/patch-3
...
Treat token based auth properly in resourcifier
9 years ago