Rick Winfrey
773e808bdb
Add invalid prefix with valid integer value test
2017-03-21 10:35:22 -07:00
Rick Winfrey
3e9d7f26bb
Add valid prefix and mixed value with valid integer id followed by string
2017-03-21 10:35:03 -07:00
Rick Winfrey
aa50b85c24
Add valid prefix and mixed value with string before a valid integer id
2017-03-21 10:34:33 -07:00
Rick Winfrey
c2894e8a6d
Add valid prefix, invalid string value test for user_id and repo_id
...
— Unfortunately, there are race conditions causing failures when
setting and reading environment variables in individual HSpec tests.
Despite removing `parallel` from the way these tests are run, I
continued to see races causing intermittent failures. This is an
unfortunate hack to combine invalid data tests within a single test
that enforces procedural order of setting and reading environment
variables without racing.
2017-03-21 10:33:37 -07:00
Rick Winfrey
4e653a1c9e
📝 purpose of sending "continue" to socket server
2017-03-21 10:31:14 -07:00
Rick Winfrey
d737ca4018
Expect userID and repoID to be sent to Gitmon
2017-03-20 18:09:59 -07:00
Rick Winfrey
16555c54b3
Merge branch 'master' into gitmon-support
2017-03-20 17:03:48 -07:00
joshvera
bcb85a3336
Tabs to spaces
2017-03-17 12:52:41 -04:00
joshvera
e44e884b98
Add class properties
2017-03-16 17:18:49 -04:00
joshvera
643d289bf0
Add tests for assignment-pattern
2017-03-16 16:47:14 -04:00
joshvera
129da112b3
Map yield expression, lexical declaration and assignment pattern
2017-03-16 16:36:19 -04:00
Timothy Clem
652be339c6
Rework diffing for max parallelization
2017-03-13 16:46:52 -07:00
Rick Winfrey
f21610d038
Merge branch 'master' into gitmon-support
2017-03-09 13:53:13 -08:00
Timothy Clem
68d1f1cd97
Fix up tests to use ByteString too
2017-03-08 13:56:08 -08:00
Rick Winfrey
6dc35dc455
Update gitmon fail status spec
2017-03-08 11:10:57 -08:00
Rick Winfrey
165dfcae04
Merge branch 'gitmon-support' into gitmon-support-with-socket
2017-03-07 10:36:43 -08:00
Rick Winfrey
bf2ed8a32a
Remove user_id
2017-03-07 10:33:18 -08:00
Timothy Clem
bf48e443f4
Swap over to new reportGitmon and update tests to match
2017-03-07 08:46:44 -08:00
Rick Winfrey
87014ed03a
We don't need to track repo id
2017-03-06 11:09:24 -08:00
Timothy Clem
32809f158a
Merge remote-tracking branch 'origin/master' into gitmon-support
2017-03-06 07:32:05 -08:00
Timothy Clem
bffb9a1a58
Make em all parallel!
2017-03-02 14:19:32 -08:00
Timothy Clem
b6be58f15f
Handle schedule command response
2017-03-02 13:16:38 -08:00
Timothy Clem
ef9e7705c8
Use bracket to always cleanup socket pairs in specs
2017-03-02 10:22:22 -08:00
Rick Winfrey
4e9a00b5d7
🔥 redundant import
2017-03-01 17:37:54 -08:00
Rick Winfrey
aab16223af
Close socket resources
2017-03-01 17:25:17 -08:00
Rick Winfrey
4e18d03b5b
Clean up let
2017-03-01 17:25:03 -08:00
Rick Winfrey
80ceb1940e
Add spec verifying git operation succeeds if the gitmon socket is not available
2017-03-01 17:24:43 -08:00
Rick Winfrey
42b96851fa
🔥 redundant imports and out of data field functions
2017-03-01 16:57:32 -08:00
Rick Winfrey
b0c6c9f8fc
Add spec verifying JSON parsing of ProcessData constructors matches expected values
2017-03-01 16:53:13 -08:00
Rick Winfrey
31435689a9
Add update command spec
2017-03-01 14:48:39 -08:00
Rick Winfrey
0954699b12
Add happy path GitmonClient spec
2017-03-01 14:11:16 -08:00
Rob Rix
2cd497ae17
Merge branch 'master' into rework-io
2017-03-01 10:51:16 -05:00
Timothy Clem
fff9b6d3ef
Refactor IO back out into Source and SemanticDiff
2017-02-28 15:45:38 -08:00
Timothy Clem
bfe1181acb
Move Diff and Source Specs
2017-02-28 15:35:43 -08:00
Timothy Clem
4c3feecc77
Add ParseCommandSpec to validate parse output
2017-02-28 15:32:04 -08:00
Timothy Clem
1d9436bb14
Collapse all these tests into DiffCommandSpec
2017-02-28 15:00:56 -08:00
Timothy Clem
a478b10593
Test that all output formats do product output
2017-02-28 14:55:57 -08:00
Timothy Clem
dcfdcf78d3
Fold DiffSummary into Renderer.Summary
2017-02-28 14:09:57 -08:00
Timothy Clem
e3bdb6b95b
Extract SemanticDiff.IO and clearly delineate program commands
2017-02-28 13:43:01 -08:00
Rob Rix
8e90172503
Merge branch 'master' into interpreter-decomposition
2017-02-28 13:10:11 -05:00
Timothy Clem
e9315fafe2
Merge remote-tracking branch 'origin/master' into interpreter-decomposition
2017-02-28 09:33:44 -08:00
Timothy Clem
004197512c
Merge branch 'master' into category-tiers
2017-02-28 09:09:49 -08:00
Timothy Clem
929a17d913
Add/Remove integration tests for JavaScript
2017-02-28 08:33:11 -08:00
Timothy Clem
864bf12590
Add/Remove integration tests for Go
2017-02-28 08:30:04 -08:00
Timothy Clem
93c01e62d9
Implement tiers instead of list for Category
2017-02-27 16:02:26 -08:00
Rob Rix
83dd3d5621
Merge branch 'master' into interpreter-decomposition
2017-02-27 15:22:38 -05:00
Timothy Clem
b3aef75618
Merge remote-tracking branch 'origin/master' into test-new-and-removed-files
2017-02-27 12:22:28 -08:00
Timothy Clem
a9206ddec4
Add a post-receive hook to pack example repos
2017-02-27 12:15:44 -08:00
Timothy Clem
6c2a15104d
Generate file add/remove examples
2017-02-27 11:55:49 -08:00
Timothy Clem
4f61dfdfc1
Newlines at the end of ruby test
2017-02-27 11:27:33 -08:00