Commit Graph

265 Commits

Author SHA1 Message Date
Luke Kysow
bc768cf652 Update CHANGELOG.md for 0.1.3 2017-11-16 13:05:41 -08:00
Luke Kysow
7b1b3a1b10 Merge pull request #192 from nadavshatz/patch-1
New version
2017-11-16 13:03:05 -08:00
Luke Kysow
283aa46141 Merge pull request #195 from hootsuite/modified-files-test
Test modules filtering bug that was fixed in #193
2017-11-16 12:57:59 -08:00
Luke Kysow
62308e98a3 Test modules filtering bug that was fixed in #193 2017-11-16 12:55:37 -08:00
Luke Kysow
a174c30810 Merge pull request #193 from sixt-payment/fix-modified-files-filter
find project paths based on filtered modified files
2017-11-16 12:54:24 -08:00
Nadav Shatz
3b174505fa New version
Relates to #191
2017-11-15 14:41:07 +02:00
Patrick Otto
9c03615ccc find project paths based on filtered modified files 2017-11-14 17:46:03 +01:00
Luke Kysow
ec3d543c1e When log-level is debug, print filename and line (#189) 2017-11-12 10:11:21 -08:00
Nadav Shatz
562272e1ef Update terraform (#186) 2017-11-08 23:40:33 -08:00
Luke Kysow
3658fcfc50 Merge pull request #182 from hootsuite/up-multicheck-timeout
Increase timeout of metacheck from 120 to 300s
2017-11-05 20:59:43 -08:00
Luke Kysow
2e747127fb Increase timeout of metacheck from 120 to 300s 2017-11-05 20:59:19 -08:00
Luke Kysow
2c45288bd6 Merge pull request #181 from suhussai/bootstrap_error_fix
check if err is nil before printing it
2017-11-05 18:32:16 -08:00
Luke Kysow
4670b67934 Merge pull request #175 from hootsuite/server-test
Server test
2017-11-04 11:40:49 -07:00
Luke Kysow
9397fd6510 Merge pull request #178 from hootsuite/project-detector
Rename projectdetector
2017-11-04 11:40:32 -07:00
suhussai
9921486669 check if err is nil before printing it 2017-11-03 00:28:37 -06:00
Luke Kysow
a70f7e46b0 Remove unused code 2017-11-02 07:09:21 -07:00
Luke Kysow
19c32d1124 Rename projectdetector 2017-11-01 08:03:26 -07:00
Luke Kysow
3528ce60ca Fix gometalint errors 2017-11-01 07:43:55 -07:00
Luke Kysow
65a07590de Test server 2017-11-01 07:41:37 -07:00
Luke Kysow
30a37aecfe Update pegomock 2017-11-01 07:39:06 -07:00
Luke Kysow
eeb39c5e7f Test plan_executor (#177)
* Refactor modified project detector and test

* Test plan_executor

* Unexport fields

* Update modified_projects_test.go
2017-10-31 20:16:12 -07:00
Luke Kysow
73d04fb89a Add gometalint. Fix errors (#176) 2017-10-31 20:07:41 -07:00
Luke Kysow
a35e2706be Merge pull request #169 from nicholas-wu-hs/update-readme-dev
Update CONTRIBUTING.md with steps to start local development
2017-10-30 11:39:50 -07:00
nicholas-wu-hs
7aed3e73aa Move Code Style under Develpoing in CONTRIBUTING.md, remove bullets 2017-10-29 12:08:36 -07:00
nicholas-wu-hs
0f8514e24e Remove subheadings in README ToC 2017-10-29 12:07:01 -07:00
Luke Kysow
6e85321752 Merge pull request #170 from hootsuite/flags
Test cmd/server
2017-10-29 11:38:13 -07:00
nicholas-wu-hs
aa0b5b3947 Update README ToC to include Contributing and other subsections 2017-10-29 00:08:58 -07:00
nicholas-wu-hs
09960deea3 Move developing section from README.md to CONTRIBUTING.md 2017-10-29 00:08:50 -07:00
Luke Kysow
3d361ebd59 Code review fixups 2017-10-28 20:04:15 -07:00
Luke Kysow
fe773fe757 Test cmd/server 2017-10-28 18:06:10 -07:00
Luke Kysow
00642aad14 Enable silencing output to keep tests clean 2017-10-28 10:06:12 -07:00
Luke Kysow
03317b9aa4 Refactoring to enable easier command testing 2017-10-28 09:30:06 -07:00
nick-hollingsworth-hs
34211715da Update README with steps to start local development 2017-10-27 14:11:19 -07:00
Luke Kysow
5b4a52446b Initial refactor to allow for testing cmds 2017-10-26 07:15:56 -07:00
Luke Kysow
96be4e9dd4 Merge pull request #167 from hootsuite/pegomock
Update to latest version of pegomock library
2017-10-26 07:15:07 -07:00
Luke Kysow
f21331a0f9 Remove now unnecessary sed calls when generating mocks.
Don't need it since https://github.com/petergtz/pegomock/pull/50
was merged.
2017-10-26 06:42:25 -07:00
Luke Kysow
41196a9f80 Update to latest version of pegomock library 2017-10-25 08:00:34 -07:00
Luke Kysow
d5f2fc0426 Merge pull request #166 from hootsuite/pre-init
Add pre_init and pre_get hooks. Fixes #160
2017-10-23 14:56:08 -07:00
Luke Kysow
a3e503ce5a Add pre_init and pre_get hooks. Fixes #160 2017-10-23 14:46:28 -07:00
Luke Kysow
9626b5f263 Run fmt, vet, and megacheck on builds (#164)
* Run fmt, vet, and megacheck on builds

* Fix govet and megacheck issues
2017-10-23 11:11:03 -07:00
Luke Kysow
9b9f37c791 Merge pull request #161 from hootsuite/moar-refactoring
Refactor into events package. Tests.
2017-10-20 08:23:48 -07:00
Luke Kysow
4f624c673c Add blank test files to ensure included in coverage report 2017-10-20 08:21:32 -07:00
Luke Kysow
1586b62425 Extract code from plan/apply into ProjectPreExecute. Test 2017-10-20 06:16:32 -07:00
Luke Kysow
031a1eba4f Refactor plan/apply into ProjectPreExecute 2017-10-19 07:43:10 -07:00
Luke Kysow
e8ba765e56 Refactor pull closed test 2017-10-18 08:22:06 -07:00
Luke Kysow
1caaaa03f7 Test pull request closed handling 2017-10-18 07:55:23 -07:00
Luke Kysow
aadd9ce367 Test EventsController Post() 2017-10-18 07:36:43 -07:00
Luke Kysow
e61d5187d1 Make template printing deterministic 2017-10-18 06:44:44 -07:00
Luke Kysow
fa047c5435 Refactor EventParser to not take reference to ctx 2017-10-18 06:44:44 -07:00
Luke Kysow
75a71a9bbf Extract GHRequestValidator 2017-10-18 06:44:44 -07:00