1. 0e4463e Add notice about moving to the main repo by Nick Vatamaniuc · 1 year, 6 months ago main
  2. 74e328e Git ignore ebin and .eunit directories by Jay Doane · 1 year, 7 months ago
  3. 2a87740 Fix eunit include / export order by Nick Vatamaniuc · 1 year, 7 months ago 2.2.1
  4. 6be6887 Remove leading/trailing whitespaces in config values (#40) by Ronny · 1 year, 9 months ago 2.2.0
  5. 9e63274 Update .travis.yml (#41) by Ronny · 1 year, 9 months ago
  6. 66b301d Merge pull request #39 from noahshaw11/add-editors-magic-lines by iilyak · 1 year, 9 months ago
  7. 93371c9 Add editors magic lines by Noah Shaw · 1 year, 9 months ago
  8. 1d30a8b Isolate CI tests from default.ini changes by jiahuili · 2 years, 11 months ago 2.1.9
  9. 6937283 Implement is_sensitive/2 using configurable application env by Jay Doane · 3 years, 2 months ago
  10. ff74353 Enable eunit coverage by Jay Doane · 3 years, 2 months ago
  11. 4a307e2 Add CouchDB matrix to and remove erlang 19 from CI (#34) by Bessenyei Balázs Donát · 3 years, 3 months ago
  12. 9a0fdb9 Add FoundationDB to CI (#33) by Marcos Tenrero · 3 years, 3 months ago
  13. cabaf95 Merge pull request #30 from iilyak/implement-format-status by iilyak · 3 years, 9 months ago master 2.1.8
  14. b03084d Refactor config:set to be able to pass sensitive flag by ILYA Khlopotov · 4 years, 2 months ago
  15. 8e0dbf5 Merge pull request #29 from apache/notify_on_reload by Will Holley · 4 years, 3 months ago 2.1.7
  16. dcf8d0e Raise notify events on reload by Will Holley · 4 years, 3 months ago
  17. e5172d3 Merge pull request #28 from cloudant/keep_features_on_config_restart by iilyak · 5 years ago 2.1.6
  18. c92f3ce Keep features on config process restart. by ILYA Khlopotov · 5 years ago
  19. 1627aae Merge pull request #27 from apache/fix-regex-in-key by Nick Vatamaniuc · 5 years ago 2.1.5
  20. 18122c8 Update .travis.yml to match release versions used in main repo by Nick Vatamaniuc · 5 years ago
  21. 2734c76 Fix regex patterns in keys by Nick Vatamaniuc · 5 years ago
  22. 0565fed Merge branch 'COUCHDB-1380-fix-nasty-error' of github.com:cloudant/couchdb-config by jiangph · 5 years ago 2.1.4
  23. 62a5e5e Fix nasty 500 error on POST to /_config by wenwl · 5 years ago
  24. 1cc8bdf Change the variable name from _Else to Else by wenwl · 5 years ago
  25. 4d2e509 Fix nasty 500 error on POST to /_config by wenwl · 5 years ago
  26. e7f2cb3 Merge branch 'remove-R16B03-1-build' of github.com:cloudant/couchdb-config by jiangph · 5 years ago
  27. 4dd0a1e Remove R16B03-1 build flavor by jiangph · 5 years ago
  28. b9cb81e fix tests for #1602 by Jan Lehnardt · 6 years ago fix/conf 2.1.3
  29. 1bc5607 config: tighten config validation by Dave Cottlehuber · 6 years ago 1.0.4 2.1.2
  30. 0f915ae Merge remote-tracking branch 'cloudant/support-not-persist-variants' by Nick Vatamaniuc · 6 years ago 1.0.3
  31. 0c6010e Support not persist variants for helper functions by ILYA Khlopotov · 6 years ago
  32. fc5594c Merge branch 'use-callbacks-for-behavior' by Nick Vatamaniuc · 6 years ago 1.0.2
  33. 588d161 Use callback directive for config_listener behaviour by Nick Vatamaniuc · 6 years ago
  34. 40d019e Merge remote-tracking branch 'cloudant/issue-703' by Nick Vatamaniuc · 7 years ago 1.0.1
  35. ac2a33e Add longer timeouts for operations which could write to disk by Nick Vatamaniuc · 7 years ago
  36. edd59c6 Replace couch_log calls with mocks by Paul J. Davis · 7 years ago 1.0.0
  37. c5a42b5 Merge branch 'fix-eunit-tests' by Paul J. Davis · 7 years ago
  38. a7206c7 Make sure to stop the correct applications by Paul J. Davis · 7 years ago fix-eunit-tests
  39. 74728c4 Let test_util figure out our deps by Paul J. Davis · 7 years ago
  40. f62d553 Features API and implementation. by Nick Vatamaniuc · 7 years ago
  41. a83b75e Merge remote branch 'cloudant:fix-return-value' by ILYA Khlopotov · 8 years ago
  42. 58aee65 handle_event expected to return {ok, State} by ILYA Khlopotov · 8 years ago
  43. b615eed Merge remote branch 'cloudant:3102-fixup-for-config_subscription' by ILYA Khlopotov · 8 years ago
  44. 144da20 Add config_listener_mon:start_link/2 by ILYA Khlopotov · 8 years ago
  45. 47e5f70 Merge remote branch 'cloudant:3102-restart-monitor' by ILYA Khlopotov · 8 years ago
  46. f56890f Make sure we don't subscribe multiple times by ILYA Khlopotov · 8 years ago
  47. f09a2eb Return `{ok, Pid}` from config_listener_mon:subscribe/2 by ILYA Khlopotov · 8 years ago
  48. 01c34c0 Add config:subscribe_for_changes/1 by ILYA Khlopotov · 8 years ago
  49. 686d76b Fix compilation warning by ILYA Khlopotov · 8 years ago
  50. bf7b3e1 Consider only needed handlers in n_handlers by ILYA Khlopotov · 8 years ago
  51. 12dcbf5 Merge branch '3096-fix-config-listener-accumulation' by Paul J. Davis · 8 years ago
  52. b1b5605 Fix config listener event handler registration by Paul J. Davis · 8 years ago
  53. ab55181 Clean up config_tests by Paul J. Davis · 8 years ago
  54. 693abb6 Consult default.d/local.d for ini files by Robert Newson · 8 years ago
  55. 60977f8 Merge branch 'enable-read-concurrency' by Russell Branca · 8 years ago
  56. 4f7d91b Enable read_concurrency for config ets table by Russell Branca · 8 years ago enable-read-concurrency
  57. a2d5ad2 Merge remote-tracking branch 'github/pr/7' by Alexander Shorin · 8 years ago
  58. b208836 Don't set real log levels in tests by Jay Doane · 8 years ago
  59. 71f4e3c Remove unnecessary application dependencies by Jay Doane · 8 years ago
  60. 84197a6 Update handlers counter in tests by Alexander Shorin · 8 years ago
  61. c042011 Fix typo in tests: s/beahiour/behaviour/ by Klaus Trainer · 8 years ago
  62. e284f57 Update Travis config by Alexander Shorin · 9 years ago
  63. b2ecd0d Add tests for to_integer and to_float by ILYA Khlopotov · 9 years ago
  64. 6df0b68 Fix to_float(Int) by ILYA Khlopotov · 9 years ago
  65. 4f4be71 Fix to_integer and to_float by ILYA Khlopotov · 9 years ago
  66. b92ba5a Integrate with Travis CI by Alexander Shorin · 9 years ago
  67. f26bced Add LICENSE file by Alexander Shorin · 9 years ago
  68. d4a1783 allow atoms too (chttpd, bind_address) by Robert Newson · 9 years ago
  69. b281825 Merge remote-tracking branch 'iilyak/2561-make-config-API-consistent' by Alexander Shorin · 9 years ago
  70. 135af48 Enforce type verification for config:set/get by ILYA Khlopotov · 9 years ago
  71. e151ae4 Callback driven API for config_listener behaviour by ILYA Khlopotov · 9 years ago
  72. ee24f3e Change setup/teardown logic and enable some tests by ILYA Khlopotov · 9 years ago
  73. e19b7d5 Remove tests for dropped register functionality by ILYA Khlopotov · 9 years ago
  74. 8e8ac70 start couch_stats last to ensure we load couch_log stats by Robert Newson · 10 years ago
  75. 40e1687 start couch_stats for test suite by Robert Newson · 10 years ago
  76. 1eb910f Use couch_eunit include paths by Russell Branca · 10 years ago 1963-eunit-bigcouch
  77. 7a8e21e Disable problematic tests by Russell Branca · 10 years ago
  78. 0d235ac The couch_httpd port is now 5986 by Russell Branca · 10 years ago
  79. 405f677 Be explicit about starting and stopping deps by Russell Branca · 10 years ago
  80. 00955e8 Switch to using config instead of couch_config by Russell Branca · 10 years ago
  81. 96d1129 Use updated couch_eunit.hrl path macros by Russell Branca · 10 years ago
  82. 07a5cb1 Update include paths by Russell Branca · 10 years ago
  83. 119bfeb Move files out of test/couchdb into top level test/ folder by Russell Branca · 10 years ago
  84. 928b23f Port 083-config-no-files.t etap test suite to eunit by Alexander Shorin · 10 years ago
  85. 25f0897 Port 082-config-register.t etap test suite to eunit by Alexander Shorin · 10 years ago
  86. 6c115d7 Port 081-config-override.t etap test suite to eunit by Alexander Shorin · 10 years ago
  87. 5848f79 Port 080-config-get-set.t etap test suite to eunit by Alexander Shorin · 10 years ago
  88. 31d14bc Merge remote-tracking branch 'upstream/master' into 1843-feature-bigcouch by Robert Newson · 10 years ago 1843-feature-bigcouch
  89. 99b6728 Change API to function per level by Robert Newson · 10 years ago
  90. e42fb55 Switch to couch_log by Robert Newson · 10 years ago
  91. 9cf481e Let rebar build the module list by Paul J. Davis · 10 years ago
  92. d08f710 Build with rebar by Robert Newson · 10 years ago
  93. 64d2942 Fix up copyright headers by Robert Newson · 11 years ago
  94. 4b7e03a Fix core etap tests by Paul J. Davis · 11 years ago
  95. e358fbb Add a config:reload/0 and HTTP trigger by Paul J. Davis · 11 years ago
  96. 5c52779 Rewrite the boot procedure for the couch app by Paul J. Davis · 11 years ago
  97. a352def Allow literal dot in config section names by Robert Newson · 11 years ago
  98. a6b04e5 New build system for config by Paul J. Davis · 11 years ago
  99. c8e0321 Remove Cloudant build system remnants by Paul J. Davis · 11 years ago
  100. fc547a0 Merge pull request #5 from cloudant/25731-type-safety by Robert Newson · 10 years ago