- Jan 30, 2016
-
-
Cameron Sparr authored
Also add `make windows-build` to Makefile closes #618
-
- Jan 29, 2016
-
-
Cameron Sparr authored
-
- Jan 25, 2016
-
-
Thibault Cohen authored
closes #546 closes #40
-
- Jan 20, 2016
-
-
Cameron Sparr authored
-
- Jan 15, 2016
-
-
Cameron Sparr authored
-
- Dec 11, 2015
-
-
Cameron Sparr authored
-
- Dec 04, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
godep seems to have a problem when dependencies have `internal` packages. So removing `godep go build` and `godep go test` from the build process in favor of just checking out the correct revisions using `godep restore` into the regular GOPATH. This basically means that we are not actually using anything within the Godeps directory except Godeps.json. I should probably make a separate go dependency management system that does this.
-
- Nov 26, 2015
-
-
gotyaoi authored
This means that simply adding /bin to the end is not enough. Instead of setting GOBIN, this version prepends things to the PATH. If GOBIN is already set, simply prepends GOBIN to PATH. If not, appends /bin to each component of GOPATH, then prepends that to PATH. closes #386
-
- Nov 18, 2015
-
-
Cameron Sparr authored
-
- Nov 13, 2015
-
-
Cameron Sparr authored
-
- Nov 02, 2015
-
-
Cameron Sparr authored
-
- Oct 28, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
fixes #293
-
- Oct 27, 2015
-
-
Jonathan Cross authored
closes #325
-
- Oct 20, 2015
-
-
Cameron Sparr authored
Fixes #280 Fixes #281 Fixes #289
-
- Oct 08, 2015
-
-
Cameron Sparr authored
Fixes #250
-
- Sep 23, 2015
-
-
Cameron Sparr authored
Closes #205
-
- Sep 18, 2015
-
-
Eugene Dementiev authored
-
- Sep 10, 2015
-
-
Vye Wilson authored
Closes #181
-
- Sep 09, 2015
-
-
Cameron Sparr authored
-
- Sep 04, 2015
-
-
Cameron Sparr authored
-
- Aug 31, 2015
-
-
Cameron Sparr authored
closes #150
-
- Aug 26, 2015
-
-
Cameron Sparr authored
-
- Aug 21, 2015
-
-
Cameron Sparr authored
fixing makefile & vagrantfile & build script to reflect that
-
- Aug 20, 2015
-
-
Cameron Sparr authored
-
- Aug 19, 2015
-
-
Cameron Sparr authored
-
- Aug 18, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
Vendor dependencies and use circle-test.sh to run CI process, because the CircleCI autobuild operations are not compatible with using godep.
-
- Aug 06, 2015
-
-
Cameron Sparr authored
-
- Aug 05, 2015
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Jul 07, 2015
-
-
Marcos Lilljedahl authored
-
- Jul 06, 2015
-
-
Marcos Lilljedahl authored
This commit initializes the needed services which are not mocked so tests can be executed in any environment with docker. Some default modifications (i.e: connection strings) were also made to current tests to accomodate them for this setup. A docker-compose.yml file is provided with all the necessary parameters for this services to be initialized. Future services can be added easily by extending this configuration file In addition a makefile has been introduced to simplify command execution
-