John Barnette
1d673dc346
❄️
2014-11-17 16:59:10 -06:00
Rick Bradley
654d2454b0
Merge pull request #12 from github/bump-dat-number
...
cut release v1.2.1
2014-03-10 13:44:26 -07:00
Rick Bradley
55b987a6ed
bump -> 1.2.1
2014-03-10 15:38:06 -05:00
Rick Bradley
38e6440613
Merge pull request #10 from github/allow-overriding-match-mismatch-determination
...
Extract Experiment#evaluate(control, candidate)
2013-10-24 19:07:06 -07:00
Rick Bradley
77f29e24d1
Extract Experiment#evaluate(control, candidate)
...
This allows for subclasses of Dat::Science to change the behavior
of determining if a run produced a match or a mismatch (or to add
additional types of results here).
2013-10-24 15:21:40 -05:00
John Barnette
ba2103d848
Merge pull request #8 from github/bump-test-deps
...
Update deps
2013-10-06 08:33:45 -07:00
John Barnette
d98d10c7a1
Merge pull request #5 from github/properly-serialize-exceptions
...
Put exceptions on the wire as a hash
2013-10-06 08:33:27 -07:00
John Barnette
f4fc9c5b25
Update deps
...
Pin minitest and mocha, stop using the deprecated
MiniTest::Unit::TestCase constant.
2013-10-06 09:30:12 -06:00
Rick Bradley
16dc70cd46
fix README typo
...
hat tip @wjk
2013-09-24 21:35:20 -07:00
Matt Todd
bf44db1a20
Test backtrace included in exception payload
2013-09-03 19:46:07 -07:00
Matt Todd
d9f56348ff
Include backtrace in serialized exception payload
2013-09-03 19:30:58 -07:00
Matt Todd
e13205add0
Serialize exception instance variable
2013-09-03 19:28:18 -07:00
Rick Bradley
cff2c6cd78
Put exceptions on the wire as a hash
...
This should address issues we were seeing with published exceptions
not having any real data.
2013-08-30 23:45:38 +02:00
Rick Bradley
eeb4b163d0
Merge pull request #4 from github/dat-analysis
...
![Robot-Unicorn-Wallpaper-unicorns-24171150-1920-1080](https://f.cloud.github.com/assets/6259/417614/45dcd430-ac70-11e2-97f7-0f75e5513b55.jpg )
19 commits to change a README 🤘
2013-04-23 16:48:50 -07:00
Rick Bradley
1e3b43dcee
don't even bump dat version
2013-04-23 18:43:32 -05:00
Rick Bradley
5350f3838a
Drop dat-analysis libs and tests.
...
These will be in a separate `dat-analysis` project.
2013-04-23 17:53:19 -05:00
Rick Bradley
7b76b7ac4e
just a tiny bump in the gemspec
2013-04-23 17:52:28 -05:00
Rick Bradley
840e4a68de
Direct analyzers to dat-analysis...
2013-04-23 17:51:46 -05:00
Rick Bradley
e6a0e4c34d
make helper methods point to the right place
2013-04-22 14:34:49 -05:00
Rick Bradley
afd8f98f5a
use real results in the rest of our tests
2013-04-22 14:29:04 -05:00
Rick Bradley
cac42a0540
use real result in more tests
...
all the low-hanging fruit
2013-04-22 14:01:42 -05:00
Rick Bradley
b9ec6e2833
document `#analyze`'s use of `#readable`
...
also, use our `#timestamp` helper in the docs for `#skip`
2013-04-22 13:41:16 -05:00
Rick Bradley
ac5821b73b
document new results helper methods
2013-04-22 13:33:38 -05:00
Rick Bradley
7525dc0f33
update gemspec for 1.4.0 release
2013-04-22 13:22:38 -05:00
Rick Bradley
188b45e3c2
Add convenience methods for all returned results
2013-04-22 13:10:01 -05:00
Rick Bradley
f7cd72c5c5
summarize identified results instead of printing "."
2013-04-22 13:09:34 -05:00
Rick Bradley
9b62effb99
`skip` is a much better name than `jump_to`
2013-04-21 19:47:45 -05:00
Rick Bradley
78ef023d14
Update README.md for dat-analysis
2013-04-21 19:42:15 -05:00
Rick Bradley
d696945b17
move the requires to the basement; thx @jbarnette
2013-04-18 15:52:15 -05:00
Rick Bradley
e16423b345
convert dat-analysis main tests to minitest
2013-04-18 15:33:51 -05:00
Rick Bradley
b18dffdf35
Convert subclassing test to minitest
2013-04-18 15:13:49 -05:00
Rick Bradley
f11f16345b
initial import of non-minitest dat-analysis tests
2013-04-18 15:05:13 -05:00
Rick Bradley
3b811e64a3
initial import of dat-analysis classes
2013-04-18 15:04:56 -05:00
John Barnette
7d8f7f0433
Fix typo
2013-03-14 16:17:35 -07:00
John Barnette
0ce4882e64
Bump to v1.2.0
2013-03-14 16:13:03 -07:00
John Barnette
20b7f5c0cc
Merge pull request #3 from github/clean-and-compare
...
Clean and compare
2013-03-14 16:11:23 -07:00
John Barnette
3860393142
Always return an unclean result
...
h/t @bhuga
2013-03-14 16:09:35 -07:00
John Barnette
6739fadfc3
Add Experiment#comparator
2013-03-14 13:50:51 -07:00
John Barnette
7194d314b9
Add Experiment#cleaner
2013-03-14 13:13:20 -07:00
John Barnette
8a40cd9a0a
Take responsibility
2013-02-26 18:43:29 -08:00
John Barnette
bb0b179f51
Bump to v1.0.0
2013-02-26 15:27:08 -08:00
John Barnette
979bfa6d90
Document :timestamp payload key
2013-02-26 15:26:55 -08:00
John Barnette
cb33c05b1c
Merge pull request #1 from github/include-a-timestamp-when-publishing-experiment-results
...
Add :timestamp to publish payload
2013-02-26 15:25:00 -08:00
Rick Bradley
59700248c4
go with assert_in_delta to make :timestamp test palatable
2013-02-26 17:20:27 -06:00
Rick Bradley
3f4c37e92a
Add :timestamp to publish payload
...
Now we can track when a particular result occurred.
2013-02-26 17:04:18 -06:00
John Barnette
2fe56209a9
Shorten block param name in context example
2013-02-26 13:43:30 -08:00
John Barnette
4b9c27510f
Doc publish events as Symbols
2013-02-26 13:37:48 -08:00
John Barnette
b46c4380f0
Bump to v1.0.0
2013-02-26 13:18:30 -08:00
John Barnette
983f606383
Slap in a release script
2013-02-26 13:11:27 -08:00
John Barnette
aeeaa9a96f
Tweak Result
2013-02-26 13:09:11 -08:00