- Jan 22, 2017
-
-
Kevin Lyda authored
This also includes an initial pass at letting people set minimum levels. But it's a little more complex than I'd like, so will delete in the next commit.
-
Kevin Lyda authored
-
Kevin Lyda authored
Make sure comments refer to Gitlab, not Github. The Exchange function gets enough data from Gitlab OAuth that it doesn't need the kludge the Github method required.
-
Kevin Lyda authored
-
Kevin Lyda authored
Replace authurl, tokenurl and baseurl with just the one: siteurl. The rest can be derived.
-
- Jan 21, 2017
-
-
Kevin Lyda authored
-
Kevin Lyda authored
Now trying to get group = X case. Number of issues fixed: needed a baseurl option, needed to use the gitlab api NewOAuthClient call. Made authurl/tokenurl optional. All *url's default to gitlab.com urls.
-
Kevin Lyda authored
-
- Jan 20, 2017
-
-
Kevin Lyda authored
-
Niall Sheridan authored
-
- Jan 18, 2017
-
-
Niall Sheridan authored
-
- Jan 16, 2017
-
-
Niall Sheridan authored
-
- Jan 15, 2017
-
-
Niall Sheridan authored
-
Niall Sheridan authored
-
- Jan 14, 2017
-
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Niall Sheridan authored
-
- Jan 13, 2017
-
-
Niall Sheridan authored
-
Kevin Lyda authored
-
Kevin Lyda authored
* Allow tests to specify mysql connection info. User can set MYSQL_TEST_USER, MYSQL_TEST_PASS and MYSQL_TEST_HOST environment variables for test environments that need that. * Changes from testing. Need to set both time fields as '0000-00-00' depends on a feature deprecated in MySQL 5.7.4. Go lint wanted snake case for my sql_config var. sqlConfig it is. * Go go idioms. Based on feedback from Niall, a cleaner way to do this in Go.
-
Kevin Lyda authored
-
Kevin Lyda authored
-
- Jan 12, 2017
-
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
-
Kevin Lyda authored
Network is insanely slow tonight (hello snow). So building this to cache the install of mysql-client and the install of golint. The latter issue was noted and deliberately not fixed in https://github.com/docker-library/golang/issues/102 . Sigh.
-
Kevin Lyda authored
Add mysql client to go container. Use correct params with mysql db init step.
-
Kevin Lyda authored
-
- Jan 10, 2017
-
-
Niall Sheridan authored
Fix newly-broken tests
-
- Jan 09, 2017
-
-
Niall Sheridan authored
Simplify key generation
-
Niall Sheridan authored
-