Commit Graph

1358 Commits

Author SHA1 Message Date
Brandon Keepers 62d4a8abdb
Move aspirational examples to separate file 2016-10-16 23:16:57 -05:00
Brandon Keepers 4d76cc1f9e
Remove unimplemented merge action 2016-10-16 23:07:27 -05:00
Brandon Keepers 2858724b1c
Remove unimplemented from_file option
cc https://github.com/bkeepers/PRobot/issues/42
2016-10-16 23:06:56 -05:00
Brandon Keepers 29295ddc50
Remove unimplemented payload conditions
cc https://github.com/bkeepers/PRobot/issues/41
2016-10-16 23:00:54 -05:00
Brandon Keepers fb38a39fcf
Remove interit_from syntax
cc https://github.com/bkeepers/PRobot/issues/40
2016-10-16 22:48:01 -05:00
Brandon Keepers 37c8826411
Clarify what happens after clicking install 2016-10-16 18:13:00 -05:00
Brandon Keepers 4a998e3691 typo
h/t @lee-dohm
2016-10-16 17:03:42 -05:00
Brandon Keepers af5a0bd418 Merge pull request #39 from bkeepers/easy-installation
Easy installation
2016-10-16 16:19:47 -05:00
Brandon Keepers 6f828a2cfc
Fix lint error 2016-10-16 12:09:55 -05:00
Brandon Keepers 0fd6d0b161
Add docs on installing the integration 2016-10-16 12:05:22 -05:00
Brandon Keepers 7183c42db2
Auto-accept organization invites 2016-10-16 11:50:56 -05:00
Brandon Keepers 3c65cf3aa0
Auto-accept repository invites 2016-10-16 11:32:30 -05:00
Brandon Keepers 039d0edf1b
GITHUB_TOKEN only needed for console 2016-10-16 09:59:19 -05:00
Brandon Keepers d1055f5056
Log unhandled errors 2016-10-16 09:58:47 -05:00
Brandon Keepers c672d28345
Warn that reactions does not work 2016-10-16 09:58:18 -05:00
Brandon Keepers 9822df02b9
Update docs on running app locally 2016-10-15 23:10:52 -05:00
Brandon Keepers 604fdb9ee3
Ignore .env 2016-10-15 22:00:53 -05:00
Brandon Keepers c532a4013a
Add debugging 2016-10-15 09:56:08 -05:00
Brandon Keepers 9f1ec510f4
Merge remote-tracking branch 'origin/master' into integration
* origin/master:
  Tweak debugging
  Avoid using global
  Log stuff
  use global instead of GLOBAL
  Make debug global
  Add package version for debug
  Update CONTRIBUTING.md
  Address @bkeepers feedback
  Tweak formatting
  Add testing section header
  Actually fix formatting
  Fix code block formatting
  Add note on enabling debug mode for github client
  Change title to Setup
  Update contributing.md
  Use debug
  Add log for react
  Turn off GitHub client debug
2016-10-15 09:49:55 -05:00
Brandon Keepers d6b6976bad
Tweak debugging 2016-10-15 09:45:38 -05:00
Brandon Keepers 5fdfb3c942
Avoid using global 2016-10-15 09:43:34 -05:00
Brandon Keepers 0d537cd275
Merge remote-tracking branch 'origin/master' into seemakamath-verbose-logging
* origin/master:
  Update CONTRIBUTING.md
  Address @bkeepers feedback
  Tweak formatting
  Add testing section header
  Actually fix formatting
  Fix code block formatting
  Add note on enabling debug mode for github client
  Change title to Setup
  Update contributing.md
  Add Gitter.im badge
  Fix tests and use helper
  Update to work with new api client
  Update docs
  Add unassign action
2016-10-15 02:15:45 -05:00
Seema Kamath 340ce9f008 Log stuff 2016-10-14 09:50:28 -07:00
Seema Kamath 4cd11ffbda use global instead of GLOBAL 2016-10-14 09:50:16 -07:00
Seema Kamath 719bc875ec Make debug global 2016-10-14 09:48:02 -07:00
Seema Kamath 26cb16b9af Add package version for debug 2016-10-14 09:47:17 -07:00
Brandon Keepers 75b6ec56ac
Fix lint errors 2016-10-14 07:58:34 -05:00
Brandon Keepers acbf2ce7ed
Remove useless tests 2016-10-14 00:12:28 -05:00
Brandon Keepers df94354033
Clean up installation implementation 2016-10-14 00:11:29 -05:00
Brandon Keepers 4a432b3a07
Ignore priate-key.pem 2016-10-14 00:09:19 -05:00
Brandon Keepers 7edfbdcedf Merge pull request #38 from seemakamath/update-contributing
Update CONTRIBUTING.md
2016-10-13 16:26:09 -05:00
Seema Kamath 7288d9e36a Update CONTRIBUTING.md 2016-10-13 14:18:10 -07:00
Seema Kamath 002300a460 Address @bkeepers feedback 2016-10-13 14:11:05 -07:00
Seema Kamath fdb86b9e21 Tweak formatting 2016-10-13 12:06:42 -07:00
Seema Kamath ac00529d75 Add testing section header 2016-10-13 12:05:39 -07:00
Seema Kamath bbd3f7cf13 Actually fix formatting 2016-10-13 12:04:03 -07:00
Seema Kamath 1181e8e7c3 Fix code block formatting 2016-10-13 12:02:59 -07:00
Seema Kamath a12e03309f Add note on enabling debug mode for github client 2016-10-13 11:50:01 -07:00
Seema Kamath 2661fb0a63 Change title to Setup 2016-10-13 10:31:07 -07:00
Seema Kamath a2be8f465e Update contributing.md 2016-10-13 10:28:04 -07:00
Seema Kamath 85bd7c0298 Use debug 2016-10-13 10:14:12 -07:00
Brandon Keepers 2754983001
Remove unused github api instance 2016-10-13 08:48:23 -05:00
Brandon Keepers 83c4b56600
Use silent option for dotenv 2016-10-13 08:47:40 -05:00
Brandon Keepers 57e977271c
Update heroku url 2016-10-12 22:36:44 -05:00
Brandon Keepers b8d4c6186b
Docs on installing 2016-10-12 22:24:48 -05:00
Seema Kamath f2655c05a7 Add log for react 2016-10-12 20:21:03 -07:00
Seema Kamath 358a1d8abf Turn off GitHub client debug 2016-10-12 20:20:48 -07:00
Brandon Keepers c26f09dfdf
Remove generated field from app.json to get around chicken/egg 2016-10-12 22:19:03 -05:00
Brandon Keepers 8692ae000b
Fix app.json syntax 2016-10-12 22:06:21 -05:00
Brandon Keepers 2bc4f382df
Add app.json for heroku deployment 2016-10-12 22:05:21 -05:00