227 Commits (1c1b2a475c65a886a9feb6c10546a7b643f43646)
 

Author SHA1 Message Date
  Jonathan Cobb 1c1b2a475c disable migrations when creating schema for the first time 4 years ago
  Jonathan Cobb 8c648735d9 disable migration when creating db for the first time 4 years ago
  Jonathan Cobb 0003e387e8 revert flyway init db step 4 years ago
  Jonathan Cobb 9c6caddb0e add tableExists method, use it 4 years ago
  Jonathan Cobb 7716949a32 check for schema before migrating 4 years ago
  Kristijan Mitrovic e2783ac80f Refactor bulk delete method (#12) 4 years ago
  Jonathan Cobb 872834434b add sismember_plaintext 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 4dcca7b4ca revert test log 4 years ago
  Jonathan Cobb 6d0900b9cd testing 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
  Jonathan Cobb bf9e491c17 use zilla random 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 121fc1cc39 replace deviceId/deviceName with just device 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 0776a05671 add IdentifiableBaseParentEntity.addChildClass to prime childClasses 4 years ago
  Jonathan Cobb f040b9e909 add findAllByField 4 years ago
  Jonathan Cobb e7fe689584 add nameMap utility 4 years ago
  Jonathan Cobb 674a7bed66 allow override of getSessionTimeout(thing) 4 years ago
  Jonathan Cobb 073106e5cd add status code to ApiException message 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 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