150 Commits (6ad35ab2c21b8887f945b65cb224f99d870ab3ed)

Author SHA1 Message Date
  Kristijan Mitrovic 6ad35ab2c2 Use StringBuilder instead of appending Strings 4 years ago
  Kristijan Mitrovic 8c51e41bfe Use strict types instead of var 4 years ago
  Kristijan Mitrovic c7fe91dcdb Add new method for bulk delete with old signature 4 years ago
  Kristijan Mitrovic 0ce731a3f6 Do not use SingletonMap so it may appended 4 years ago
  Kristijan Mitrovic 04683a86d8 Set bulkDelete's parameters to be non null 4 years ago
  Kristijan Mitrovic c591f6970b Refactor bulkDelete methods 4 years ago
  Jonathan Cobb 47b03e4b00 revert 4 years ago
  Jonathan Cobb f57899c202 use constants for common empty responses 4 years ago
  Jonathan Cobb 416d45b5ba name thread 4 years ago
  Jonathan Cobb f5acc5d1e9 set thread names in pools 4 years ago
  Jonathan Cobb 7727825b5e remove unneeded public modifier 4 years ago
  Jonathan Cobb 13fd0bc476 add final 4 years ago
  Jonathan Cobb cd93673d17 use unique redis prefix for tests 4 years ago
  Jonathan Cobb 9240375cb7 call System.exit when OOME encountered 4 years ago
  Jonathan Cobb 19e7392b8d add bulkDeleteWhere 4 years ago
  Jonathan Cobb 37708799b3 add RedisService.keys_withPrefix and del_matching_withPrefix 4 years ago
  Kristijan Mitrovic 5d199cbd98 Cleaning redis service and adding ttl getter method (#11) 4 years ago
  Jonathan Cobb 7937eb3f39 pass cascade flag from fk to reference, respect cascade flag in deleteDependencies 4 years ago
  Jonathan Cobb 360ea80674 return unauthorized instead of forbidden when session is required 4 years ago
  Jonathan Cobb 5510f2d656 add flyway note 4 years ago
  Jonathan Cobb f040b9e909 add findAllByField 4 years ago
  Jonathan Cobb 674a7bed66 allow override of getSessionTimeout(thing) 4 years ago
  Jonathan Cobb b0e7afe184 add ResourceHttpException.toString 4 years ago
  Kristijan Mitrovic 6e127e3eef Add findAll method with order (#9) 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 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 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
  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
  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 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
  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 f7108ec232 fix flush, no need to prefix ALL_KEYS, keys method will do that 4 years ago