Timothy Clem
|
b6be58f15f
|
Handle schedule command response
|
2017-03-02 13:16:38 -08:00 |
|
Timothy Clem
|
b188f185ae
|
Reformat
|
2017-03-02 11:56:33 -08:00 |
|
Timothy Clem
|
c6e91e29f5
|
throwIO after we close the socket instead of re-running the command
|
2017-03-02 11:53:38 -08:00 |
|
Timothy Clem
|
3f00f98a05
|
Make sure we release the gitmon socket, even if git command throws
|
2017-03-02 10:56:05 -08:00 |
|
Timothy Clem
|
74b093dd02
|
Refactor to one safeIO
|
2017-03-02 10:27:16 -08:00 |
|
Timothy Clem
|
f327257b53
|
Add safeIOValue so we can still run gitCommand even if socket create fails
|
2017-03-02 10:22:02 -08:00 |
|
Rick Winfrey
|
42b96851fa
|
🔥 redundant imports and out of data field functions
|
2017-03-01 16:57:32 -08:00 |
|
Rick Winfrey
|
0954699b12
|
Add happy path GitmonClient spec
|
2017-03-01 14:11:16 -08:00 |
|
Rick Winfrey
|
86e2698192
|
Rename ProcessStats -> ProcessData
|
2017-03-01 14:07:08 -08:00 |
|
Rick Winfrey
|
177a26b1ad
|
Avoid explicitly naming each field for constructing ProcessBeforeStats
|
2017-02-28 15:31:55 -08:00 |
|
Rick Winfrey
|
08a474310f
|
No longer pass Arguments to reportGitmon
|
2017-02-28 15:31:19 -08:00 |
|
Rick Winfrey
|
503cb15ef2
|
Add loadEnvVars function
|
2017-02-28 15:30:42 -08:00 |
|
Rick Winfrey
|
3cd8d626dc
|
Use constructorTagModifier for generic GitmonCommand instance
|
2017-02-28 15:28:20 -08:00 |
|
Rick Winfrey
|
68fc139341
|
Use generic ToJSON instance for GitmonCommand
|
2017-02-28 15:28:05 -08:00 |
|
Rick Winfrey
|
f483587128
|
Abc imports
|
2017-02-28 15:27:33 -08:00 |
|
Rick Winfrey
|
277a801d7f
|
🔥 unnecessary import
|
2017-02-28 15:27:25 -08:00 |
|
Rick Winfrey
|
8ebddf4dd7
|
Remove allEnv debugging
- Confirmed that github/github gitrpc environment to read_toc_summary
is missing user_id, repo_id and repo_name
|
2017-02-25 17:07:26 -08:00 |
|
Rick Winfrey
|
75175e2f45
|
Bump mac-os build
|
2017-02-24 17:37:09 -08:00 |
|
Rick Winfrey
|
70743c5fa0
|
Add missing fields to data types
|
2017-02-24 17:13:47 -08:00 |
|
Rick Winfrey
|
e4744b2e8f
|
Add all env vars for debugging
|
2017-02-24 17:05:21 -08:00 |
|
Rick Winfrey
|
a7d76aa3da
|
Extract collectStats and procStats functions
|
2017-02-23 17:08:01 -08:00 |
|
Rick Winfrey
|
3038ea734c
|
Add procStats function
|
2017-02-23 16:56:02 -08:00 |
|
Rick Winfrey
|
d80b437ab1
|
Add ProcInfo type synonym
|
2017-02-23 16:53:55 -08:00 |
|
Rick Winfrey
|
7f69dd323c
|
Define gitmonSocketAddr
|
2017-02-23 16:42:07 -08:00 |
|
Rick Winfrey
|
9fa8b329a4
|
🔥 dummy data
|
2017-02-23 14:04:35 -08:00 |
|
Rick Winfrey
|
a7edecbca7
|
🆕 line
|
2017-02-23 14:04:24 -08:00 |
|
Rick Winfrey
|
7c06020a83
|
Alphabetize imports
|
2017-02-23 14:03:26 -08:00 |
|
Rick Winfrey
|
e02356b269
|
Add yaml to parse /proc/self/io as a Yaml file to calculate disk read / write stats
|
2017-02-23 14:03:01 -08:00 |
|
Rick Winfrey
|
40e3eddfa1
|
Add System.Clock and calculate realTime clock stats
|
2017-02-23 14:01:53 -08:00 |
|
Rick Winfrey
|
3b4ac86ab3
|
Thread the optional fields through and report to Gitmon
|
2017-02-22 14:52:03 -08:00 |
|
Rick Winfrey
|
81279d5ff5
|
Report git program name to gitmon
|
2017-02-22 14:29:50 -08:00 |
|
Rick Winfrey
|
a64a368c3c
|
Add processJSON function
|
2017-02-22 13:35:05 -08:00 |
|
Rick Winfrey
|
d253e06720
|
Stats -> ProcessStats
|
2017-02-22 13:34:28 -08:00 |
|
Rick Winfrey
|
ad1e1c3337
|
Make result strict
|
2017-02-22 13:34:04 -08:00 |
|
Rick Winfrey
|
526a2da64e
|
No socket no problem
|
2017-02-22 12:54:43 -08:00 |
|
Rick Winfrey
|
086997ed6e
|
liftIO all the things!
|
2017-02-22 11:15:58 -08:00 |
|
Rick Winfrey
|
37f1aea467
|
Use sendAll for socket communication
- The return type of `sendAll` is IO (), so we don’t have to worry
about storing the result to prevent compiler errors.
|
2017-02-22 11:15:32 -08:00 |
|
Rick Winfrey
|
e191fd7e3c
|
rename track -> reportGitmon; use ReaderT LgRepo IO type
It’s much easier to deal with ReaderT and liftIO for the socket
operations
|
2017-02-22 11:14:12 -08:00 |
|
Rick Winfrey
|
a75dfbe121
|
🔥 DeriveGeneric
|
2017-02-22 11:10:48 -08:00 |
|
Rick Winfrey
|
6d3f3d9d50
|
Move GitmonClient to semantic-diff/src
|
2017-02-14 17:42:35 -08:00 |
|