Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
17d1ca3
Initial commit.
ckingdev May 1, 2015
2039c81
Fixed an assertion being off by a pointer.
ckingdev May 1, 2015
dfb59cc
Create README.md
ckingdev May 1, 2015
777afc2
Cleanup.
ckingdev May 1, 2015
55cdcbd
Documentation.
ckingdev May 1, 2015
0d929f0
package level comment.
ckingdev May 1, 2015
08d9eda
Linting and refactoring.
ckingdev May 1, 2015
370a45f
Added commit_comment events.
ckingdev May 1, 2015
e898f19
Added issue comment handling.
ckingdev May 1, 2015
8a78e4c
Added support for issues events.
ckingdev May 1, 2015
353eb1c
Added support for create events.
ckingdev May 1, 2015
ac9560a
Added support for repository events.
ckingdev May 1, 2015
92ecc89
Added support for deployment events.
ckingdev May 1, 2015
8f83c96
Added several more event types.
ckingdev May 1, 2015
3f00a14
Bugfixing and testing.
ckingdev May 1, 2015
74a7a76
Added test for CommitCommentEvent.
ckingdev May 1, 2015
d708323
More testing.
ckingdev May 1, 2015
6c3d7b8
Added timeout in ping request.
ckingdev May 1, 2015
3a83c5a
Commented out nonfunctioning test.
ckingdev May 1, 2015
f69e007
Fixed ping test- be sure not to leave password in source code!
ckingdev May 2, 2015
7847a24
Added constant in file outside of VCS to supply github password.
ckingdev May 2, 2015
e206fb8
Keep an up-to-date coverage profile hanging around.
ckingdev May 2, 2015
fd3e9bc
Trying a new password scheme.
ckingdev May 2, 2015
327b7b5
Fixed a string formatting bug.
ckingdev May 2, 2015
4bbe20f
Fixed error with password.txt file- need to strip whitespace.
ckingdev May 2, 2015
f3923fe
Added test for DeleteEvent.
ckingdev May 2, 2015
5ce2694
Cleanup and test rewrite.
ckingdev Jun 6, 2015
c179b07
Fix for multiple calls to header write.
ckingdev Jun 6, 2015
3e14235
Continuing to rewrite tests.
ckingdev Jun 7, 2015
1c7d943
Convert date fields from string to timet.Time
Aug 5, 2015
c56df2b
Fix Readme
rogaha Nov 10, 2015
bb4149a
Fix Unmarshalling for Push Events
rogaha Nov 12, 2015
f316f94
Replaced string with json.Number to avoid unmarshal convertion errors
rogaha Nov 14, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions coverage.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
mode: set
github.com/cpalone/gohook/server.go:27.62,34.2 1 1
github.com/cpalone/gohook/server.go:36.66,38.21 2 1
github.com/cpalone/gohook/server.go:41.2,45.57 5 1
github.com/cpalone/gohook/server.go:48.2,48.13 1 1
github.com/cpalone/gohook/server.go:38.21,40.3 1 0
github.com/cpalone/gohook/server.go:45.57,47.3 1 0
github.com/cpalone/gohook/server.go:51.70,53.19 2 1
github.com/cpalone/gohook/server.go:102.2,102.59 1 1
github.com/cpalone/gohook/server.go:105.2,109.23 2 1
github.com/cpalone/gohook/server.go:54.2,55.25 1 1
github.com/cpalone/gohook/server.go:56.2,57.25 1 1
github.com/cpalone/gohook/server.go:58.2,59.34 1 1
github.com/cpalone/gohook/server.go:60.2,61.33 1 0
github.com/cpalone/gohook/server.go:62.2,63.27 1 0
github.com/cpalone/gohook/server.go:64.2,65.27 1 1
github.com/cpalone/gohook/server.go:66.2,67.27 1 0
github.com/cpalone/gohook/server.go:68.2,69.31 1 1
github.com/cpalone/gohook/server.go:70.2,71.31 1 0
github.com/cpalone/gohook/server.go:72.2,73.37 1 0
github.com/cpalone/gohook/server.go:74.2,75.25 1 0
github.com/cpalone/gohook/server.go:76.2,77.27 1 0
github.com/cpalone/gohook/server.go:78.2,79.27 1 0
github.com/cpalone/gohook/server.go:80.2,81.31 1 0
github.com/cpalone/gohook/server.go:82.2,83.30 1 0
github.com/cpalone/gohook/server.go:84.2,85.27 1 0
github.com/cpalone/gohook/server.go:86.2,87.32 1 0
github.com/cpalone/gohook/server.go:88.2,89.45 1 0
github.com/cpalone/gohook/server.go:90.2,91.28 1 0
github.com/cpalone/gohook/server.go:92.2,93.27 1 0
github.com/cpalone/gohook/server.go:94.2,95.28 1 1
github.com/cpalone/gohook/server.go:96.2,97.26 1 1
github.com/cpalone/gohook/server.go:98.2,100.9 2 0
github.com/cpalone/gohook/server.go:102.59,104.3 1 0
github.com/cpalone/gohook/server.go:114.70,117.26 2 1
github.com/cpalone/gohook/server.go:121.2,121.28 1 1
github.com/cpalone/gohook/server.go:125.2,126.21 2 1
github.com/cpalone/gohook/server.go:131.2,132.16 2 1
github.com/cpalone/gohook/server.go:137.2,137.52 1 1
github.com/cpalone/gohook/server.go:141.2,141.52 1 1
github.com/cpalone/gohook/server.go:117.26,119.3 1 0
github.com/cpalone/gohook/server.go:121.28,123.3 1 0
github.com/cpalone/gohook/server.go:126.21,129.3 2 0
github.com/cpalone/gohook/server.go:132.16,135.3 2 0
github.com/cpalone/gohook/server.go:137.52,140.3 2 0
github.com/cpalone/gohook/server.go:147.41,149.2 1 1
github.com/cpalone/gohook/server.go:154.37,155.12 1 1
github.com/cpalone/gohook/server.go:155.12,157.17 2 1
github.com/cpalone/gohook/server.go:157.17,159.4 1 0
Loading