Marco Franssen
47a0e067a1
Utilize native git diff feature ( #2981 )
...
This `--exit-code` option does exactly what the script is doing
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
3 years ago
Maksim Nabokikh
5d7850eae5
feat: Verify generated files ( #2833 )
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
3 years ago
Mark Sagi-Kazar
054e397177
refactor: remove unused proto scripts
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
4 years ago
m.nabokikh
7a2472555a
feat: Create CRDs as apiextensions.k8s.io/v1
...
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
5 years ago
Mark Sagi-Kazar
ed7b71a190
chore: add editorconfig
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
5 years ago
Martin Heide
705cf8bb6a
Rework to use docker-compose
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
6 years ago
Martin Heide
b4d22bf1b2
Improve script logging
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
6 years ago
Martin Heide
ce337661b9
Add missing slapd.sh script from LDAP docs, and convert it to using Docker
...
Signed-off-by: Martin Heide <martin.heide@faro.com>
6 years ago
Justin Slowik
6d343e059b
Generates/Stores the device request and returns the device and user codes.
...
Signed-off-by: justin-slowik <justin.slowik@thermofisher.com>
6 years ago
Mark Sagi-Kazar
b09b7bbbba
Disable travis
6 years ago
Mark Sagi-Kazar
e0c58d5449
Remove old kubernetes storage test flow
6 years ago
Mark Sagi-Kazar
bcd47fc6f3
Remove old lint targets
6 years ago
Michael Venezia
395febf808
storage/kubernetes: Removing Kubernetes TPR support
...
Third Party Resources (TPR) have been removed from Kubernetes for
roughly 2 years. This commit removes the support dex had for them.
Documentation has been updated to reflect this and to instruct users
on how to migrate from TPR-powered dex environment to a Custom Resource
Defintion (CRD) based one that dex > v2.17 will support
7 years ago
Stephan Renatus
86a3346b64
scripts,Makefile: nuke check-go-version
...
Fixes #1291
Signed-off-by: Stephan Renatus <srenatus@chef.io>
8 years ago
charles.deng
d92c21b9f9
Update check go major version way
...
the previous one just keep one prefix number as the major number, it should be the whole number after the dot.
8 years ago
Pavel Moukhataev
5ef1312b38
Add note for OpenLDAP installation
8 years ago
Eric Chiang
35063da41e
*: pin protoc-gen-go dependencies
8 years ago
Eric Chiang
b58fba6753
*: Go 1.7 no longer supported and updated build image to 1.9
8 years ago
Eric Chiang
3d2d92b31b
*: run kubernetes tests in travis
8 years ago
Tobias Furuholm
b6c3074ba0
Replace docker-build script with multi-stage build
9 years ago
rithu john
34dcf6c9a0
Documentation: add docs for TPR to CRD migration
9 years ago
Eric Chiang
980400db0b
Makefile: error out if go files aren't correctly formatted
...
Noticed in #1058 that our gofmt make target isn't actually erroring
if someone commits misformatted code.
9 years ago
Eric Chiang
50f2905cac
*: add standup script for LDAP
9 years ago
Lucas Serven
6f8968b66b
scripts: bump builder to Go 1.8.3
9 years ago
Eric Chiang
33f0199077
*: fix spelling using github.com/client9/misspell
9 years ago
Eric Chiang
ee27a4f9f4
*: only use docker when releasing, update to Go 1.8, remove aci scripts
...
This change modifies our release process to only require Docker
when building a release and updates our released binary to use Go
1.8. It also removes our .aci scripts, which we've not been
regularly building.
A nice consequence is that OSX users can now build a release image.
9 years ago
Sandor Szuecs
626f205f8f
sh has no arrays
9 years ago
Eric Chiang
18bbd94fba
*: check go version before building
...
Add a script to check the Go version before building dex. This
gives a nice error message rather than just failing to compile.
With changes:
$ go version
go version go1.6.4 linux/amd64
$ make
ERROR: dex requires Go version 1.7+. Please update your Go installation: https://golang.org/dl/
Makefile:93: recipe for target 'check-go-version' failed
make: *** [check-go-version] Error 2
Checks only added for building the actual binary, not tests, since
this is aimed at users just starting off with the project.
9 years ago
rithu john
78cd0ceb41
*: update travis to use Go 1.7.4.
9 years ago
rithu leena john
75abce2b19
*: travis tests and build scripts should use Go 1.7.3.
10 years ago
Eric Chiang
84c3ba0fe3
scripts: fix get-protoc script to work directly after a clean
...
Right now `make grpc` only works if a user hasn't run a `make clean`.
Fix this.
10 years ago
Eric Chiang
3dac0063df
*: properly compile version into docker images
10 years ago
Eric Chiang
0fc8879da1
*: prepare build scripts for a release
10 years ago
Eric Chiang
ac4f94e848
*: add gRPC generation logic to build system
10 years ago
Eric Chiang
e6f34e1051
*: determine version from git
10 years ago