Commit Graph

1060 Commits

Author SHA1 Message Date
Brandon Keepers
45762c4874 Rename .env.sample to .env.example 2017-03-11 08:20:02 -06:00
Brandon Keepers
5347692cfa Merge pull request #74 from bkeepers/demo
Update installation instructions to include demo script
2017-03-11 08:09:50 -06:00
Brandon Keepers
1ba24b11f6 Merge remote-tracking branch 'origin/master' into demo
* origin/master: (25 commits)
  Add Context.halt() function to make halting a rule simple
  Update examples
  💚 Update integration tests
  Stop using const because state was leaking between tests
  🎨
  Add a bunch of Workflow tests
  Add specs for Filter.on()
  Add Filter plugin
  Remove payload module
  Move GitHub Integration code to a module
  Rename server.js to index.js
  Move server implementation to separate file
  typo
  Clean up docs
  Revert "Add routing plugin"
  Move requires to avoid circular dependencies
  Add documentation for createIssue
  Fix syntax errors
  Add labels and assignees
  Add routing plugin
  ...

# Conflicts:
#	package.json
2017-03-11 07:59:22 -06:00
Brandon Keepers
3142422e02 Tweak deleted message 2017-03-11 07:58:22 -06:00
Brandon Keepers
0e4c2d8117 Ingore comments from all bot users 2017-03-11 07:58:15 -06:00
Brandon Keepers
4362fc118d Merge pull request #83 from bkeepers/refactor-2
Extract GitHub Integration code
2017-03-11 07:53:11 -06:00
Brandon Keepers
eb4ef38099 Merge pull request #86 from lee-dohm/filter-as-plugin
Make filter into a plugin
2017-03-08 08:16:03 -06:00
Lee Dohm
e4aac40b2b Add Context.halt() function to make halting a rule simple 2017-03-02 10:08:41 -08:00
Lee Dohm
48b5b3f8ba Update examples 2017-03-01 13:37:01 -08:00
Lee Dohm
62883caeea 💚 Update integration tests 2017-03-01 13:32:08 -08:00
Lee Dohm
43a00624c2 Stop using const because state was leaking between tests 2017-03-01 13:03:25 -08:00
Lee Dohm
0d63f324ba 🎨 2017-02-28 18:17:58 -08:00
Lee Dohm
1f59fb06a7 Add a bunch of Workflow tests 2017-02-28 16:20:50 -08:00
Lee Dohm
bb6909bcf2 Add specs for Filter.on() 2017-02-28 14:33:54 -08:00
Lee Dohm
735b545ee6 Add Filter plugin 2017-02-28 13:30:54 -08:00
Brandon Keepers
e59402eb34 Merge pull request #84 from bkeepers/remove-payload
Remove payload module
2017-02-27 15:07:18 -06:00
Brandon Keepers
49c808d354 Remove payload module 2017-02-26 16:58:41 -06:00
Brandon Keepers
a22025dbba Merge pull request #82 from bkeepers/refactor-1
Refactor server into separate module
2017-02-26 16:53:51 -06:00
Brandon Keepers
c2ec31c425 Move GitHub Integration code to a module 2017-02-26 16:47:52 -06:00
Brandon Keepers
365f16be3f Rename server.js to index.js 2017-02-24 20:32:00 -06:00
Brandon Keepers
015a7f0580 Move server implementation to separate file 2017-02-24 20:28:50 -06:00
Brandon Keepers
242f712c9f typo 2017-01-25 22:54:43 -06:00
Brandon Keepers
92d69c97c8 Clean up docs
- consistent use of quotes (always single quote)
- `js` syntax highlighting for everything
2017-01-25 22:53:59 -06:00
Brandon Keepers
99e8bfdc7e Merge pull request #78 from migarjo/add-create-issue
Add `Issue Creation`
2017-01-25 22:47:17 -06:00
Brandon Keepers
f5a290c01d Merge pull request #80 from bkeepers/revert-79-decouple-config-from-repo
Revert "Add routing plugin"
2017-01-25 22:46:29 -06:00
Brandon Keepers
ba9afefede Revert "Add routing plugin" 2017-01-25 22:46:09 -06:00
Brandon Keepers
f68ae7875e Merge pull request #79 from migarjo/decouple-config-from-repo
Add routing plugin
2017-01-25 22:45:17 -06:00
Brandon Keepers
a17f04f6e6 Move requires to avoid circular dependencies 2017-01-25 22:05:59 -06:00
Michael Johnson
74f387b196 Add documentation for createIssue 2017-01-25 19:55:08 -07:00
Michael Johnson
dfc5a94f82 Fix syntax errors 2017-01-24 15:28:15 -07:00
Michael Johnson
c8f5f24ccc Add labels and assignees 2017-01-24 12:35:36 -07:00
Michael Johnson
ee6e77c2f9 Add routing plugin 2017-01-24 10:43:14 -07:00
Michael Johnson
a0eda23611 Refactor createIssue for multiple arguments 2017-01-24 10:00:49 -07:00
Michael Johnson
6e41f77e20 Fix line splice bug 2017-01-23 09:55:05 -07:00
Michael Johnson
549b4ec316 add issue.create method 2017-01-12 06:55:17 -07:00
Brandon Keepers
3d123908ba Merge pull request #76 from bkeepers/relative-to-source
Include content relative to source repository
2016-12-09 09:38:29 -06:00
Brandon Keepers
9acfaba32b Include contents relative to repo source 2016-12-08 23:54:22 -06:00
Brandon Keepers
ec56779d37 Include relative to the current repo 2016-12-08 23:48:44 -06:00
Johannes Nicolai
cb5c538383 Removing duplicate welcome example as it is included in README.md 2016-12-07 19:06:50 +01:00
Johannes Nicolai
4ed502951d Added two further examples and kept the original example in README.md 2016-12-07 19:04:27 +01:00
Brandon Keepers
5404a44fd9 Configure xo to work with probot scripts 2016-12-07 09:56:50 -06:00
Brandon Keepers
1d9eed64ee Start a demo script 2016-12-07 09:51:38 -06:00
Brandon Keepers
8411487998 Fix examples of content 2016-12-07 09:47:13 -06:00
Brandon Keepers
65c00d689c Remove link to "then" 2016-12-07 09:39:51 -06:00
Brandon Keepers
9c53e0d346 Merge pull request #73 from jonico/patch-1
No need to invite probot as collaborator anymore
2016-12-07 09:36:47 -06:00
Johannes Nicolai
714215c1a7 No need to invite probot as collaborator anymore
https://github.com/bkeepers/PRobot/pull/36
2016-12-07 16:35:10 +01:00
Brandon Keepers
1514f621c5 Merge pull request #72 from bkeepers/paul
Switch to bunyan for logging
2016-12-06 09:21:29 -06:00
Brandon Keepers
9a217361cc Fix docs on debugging 2016-12-06 08:56:37 -06:00
Brandon Keepers
8be66d9bc4 Switch to bunyan for logging 2016-12-05 23:49:03 -06:00
Brandon Keepers
d58c5d8f75 Merge pull request #71 from bkeepers/fix-push
Fix error on push event
2016-12-05 21:37:06 -06:00