-
Notifications
You must be signed in to change notification settings - Fork 10
Expose updated_at and created_at in API responses #84
Conversation
…pdate timestamps/actor info
- add in all fields to DB queries for fetch_job/fetch_jobs - remove duplication in construction of job records and ejson - Always return #pushy_job{}, not EJSON
use this shared code in resource modules
%% We use this to track when the pushy server itself updates DB records, | ||
%% for example on job crash | ||
-define(PUSHY_ACTOR_ID, <<"00000000000000000000000000000000">>). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we weren't going to do this? Should we just not set it instead, and leave it as last_created_by or something? Or leave that for a future PBI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only use for the job monitor and not for any of the zeromq message triggered state transitions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And in this case right now we get back a minimal pushy_node object from the DB. We'd have to change that logic which pulls from the DB if we wanted to not set this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All right, at least it doesn't kill the mainline cases :)
Looks good aside from the question. |
MWR |
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)
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)
updated in the database