175 Commits (46e891f3d28fe3366f28c2f6990444940ab4e871)
 

Author SHA1 Message Date
  jonathan 46e891f3d2 Merge branch 'master' into kris/better_log_for_include 4 years ago
  Jonathan Cobb 8799914210 fix baseline version, allow subclass to override 4 years ago
  Jonathan Cobb 4ff5174fe6 use constant for flyway table name 4 years ago
  Jonathan Cobb 6bf15dc140 print proper name of flyway table 4 years ago
  Kristijan Mitrovic e6c331bdc4 Combine missing parameter on include log message 4 years ago
  Jonathan Cobb 0c698babbb return 401 instead of 403 for unauthenticated requests 4 years ago
  Jonathan Cobb 1b2c4adef4 add unauthorized util methods 4 years ago
  Jonathan Cobb 9ca2eac556 Merge branch 'master' of git.bubblev.org:bubblev/cobbzilla-wizard 4 years ago
  jonathan 94fde3775e Merge pull request 'Return context from ran script' (#2) from kris/return_ctx_from_script_run into master 4 years ago
  jonathan 881ef86352 Merge branch 'master' into kris/return_ctx_from_script_run 4 years ago
  Jonathan Cobb 2e134d8468 Merge branch 'master' of git.bubblev.org:bubblev/cobbzilla-wizard 4 years ago
  jonathan 853ef1a105 Merge pull request 'Add bulk-update method for multiple fields' (#1) from kris/bulk_update_multifield into master 4 years ago
  jonathan d17a7e4387 Merge branch 'master' into kris/bulk_update_multifield 4 years ago
  Jonathan Cobb dd436e368e Merge branch 'kris/bulk_update_multifield' of git.bubblev.org:bubblev/cobbzilla-wizard 4 years ago
  jonathan c36f8f2a14 Merge pull request 'Remove not used time shifter' (#3) from kris/remove_not_used_time_shifter into master 4 years ago
  Kristijan Mitrovic 87d8706080 Remove not used jmockit 4 years ago
  Kristijan Mitrovic c82c67a9b9 Remove not used SystemTimeShifter 4 years ago
  Kristijan Mitrovic de7f146994 Return context from ran script 4 years ago
  Jonathan Cobb f12336af96 add debug logging for locks, only log ifDebugEnabled 4 years ago
  Jonathan Cobb b4e6a58077 add debug logging for locks, only log ifDebugEnabled 4 years ago
  Jonathan Cobb 49aacaaa15 add uploadStream, fix getUrl 4 years ago
  Kristijan Mitrovic bf07e6a192 Add bulk-update method for multiple fields 4 years ago
  Jonathan Cobb 23e6ab7399 add set_plaintext, remove ActivationCodeService 4 years ago
  Jonathan Cobb 073dbbc3f8 add support for multipart uploads 4 years ago
  Jonathan Cobb eb4581a2a6 support HTTP POST and PUT for ApiClientBase.getStream 4 years ago
  Jonathan Cobb 7d6a220fb6 pass client headers to HttpUtil.get 4 years ago
  Jonathan Cobb c375cbeba6 add ApiClientBase.setHeader 4 years ago
  Jonathan Cobb 7461458467 make second factor optional. default to no retries 4 years ago
  Jonathan Cobb f7108ec232 fix flush, no need to prefix ALL_KEYS, keys method will do that 4 years ago
  Jonathan Cobb a84bb24c32 fix flush call, use del_withPrefix 4 years ago
  Jonathan Cobb 0262f77401 we don't know content length when encoding to base64 from raw 4 years ago
  Jonathan Cobb 7f0abf92c9 send dataurl when using b64 4 years ago
  Jonathan Cobb 5491bd987d add support for base64 encoding 4 years ago
  Jonathan Cobb 27e2ba819f add more streaming/sendable resources 4 years ago
  Jonathan Cobb 813d84a9fb ensure we only send one content-type and content-length header 4 years ago
  Jonathan Cobb 8c65984201 fix bug deleting without prefix 4 years ago
  Jonathan Cobb 983d93c6b9 print (empty) if collection has nothing in it 4 years ago
  Jonathan Cobb ecd9c015c9 check streaming output to see if its size can be known 4 years ago
  Jonathan Cobb 013ad2df57 add logging, utility methods 4 years ago
  Jonathan Cobb b2dd53d599 check allowUnlimitedUse when user is empty/null. add trace logging 4 years ago
  Jonathan Cobb a28e873e19 log uri when rate limit exceeded 4 years ago
  Jonathan Cobb 19655fd0ae do not write stream if null 4 years ago
  Jonathan Cobb 01bb440c87 allow rate limit to decide unlimited use based on full request context 4 years ago
  Jonathan Cobb bcbdc451f6 force tx commit for bulk operations 4 years ago
  Jonathan Cobb e27a1f0285 fix NPE bug 4 years ago
  Jonathan Cobb 0f8abf0974 add bulkUpdate, allow bulkDelete to accept a null value 4 years ago
  Jonathan Cobb 7ce5155533 add names utility method 4 years ago
  Jonathan Cobb 88f19d6184 rename toString field 4 years ago
  Jonathan Cobb 01ebe8b2ed minor cleanup 4 years ago
  Jonathan Cobb 00e779f2fe add del_withPrefix 4 years ago