This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch fix-regex-in-key
in repository https://gitbox.apache.org/repos/asf/couchdb-config.git.


      at 2734c76  Fix regex patterns in keys

This branch includes the following new commits:

     new 7e325b4  initial commit
     new 10ae876  Initial commit of app skeleton
     new 3c93352  Add couch_config* verbatim
     new 203b49a  Remove dependency on couch_db.hrl
     new 21a966a  Add children to the supervision tree
     new 0ccf252  Bring over util functions exclusive to config system
     new a2f29e3  Add missing license headers
     new feda684  Fix up .app file
     new 151a460  Fix compiler warning
     new d89d09a  Rename to config to avoid namespace clash
     new bc181f1  Update .gitignore
     new d221cb4  Refactor config listening into custom behaviour
     new 0073a4f  Enable the listener to carry some state
     new a6d02d5  Fix the silly
     new 21dd193  Check that default config files exist
     new 81d558e  Allow multiple listeners per callback module
     new 35b8b2d  Merge pull request #1 from cloudant/13179-config-refactor
     new bc2aa3c  Log all config changes
     new 5b89857  Merge pull request #2 from cloudant/log-config-changes
     new bd5cb7d  Allow literal dot in config section names
     new 17c4c5e  Merge pull request #3 from cloudant/15952-allow-dots
     new e40c8f6  Add a "Reason" parameter to config:set and config:delete
     new 13872ca  Merge pull request #4 from cloudant/20326-config-reasons
     new 96d56e3  set module version to 1
     new 6859d11  Type-safe config:get and :set methods
     new fe9bab2  Guard get/set/delete to require list arguments
     new fc547a0  Merge pull request #5 from cloudant/25731-type-safety
     new c8e0321  Remove Cloudant build system remnants
     new a6b04e5  New build system for config
     new a352def  Allow literal dot in config section names
     new 5c52779  Rewrite the boot procedure for the couch app
     new e358fbb  Add a config:reload/0 and HTTP trigger
     new 4b7e03a  Fix core etap tests
     new 64d2942  Fix up copyright headers
     new d08f710  Build with rebar
     new 9cf481e  Let rebar build the module list
     new e42fb55  Switch to couch_log
     new 99b6728  Change API to function per level
     new 31d14bc  Merge remote-tracking branch 'upstream/master' into 
1843-feature-bigcouch
     new 5848f79  Port 080-config-get-set.t etap test suite to eunit
     new 6c115d7  Port 081-config-override.t etap test suite to eunit
     new 25f0897  Port 082-config-register.t etap test suite to eunit
     new 928b23f  Port 083-config-no-files.t etap test suite to eunit
     new 119bfeb  Move files out of test/couchdb into top level test/ folder
     new 07a5cb1  Update include paths
     new 96d1129  Use updated couch_eunit.hrl path macros
     new 00955e8  Switch to using config instead of couch_config
     new 405f677  Be explicit about starting and stopping deps
     new 0d235ac  The couch_httpd port is now 5986
     new 7a8e21e  Disable problematic tests
     new 1eb910f  Use couch_eunit include paths
     new 40e1687  start couch_stats for test suite
     new 8e8ac70  start couch_stats last to ensure we load couch_log stats
     new e19b7d5  Remove tests for dropped register functionality
     new ee24f3e  Change setup/teardown logic and enable some tests
     new e151ae4  Callback driven API for config_listener behaviour
     new 135af48  Enforce type verification for config:set/get
     new b281825  Merge remote-tracking branch 
'iilyak/2561-make-config-API-consistent'
     new d4a1783  allow atoms too (chttpd, bind_address)
     new f26bced  Add LICENSE file
     new b92ba5a  Integrate with Travis CI
     new 4f4be71  Fix to_integer and to_float
     new 6df0b68  Fix to_float(Int)
     new b2ecd0d  Add tests for to_integer and to_float
     new e284f57  Update Travis config
     new c042011  Fix typo in tests: s/beahiour/behaviour/
     new 84197a6  Update handlers counter in tests
     new 71f4e3c  Remove unnecessary application dependencies
     new b208836  Don't set real log levels in tests
     new a2d5ad2  Merge remote-tracking branch 'github/pr/7'
     new 4f7d91b  Enable read_concurrency for config ets table
     new 60977f8  Merge branch 'enable-read-concurrency'
     new 693abb6  Consult default.d/local.d for ini files
     new ab55181  Clean up config_tests
     new b1b5605  Fix config listener event handler registration
     new 12dcbf5  Merge branch '3096-fix-config-listener-accumulation'
     new bf7b3e1  Consider only needed handlers in n_handlers
     new 686d76b  Fix compilation warning
     new 01c34c0  Add config:subscribe_for_changes/1
     new f09a2eb  Return `{ok, Pid}` from config_listener_mon:subscribe/2
     new f56890f  Make sure we don't subscribe multiple times
     new 47e5f70  Merge remote branch 'cloudant:3102-restart-monitor'
     new 144da20  Add config_listener_mon:start_link/2
     new b615eed  Merge remote branch 
'cloudant:3102-fixup-for-config_subscription'
     new 58aee65  handle_event expected to return {ok, State}
     new a83b75e  Merge remote branch 'cloudant:fix-return-value'
     new f62d553  Features API and implementation.
     new 74728c4  Let test_util figure out our deps
     new a7206c7  Make sure to stop the correct applications
     new c5a42b5  Merge branch 'fix-eunit-tests'
     new edd59c6  Replace couch_log calls with mocks
     new ac2a33e  Add longer timeouts for operations which could write to disk
     new 40d019e  Merge remote-tracking branch 'cloudant/issue-703'
     new 588d161  Use callback directive for config_listener behaviour
     new fc5594c  Merge branch 'use-callbacks-for-behavior'
     new 0c6010e  Support not persist variants for helper functions
     new 0f915ae  Merge remote-tracking branch 
'cloudant/support-not-persist-variants'
     new 1bc5607  config: tighten config validation
     new b9cb81e  fix tests for #1602
     new 4dd0a1e  Remove R16B03-1 build flavor
     new e7f2cb3  Merge branch 'remove-R16B03-1-build' of 
github.com:cloudant/couchdb-config
     new 4d2e509  Fix nasty 500 error on POST to /_config
     new 1cc8bdf  Change the variable name from _Else to Else
     new 62a5e5e  Fix nasty 500 error on POST to /_config
     new 0565fed  Merge branch 'COUCHDB-1380-fix-nasty-error' of 
github.com:cloudant/couchdb-config
     new 2734c76  Fix regex patterns in keys

The 106 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Reply via email to