2010-10-14 |
Timothy Washington | -- putting auto-commit to 'update' command as well
|
commit | commitdiff | tree |
2010-10-14 |
Timothy Washington | -- putting auto-commit back into 'add' command
|
commit | commitdiff | tree |
2010-10-13 |
Timothy Washington | -- converted 'add' command to NOT auto- commit
|
commit | commitdiff | tree |
2010-10-11 |
Timothy Washington | -- small error handling bug fixes; allows xml-handler...
|
commit | commitdiff | tree |
2010-10-11 |
Timothy Washington | -- completed 'create' command
|
commit | commitdiff | tree |
2010-10-10 |
Timothy Washington | -- adding code for variable access and assignment
|
commit | commitdiff | tree |
2010-10-06 |
Timothy Washington | -- adding logout and logout test
|
commit | commitdiff | tree |
2010-10-05 |
Timothy Washington | -- added double login check
|
commit | commitdiff | tree |
2010-10-05 |
Timothy Washington | -- replacing 'deref' calls with @
|
commit | commitdiff | tree |
2010-10-05 |
Timothy Washington | -- adding first real test to check logged-in-user
|
commit | commitdiff | tree |
2010-10-03 |
Timothy Washington | -- putting a generic 'get-user' function into helpers
|
commit | commitdiff | tree |
2010-10-03 |
Timothy Washington | -- working :once and :each fixtures for login_test.clj
|
commit | commitdiff | tree |
2010-09-28 |
Timothy Washington | -- adding test/{login_test.clj,add_test.clj} to the...
|
commit | commitdiff | tree |
2010-09-19 |
Timothy Washington | -- finished generic add command (works with GET, not...
|
commit | commitdiff | tree |
2010-09-08 |
Timothy Washington | -- maing add-user only operate on variables passed...
|
commit | commitdiff | tree |
2010-09-04 |
Timothy Washington | -- basic adding of user (along with group) now in code
|
commit | commitdiff | tree |
2010-09-04 |
Timothy Washington | -- successful first pass at adding a user
|
commit | commitdiff | tree |
2010-08-29 |
Timothy Washington | -- fixed a small bug where xpath parsing algorithm...
|
commit | commitdiff | tree |
2010-08-27 |
Timothy Washington | -- when adding an xpath expression to a HTTP query...
|
commit | commitdiff | tree |
2010-08-26 |
Timothy Washington | -- changing exit command to leave shell loop instead...
|
commit | commitdiff | tree |
2010-08-25 |
Timothy Washington | -- committing failed attempt to test callback code
|
commit | commitdiff | tree |
2010-08-24 |
Timothy Washington | -- added unit test for HTTP GET
|
commit | commitdiff | tree |
2010-08-23 |
Timothy Washington | -- put config files in etc/config
|
commit | commitdiff | tree |
2010-08-23 |
Timothy Washington | -- adding config.clj file
|
commit | commitdiff | tree |
2010-08-23 |
Timothy Washington | -- adding clojure-http-client to project
|
commit | commitdiff | tree |
2010-08-22 |
Timothy Washington | removing duplicate testing.clj file
|
commit | commitdiff | tree |
2010-08-22 |
Timothy Washington | -- upgrading Clojure to 1.2 RC3; code changes to reflect
|
commit | commitdiff | tree |
2010-08-15 |
Timothy Washington | -- trying out HTTP PUT call
|
commit | commitdiff | tree |
2010-07-26 |
Timothy Washington | -- extracting commands out to a separate file
|
commit | commitdiff | tree |
2010-07-25 |
Timothy Washington | -- loading default group and bookeeping files
|
commit | commitdiff | tree |
2010-07-23 |
Timothy Washington | -- adding some error checking to http-call
|
commit | commitdiff | tree |
2010-07-21 |
Timothy Washington | -- implemented xml-handler
|
commit | commitdiff | tree |
2010-07-18 |
Timothy Washington | -- in 'add' command, testing that the context is a...
|
commit | commitdiff | tree |
2010-07-14 |
Timothy Washington | -- put in condition / check for if we are adding a...
|
commit | commitdiff | tree |
2010-07-11 |
Timothy Washington | -- abstrcting out code for an HTTP call
|
commit | commitdiff | tree |
2010-07-10 |
Timothy Washington | -- abstrcting out code for an HTTP call
|
commit | commitdiff | tree |
2010-07-09 |
Timothy Washington | -- building out context XPath for REST call
|
commit | commitdiff | tree |
2010-07-07 |
Timothy Washington | -- while XPath parsing, figuring out eXist i. context...
|
commit | commitdiff | tree |
2010-07-07 |
Timothy Washington | -- in xpath_handler, calculating i. leaf-node and ii...
|
commit | commitdiff | tree |
2010-07-07 |
Timothy Washington | -- removing code cruft 'caseTAbbrevRoot', 'caseTAbbrevAttrib...
|
commit | commitdiff | tree |
2010-07-06 |
Timothy Washington | -- introducing stack behaviour for xpath parsing
|
commit | commitdiff | tree |
2010-07-03 |
Timothy Washington | in XPath parsing, yanking out predicate name & value
|
commit | commitdiff | tree |
2010-07-03 |
Timothy Washington | -- some code cleanup
|
commit | commitdiff | tree |
2010-07-03 |
Timothy Washington | -- adding lib/xpath20.jar
|
commit | commitdiff | tree |
2010-07-03 |
Timothy Washington | for the xpath_handler, baking in an xpath parser and...
|
commit | commitdiff | tree |
2010-07-03 |
Timothy Washington | for the xpath_handler, baking in an xpath parser and...
|
commit | commitdiff | tree |
2010-06-28 |
Timothy Washington | finished bkeeping 'load' function
|
commit | commitdiff | tree |
2010-06-28 |
Timothy Washington | putting logged in user in the shell
|
commit | commitdiff | tree |
2010-06-26 |
Timothy Washington | removing old comment block
|
commit | commitdiff | tree |
2010-06-26 |
Timothy Washington | abstracting helper and handler functions to separate...
|
commit | commitdiff | tree |
2010-06-26 |
Timothy Washington | removing some unneeded comments
|
commit | commitdiff | tree |
2010-06-26 |
Timothy Washington | removing some unneeded comments
|
commit | commitdiff | tree |
2010-06-26 |
Timothy Washington | -- pass built XML sequence to handler
|
commit | commitdiff | tree |
2010-06-24 |
Timothy Washington | -- added new clj-stacktrace submodule to project
|
commit | commitdiff | tree |
2010-06-13 |
Timothy Washington | -- added declaring of default namespaces to xpath queries
|
commit | commitdiff | tree |
2010-06-13 |
Timothy Washington | -- work on appending leaf node name to mapped eXist...
|
commit | commitdiff | tree |
2010-05-27 |
Timothy Washington | -- progress on context look-up for AOptsCommandInput
|
commit | commitdiff | tree |
2010-05-27 |
Timothy Washington | -- executing input check arguments, on an empty seq...
|
commit | commitdiff | tree |
2010-05-25 |
Timothy Washington | -- starting to streamline XML/OPT/XPATH type check...
|
commit | commitdiff | tree |
2010-05-24 |
Timothy Washington | -- breaking out get-depth-adapter into it's own file...
|
commit | commitdiff | tree |
2010-05-24 |
Timothy Washington | -- breaking out get-depth-adapter into it's own file...
|
commit | commitdiff | tree |
2010-05-24 |
Timothy Washington | -- options vs. xpath input to load command
|
commit | commitdiff | tree |
2010-05-23 |
Timothy Washington | added skeleton 'caseALoadCommand3' from DepthFirstAdapter
|
commit | commitdiff | tree |
2010-05-19 |
Timothy Washington | -- put Lexer.java into it's full namespace directory...
|
commit | commitdiff | tree |
2010-05-17 |
Timothy Washington | sync
|
commit | commitdiff | tree |
2010-05-15 |
Timothy Washington | have a recurring shell working
|
commit | commitdiff | tree |
2010-05-09 |
Timothy Washington | forgot to add the scratch directory
|
commit | commitdiff | tree |
2010-05-09 |
Timothy Washington | -- trimming run-gen from build.xml
|
commit | commitdiff | tree |
2010-05-01 |
Timothy Washington | -- changed bkell.clj file
|
commit | commitdiff | tree |
2010-04-26 |
Timothy Washington | -- changed bkell.clj file
|
commit | commitdiff | tree |
2010-04-26 |
Timothy Washington | Merge branch 'master' of git@github.com:jhohertz-work...
|
commit | commitdiff | tree |
2010-04-23 |
Timothy Washington | removed format error. success with print and login...
|
commit | commitdiff | tree |
2010-04-17 |
Timothy Washington | Initial commit of clojure implementation of Bookkeeping
|
commit | commitdiff | tree |