0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Oops More... about 14 years ago
Oops pulled wrong repo More... about 14 years ago
Merge branch 'master' of git://github.com/ntoll/FluidDB.NET More... about 14 years ago
Merge remote branch 'ntoll/master' More... over 14 years ago
A well tested an more-or-less useful FOM library for FluidDB. Still need to add permissions and policies capabilities and the handling of opaque tag values. More... over 14 years ago
Added a new method and associated unit test. Have realised Eclipse has munged up lots of the indentation due to a crappy tab setting. Bugs the hell out of me but I'll fix it later More... over 14 years ago
More damn tabs - I've changed Eclipse to work properly now More... over 14 years ago
Damn tabs More... over 14 years ago
Filled in the User class along with appropriate unit tests. More... over 14 years ago
Updated in light of changes / updates / bugfixes in FluidDB itself More... over 14 years ago
[no comment] More... over 14 years ago
Removed build.xml so developer can choose build system of choice... I'm just interested in providing the raw source More... over 14 years ago
Removed jUnit jar More... over 14 years ago
Removed third party json code More... over 14 years ago
Much of the FOM is complete and well covered by unit tests. Only need to finish: Objects and Users classes and mixin policies and permissions to the appropriate classes More... over 14 years ago
More work on the FOM aspect of the library - starting to take shape (especially the BaseFOM and Namespace classes) More... over 14 years ago
Some code beautification to make it more readable and understandable (massaged the layout and added comments to make it easy to grok) More... over 14 years ago
Started to re-organise the project to make it more FOM like. Also, started filling in some of the classes with bolierplate code to give people a feeling of how the API will look. Must add unit tests before continuing to flesh out. Feedback most welcome... NEEDS TO BE FINISHED More... over 14 years ago
Fixed a null pointer problem when processing content-type header of a response when running the thing on an Android phone :-) More... over 14 years ago
Added some public domain code for Base64 encoding - amazed this isn't in the core language :-( More... over 14 years ago
Changed unit tests so credentials are specified in a credentials.json file in the user's home directory More... over 14 years ago
Slight code tidy up. More... over 14 years ago
Documentation cleanup More... over 14 years ago
Updated license to mention 'others' in addition to Ross More... over 14 years ago
Added jUnit tests that pass for all types of HTTP requests. Probably very un-idiomatic Java so would appreciate help and pointers if it's ugly. Now matches features of FluidDB.NET More... over 14 years ago
Updated FluidConnector, Method and added appropriate unit test stubs More... over 14 years ago
Started bring JFluidDB up-to-date with FluidDB.NET, added AUTHORS and .gitignore files More... over 14 years ago
Added unit tests for connection class to FluidDB and code stubs of the ORM like classes. BEWARE: Unit tests sometimes won't pass because of network timeouts etc... More... over 14 years ago
Added a couple of simple tests More... over 14 years ago
Added a homebrew test framework to reduce deps on external libs More... over 14 years ago