Commit Graph

  • 1d01e52c94 Merge pull request #384 from kxbmap/update-sbt-and-plugins Havoc Pennington 2016-04-05 14:38:43 -0400
  • 70447ebbaa Update sbt-checkstyle-plugin version to 3.0.0 kxbmap 2016-04-03 05:56:58 +0900
  • d204a6d49e Update sbt-osgi version to 0.8.0 kxbmap 2016-04-03 05:22:23 +0900
  • f3c0249dcd Update sbt-pgp version to 1.0.0 kxbmap 2016-04-03 04:55:06 +0900
  • 4dbab0dbd5 Update sbt-git version to 0.8.5 kxbmap 2016-04-03 04:45:37 +0900
  • 74ccee241d Update sbt version to 0.13.11 kxbmap 2016-04-03 01:38:09 +0900
  • b1cc2352d8 Merge pull request #383 from kxbmap/config-list-unwrapped-doc Havoc Pennington 2016-04-03 16:33:32 -0400
  • e91c73b92e Add return tag to ConfigList.unwrapped javadoc kxbmap 2016-04-03 08:09:52 +0900
  • 9be41b7a69 Fix a test Philippe Collin 2016-03-30 14:08:17 -0400
  • 90dd9b960c Small modifications to some tests Philippe Collin 2016-03-30 14:01:35 -0400
  • 909b11854b An empty string config value is now converted to an empty list when asking for a list. Philippe Collin 2016-03-30 13:09:45 -0400
  • f4ee534ba7 Added newline that got removed accidentally Tim Van Wassenhove 2016-02-28 09:31:08 +0100
  • 1c21ab9280 Simple implementation to turn a Config into a java.util.Properties Tim Van Wassenhove 2016-02-28 09:22:38 +0100
  • 774883d15f Change Javadoc link to canonical location Valeriy.Vyrva 2016-01-29 11:42:59 +0600
  • 09146706db Merge pull request #368 from carueda/master Havoc Pennington 2016-01-24 19:21:24 -0500
  • d95727b4ab add link to tscfg java wrapper (yes, java) Carlos Rueda 2016-01-24 15:38:24 -0800
  • 17afc9911b Add Javadoc badge with automatic version detection Valeriy.Vyrva 2016-01-14 16:32:50 +0600
  • ba5e0da694 Merge pull request #363 from tkaiser/issue-361 Havoc Pennington 2015-12-16 10:07:03 -0500
  • 93083e86ef - revert changes to ConfigValueType of numbers beginning with '.' Thomas Kaiser 2015-12-16 15:26:24 +0100
  • 2e71d57e61 - add '.' as valid start character of a number value - add test to ensure ConfigValueType(0.33) == NUMBER Thomas Kaiser 2015-12-11 12:14:46 +0100
  • 63a975d0cb added tests to make sure that expressions like .33 can be parsed as both double and strings. Thomas Kaiser 2015-12-10 08:15:33 +0100
  • 850ec39799 Merge pull request #350 from melrief/patch-1 Havoc Pennington 2015-08-30 09:09:24 -0400
  • 390fd90d8e Add PureConfig library to the Scala wrappers Mario Pastorelli 2015-08-30 15:02:33 +0200
  • d9d83654c4 package name change Ryan O'Neill 2015-08-24 15:49:27 -0400
  • a6f51ea8a7 Merge pull request #4 from twitter-forks/conditionals Ryan O'Neill 2015-08-18 14:04:49 -0700
  • 94dd4c97bd doc ToC ordering Ryan O'Neill 2015-08-18 09:56:17 -0700
  • e5910b8739 documentation Ryan O'Neill 2015-08-18 09:50:37 -0700
  • acd3511614 Merge pull request #3 from twitter-forks/substitutions-in-quotes Ryan O'Neill 2015-08-17 11:43:57 -0700
  • 6fede7cf73 per review Ryan O'Neill 2015-08-14 12:24:12 -0700
  • fb7291c9b4 Merge pull request #346 from cprice404/master Havoc Pennington 2015-08-14 08:32:04 -0400
  • ac2f041118 (MAINT) Add puppet module and C++ links to readme Chris Price 2015-08-14 13:21:07 +0100
  • 2566973fdd formatting Ryan O'Neill 2015-08-13 15:02:40 -0700
  • 1ab4def03d test case Ryan O'Neill 2015-08-13 14:46:03 -0700
  • 091ae19e16 conditionals Ryan O'Neill 2015-08-13 14:42:46 -0700
  • 48ecd996e8 conditional base classes Ryan O'Neill 2015-08-11 14:36:10 -0700
  • 1d45880311 conditional base classes Ryan O'Neill 2015-08-11 14:05:26 -0700
  • 0755daa9db Merge pull request #2 from twitter-forks/merge-fix Ryan O'Neill 2015-08-06 14:34:02 -0700
  • d8f31828ce better test case Ryan O'Neill 2015-08-06 14:27:51 -0700
  • f5e9354ba0 quick fix for util method usage Ryan O'Neill 2015-08-06 14:20:47 -0700
  • fd8d159919 subs in quotes Ryan O'Neill 2015-08-06 14:14:52 -0700
  • 680ee748dd fix from manual merge Ryan O'Neill 2015-08-06 14:11:37 -0700
  • 48623a5c44 Merge pull request #1 from twitter-forks/substitutions-in-includes Ryan O'Neill 2015-08-06 13:45:11 -0700
  • 7a423d3824 merge Ryan O'Neill 2015-08-05 16:14:36 -0700
  • f086a0902a master mege Ryan O'Neill 2015-08-05 15:59:51 -0700
  • 846872d4cf master mege Ryan O'Neill 2015-08-05 15:59:43 -0700
  • 730ad27628 Support variable substitution in includes Ryan O'Neill 2015-08-05 15:54:24 -0700
  • 38e34fdd82 Mention invalidateCaches in the README Havoc Pennington 2015-07-30 11:30:56 -0400
  • aac122ae01 Fix toString of ConfigDelayedMerge, the default render() in superclass didn't work Havoc Pennington 2015-07-22 12:26:02 -0400
  • 132419918a Merge pull request #338 from fpringvaldsen/comment-fix Havoc Pennington 2015-07-14 11:04:44 -0400
  • 70edb3f3fc Stop rendering origin comments in config documents Preben Ingvaldsen 2015-07-13 16:15:27 -0700
  • 58a4df8095 Merge pull request #336 from usermindinc-sputnik/issue-335 Havoc Pennington 2015-07-09 11:45:21 -0400
  • 05cbb65a31 Removed char version of isC0Control and made non public Cary Lee 2015-07-09 08:13:07 -0700
  • 5db8d13694 Removes usage of Character.isISOControl in favor of ConfigImplUtil.isC0Control Cary Lee 2015-07-08 21:32:26 -0700
  • 6d2d965735 Merge pull request #334 from fpringvaldsen/whitespace-fix Havoc Pennington 2015-06-30 17:05:23 -0400
  • 919c46accc Fix index out of bounds error Preben Ingvaldsen 2015-06-30 14:01:43 -0700
  • 53773f7abb Merge pull request #333 from fpringvaldsen/whitespace-fix Havoc Pennington 2015-06-30 12:21:28 -0400
  • 398406378d Fix single-line config bug Preben Ingvaldsen 2015-06-29 17:01:29 -0700
  • d7d0a51776 Merge pull request #329 from racc/typesafeconfig-guice Havoc Pennington 2015-06-24 08:41:55 -0400
  • 275f53c9ec Merge pull request #1 from typesafehub/list-of-beans racc 2015-06-24 22:02:50 +0930
  • de5e01a712 Fix compile/test for list of beans support Havoc Pennington 2015-06-23 19:38:35 -0400
  • 37e2dd3219 Adds the ability for ConfigBeanImpl to handle a List of Beans. Add test entry to beanconfig01.conf, ArraysConfig and ConfigBeanFactoryTest. jason 2015-06-24 07:08:15 +0930
  • a61bbb4a70 Merge pull request #328 from racc/typesafeconfig-guice Havoc Pennington 2015-06-21 17:45:04 -0400
  • e34433b7aa Add Guice integration link to README.md jason 2015-06-22 06:47:51 +0930
  • 77443b4389 v1.3.0 docs Havoc Pennington 2015-05-08 11:46:58 -0400
  • b0ae5cac20 Update news/readme for 1.3.0 v1.3.0 Havoc Pennington 2015-05-08 11:44:34 -0400
  • 46b4f64f2a Add CONTRIBUTING.md with release instructions Havoc Pennington 2015-05-05 16:50:50 -0400
  • fc4b330776 Make note of list indexing in Hocon.md Ryan O'Neill 2015-05-04 14:43:49 -0700
  • 73520bea4c actually increment index Ryan O'Neill 2015-04-29 17:47:57 -0700
  • b45345e3ac change test name and remove unnecessary braces Ryan O'Neill 2015-04-22 18:06:59 -0700
  • 2506f745f7 add test conf file and remove unneeded arrayCount Ryan O'Neill 2015-04-22 18:02:32 -0700
  • 2ea5e21511 remove comments Ryan O'Neill 2015-04-22 18:00:22 -0700
  • 0d82d74675 Merge remote-tracking branch 'upstream/master' into substitutions-in-includes Ryan O'Neill 2015-04-22 17:42:50 -0700
  • 0c6fd1551d Cleanup and exception handling Ryan O'Neill 2015-04-22 17:22:49 -0700
  • 24c6267362 Fix substitute inside includes to respect lists Ryan O'Neill 2015-04-22 16:34:44 -0700
  • 3a73c9ca75 v1.3.0-M3 Havoc Pennington 2015-04-21 20:49:58 -0400
  • df6ec1830b NEWS for 1.3.0-M3 v1.3.0-M3 Havoc Pennington 2015-04-21 20:44:56 -0400
  • 84e840eaf4 Merge pull request #310 from typesafehub/rename-doc-methods Havoc Pennington 2015-04-21 19:40:10 -0500
  • a2d4ebfcb3 Rename ConfigDocument methods for consistency Havoc Pennington 2015-04-16 16:16:16 -0400
  • 462181578a Merge pull request #309 from fpringvaldsen/maint/bugfixes Havoc Pennington 2015-04-09 20:31:26 -0400
  • 087a00c7ab Fix bug with ConfigDocument.setValue Preben Ingvaldsen 2015-04-09 16:34:08 -0700
  • 924ee2e4e4 Merge pull request #308 from fpringvaldsen/maint/empty-config-document-test Havoc Pennington 2015-04-09 17:05:23 -0400
  • 78c0612190 Add test for empty document insertion Preben Ingvaldsen 2015-04-09 13:54:46 -0700
  • b60b37bb9c Merge pull request #307 from typesafehub/ref-resolve Havoc Pennington 2015-04-09 13:03:16 -0400
  • acca3b5c6d README: Discuss FAQ on how reference.conf gets resolved Havoc Pennington 2015-04-09 12:33:01 -0400
  • 20dd869b51 Merge pull request #304 from fpringvaldsen/task/update-configdocumentparser Havoc Pennington 2015-04-08 14:42:25 -0400
  • 357de0deac Merge pull request #305 from fpringvaldsen/task/configparser-cleanup Havoc Pennington 2015-04-08 14:40:29 -0400
  • b1eadee1d0 Cleanup ConfigParser comments Preben Ingvaldsen 2015-04-07 16:36:26 -0700
  • c2b2c10d38 Clean up ConfigDocument tests Preben Ingvaldsen 2015-04-07 14:09:21 -0700
  • 6c011b5e4a Cleanup of ConfigDocumentParser and tests Preben Ingvaldsen 2015-04-06 15:29:59 -0700
  • 7107ec05b0 Merge pull request #301 from fpringvaldsen/task/update-confignode-tests Havoc Pennington 2015-04-06 12:53:56 -0400
  • 9ca0729fde Update/cleanup ConfigNodeTests Preben Ingvaldsen 2015-04-03 14:04:17 -0700
  • d6f7f4c0cb Put parser package in the public API javadoc group Havoc Pennington 2015-04-01 22:02:45 -0400
  • 1265c8da23 v1.3.0-M2 Havoc Pennington 2015-04-01 22:00:14 -0400
  • 3d6401ce77 Update NEWS for 1.3.0-M2 v1.3.0-M2 Havoc Pennington 2015-04-01 21:55:58 -0400
  • 8ec5784e32 Fix a bunch of compile-time warnings, minor doc tweaks Havoc Pennington 2015-04-01 21:43:31 -0400
  • ea78c17381 Merge pull request #298 from fpringvaldsen/task/improve-indentation Havoc Pennington 2015-04-01 21:08:24 -0400
  • deb32bcab0 Change parent class of ConfigNodeInclude Preben Ingvaldsen 2015-04-01 16:06:02 -0700
  • dc567e8489 Look at includes when finding indentation Preben Ingvaldsen 2015-04-01 10:57:49 -0700
  • 1b257fd426 Address PR feedback and add new test Preben Ingvaldsen 2015-04-01 09:54:34 -0700
  • a29475ba4a Indent multi-line values on replacement Preben Ingvaldsen 2015-03-31 16:05:58 -0700