Skip to content
Snippets Groups Projects
  1. Jan 30, 2016
  2. Jan 29, 2016
  3. Jan 25, 2016
  4. Jan 20, 2016
  5. Jan 15, 2016
  6. Dec 11, 2015
  7. Dec 04, 2015
  8. Nov 26, 2015
    • gotyaoi's avatar
      GOPATH can have multiple : separated paths in it. · 40fd33d1
      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
      40fd33d1
  9. Nov 18, 2015
  10. Nov 13, 2015
  11. Nov 02, 2015
  12. Oct 28, 2015
  13. Oct 27, 2015
  14. Oct 20, 2015
  15. Oct 08, 2015
  16. Sep 23, 2015
  17. Sep 18, 2015
  18. Sep 10, 2015
  19. Sep 09, 2015
  20. Sep 04, 2015
  21. Aug 31, 2015
  22. Aug 26, 2015
  23. Aug 21, 2015
  24. Aug 20, 2015
  25. Aug 19, 2015
  26. Aug 18, 2015
  27. Aug 06, 2015
  28. Aug 05, 2015
  29. Jul 07, 2015
  30. Jul 06, 2015
    • Marcos Lilljedahl's avatar
      Add docker containers to test services. · d545b197
      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
      d545b197
Loading