196 Commits (32a5cf971f59744fa7ad5350ca778750958ce695)
 

Author SHA1 Message Date
  Kristijan Mitrovic 32a5cf971f Add findAll method with order 4 years ago
  Jonathan Cobb ac89c6341f implement redis pexpire, use for confirmLock 4 years ago
  Jonathan Cobb 8190b432ec add redis expire command, use when confirming lock 4 years ago
  Jonathan Cobb 035690f052 add SemanticVersion comparison utility method 4 years ago
  Jonathan Cobb 773a75f6cc avoid deleting self when deleting dependencies 4 years ago
  Jonathan Cobb 1310753e0e allow deleting dependencies with exclusions 4 years ago
  Jonathan Cobb dd6666e1f7 upgrade jedis, add support for touch command 4 years ago
  Jonathan Cobb 9aa42648fc add RedisService.del_matching 4 years ago
  Jonathan Cobb d450510d6f add more set functions, add rename 4 years ago
  Jonathan Cobb 5f84c6e8f0 make special values easier to detect 4 years ago
  Jonathan Cobb 17d93ddf2d do not send all locales in json when default locale selected 4 years ago
  Jonathan Cobb 9f74067d58 do not use defaultedmap, just check for null 4 years ago
  Jonathan Cobb c4f61d7bb6 add locale-specific support 4 years ago
  Jonathan Cobb c8c831c10c add SupportInfo to RestServerConfiguration 4 years ago
  Jonathan Cobb fe002ec8a0 remove @Accessors(chain=true), breaks yaml parsing 4 years ago
  Jonathan Cobb 17722c1eeb add SupportInfo 4 years ago
  Jonathan Cobb 3b1649f059 trim name 4 years ago
  Kristijan Mitrovic a07578cf1f Add add_to_ctx and echo_in_log helpers for tests (#8) 4 years ago
  Kristijan Mitrovic b59f076d87 Add support for setting up grace period in await_url (#7) 4 years ago
  Kristijan Mitrovic 2a086ae6d7 Fix flyway baseline setup (#6) 4 years ago
  Jonathan Cobb 5e9baa01f6 use lazy static for flyway table name 4 years ago
  Kristijan Mitrovic 5bc15822bc Add method for dumping single table's data (#5) 4 years ago
  Kristijan Mitrovic 224a3bc873 Combine missing parameter on include log message (#4) 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
  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