Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Matthew Fisher d7277c2f02 rename prow to draft 2017-04-21 10:45:05 -07:00
Matthew Fisher bf8a6ac014 switch to jenkins 2017-04-11 14:36:57 -07:00
Vaughn Dice 7cbb18b8ba feat(Makefile): add test-lint target
And address linting errors/warnings
2017-03-17 13:33:07 -06:00
Matthew Fisher 115c0f5285 add -cover flag to test-unit
gives the developer an at-a-glance coverage of the codebase.
2017-03-15 14:45:40 -07:00
Matthew Fisher 6cd482b9a2 fix `make dist` target
`make dist` was moving all tarballs to the root of the project, causing `make checksum` to not
compute any checksums.
2017-03-14 08:03:31 -07:00
Matthew Fisher 814ac9ba93 speed up drone PR builds
this moves the build-cross and docker-binary targets to merges to master and tagged releases.
2017-03-13 15:58:37 -07:00
Matthew Fisher b29f8a0212 upload dist assets to s3 2017-03-13 13:10:19 -07:00
Matthew Fisher 58d6abff6c remove --strip-vendor 2017-03-10 13:53:54 -08:00
Matthew Fisher 959b42c8e4 install prow into kube-system namespace by default
This makes the prow daemon talk to the tiller instance within the same namespace.
2017-02-27 12:40:59 -08:00
Matthew Fisher ddbc2c7fa4 move `helm delete --purge prow` to new Make target
When making changes locally to upgrade prowd, one needs to remove the local compiled binaries
before running `make docker-binary`, however `make clean` removes prowd on the server, not allowing
myself to upgrade prow with `prow up`.

Moving the helm delete action to `make unserve` gives developers the option to run
`make clean unserve` to nuke everything from orbit, while allowing others to run
`make clean docker-binary && prow up` to upgrade prowd.
2017-02-17 10:55:38 -08:00
Vaughn Dice 98f1760397 chore(Makefile): update clean target to use APP 2017-02-16 12:21:30 -07:00
Matthew Fisher cf17773436 implement off-cluster registry story 2017-02-16 10:16:07 -08:00
Matthew Fisher 6cf38ce6ed change --name argument in `make serve` to prow
This enables users to call `prow up` to upgrade their own cluster, since the basename of the
repository is `prow`.
2017-02-16 09:26:54 -08:00
Vaughn Dice 3702047b31 feat(Makefile): add serve and clean targets 2017-02-15 09:45:49 -07:00
Matthew Fisher 522be81733 first draft of docs 2017-02-10 08:44:21 -08:00
Matt Boersma b694c359ac feat(Makefile): compress binary with upx if available 2017-02-09 12:23:02 -07:00
Matthew Fisher 029b56c8e7 rename to deis/prow 2017-01-23 11:09:48 -08:00
Matthew Fisher 83689cfd61 fix make docker-build 2017-01-20 13:19:13 -07:00
Matthew Fisher 92ce770995 add Dockerfile builds for prowd 2017-01-20 12:06:37 -07:00
Matthew Fisher 59e6f134e5 add skeleton project 2017-01-18 01:10:11 -07:00