Commit Graph

2135 Commits

Author SHA1 Message Date
Anubhav Mishra
2894665b11 fixing more mistakes 2017-06-17 16:34:02 -07:00
Anubhav Mishra
9ef6d262b7 test 2017-06-17 16:28:18 -07:00
Anubhav Mishra
6757361c1d fixing typo 2017-06-17 16:21:21 -07:00
Anubhav Mishra
12bdc9f493 more testing 2017-06-17 16:17:22 -07:00
Anubhav Mishra
8dd6ad7aa0 not exporting the variable anymore 2017-06-17 16:04:45 -07:00
Anubhav Mishra
0819d8961c not exporting the variable anymore 2017-06-17 16:00:25 -07:00
Anubhav Mishra
36c90ad36b moving atlantis url environment variable along side e2e 2017-06-17 15:55:31 -07:00
Anubhav Mishra
2b047f5a85 clean up 2017-06-17 15:44:33 -07:00
Anubhav Mishra
4130eaa7dd now removing old go files 2017-06-17 15:37:35 -07:00
Anubhav Mishra
e9416c64f9 fixing path to e2e script 2017-06-17 15:29:21 -07:00
Anubhav Mishra
780de9147a make targets now filter e2e tests 2017-06-17 15:23:53 -07:00
Anubhav Mishra
b2ea325cee fixing go get 2017-06-17 15:06:13 -07:00
Luke Kysow
a837298f5e Alphabetize flags 2017-06-17 15:05:12 -07:00
Anubhav Mishra
9709e025bf Merge branch 'e2e-tests' of github.com:hootsuite/atlantis into e2e-tests 2017-06-17 14:59:51 -07:00
Anubhav Mishra
90def00059 now excluding go get doesn't download e2e 2017-06-17 14:59:06 -07:00
Anubhav Mishra
2bb3ad3d1a Merge branch 'master' into e2e-tests 2017-06-17 14:44:35 -07:00
Luke Kysow
55c16a64cc Move ExecutionPath into apply_executor 2017-06-17 14:42:40 -07:00
Anubhav Mishra
440c02a32d fixing typo with WORKDIR 2017-06-17 14:38:49 -07:00
Luke Kysow
99427d68e6 Make methods public 2017-06-17 14:37:12 -07:00
Luke Kysow
ad885b5b1c Use go-github getters for safety 2017-06-17 14:36:26 -07:00
Anubhav Mishra
c1628ed67c setting up go environment for circleci 2017-06-17 14:33:53 -07:00
Anubhav Mishra
0522d4663c Removing rebase mess 2017-06-17 14:24:11 -07:00
Anubhav Mishra
8dd1d6cf46 Adding ci for atlantis 2017-06-17 14:20:51 -07:00
Luke Kysow
d425de95fa Refactoring
* set version in one place
* rename ExecutionContext to CommandContext
* delete unneeded PullRequestContext since it just duplicated what is in CommandContext
* split fields inside CommandContext into Repo, PullRequest, and User models
* clean up unused fields
* remove base_executor stuff which was trying to do inheritance in go and didn't get us anywhere
* clean up unused code and assets
* created a locking.Client that creates the Keys that are used on the front-end. This allows the backends to store the locks any way they like as long as they support the interface
2017-06-17 14:14:21 -07:00
Luke Kysow
57f188f95f Unlock locks when pull request merged (#19)
* Add new FindLocksForPull method to locking backends
* Listen for pull request closed events and delete locks
* DynamoDB handling its own serialization. Implement LocksByPull
* Fix routing to work with encoded lockID
* Move locking backends to individual packages
* Change flag from locking-table to locking-dynamodb-table
2017-06-13 22:48:34 -07:00
Anubhav Mishra
1d741cbf1b Merge pull request #23 from hootsuite/anubhavmishra-patch-1
fixing default github api url
2017-06-11 23:12:08 -07:00
Anubhav Mishra
0d296be2dd fix github api url path for api.github.com 2017-06-10 19:44:44 -07:00
Anubhav Mishra
dfe31f44b1 fixing default github api url 2017-06-10 19:25:33 -07:00
Luke Kysow
d1bda5ff28 Use cobra and viper for cli/config (#20)
* #15 Use cobra and viper for cli/config

* Run gofmt
2017-06-07 21:20:37 -07:00
Luke Kysow
0cb13a9e85 Fixes #10. Renaming for consistency (#12)
Repo owner, name => repoFullName
PullID => PullNum to match GitHub API
PR => Pull to match GitHub API and avoid writing PRID anywhere
2017-05-31 16:46:49 -07:00
Luke Kysow
5341b77063 Fix bug with conf validation 2017-05-31 00:18:57 -07:00
Luke Kysow
4e20cc15a9 Local locking with BoltDB or remote with DynamoDB 2017-05-31 00:10:49 -07:00
Anubhav Mishra
88fc0d0881 now all import paths point to github.com 2017-05-24 18:07:14 -07:00
Anubhav Mishra
5f47524655 ...but apparently this repo was. 2017-05-24 17:35:59 -07:00
Luke Kysow
e9facc3bc9 Rome wasn't built in a day... 2017-05-24 17:29:43 -07:00