238 Commits (220886711f56565f2815fdbf747989fa6386ef35)
 

Author SHA1 Message Date
  Jonathan Cobb 220886711f whitespace nits 3 years ago
  Jonathan Cobb 52b3e3646b fix hasVersion check 3 years ago
  Jonathan Cobb ffc27d1d64 print server version upon startup 3 years ago
  Jonathan Cobb 4bd7d4c2ab add comparison test 3 years ago
  Jonathan Cobb 696dd95a70 fix build number detection 3 years ago
  Jonathan Cobb 8895cd47e6 make build number transient 3 years ago
  Jonathan Cobb 5f82610c79 add support for build number to semantic version 3 years ago
  Jonathan Cobb ed5deaff20 use os env path 3 years ago
  Jonathan Cobb e91152f296 set thread name for shutdown hook 4 years ago
  Jonathan Cobb cd9cf18c90 add baseline-only flag, use that when first-time initializing the database 4 years ago
  Jonathan Cobb 443e62eee7 always disable migration when creating database for the first time 4 years ago
  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