1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix artifact deployment More... about 10 years ago
Fix travis-ci-resources More... about 10 years ago
Fixed TestIPAddress unit test. Hopefully IP of k.root-servers.net won't change in the near future. More... about 10 years ago
Fixed the unit tests for SimpleYamlManager. More... about 10 years ago
Update pom to use the sonatype repo, and cleanup - Also add Travis-CI configuration More... about 10 years ago
Moved some unit tests to proper packages. More... almost 11 years ago
Small javadoc fix in YamlManager More... almost 11 years ago
Catch snakeyaml's YAMLException in SimpleYamlManager. More... about 11 years ago
Do not include snakeyaml in final jar for now, the platforms provide it.
Luke Spragg
as Wulfspider
More... about 11 years ago
Added javadoc for com.craftfire.commons.analytics. More... about 11 years ago
Fixed TestDatabase being affected by timezone. This should prevent it from failing on Travis. More... about 11 years ago
Cleanup shading configuration.
Luke Spragg
as Wulfspider
More... about 11 years ago
Add Javadoc gh-pages deployment and style settings. Cleanup pom.xml and update dependency versions. Move test resources to correct resources directory. Update license headers to remove current year. Fix line endings on a few files to LF. Add config file for Travis-CI.
Luke Spragg
as Wulfspider
More... about 11 years ago
Changed argument type of stactTrace() from Exception to Throwable in LoggingManager. More... about 11 years ago
Made warning methods of LoggingManager public. More... about 11 years ago
Merge pull request #30 from Wolf480pl/snake More... about 11 years ago
Removed some trailing whitespace from pom.xml More... about 11 years ago
Added getFinalNodeList() and old deprecated getNodes() More... about 11 years ago
Revert "Added getNode(String value) to YamlManager to get the node of a value." More... about 11 years ago
Revert "Remove old debugging line." More... about 11 years ago
Revert "Don't remove the node when iterating through the nodes." More... about 11 years ago
Revert "Make it possible to grab a node if the value, a sentence, starts with the node." More... about 11 years ago
Fixes in SimpleYamlManager, YamlManager and YamlCombiner. * not loading the yaml in manager's constructor anymore * YamlCombiner.setLoggingManager() now sets the logger for all the sub-YamlManagers * fixed byte array to number conversions * other minor fixes More... about 11 years ago
Added missing license headers. More... about 11 years ago
Added Mockito dependency. Added new unit tests and improved existing. More... about 11 years ago
Fixed some bugs in YamlNode, improved Settings More... about 11 years ago
Fixed some bugs in ValueHolderBase and made some fields private. More... about 11 years ago
Overhauled YamlManager to use SnakeYaml and the new YamlNode More... about 11 years ago
More work on YamlNode: * treat SnakeYaml's output as read-only * added more children-adding methods * added node-counting methods More... about 11 years ago
Rewrote YamlNode More... about 11 years ago