Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Fixup heartbeat/2 usage with an incarnation ID #78

Merged
merged 1 commit into from
Dec 26, 2012

Conversation

jamesc
Copy link

@jamesc jamesc commented Dec 26, 2012

heartbeat/1 had been removed but it is used in the unit tests to simulate heartbeats. Added back in, adding in the new IncarnationId parameter.

Fixed a dialyzer issue too (which doesn't change the logic, just cleans up the warning)

@mpeck
Copy link

mpeck commented Dec 26, 2012

I always forget about those pesky eunit tests. This looks good to me. MWR

@markan
Copy link
Contributor

markan commented Dec 26, 2012

Looks good to me.

@jamesc jamesc merged commit 93e7a23 into master Dec 26, 2012
christophermaier pushed a commit that referenced this pull request Jan 16, 2014
Updated deps:

  proper
    2013-12-09 c37cab8 Pointless to do remote calls to the same module...
    2013-12-07 5343d12 Perform some more lists:reverse/1 and ++ transformation
    2013-12-07 b594359 Thank two more contributors
    2013-12-07 7d6a02e Merge pull request #78 from pichi/master
    2013-12-06 fa73364 Fix spec-checking of bitstr specifications when constant bitstrs are returned
    2013-11-27 2da2027 Simplify add_exports/1 transformation.
    2013-11-27 70bf371 Process parallel job results in same order.
    2013-11-27 8ecc03a Simplify zip/2 function.
    2013-11-27 622eda2 Transform lists:reverse(X) ++ Y to lists:reverse(X, Y)
    2013-10-27 a35edaf Merge pull request #77 from olgeni/bsdmake
    2013-10-27 9a14ae9 Force use of GNU Make on FreeBSD
    2013-10-17 4f09b5e Merge pull request #76 from sedrik/patch-1
    2013-10-17 e197801 Adds missing closing bracket to eunit instructions
    2013-10-16 a7b78e1 Correct test for Windows (hopefully) that makes make on Linux work again
    2013-10-14 7d49075 Merge pull request #75 from schutm/master
    2013-10-14 587d0ca Fix compilation on Windows.

  lager
    2014-01-14 d65b91a Merge pull request #187 from basho/adt-dialyzer-mad-science
    2014-01-14 58bf043 Refactor into tools.mk
    2014-01-14 56a217c Add plt to gitignore
    2014-01-14 c41ec3e Rework how dialyzer PLTs are built and used
    2014-01-13 2a2d5f9 Merge pull request #186 from basho/feature/variable-plt-target
    2014-01-07 c1d9f98 Update PHONY Makefile target
    2014-01-03 c2c70f1 Allow PLT destination to be specified
    2014-01-02 555e437 Merge pull request #185 from filmor/patch-1
    2014-01-02 19f1ec2 Fixed formatting.
    2013-11-11 7763143 Merge pull request #179 from DeadZen/dz-fix-eunit-startup
    2013-11-11 be6a315 Fix lager eunit initialization
    2013-11-08 ad40089 Roll version 2.0.1
    2013-11-08 b297104 Update to goldrush 0.1.5
    2013-11-08 019354b Merge pull request #178 from josephwecker/master
    2013-11-08 e2324d1 Set source encoding so R17 compiler doesn't choke on code introduced in 2b544c4
    2013-11-08 47a7ee1 Merge pull request #167 from essen/update-rebar
    2013-10-06 8220624 Merge pull request #173 from mururu/fix-doc
    2013-10-03 f9060e7 Fix doc of lager_console_backend
    2013-08-13 2898749 Update rebar to support REBAR_DEPS_DIR

  erlsha2
    2013-11-19 c8cc57b fix issue #8: compile warnings on R16B and greater

  eper
    2014-01-16 69364c7 v0.78
    2014-01-16 8477496 fix watchdog:add_send_subscriber(integer(),,,)
    2013-12-19 f12c231 add redbug_msc unit tests
    2013-12-18 7fc126f eunit-ify redbug_msc unit tests
    2013-12-18 5cf62f1 v0.77
    2013-12-18 171efd5 .gitignore priv/bin/eper
    2013-12-18 bfd00bd v0.76
    2013-12-18 9e598dd put eper script in priv/bin
    2013-12-18 ebc436b fix redbug print-to-text-file
    2013-12-06 7b57394 renamed getopt to solve name clash
    2013-12-10 1bd0d02 cosmetic
    2013-12-06 2ad3cdc v0.75
    2013-12-06 3ae6aac fix broken watchdog:eunit
    2013-12-06 2054336 remove broken bread:sax function
    2013-12-06 2d13ecb xreffing
    2013-12-06 8b847d3 adding getopt.erl to quiet xref
    2013-12-05 5048c5d remove "-import"
    2013-12-05 eee3daa fix race condition in prfPrc state initializer
    2013-12-02 19fda18 drop attempt to handle linux 2.4 or older
    2013-12-02 6293d10 prfPrc fails to config unless collect is alled first
    2013-11-20 9c55d16 new rebar
    2013-11-20 29afc2e make docs
    2013-11-19 e987415 v0.74
    2013-11-19 e15a5e6 fix changelog generation
    2013-11-19 ba95437 make make release release
    2013-11-19 197095c fix R16 build error due to typo in rebar.config.script
    2013-11-14 af5752a v0.73
    2013-11-14 40bd03f Merge pull request #18 from massemanet/watchdog-fixes
    2013-11-14 04cb820 reworking of watchdog
    2013-11-05 11ae389 version 0.72
    2013-11-05 28643c5 fix mess I made of susan.potter's patch
    2013-10-28 33b60a0 phony changelog target
    2013-10-21 cce6685 bumped to 0.71
    2013-10-18 5e3943f rebar update
    2013-10-13 9365442 Remove crypto module deprecations
    2013-10-07 d80eabc bumped to 0.70
    2013-10-07 edcbd79 remove some dead code
    2013-10-07 4c68c70 Remove print_pid conf. Make default print_fun print pid and regname.
    2013-03-13 5133f50 disk_log info
    2013-10-06 312e8df fix typo in "buffered" doc
    2013-10-06 5acc472 documented print_fun

  folsom_graphite
    2014-01-03 3bd8508 Merge branch 'jc/handle_events'
    2014-01-02 3a94948 add tests/support for new folsom types
    2014-01-02 ac96989 more tests for folsom_graphite_worker
    2014-01-02 67a950f rename of extract_values -> construct_metric_line
    2014-01-02 08ef7b4 Refactor extract_values
    2014-01-01 36df880 worker/util tests
    2014-01-01 2f09693 add lager to dialyzer deps
    2014-01-01 322c9ad export all functions when ifdef(TEST)
    2014-01-01 3f9f376 enable coverage in rebar
    2014-01-01 ed82bd8 Dialyzer
    2014-01-03 f5f0a6c Merge branch 'jc/extract_value_wildcard'
    2014-01-01 19dd174 Handle new folsom types without crashing
    2013-12-24 06cd8bd update for new format of get_metrics_info()

  goldrush
    2013-11-08 1d88342 Bump version to 0.1.5
    2013-11-08 54ac5b5 Reset counters by default
    2013-11-08 0f1f848 Make data recovery impregnable
    2013-11-07 1b77f97 Implement reset counters
    2013-11-07 87bb89b Remove unnecessary code, add consistency
    2013-11-07 1804245 Protect params table and extend per module supervision
    2013-11-07 457e980 Merge branch 'master' of https://github.com/amiramix/goldrush into amiramix-master
    2013-11-07 81e3060 Protect statistics table and data from user errors
    2013-07-27 1504511 Fix EDoc error - remove EDoc tag for the commented out function

  envy
    2013-11-23 d62cb22 Merge pull request #7 from manderson26/ma/ipv6_parse_helper
    2013-11-21 a5f1061 Experimental code to add parsing support to envy.
    2013-11-22 fa9df05 Remove debugval output, fix copyright.
    2013-11-05 86c56cb Merge pull request #6 from christophermaier/type-spec-fix
    2013-11-04 d8b138c Centralize type constraint declaration
    2013-11-04 20caa21 envy_type_validator is a type spec, not an atom
    2013-11-01 b3930ff Merge pull request #5 from oferrigni/ord_operations
    2013-11-01 1f53865 Add binary to type spec
    2013-09-18 c7a8432 Merge pull request #4 from oferrigni/composite_support
    2013-09-17 0948270 Add composite support

  ej
    2013-10-28 0332523 Merge pull request #13 from mabrek/non_present_inside_null
    2013-10-27 6ac148f fix index_for_non_list error when fetching subkey from null
    2013-10-16 baf2f13 Merge branch 'jc/empty_list-and-object'
    2013-10-15 8c611d4 add mochijson2 struct forms for empty_object
    2013-10-14 d195c03 Added empty_object and empty_array to check_value_spec
    2013-10-14 874741d Added top level empty list and array
    2013-10-12 852ca75 Fix travis config, R16B should work, not yet R16B02
    2013-10-12 8af6d1d Enhance docs for get and set_p
    2013-10-12 a56c375 Consolidate type specs for keys to ej_key_path() type
    2013-10-12 54acfb3 Update travis config for Erlang versions
    2013-10-12 6e2e287 Remove unreachable code and quiet dialyzer warning
    2013-10-12 ac9b085 Merge pull request #11 from redink/master
    2013-10-13 365f6ad changed `proplists:get_value/2` to `lists:keyfind/3` as possible
    2013-10-12 f5d95d6 add lists type for `Keys`
    2013-10-10 b58a7f0 Merge branch 'sf/mochijson-valid'
    2013-10-09 75ac900 Remove unreachable code
    2013-10-09 edaad1f Add test coverage for ej:valid with mochijson style objects
    2013-10-10 6938769 Merge pull request #10 from mabrek/mochijson-valid
    2013-10-09 30310c2 add mochijson2 {struct, [...]} format support for ej:valid
    2013-09-27 be45701 Add ej:dedup/1 to remove duplicate object keys from EJSON

  sqerl
    2013-12-06 3bd4944 Merge branch 'jc/OC-10748/handle-atom-errors'
    2013-12-05 aedcbf0 Add timeout test for select/2 to check parse_error
    2013-12-05 ea0e71d epgsql can return errors of the form {error, atom()}
    2013-11-23 07cd779 Merge pull request #42 from opscode/ma/ipv6_parse_helper
    2013-11-22 64b158f Replace parse_host with envy utility library envy_parse:host_to_ip.
    2013-11-20 3003c6e Merge pull request #41 from opscode/sf/ipv6
    2013-11-19 4658ba2 Optional ipv6 support
    2013-11-19 4ef7769 Include envy in dialyzer deps
    2013-10-17 6e6ad3e Correct trapping default for return
    2013-10-17 6e67d64 Correct sqerl when defaulting to allow default
    2013-10-17 a075ac8 Merge pull request #40 from opscode/of/OC-8549
    2013-09-18 9352816 Convert to envy

  rebar_lock_deps_plugin
    2013-12-24 c190c07 Merge branch 'keep-dep-order'
    2013-12-20 71cbcc7 Respect order of rebar.config files when generating lock file
    2013-12-20 f99e917 Fix list_deps_versions to handle dep tuples with URLs

  edown
fatal: Invalid revision range 1f6954ce8f313139385110f68c18c17adb2723f8..30a9f7867d615af45783235faa52742d11a9348e

  chef_authn
    2013-11-05 c778cdb Merge branch 'cm/makefile'
    2013-11-05 402714b Update makefile with Concrete support
    2013-11-05 87edb7c Merge branch 'cm/dialyzer'
markan pushed a commit that referenced this pull request Feb 7, 2015
Updated deps:

  eper
    2014-09-22 5d4c3e9 Merge pull request #29 from systra/master
    2014-09-18 02d38e3 Allow string type variables for guards
    2014-09-17 2a94622 v0.90.0
    2014-09-17 45cb2ae docs
    2014-09-17 a168079 massaged atop:calls/0
    2014-09-16 638c6d4 v0.89.0
    2014-09-16 4936fda docs
    2014-09-16 a8294be refactored presenttion code
    2014-09-15 9d5cd5f add dtop:set_max_procs/1
    2014-09-11 a08c369 v0.88.0
    2014-09-11 46930d5 fix crashing bug in atop
    2014-09-03 ef60d4a implement atop:calls/0
    2014-09-03 55e3f69 v0.87.0
    2014-09-02 ebecc8a somewhat self-documenting
    2014-08-27 099cff6 atop works, but the interface is pretty arcane
    2014-08-25 93cbc73 add atop (allocator visualizer)
    2014-08-15 5b167c9 v0.86.0
    2014-08-15 5c28073 Merge pull request #27 from massemanet/binaries_in_rtp
    2014-08-15 223302d handle binaries in RTP's
    2014-08-12 461382a quick hack to support literal binaries in arg list
    2014-08-05 8a2e0ba Merge pull request #26 from legoscia/maybe-long-names
    2014-07-30 de3f563 In redbug script, use long node names if appropriate
    2014-06-25 56206a0 v0.85.0
    2014-06-25 8213c49 prfDog drops secret when changing port
    2014-06-25 3480de2 v0.84.0
    2014-06-24 e8404b3 fix race conditions in tests
    2014-06-24 f422cc1 implement prfDog:quit/0
    2014-06-24 376883b cosmetic
    2014-06-24 0de9c6f remove orddict dependency
    2014-06-24 3b7340f get collector state through prfHost:state/1
    2014-06-24 b4c1061 fix testcases
    2014-06-24 f6d3dc9 add watchdog:delete_triggers/0
    2014-06-24 b52a1c7 hide eunit behind TEST macro
    2014-06-24 638e8fc new rebar
    2014-06-23 0d57710 make prf:stop/1 return the value of CB:terminate/1 (for testing)
    2014-06-23 1538074 prfDog unit test
    2014-06-23 34358d5 fix prfDog/watchdog interwork
    2014-06-09 066c925 cosmetic
    2014-06-08 828acc9 cosmetic
    2014-06-08 2e9ddf3 v0.83.0
    2014-06-08 1915fd0 fix double binary_to_term test case
    2014-06-08 4290fbe fix block-discard interworking
    2014-05-20 fad438c v0.82.0
    2014-05-20 a11f8e0 init collector state at startup
    2014-05-20 0a864ef handle double term_to_binary
    2014-05-20 e6b9ec5 cosmetic
    2014-05-16 21055c7 v0.81.0
    2014-05-09 07b2e11 hide eunit tests from dialyzer
    2014-05-09 d1a1dea fix dead code
    2014-05-09 3ee4d23 fix register race condition in prfHost
    2014-05-09 40bcc9a remove gen_serv from prfDog
    2014-05-09 77072f6 add make dialyzer
    2014-04-30 519286a add trc file tests
    2014-04-30 c468365 cosmetic
    2014-04-30 0f45534 fix call trace printing
    2014-04-29 a5629fe fix counting of messages
    2014-04-29 38c1f00 fix call_time printing
    2014-04-29 b0d31b8 more and better eunit tests
    2014-04-28 c58f9bd nicer call tracing printouts
    2014-04-28 6c833ae implement call_count and call_time support
    2014-04-28 fd59ec8 fix trace stopping with call_count
    2014-04-23 ebebdf5 allow starting of tracing with call_count etc.
    2014-04-23 7317417 refactor to support call_count
    2014-04-23 541d977 move some parsing to parsing section
    2014-04-23 77f6bff make both "m:_" and "m:V" do global tracing
    2014-04-23 803d245 fix hacky parsing of "m" in redbug
    2014-04-23 fa935b2 remove old tuple-API from redbug
    2014-04-10 eb481b3 v0.80.0
    2014-04-10 27e5cde make make magic
    2014-04-10 8dc9c9e cosmetic
    2014-03-31 7c7d0f7 fix some prfDog bugs
    2014-03-28 3d8421d cosmetic
    2014-03-28 815bdf8 remove dead code
    2014-03-27 19c2fb4 doc
    2014-03-27 6cef9ce rewrite of prfDog

  erlsha2
    2015-01-27 1c11f1a Update to version 2.2.
    2015-01-27 f777ee4 Add .d files to .gitignore
    2015-01-27 d49b186 Use erlang:nif_error/1 to fix dialyzer warning
    2014-05-24 03a653f replace hmac:hexlify with a NIF
    2014-05-24 d6c2c68 update edown usage and generated docs

  pooler
    2014-10-08 7bb8ab8 Merge pull request #37 from seth/of/use_erlang_timers
    2014-10-08 632a211 Switch to erlang:send_after and erlang:cancel_timer
    2014-10-08 0478b61 Merge pull request #36 from seth/of/fix_bookkeeping
    2014-10-07 2171b10 Decrement free_count when replying to queued requestor
    2014-10-07 c57764e Merge pull request #35 from seth/of/interogate_queue_on_return
    2014-10-07 e1ba4a7 Support return_member satisfying a queued requestors
    2014-10-06 d0b0e6b Merge pull request #34 from seth/of/queueing
    2014-10-01 893f05f Implement take_member queueing
    2014-09-30 3fa1c3f Merge pull request #33 from seth/of/fix_pooler_starter_stop_return
    2014-09-30 e71ab8e Correct return of handle_cast stop
    2014-09-29 0ecc29b Merge pull request #31 from oferrigni/of/kill_stale_started_members
    2014-09-29 4c0a457 pooler_starter should cleanup slow process starts
    2014-09-22 39d4bf0 update demo quick start
    2014-09-21 a3615b7 Enhance test coverage for stale member culling
    2014-09-21 83e7ad3 Fix bug when a member is returned more than once
    2014-07-30 23271fe Use concrete for standard Makefile goodness
    2014-06-16 06e37a6 Add the possibility of calling the Exometer API for the metrics instead of the Folsom one
    2014-05-06 fee0aa4 Merge pull request #22 from jwilberding/master
    2014-05-06 70b7a5c Update to modernize build a little bit
    2014-05-06 fbb43fb Add older versions of erlang back in, we have to remove 17.0rc1 because it handles depcrecations different than 17.0, which makes life difficult
    2014-05-06 e6cc050 Better way of handling deprecations
    2014-04-10 bcbe47e Set nowarn_deprecated_type erl_opt for R17 compat
    2014-01-01 a245271 Merge remote-tracking branch 'TanYewWei/issue-16'
    2014-01-02 7a01999 fix bad spec for pooler:rm_group/1
    2014-01-02 b41d589 rm_group/1 returns pool names of pools that failed to terminate
    2014-01-01 52854a0 fix bad test for pooler:rm_group/1
    2014-01-01 982092a added pooler:rm_group/1 test for empty group
    2014-01-01 b77d53d added pooler:rm_group/1 function
    2013-12-31 fd66fdd Clarify take_group_member/1 behavior in README
    2013-10-10 0833bc3 Merge pull request #14 from nevar/embed_pool
    2013-10-11 8bed68f Added the ability to embed a pool to another supervisor

  proper
    2014-09-24 caacd26 Merge branch 'master' of github.com:manopapad/proper
    2014-09-24 6525a61 Merge pull request #89 from th0114nd/master
    2014-09-24 6792624 Add 17.1 in the list of Erlang versions to test
    2014-09-24 b913bf9 Update the instructions on how to make PropEr
    2014-08-25 9defb35 Faster default, moving dialyzing to travis or whoever runs all.
    2014-06-12 043f68f Take out R15B01 from Travis
    2014-06-12 7137c8c Add Erlang 17.0 to Travis
    2014-06-10 9885b72 Seems that 17.0-rc1 is unstable on Travis CI; take it out; we need 17.0 anyway...
    2014-06-10 5f40d87 Merge pull request #86 from norton/norton-command_names
    2014-06-09 433113a Add support for parallel commands to command_names/1
    2014-05-04 2d2d241 Remove Unicode characters from source files, closes #85
    2014-04-07 d90fc40 Add Travis-CI hook to README.md
    2014-04-03 66e20d3 Introduce and use an index() type instead od pos_integer()
    2014-04-03 febc991 No unmatched returns (and some small cleanups)
    2014-04-02 2f22cb2 Cleanup some test files
    2014-04-02 30760e0 Run default number of tests for command_props instead of just 50
    2014-04-01 c0b31be Fixed broken test in command_props
    2014-03-29 3d211d6 Merge UTF-8 generators by Motiejus, closes #83 #63 #48
    2014-03-29 7c20b4e Move UTF-8 unit tests to the right place
    2014-03-09 ac85b9a Merge pull request #84 from Motiejus/travis
    2014-03-08 6d81012 PropEr supports R15B01+
    2014-03-08 0e9f65d travis-ci
    2014-03-08 a3433c3 Isolate proper_unicode to its own module
    2014-03-08 66b43d2 UTF8 generator
    2014-02-24 514c146 Cosmetic change

  lager
    2015-01-23 b7984d4 Merge pull request #241 from stolen/log_root
    2015-01-22 a89e420 Merge pull request #233 from dvaergiller/color_atom
    2015-01-22 5295fa2 Merge pull request #227 from derek121/readme-file-config
    2015-01-22 022077b Merge pull request #250 from evanmcc/stop-start-suppression
    2015-01-21 df3cf16 add application stop/start suppression for ct logs
    2014-11-24 e88c916 Merge pull request #244 from joedevivo/master
    2014-11-24 109aa6b needs log level explicitly set
    2014-11-21 e0a7d02 mention log_root variable in README.md
    2014-11-21 78d80bd implement log_dir option handling
    2014-11-14 4bb4634 Merge pull request #240 from joedevivo/master
    2014-11-14 dd792c8 removed other handlers for common test bounces
    2014-10-27 2ced8a6 Merge pull request #236 from fishcakez/maps
    2014-10-27 1487f4f Merge pull request #237 from fishcakez/ct_backend_dialyzer
    2014-10-25 cd76e0f Update tools.mk
    2014-10-23 8685853 Add maps formatting
    2014-10-25 d051396 Fix ct backend dialyzer warnings
    2014-10-23 2ce67d5 Fix line numbers detection in tests for OTP >= 17
    2014-09-15 f433da0 Mention the color atom for the formatter config
    2014-07-28 9ec3499 Fix specification of backend config in log rotation example
    2014-07-22 dd26760 Merge pull request #224 from joedevivo/master
    2014-07-22 d29d6c7 cleaned up lager_common_test_backend:bounce for log level
    2014-07-22 28239b8 Removed 1.X support
    2014-07-22 d7f60e2 @doc for lager_common_test_backend
    2014-07-22 1b8acdb lager_backend for use with common_test
    2014-04-16 4d8291e Merge pull request #216 from fogfish/master
    2014-04-09 b3f3f68 fix issue #215: lager.app env overwrites default handlers
    2014-03-12 63c2ad6 Merge pull request #210 from egobrain/patch-1
    2014-03-12 5e38f33 Fixed typo in README.md
    2014-03-07 1613842 Fix eunit test
    2014-03-03 36466ef Merge pull request #166 from srstrong/master
    2014-02-27 73f0806 Merge pull request #209 from jlouis/fix-17
    2014-02-27 1987ca3 Fix compile on Release 17 the right way.
    2013-08-13 7d76822 Added options parameter to lager:trace_file

  folsom_graphite
    2014-10-27 0bf3d47 Merge pull request #11 from opscode/of/fix_fun_heads_for_application_start
    2014-10-27 b5eef87 Correct fun heads for when application is started
    2014-10-23 4f02d9e Merge pull request #10 from opscode/of/correct_application_get_env
    2014-10-23 658e01b Correct wrong api usage
    2014-10-16 adc0828 Merge pull request #9 from opscode/of/no_config_tolerance
    2014-10-16 b68e7ae PR Comments
    2014-10-16 d9ac7c8 If no configuration present, start an empty supervisor tree
    2014-10-07 30b4442 Merge pull request #8 from opscode/of/open_source
    2014-10-01 60f35b1 Add license and readme changes for open source

  webmachine
    2013-12-16 7cd6ddf Merge branch 'ipv6-fix-default-port' into opscode
    2013-12-16 694e6cd Fix handling of ipv6 addresses for default port case
    2013-12-12 6ce7039 Merge remote-tracking branch 'opscode/dev-only-deps' into opscode
    2013-12-12 53e6706 Enhance rebar.config.script for dev only dependencies
    2013-12-06 31c2413 Merge branch 'ipv6' into opscode
    2013-11-21 c8ba411 Support IPv6 address literals when parsing Host header
    2013-12-05 457dbd1 Merge pull request #179 from NineFX/use-newer-otp-in-travis
    2013-12-05 909dae7 Update .travis.yml to use the most recent releases of Erlang OTP
    2013-11-23 619acb5 Merge pull request #176 from agx/fixes/error_logger
    2013-11-21 d884918 Make sure Reason is a string
    2013-11-04 77ba1d8 Merge pull request #173 from basho/encode-error-body-rebased
    2013-01-21 eb43b4e Encode the error response before sending it.
    2013-10-16 e5f8233 Roll webmachine version 1.10.5
    2013-10-16 21c8b25 Standardize on a rebar.config dep format to reduce conflicts
    2013-09-12 9cd03ae update meck to basho fork, version 0.8.1
    2013-09-08 34c42df Merge pull request #166 from basho/vinoski/r16-test-fixes
    2013-09-08 e0c1cbe fix unit tests for Erlang/OTP R16
    2013-08-23 a169963 Update meck dependency tag
    2013-08-23 ae929c0 Change app vsn setting to git rather than fixed version
    2013-08-16 fd2d626 Merge branch 'ms-integration-testing'
    2013-08-15 0b144b4 Change some webmachine include_lib statements to includes
    2013-08-15 421db37 Refactor authorized_b8 assert conditions
    2013-08-15 18689b3 Extend timeout and exit supervisor normally in etag_test
    2013-04-05 bc9801c Increase line coverage of webmachine unit and integration tests. The goal for this first round is to increase coverage of the decision core of webmachine. For each node on the v3 HTTP activity diagram there are one or more tests that reach that node.
    2013-08-16 339427b Merge branch 'klm-error-logging-revamp'
    2013-08-14 8194983 Rework Webmachine error logging to use the built-in log handler
    2013-08-07 9755d0c Merge pull request #161 from cmeiklejohn/csm-sockname
    2013-07-31 96ec4d2 Fix EUnit timeout misspecification for etag_test.erl
    2013-07-22 947b540 Fix some whitespace.
    2013-07-19 1d79e49 Expose local socket.
    2013-07-19 eaadbad Add dialyzer.
    2013-07-18 e9359c7 fix horked makefile
    2013-07-18 3d5b71b Roll version 1.10.3
    2013-07-18 2313a31 Merge pull request #160 from basho/pevm-fix-R15
    2013-07-18 fa47565 Switch from Makefile to rebar.config.script for old_hash define
    2013-07-18 5456301 reverse macro logic to favor forward compatability
    2013-07-11 3637ea2 Merge pull request #158 from basho/ss-avoid-localtime-to-universaltime
    2013-07-11 36adf13 Merge pull request #156 from basho/pevm-fix-R15
    2013-07-11 b6dcefc Add last_modified callback
    2013-07-11 79af7a0 Avoid DST-aware translation from localtime to GMT
    2013-07-10 90951b7 fix R15 compatibility
    2013-07-10 d7f82fa Merge pull request #155 from basho/pevm-r16-compat-rebased
    2013-07-08 9706887 change hash fns for R16B01 compat
    2013-06-25 bcd0b3e Roll webmachine vsn 1.10.2
    2013-06-18 09de776 Merge branch 'klm-update-mochiweb-dep'
    2013-06-18 315995b Peg webmachine to the 1.5.1p6 tag of mochiweb
    2013-06-17 6dd4269 Merge branch 'klm-reduce-request-overhead-rebased'
    2013-06-17 23a3317 Merge branch 'klm-handle-invalid-host-header'
    2013-06-17 5a41101 Update metadata initialization in metadata_test
    2012-11-26 d7dbbdd Replace use of dict with orddict in request records
    2012-11-26 f439563 Avoid keeping extra request state any longer than necessary
    2013-06-17 9afc41f Merge pull request #76 from campanja/r548-dont-swallow-crashes
    2013-06-12 3766560 Merge branch 'klm-flexible-error-responses'
    2013-05-09 ea8ae55 Allow responses for all HTTP errors to be customized
    2013-06-11 ec5f138 Merge branch 'klm-handle-empty-content-type'
    2013-06-10 8b90c05 Merge pull request #151 from djnym/remove-io-formats
    2013-06-10 8c1d1b8 Removing io:format/2 calls from log file processing
    2013-06-04 cbc62cc Treat empty content-type header value the same as if it were undefined
    2013-05-28 75c5793 Handle undefined request time values in performance log handler
    2013-05-20 d6774d5 Merge pull request #147 from basho/sbv-fix-respcode
    2013-05-20 3969b8e handle custom reason phrases as iolist() in make_code
    2013-05-20 2c13db1 fix wrq:response_code/1 to handle custom reason phrase
    2013-05-08 6914fef Merge pull request #142 from basho/ss-throw-body-away-when-delete
    2013-05-07 e655fd4 Return a 400 when a request includes an invalid host header
    2013-05-07 66e0112 Flush body when DELETE to keep alive connection
    2013-04-25 01f444c Merge pull request #141 from basho/custom-reason-phrase
    2012-10-16 c30f903 add doc directory to .gitignore
    2012-10-15 dedc573 allow apps to supply custom reason phrases for HTTP response codes
    2013-04-05 c3571bc Merge branch '1.10'
    2013-03-30 d705a49 Merge pull request #136 from chaslemley/rebar_config_old_dependency
    2013-03-28 dde2ac5 fix template rebar.config to specify correct webmachine version
    2013-03-25 fdf8650 Merge pull request #134 from basho/sbv-combine-sends
    2013-03-23 dc924f5 collapse 4 separate send calls into 1 in send_chunk
    2013-03-21 8b2cb4d Merge pull request #133 from nacmartin/patch-1
    2013-03-21 b796c50 Update demo, rebar.config to webmachine, "1.10.*"
    2013-03-14 45406fd Merge branch '1.10'
    2013-03-14 e65feec Merge branch '1.10'
    2012-06-01 cfb431d Add logging for when webmachine crashes when body exists.

  ej
    2014-09-25 c683084 allow fun_match to take any_type
    2014-09-11 388475f Allow {array_map, Spec} to be a top-level validation spec
    2014-09-10 16d58b1 Test for non-binary literal match
    2014-08-25 a6f4efe Fix unused variable warning
    2014-08-25 966e67a Merge pull request #18 from habibutsu/master
    2014-08-24 a4fb9d0 Adding of test for selecting items for which keys starts with specified prefix
    2014-08-24 073118f Correcting descriptions in eunit
    2014-08-23 0820b49 Ability to select items for which key starts with specified prefix
    2014-05-23 12bc9ae Add type spec for {any_of, {Spec, Msg}}
    2014-05-05 d46f13a concrete-ize ej

  sqerl
    2015-02-06 611e884 Merge pull request #89 from chef/sd/epgsql3
    2015-02-06 28476f0 remove Erlang F15 from .travis.yml
    2015-02-05 8bac393 Update sqerl for latest epgsql/epgsql
    2015-01-16 a7b64da Merge pull request #88 from opscode/jd/epgsql2
    2015-01-14 e0e3de5 Removed io:format debug statement
    2014-12-18 11d08f3 Updated Sqerl for latest epgsql/epgsql
    2014-12-16 67361d7 Merge pull request #87 from opscode/jd/ct
    2014-12-13 5252933 Migrate itest suite to common_test
    2014-12-02 6f163f4 Including apt in the default run list
    2014-10-27 7e5f773 Merge pull request #84 from opscode/of/blocking_take_pooler
    2014-10-06 8883bfe Leverage blocking take_member in pooler
    2014-10-01 a76c711 Merge pull request #82 from opscode/of/update_pooler
    2014-09-30 f60c42e Bump pooler in light of issue 33
    2014-09-30 436e7fc Merge pull request #81 from opscode/of/update_pooler
    2014-09-30 5e9b200 Update pooler to 1.2.1
    2014-08-28 d2123ea Merge pull request #79 from opscode/jd/travis-itest
    2014-08-28 96a0722 try and run itests on travis
    2014-08-27 1827d0e Merge pull request #78 from opscode/jd/change-insertion-point
    2014-08-26 7f6c145 added tests for exported type after record declaration
    2014-08-25 f646540 Moved function declarations to {eof, Line}
    2014-08-21 5b7cab1 Merge pull request #77 from opscode/jd/concrete
    2014-08-19 24025d6 Upgrade to new concrete with cached plts
    2014-08-11 4cfcff8 Merge pull request #76 from opscode/jd/gen_2
    2014-08-08 a44c5b9 don't know how that underscore got deleted
    2014-08-08 e32b093 Added atomlists to sqerl_rec:gen_update/2
    2014-08-08 bcc3c43 Added atomlists to sqerl_rec:gen_delete/2
    2014-08-08 4e45497 removed redundant code path for sqerl_rec:gen_fetch/2
    2014-08-07 0add502 Merge pull request #74 from opscode/pevm/undef-filter-coverage
    2014-08-06 b4400b7 increase undef filtering coverage
    2014-08-06 68b0cce Merge pull request #75 from opscode/pevm/de-inline
    2014-08-06 2abed56 remove inline directive from rebar.config
    2014-08-05 4bdc26e Merge pull request #72 from opscode/jd/parse_transform
    2014-08-05 fc1e369 sqerl_gobot parse_transform
    2014-08-04 b978eb0 Merge branch 'jc/CA-531/timestamp-transformers'
    2014-08-03 e0de0ec Remove broken datetime input transformer
    2014-07-08 f49e975 Merge pull request #71 from opscode/revert-70-jd/green-with-envy
    2014-07-08 8d2bf65 Revert "Sqerl needs Envy."
    2014-07-07 4c4071f Merge pull request #70 from opscode/jd/green-with-envy
    2014-07-07 f323011 Sqerl needs Envy.
    2014-07-02 1f8a39e Saving undefined record fields as NULL in the DB
    2014-06-16 48b50d2 TK tests
    2014-06-07 5ce1237 Merge pull request #64 from opscode/jw/r17
    2014-05-06 b84a8aa This adds support for Erlang 17.0 and turns on itest tests
    2014-05-06 060ce4c Cleanup whitespace
    2014-06-06 8eeee9e Merge pull request #63 from opscode/jw/travis
    2014-06-05 f929c1b Add support for Travis CI
    2014-06-05 b7cfafa Merge pull request #62 from opscode/jw/apps2
    2014-06-05 339ed6b This is re-work of the previous commit (064898ceee)
    2014-06-04 c34d8f0 Fix duplication of queries in sqerl_rec
    2014-06-05 219301a Merge pull request #58 from opscode/jw/apps
    2014-06-04 064898c Add way to specify apps instead of modules for sqerl_rec translation
    2014-06-04 783bb84 Add scalar_fetch/3 to sqerl_rec
    2014-05-12 c9509d2 Merge branch 'sf/update-returning'
    2014-05-11 1e04eb1 Improve query_not_found error message
    2014-05-11 245d376 update generated doc
    2014-05-11 7357fd0 Make default update return updated record
    2014-05-12 77d88b6 Merge branch 'sf/fix-defaults'
    2014-05-11 a77d11a Update generated md docs
    2014-05-11 aee5031 Add doc to query gen functions
    2014-05-11 9e9b2a2 Rework default queries: use first field
    2014-05-12 9f8f0e2 Merge branch 'sf/gen_fetch2'
    2014-05-10 a45f9ef Add gen_fetch, gen_delete query generators to exports
    2014-05-10 e2b0bba Have qfetch prepend RecName_ to the query name
    2014-05-12 0be856b Merge branch 'sf/qfetch'
    2014-05-10 2b5564c Add generated (via `make doc`) docs for github viewing
    2014-05-10 b844016 Add documentation for sqerl_rec
    2014-05-10 c17fc87 Add sqerl_rec:qfetch/3 fetch by named query returning record
    2014-05-09 64eecb3 Fix handling of syntax error in queries
    2014-05-07 b59f8f4 Merge pull request #49 from opscode/jc/fromlist-spec
    2014-05-06 0f9dbe2 fix fromlist spec
    2014-04-29 4b2a616 Merge pull request #46 from opscode/sf/sqerl-rec
    2014-04-27 4022ecb Introduce sqerl_rec for convenient record <-> pg mapping
    2014-04-26 5f30ae2 Add parse_trans as a dev-only dep
    2014-04-26 8c78c98 Use concrete for standard Makefile goodness
    2014-04-20 b0ff69a Support for INSERT ... RETURNING queries
    2014-04-20 8513e8e Add asn1 to app start in itest for R16 compat

  epgsql
fatal: Invalid revision range 6ceff57e8b32b6554728a082db52584f1f65bd7e..2da4c1398e3c1040b88143ab10cba9e869c2739d

  rebar_lock_deps_plugin
    2015-02-01 2a8d2e8 Merge pull request #15 from efine/seth/rebar_lock_deps_plugin-issue-14
    2015-01-31 d93a6a9 Fix issue #14.
    2014-05-13 9711549 version bump
    2014-05-13 2046485 Add initial support for version bump in relx.config
    2014-04-29 f80bbdf Merge pull request #11 from cristianberneanu/master
    2014-04-29 2ef6e1f Handle missing dependecy tag

  pushy_common
    2014-09-08 60a4512 Merge pull request #19 from opscode/ma/license_sweep
    2014-09-08 114b965 Make sure Apache 2.0 license is consistient across repositories

  chef_authn
    2015-01-22 e7850d0 Merge pull request #18 from opscode/ma/multikey
    2015-01-21 4010df1 ensure we continue checking keys in case of other than badmatch
    2015-01-12 22f5046 Add multiple key options to authn sequence
    2014-08-20 f92325b Upgrade concrete
    2014-08-20 34d7749 Merge branch 'jw/17'
    2014-08-20 9175e6d Relax dialyzer spec on internal hash_file helper
    2014-05-06 9373891 Updated to fix deprecations with 17
    2014-07-14 1363385 Merge pull request #17 from opscode/ma/keygen_status_fix
    2014-07-14 5c25520 Add status_for_json to provide a status message that is freindly to json encoding.
    2014-07-09 d3089d4 Merge branch 'ma/keygen'
    2013-12-12 c1f42d1 Add generated edown docs
    2014-06-24 43a2884 Code to scale back number of ssl jobs under load.
    2014-06-19 228a04b Improve openssl command execution
    2014-01-07 a97111b Improve logging and job management
    2014-01-04 fc0d79d Cleanups and removal of unnecessary code:
    2014-07-08 51fe808 Parallelize key creation in chef_keygen_cache
    2013-12-06 28db3ee Add chef_keygen_cache for RSA key generation and caching
    2014-05-07 334162d Merge pull request #14 from opscode/mp/user-endpoint
    2014-05-01 a04e5bf add new export extract_pem_encoded_public_key and tests

  edown
    2014-06-13 4d18dc4 Merge pull request #30 from esl/uw-br-fix
    2014-06-12 68022f0 use <br /> instead of <br></br>
    2014-04-26 3a738bf Merge pull request #28 from ehedenst/utf8-readme-fix
    2014-04-24 63c01fd Fixed bug where utf8 was being passed as package when writing the README.md file.
    2014-02-21 4cb4ad6 check encoding of source file, not doc target
    2014-02-21 98d8b02 bw-compat handling of encoding
    2014-02-21 9e80101 Merge esl and uwiger versions of edown
    2014-02-21 5d41981 re-generated docs
    2014-02-21 601031f Add {edown_target, github | stash}
    2013-12-23 4ac92da Merge pull request #27 from eryx67/master
    2013-12-23 55efe1f support unicode
    2013-05-24 1f6954c support syntax highlighting in code blocks (see README)
markan added a commit that referenced this pull request Feb 10, 2015
Cleanup rebar to point to consistient repo names
Commit USE_REBAR_LOCKED

We've not actually been locking deps; things have been floating from day
one despite the presence of the lock functionality.

Updated deps:

  eper
    2014-09-22 5d4c3e9 Merge pull request #29 from systra/master
    2014-09-18 02d38e3 Allow string type variables for guards
    2014-09-17 2a94622 v0.90.0
    2014-09-17 45cb2ae docs
    2014-09-17 a168079 massaged atop:calls/0
    2014-09-16 638c6d4 v0.89.0
    2014-09-16 4936fda docs
    2014-09-16 a8294be refactored presenttion code
    2014-09-15 9d5cd5f add dtop:set_max_procs/1
    2014-09-11 a08c369 v0.88.0
    2014-09-11 46930d5 fix crashing bug in atop
    2014-09-03 ef60d4a implement atop:calls/0
    2014-09-03 55e3f69 v0.87.0
    2014-09-02 ebecc8a somewhat self-documenting
    2014-08-27 099cff6 atop works, but the interface is pretty arcane
    2014-08-25 93cbc73 add atop (allocator visualizer)
    2014-08-15 5b167c9 v0.86.0
    2014-08-15 5c28073 Merge pull request #27 from massemanet/binaries_in_rtp
    2014-08-15 223302d handle binaries in RTP's
    2014-08-12 461382a quick hack to support literal binaries in arg list
    2014-08-05 8a2e0ba Merge pull request #26 from legoscia/maybe-long-names
    2014-07-30 de3f563 In redbug script, use long node names if appropriate
    2014-06-25 56206a0 v0.85.0
    2014-06-25 8213c49 prfDog drops secret when changing port
    2014-06-25 3480de2 v0.84.0
    2014-06-24 e8404b3 fix race conditions in tests
    2014-06-24 f422cc1 implement prfDog:quit/0
    2014-06-24 376883b cosmetic
    2014-06-24 0de9c6f remove orddict dependency
    2014-06-24 3b7340f get collector state through prfHost:state/1
    2014-06-24 b4c1061 fix testcases
    2014-06-24 f6d3dc9 add watchdog:delete_triggers/0
    2014-06-24 b52a1c7 hide eunit behind TEST macro
    2014-06-24 638e8fc new rebar
    2014-06-23 0d57710 make prf:stop/1 return the value of CB:terminate/1 (for testing)
    2014-06-23 1538074 prfDog unit test
    2014-06-23 34358d5 fix prfDog/watchdog interwork
    2014-06-09 066c925 cosmetic
    2014-06-08 828acc9 cosmetic
    2014-06-08 2e9ddf3 v0.83.0
    2014-06-08 1915fd0 fix double binary_to_term test case
    2014-06-08 4290fbe fix block-discard interworking
    2014-05-20 fad438c v0.82.0
    2014-05-20 a11f8e0 init collector state at startup
    2014-05-20 0a864ef handle double term_to_binary
    2014-05-20 e6b9ec5 cosmetic
    2014-05-16 21055c7 v0.81.0
    2014-05-09 07b2e11 hide eunit tests from dialyzer
    2014-05-09 d1a1dea fix dead code
    2014-05-09 3ee4d23 fix register race condition in prfHost
    2014-05-09 40bcc9a remove gen_serv from prfDog
    2014-05-09 77072f6 add make dialyzer
    2014-04-30 519286a add trc file tests
    2014-04-30 c468365 cosmetic
    2014-04-30 0f45534 fix call trace printing
    2014-04-29 a5629fe fix counting of messages
    2014-04-29 38c1f00 fix call_time printing
    2014-04-29 b0d31b8 more and better eunit tests
    2014-04-28 c58f9bd nicer call tracing printouts
    2014-04-28 6c833ae implement call_count and call_time support
    2014-04-28 fd59ec8 fix trace stopping with call_count
    2014-04-23 ebebdf5 allow starting of tracing with call_count etc.
    2014-04-23 7317417 refactor to support call_count
    2014-04-23 541d977 move some parsing to parsing section
    2014-04-23 77f6bff make both "m:_" and "m:V" do global tracing
    2014-04-23 803d245 fix hacky parsing of "m" in redbug
    2014-04-23 fa935b2 remove old tuple-API from redbug
    2014-04-10 eb481b3 v0.80.0
    2014-04-10 27e5cde make make magic
    2014-04-10 8dc9c9e cosmetic
    2014-03-31 7c7d0f7 fix some prfDog bugs
    2014-03-28 3d8421d cosmetic
    2014-03-28 815bdf8 remove dead code
    2014-03-27 19c2fb4 doc
    2014-03-27 6cef9ce rewrite of prfDog

  erlsha2
    2015-01-27 1c11f1a Update to version 2.2.
    2015-01-27 f777ee4 Add .d files to .gitignore
    2015-01-27 d49b186 Use erlang:nif_error/1 to fix dialyzer warning
    2014-05-24 03a653f replace hmac:hexlify with a NIF
    2014-05-24 d6c2c68 update edown usage and generated docs

  pooler
    2014-10-08 7bb8ab8 Merge pull request #37 from seth/of/use_erlang_timers
    2014-10-08 632a211 Switch to erlang:send_after and erlang:cancel_timer
    2014-10-08 0478b61 Merge pull request #36 from seth/of/fix_bookkeeping
    2014-10-07 2171b10 Decrement free_count when replying to queued requestor
    2014-10-07 c57764e Merge pull request #35 from seth/of/interogate_queue_on_return
    2014-10-07 e1ba4a7 Support return_member satisfying a queued requestors
    2014-10-06 d0b0e6b Merge pull request #34 from seth/of/queueing
    2014-10-01 893f05f Implement take_member queueing
    2014-09-30 3fa1c3f Merge pull request #33 from seth/of/fix_pooler_starter_stop_return
    2014-09-30 e71ab8e Correct return of handle_cast stop
    2014-09-29 0ecc29b Merge pull request #31 from oferrigni/of/kill_stale_started_members
    2014-09-29 4c0a457 pooler_starter should cleanup slow process starts
    2014-09-22 39d4bf0 update demo quick start
    2014-09-21 a3615b7 Enhance test coverage for stale member culling
    2014-09-21 83e7ad3 Fix bug when a member is returned more than once
    2014-07-30 23271fe Use concrete for standard Makefile goodness
    2014-06-16 06e37a6 Add the possibility of calling the Exometer API for the metrics instead of the Folsom one
    2014-05-06 fee0aa4 Merge pull request #22 from jwilberding/master
    2014-05-06 70b7a5c Update to modernize build a little bit
    2014-05-06 fbb43fb Add older versions of erlang back in, we have to remove 17.0rc1 because it handles depcrecations different than 17.0, which makes life difficult
    2014-05-06 e6cc050 Better way of handling deprecations
    2014-04-10 bcbe47e Set nowarn_deprecated_type erl_opt for R17 compat
    2014-01-01 a245271 Merge remote-tracking branch 'TanYewWei/issue-16'
    2014-01-02 7a01999 fix bad spec for pooler:rm_group/1
    2014-01-02 b41d589 rm_group/1 returns pool names of pools that failed to terminate
    2014-01-01 52854a0 fix bad test for pooler:rm_group/1
    2014-01-01 982092a added pooler:rm_group/1 test for empty group
    2014-01-01 b77d53d added pooler:rm_group/1 function
    2013-12-31 fd66fdd Clarify take_group_member/1 behavior in README
    2013-10-10 0833bc3 Merge pull request #14 from nevar/embed_pool
    2013-10-11 8bed68f Added the ability to embed a pool to another supervisor

  proper
    2014-09-24 caacd26 Merge branch 'master' of github.com:manopapad/proper
    2014-09-24 6525a61 Merge pull request #89 from th0114nd/master
    2014-09-24 6792624 Add 17.1 in the list of Erlang versions to test
    2014-09-24 b913bf9 Update the instructions on how to make PropEr
    2014-08-25 9defb35 Faster default, moving dialyzing to travis or whoever runs all.
    2014-06-12 043f68f Take out R15B01 from Travis
    2014-06-12 7137c8c Add Erlang 17.0 to Travis
    2014-06-10 9885b72 Seems that 17.0-rc1 is unstable on Travis CI; take it out; we need 17.0 anyway...
    2014-06-10 5f40d87 Merge pull request #86 from norton/norton-command_names
    2014-06-09 433113a Add support for parallel commands to command_names/1
    2014-05-04 2d2d241 Remove Unicode characters from source files, closes #85
    2014-04-07 d90fc40 Add Travis-CI hook to README.md
    2014-04-03 66e20d3 Introduce and use an index() type instead od pos_integer()
    2014-04-03 febc991 No unmatched returns (and some small cleanups)
    2014-04-02 2f22cb2 Cleanup some test files
    2014-04-02 30760e0 Run default number of tests for command_props instead of just 50
    2014-04-01 c0b31be Fixed broken test in command_props
    2014-03-29 3d211d6 Merge UTF-8 generators by Motiejus, closes #83 #63 #48
    2014-03-29 7c20b4e Move UTF-8 unit tests to the right place
    2014-03-09 ac85b9a Merge pull request #84 from Motiejus/travis
    2014-03-08 6d81012 PropEr supports R15B01+
    2014-03-08 0e9f65d travis-ci
    2014-03-08 a3433c3 Isolate proper_unicode to its own module
    2014-03-08 66b43d2 UTF8 generator
    2014-02-24 514c146 Cosmetic change

  lager
    2015-01-23 b7984d4 Merge pull request #241 from stolen/log_root
    2015-01-22 a89e420 Merge pull request #233 from dvaergiller/color_atom
    2015-01-22 5295fa2 Merge pull request #227 from derek121/readme-file-config
    2015-01-22 022077b Merge pull request #250 from evanmcc/stop-start-suppression
    2015-01-21 df3cf16 add application stop/start suppression for ct logs
    2014-11-24 e88c916 Merge pull request #244 from joedevivo/master
    2014-11-24 109aa6b needs log level explicitly set
    2014-11-21 e0a7d02 mention log_root variable in README.md
    2014-11-21 78d80bd implement log_dir option handling
    2014-11-14 4bb4634 Merge pull request #240 from joedevivo/master
    2014-11-14 dd792c8 removed other handlers for common test bounces
    2014-10-27 2ced8a6 Merge pull request #236 from fishcakez/maps
    2014-10-27 1487f4f Merge pull request #237 from fishcakez/ct_backend_dialyzer
    2014-10-25 cd76e0f Update tools.mk
    2014-10-23 8685853 Add maps formatting
    2014-10-25 d051396 Fix ct backend dialyzer warnings
    2014-10-23 2ce67d5 Fix line numbers detection in tests for OTP >= 17
    2014-09-15 f433da0 Mention the color atom for the formatter config
    2014-07-28 9ec3499 Fix specification of backend config in log rotation example
    2014-07-22 dd26760 Merge pull request #224 from joedevivo/master
    2014-07-22 d29d6c7 cleaned up lager_common_test_backend:bounce for log level
    2014-07-22 28239b8 Removed 1.X support
    2014-07-22 d7f60e2 @doc for lager_common_test_backend
    2014-07-22 1b8acdb lager_backend for use with common_test
    2014-04-16 4d8291e Merge pull request #216 from fogfish/master
    2014-04-09 b3f3f68 fix issue #215: lager.app env overwrites default handlers
    2014-03-12 63c2ad6 Merge pull request #210 from egobrain/patch-1
    2014-03-12 5e38f33 Fixed typo in README.md
    2014-03-07 1613842 Fix eunit test
    2014-03-03 36466ef Merge pull request #166 from srstrong/master
    2014-02-27 73f0806 Merge pull request #209 from jlouis/fix-17
    2014-02-27 1987ca3 Fix compile on Release 17 the right way.
    2013-08-13 7d76822 Added options parameter to lager:trace_file

  folsom_graphite
    2014-10-27 0bf3d47 Merge pull request #11 from opscode/of/fix_fun_heads_for_application_start
    2014-10-27 b5eef87 Correct fun heads for when application is started
    2014-10-23 4f02d9e Merge pull request #10 from opscode/of/correct_application_get_env
    2014-10-23 658e01b Correct wrong api usage
    2014-10-16 adc0828 Merge pull request #9 from opscode/of/no_config_tolerance
    2014-10-16 b68e7ae PR Comments
    2014-10-16 d9ac7c8 If no configuration present, start an empty supervisor tree
    2014-10-07 30b4442 Merge pull request #8 from opscode/of/open_source
    2014-10-01 60f35b1 Add license and readme changes for open source

  webmachine
    2013-12-16 7cd6ddf Merge branch 'ipv6-fix-default-port' into opscode
    2013-12-16 694e6cd Fix handling of ipv6 addresses for default port case
    2013-12-12 6ce7039 Merge remote-tracking branch 'opscode/dev-only-deps' into opscode
    2013-12-12 53e6706 Enhance rebar.config.script for dev only dependencies
    2013-12-06 31c2413 Merge branch 'ipv6' into opscode
    2013-11-21 c8ba411 Support IPv6 address literals when parsing Host header
    2013-12-05 457dbd1 Merge pull request #179 from NineFX/use-newer-otp-in-travis
    2013-12-05 909dae7 Update .travis.yml to use the most recent releases of Erlang OTP
    2013-11-23 619acb5 Merge pull request #176 from agx/fixes/error_logger
    2013-11-21 d884918 Make sure Reason is a string
    2013-11-04 77ba1d8 Merge pull request #173 from basho/encode-error-body-rebased
    2013-01-21 eb43b4e Encode the error response before sending it.
    2013-10-16 e5f8233 Roll webmachine version 1.10.5
    2013-10-16 21c8b25 Standardize on a rebar.config dep format to reduce conflicts
    2013-09-12 9cd03ae update meck to basho fork, version 0.8.1
    2013-09-08 34c42df Merge pull request #166 from basho/vinoski/r16-test-fixes
    2013-09-08 e0c1cbe fix unit tests for Erlang/OTP R16
    2013-08-23 a169963 Update meck dependency tag
    2013-08-23 ae929c0 Change app vsn setting to git rather than fixed version
    2013-08-16 fd2d626 Merge branch 'ms-integration-testing'
    2013-08-15 0b144b4 Change some webmachine include_lib statements to includes
    2013-08-15 421db37 Refactor authorized_b8 assert conditions
    2013-08-15 18689b3 Extend timeout and exit supervisor normally in etag_test
    2013-04-05 bc9801c Increase line coverage of webmachine unit and integration tests. The goal for this first round is to increase coverage of the decision core of webmachine. For each node on the v3 HTTP activity diagram there are one or more tests that reach that node.
    2013-08-16 339427b Merge branch 'klm-error-logging-revamp'
    2013-08-14 8194983 Rework Webmachine error logging to use the built-in log handler
    2013-08-07 9755d0c Merge pull request #161 from cmeiklejohn/csm-sockname
    2013-07-31 96ec4d2 Fix EUnit timeout misspecification for etag_test.erl
    2013-07-22 947b540 Fix some whitespace.
    2013-07-19 1d79e49 Expose local socket.
    2013-07-19 eaadbad Add dialyzer.
    2013-07-18 e9359c7 fix horked makefile
    2013-07-18 3d5b71b Roll version 1.10.3
    2013-07-18 2313a31 Merge pull request #160 from basho/pevm-fix-R15
    2013-07-18 fa47565 Switch from Makefile to rebar.config.script for old_hash define
    2013-07-18 5456301 reverse macro logic to favor forward compatability
    2013-07-11 3637ea2 Merge pull request #158 from basho/ss-avoid-localtime-to-universaltime
    2013-07-11 36adf13 Merge pull request #156 from basho/pevm-fix-R15
    2013-07-11 b6dcefc Add last_modified callback
    2013-07-11 79af7a0 Avoid DST-aware translation from localtime to GMT
    2013-07-10 90951b7 fix R15 compatibility
    2013-07-10 d7f82fa Merge pull request #155 from basho/pevm-r16-compat-rebased
    2013-07-08 9706887 change hash fns for R16B01 compat
    2013-06-25 bcd0b3e Roll webmachine vsn 1.10.2
    2013-06-18 09de776 Merge branch 'klm-update-mochiweb-dep'
    2013-06-18 315995b Peg webmachine to the 1.5.1p6 tag of mochiweb
    2013-06-17 6dd4269 Merge branch 'klm-reduce-request-overhead-rebased'
    2013-06-17 23a3317 Merge branch 'klm-handle-invalid-host-header'
    2013-06-17 5a41101 Update metadata initialization in metadata_test
    2012-11-26 d7dbbdd Replace use of dict with orddict in request records
    2012-11-26 f439563 Avoid keeping extra request state any longer than necessary
    2013-06-17 9afc41f Merge pull request #76 from campanja/r548-dont-swallow-crashes
    2013-06-12 3766560 Merge branch 'klm-flexible-error-responses'
    2013-05-09 ea8ae55 Allow responses for all HTTP errors to be customized
    2013-06-11 ec5f138 Merge branch 'klm-handle-empty-content-type'
    2013-06-10 8b90c05 Merge pull request #151 from djnym/remove-io-formats
    2013-06-10 8c1d1b8 Removing io:format/2 calls from log file processing
    2013-06-04 cbc62cc Treat empty content-type header value the same as if it were undefined
    2013-05-28 75c5793 Handle undefined request time values in performance log handler
    2013-05-20 d6774d5 Merge pull request #147 from basho/sbv-fix-respcode
    2013-05-20 3969b8e handle custom reason phrases as iolist() in make_code
    2013-05-20 2c13db1 fix wrq:response_code/1 to handle custom reason phrase
    2013-05-08 6914fef Merge pull request #142 from basho/ss-throw-body-away-when-delete
    2013-05-07 e655fd4 Return a 400 when a request includes an invalid host header
    2013-05-07 66e0112 Flush body when DELETE to keep alive connection
    2013-04-25 01f444c Merge pull request #141 from basho/custom-reason-phrase
    2012-10-16 c30f903 add doc directory to .gitignore
    2012-10-15 dedc573 allow apps to supply custom reason phrases for HTTP response codes
    2013-04-05 c3571bc Merge branch '1.10'
    2013-03-30 d705a49 Merge pull request #136 from chaslemley/rebar_config_old_dependency
    2013-03-28 dde2ac5 fix template rebar.config to specify correct webmachine version
    2013-03-25 fdf8650 Merge pull request #134 from basho/sbv-combine-sends
    2013-03-23 dc924f5 collapse 4 separate send calls into 1 in send_chunk
    2013-03-21 8b2cb4d Merge pull request #133 from nacmartin/patch-1
    2013-03-21 b796c50 Update demo, rebar.config to webmachine, "1.10.*"
    2013-03-14 45406fd Merge branch '1.10'
    2013-03-14 e65feec Merge branch '1.10'
    2012-06-01 cfb431d Add logging for when webmachine crashes when body exists.

  ej
    2014-09-25 c683084 allow fun_match to take any_type
    2014-09-11 388475f Allow {array_map, Spec} to be a top-level validation spec
    2014-09-10 16d58b1 Test for non-binary literal match
    2014-08-25 a6f4efe Fix unused variable warning
    2014-08-25 966e67a Merge pull request #18 from habibutsu/master
    2014-08-24 a4fb9d0 Adding of test for selecting items for which keys starts with specified prefix
    2014-08-24 073118f Correcting descriptions in eunit
    2014-08-23 0820b49 Ability to select items for which key starts with specified prefix
    2014-05-23 12bc9ae Add type spec for {any_of, {Spec, Msg}}
    2014-05-05 d46f13a concrete-ize ej

  sqerl
    2015-02-06 611e884 Merge pull request #89 from chef/sd/epgsql3
    2015-02-06 28476f0 remove Erlang F15 from .travis.yml
    2015-02-05 8bac393 Update sqerl for latest epgsql/epgsql
    2015-01-16 a7b64da Merge pull request #88 from opscode/jd/epgsql2
    2015-01-14 e0e3de5 Removed io:format debug statement
    2014-12-18 11d08f3 Updated Sqerl for latest epgsql/epgsql
    2014-12-16 67361d7 Merge pull request #87 from opscode/jd/ct
    2014-12-13 5252933 Migrate itest suite to common_test
    2014-12-02 6f163f4 Including apt in the default run list
    2014-10-27 7e5f773 Merge pull request #84 from opscode/of/blocking_take_pooler
    2014-10-06 8883bfe Leverage blocking take_member in pooler
    2014-10-01 a76c711 Merge pull request #82 from opscode/of/update_pooler
    2014-09-30 f60c42e Bump pooler in light of issue 33
    2014-09-30 436e7fc Merge pull request #81 from opscode/of/update_pooler
    2014-09-30 5e9b200 Update pooler to 1.2.1
    2014-08-28 d2123ea Merge pull request #79 from opscode/jd/travis-itest
    2014-08-28 96a0722 try and run itests on travis
    2014-08-27 1827d0e Merge pull request #78 from opscode/jd/change-insertion-point
    2014-08-26 7f6c145 added tests for exported type after record declaration
    2014-08-25 f646540 Moved function declarations to {eof, Line}
    2014-08-21 5b7cab1 Merge pull request #77 from opscode/jd/concrete
    2014-08-19 24025d6 Upgrade to new concrete with cached plts
    2014-08-11 4cfcff8 Merge pull request #76 from opscode/jd/gen_2
    2014-08-08 a44c5b9 don't know how that underscore got deleted
    2014-08-08 e32b093 Added atomlists to sqerl_rec:gen_update/2
    2014-08-08 bcc3c43 Added atomlists to sqerl_rec:gen_delete/2
    2014-08-08 4e45497 removed redundant code path for sqerl_rec:gen_fetch/2
    2014-08-07 0add502 Merge pull request #74 from opscode/pevm/undef-filter-coverage
    2014-08-06 b4400b7 increase undef filtering coverage
    2014-08-06 68b0cce Merge pull request #75 from opscode/pevm/de-inline
    2014-08-06 2abed56 remove inline directive from rebar.config
    2014-08-05 4bdc26e Merge pull request #72 from opscode/jd/parse_transform
    2014-08-05 fc1e369 sqerl_gobot parse_transform
    2014-08-04 b978eb0 Merge branch 'jc/CA-531/timestamp-transformers'
    2014-08-03 e0de0ec Remove broken datetime input transformer
    2014-07-08 f49e975 Merge pull request #71 from opscode/revert-70-jd/green-with-envy
    2014-07-08 8d2bf65 Revert "Sqerl needs Envy."
    2014-07-07 4c4071f Merge pull request #70 from opscode/jd/green-with-envy
    2014-07-07 f323011 Sqerl needs Envy.
    2014-07-02 1f8a39e Saving undefined record fields as NULL in the DB
    2014-06-16 48b50d2 TK tests
    2014-06-07 5ce1237 Merge pull request #64 from opscode/jw/r17
    2014-05-06 b84a8aa This adds support for Erlang 17.0 and turns on itest tests
    2014-05-06 060ce4c Cleanup whitespace
    2014-06-06 8eeee9e Merge pull request #63 from opscode/jw/travis
    2014-06-05 f929c1b Add support for Travis CI
    2014-06-05 b7cfafa Merge pull request #62 from opscode/jw/apps2
    2014-06-05 339ed6b This is re-work of the previous commit (064898ceee)
    2014-06-04 c34d8f0 Fix duplication of queries in sqerl_rec
    2014-06-05 219301a Merge pull request #58 from opscode/jw/apps
    2014-06-04 064898c Add way to specify apps instead of modules for sqerl_rec translation
    2014-06-04 783bb84 Add scalar_fetch/3 to sqerl_rec
    2014-05-12 c9509d2 Merge branch 'sf/update-returning'
    2014-05-11 1e04eb1 Improve query_not_found error message
    2014-05-11 245d376 update generated doc
    2014-05-11 7357fd0 Make default update return updated record
    2014-05-12 77d88b6 Merge branch 'sf/fix-defaults'
    2014-05-11 a77d11a Update generated md docs
    2014-05-11 aee5031 Add doc to query gen functions
    2014-05-11 9e9b2a2 Rework default queries: use first field
    2014-05-12 9f8f0e2 Merge branch 'sf/gen_fetch2'
    2014-05-10 a45f9ef Add gen_fetch, gen_delete query generators to exports
    2014-05-10 e2b0bba Have qfetch prepend RecName_ to the query name
    2014-05-12 0be856b Merge branch 'sf/qfetch'
    2014-05-10 2b5564c Add generated (via `make doc`) docs for github viewing
    2014-05-10 b844016 Add documentation for sqerl_rec
    2014-05-10 c17fc87 Add sqerl_rec:qfetch/3 fetch by named query returning record
    2014-05-09 64eecb3 Fix handling of syntax error in queries
    2014-05-07 b59f8f4 Merge pull request #49 from opscode/jc/fromlist-spec
    2014-05-06 0f9dbe2 fix fromlist spec
    2014-04-29 4b2a616 Merge pull request #46 from opscode/sf/sqerl-rec
    2014-04-27 4022ecb Introduce sqerl_rec for convenient record <-> pg mapping
    2014-04-26 5f30ae2 Add parse_trans as a dev-only dep
    2014-04-26 8c78c98 Use concrete for standard Makefile goodness
    2014-04-20 b0ff69a Support for INSERT ... RETURNING queries
    2014-04-20 8513e8e Add asn1 to app start in itest for R16 compat

  epgsql
fatal: Invalid revision range 6ceff57e8b32b6554728a082db52584f1f65bd7e..2da4c1398e3c1040b88143ab10cba9e869c2739d

  rebar_lock_deps_plugin
    2015-02-01 2a8d2e8 Merge pull request #15 from efine/seth/rebar_lock_deps_plugin-issue-14
    2015-01-31 d93a6a9 Fix issue #14.
    2014-05-13 9711549 version bump
    2014-05-13 2046485 Add initial support for version bump in relx.config
    2014-04-29 f80bbdf Merge pull request #11 from cristianberneanu/master
    2014-04-29 2ef6e1f Handle missing dependecy tag

  pushy_common
    2014-09-08 60a4512 Merge pull request #19 from opscode/ma/license_sweep
    2014-09-08 114b965 Make sure Apache 2.0 license is consistient across repositories

  chef_authn
    2015-01-22 e7850d0 Merge pull request #18 from opscode/ma/multikey
    2015-01-21 4010df1 ensure we continue checking keys in case of other than badmatch
    2015-01-12 22f5046 Add multiple key options to authn sequence
    2014-08-20 f92325b Upgrade concrete
    2014-08-20 34d7749 Merge branch 'jw/17'
    2014-08-20 9175e6d Relax dialyzer spec on internal hash_file helper
    2014-05-06 9373891 Updated to fix deprecations with 17
    2014-07-14 1363385 Merge pull request #17 from opscode/ma/keygen_status_fix
    2014-07-14 5c25520 Add status_for_json to provide a status message that is freindly to json encoding.
    2014-07-09 d3089d4 Merge branch 'ma/keygen'
    2013-12-12 c1f42d1 Add generated edown docs
    2014-06-24 43a2884 Code to scale back number of ssl jobs under load.
    2014-06-19 228a04b Improve openssl command execution
    2014-01-07 a97111b Improve logging and job management
    2014-01-04 fc0d79d Cleanups and removal of unnecessary code:
    2014-07-08 51fe808 Parallelize key creation in chef_keygen_cache
    2013-12-06 28db3ee Add chef_keygen_cache for RSA key generation and caching
    2014-05-07 334162d Merge pull request #14 from opscode/mp/user-endpoint
    2014-05-01 a04e5bf add new export extract_pem_encoded_public_key and tests

  edown
    2014-06-13 4d18dc4 Merge pull request #30 from esl/uw-br-fix
    2014-06-12 68022f0 use <br /> instead of <br></br>
    2014-04-26 3a738bf Merge pull request #28 from ehedenst/utf8-readme-fix
    2014-04-24 63c01fd Fixed bug where utf8 was being passed as package when writing the README.md file.
    2014-02-21 4cb4ad6 check encoding of source file, not doc target
    2014-02-21 98d8b02 bw-compat handling of encoding
    2014-02-21 9e80101 Merge esl and uwiger versions of edown
    2014-02-21 5d41981 re-generated docs
    2014-02-21 601031f Add {edown_target, github | stash}
    2013-12-23 4ac92da Merge pull request #27 from eryx67/master
    2013-12-23 55efe1f support unicode
    2013-05-24 1f6954c support syntax highlighting in code blocks (see README)
stevendanna pushed a commit that referenced this pull request Jul 8, 2016
MattVonVielen pushed a commit that referenced this pull request Jul 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants