Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • | *
  • | *
  • | *
  • * |
  • | *
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • * |
  • | *
  • | *
  • |/
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 9792c0a (HEAD -> master) do not log config by Jonathan Cobb 2020-12-11 10:46:15 -0500
  • 2b5c7f6 why not by Jonathan Cobb 2020-12-10 07:44:56 -0500
  • 8deb7c2 use shorter isHostname utility method by Jonathan Cobb 2020-12-10 07:16:10 -0500
  • 228fa8d use String[]::new instead of new String[0] by Jonathan Cobb 2020-12-07 15:26:33 -0500
  • 50dbd43 (tag: 2.0.1) mark 2.0.1 version by Jonathan Cobb 2020-12-07 08:47:45 -0500
  • 0bce26d use zillaruntime by Jonathan Cobb 2020-12-05 09:13:32 -0500
  • 5f92a67 move to commons-collections4 by Jonathan Cobb 2020-12-05 07:57:18 -0500
  • 5dbdd08 add doc note by Jonathan Cobb 2020-12-03 18:01:26 -0500
  • 53fae64 change constant value by Jonathan Cobb 2020-12-03 18:00:44 -0500
  • b8316b1 make formatFunction final by Jonathan Cobb 2020-12-03 17:37:21 -0500
  • 329c228 fix shard dependency by Jonathan Cobb 2020-12-03 11:55:35 -0500
  • f4a94ca move shard config into subclass, allows smaller jars for those who don't need sharding by Jonathan Cobb 2020-12-03 11:37:47 -0500
  • a0a8bbb allow subclasses to supply openapi tags by Jonathan Cobb 2020-12-03 09:53:40 -0500
  • 005ac7b move jetty/webapps to RestWebappServerBase, makes it easier to remote jetty dependency if webapps are not used by Jonathan Cobb 2020-12-03 08:16:08 -0500
  • 129119f use commons-lang3 by Jonathan Cobb 2020-12-02 20:32:15 -0500
  • 36035cd remove dependency on commons-collections4 by Jonathan Cobb 2020-12-02 20:05:06 -0500
  • 103dbe5 whitespace nits by Jonathan Cobb 2020-12-02 16:35:28 -0500
  • d5bcc74 simplify by Jonathan Cobb 2020-12-02 15:18:27 -0500
  • 341912e use constant for default page size by Jonathan Cobb 2020-12-02 14:29:40 -0500
  • 3939fca add default bounds for json fields by Jonathan Cobb 2020-12-02 12:35:11 -0500
  • 11e426b keep title without spaces, in CamelCase by Jonathan Cobb 2020-12-02 10:47:22 -0500
  • cfab51d OpenApiSchema annotation moved to cobbzilla-utils by Jonathan Cobb 2020-12-02 10:35:46 -0500
  • f12add5 make nextPage as http_url type by Jonathan Cobb 2020-12-01 20:28:58 -0500
  • 05d65ab allow public or check for getter by Jonathan Cobb 2020-12-01 20:24:16 -0500
  • ade9a4c limit schema fields to public, non-static, non-final by Jonathan Cobb 2020-12-01 20:20:58 -0500
  • d513641 add default for email by Jonathan Cobb 2020-12-01 20:14:08 -0500
  • 48cea5d attempt better defaults for field set by Jonathan Cobb 2020-12-01 20:05:09 -0500
  • 6e26fe6 fix field include/exclude check for OpenApiSchema by Jonathan Cobb 2020-12-01 19:52:24 -0500
  • 2048c0f improve flexibility in mapping entities to open api schemas by Jonathan Cobb 2020-12-01 19:31:45 -0500
  • 126e4b4 use alias for http 422 by Jonathan Cobb 2020-12-01 18:23:57 -0500
  • d5c78b8 avoid NPE when calling superclass validate by Jonathan Cobb 2020-12-01 18:05:03 -0500
  • c234e87 remove restex dependency by Jonathan Cobb 2020-12-01 17:57:31 -0500
  • 09d23d2 move support info to model package by Jonathan Cobb 2020-12-01 17:34:49 -0500
  • c40f070 improve openapi support by Jonathan Cobb 2020-12-01 12:50:22 -0500
  • 03c4dc8 allow env override to disable browser launch by Jonathan Cobb 2020-12-01 07:27:04 -0500
  • 5f92e8a add swagger annotations, use version property by Jonathan Cobb 2020-11-30 19:41:41 -0500
  • 2aab787 bump swagger version, document apikey auth by Jonathan Cobb 2020-11-30 15:12:55 -0500
  • 8da076b add support for swagger/openapi by Jonathan Cobb 2020-11-30 12:59:11 -0500
  • e79af2c add comment by Jonathan Cobb 2020-11-22 09:49:16 -0500
  • a320fda print API base when account not found by Jonathan Cobb 2020-11-17 17:41:19 -0500
  • a7e73f4 backtrack on embedded pgsql by Jonathan Cobb 2020-11-15 20:08:18 -0500
  • b47f10c call superclass onStop by Jonathan Cobb 2020-11-15 19:38:26 -0500
  • ca41e1d listen on localhost IP by Jonathan Cobb 2020-11-15 19:04:35 -0500
  • acf3f13 enable embedded postgresql for tests by Jonathan Cobb 2020-11-15 19:01:33 -0500
  • a6c6b31 add embedded redis support by Jonathan Cobb 2020-11-15 18:53:18 -0500
  • 2208867 whitespace nits by Jonathan Cobb 2020-11-15 14:25:03 -0500
  • 52b3e36 fix hasVersion check by Jonathan Cobb 2020-11-15 10:02:21 -0500
  • ffc27d1 print server version upon startup by Jonathan Cobb 2020-11-15 09:58:17 -0500
  • 4bd7d4c add comparison test by Jonathan Cobb 2020-11-14 17:43:50 -0500
  • 696dd95 fix build number detection by Jonathan Cobb 2020-11-14 15:10:34 -0500
  • 8895cd4 make build number transient by Jonathan Cobb 2020-11-14 14:53:06 -0500
  • 5f82610 add support for build number to semantic version by Jonathan Cobb 2020-11-14 14:47:23 -0500
  • ed5deaf use os env path by Jonathan Cobb 2020-11-10 09:11:34 -0500
  • e91152f set thread name for shutdown hook by Jonathan Cobb 2020-09-21 15:48:35 -0400
  • cd9cf18 add baseline-only flag, use that when first-time initializing the database by Jonathan Cobb 2020-09-14 17:50:12 -0400
  • 443e62e always disable migration when creating database for the first time by Jonathan Cobb 2020-09-14 17:23:40 -0400
  • 1c1b2a4 disable migrations when creating schema for the first time by Jonathan Cobb 2020-09-14 17:17:30 -0400
  • 8c64873 disable migration when creating db for the first time by Jonathan Cobb 2020-09-14 17:13:36 -0400
  • 0003e38 revert flyway init db step by Jonathan Cobb 2020-09-14 16:46:49 -0400
  • 9c6cadd add tableExists method, use it by Jonathan Cobb 2020-09-14 09:19:22 -0400
  • 7716949 check for schema before migrating by Jonathan Cobb 2020-09-12 13:19:38 -0400
  • e2783ac Refactor bulk delete method (#12) by Kristijan Mitrovic 2020-09-10 00:58:07 +0000
  • a1fac43 (refs/pull/12/head) Merge branch 'master' into kris/refactor_bulk_delete_methods by jonathan 2020-09-10 00:57:58 +0000
  • 14518c3 Allow null as parameters in bulk delete method by Kristijan Mitrovic 2020-09-09 18:08:41 +0200
  • 6ad35ab Use StringBuilder instead of appending Strings by Kristijan Mitrovic 2020-09-09 12:48:07 +0200
  • 8c51e41 Use strict types instead of var by Kristijan Mitrovic 2020-09-09 12:47:53 +0200
  • c7fe91d Add new method for bulk delete with old signature by Kristijan Mitrovic 2020-09-09 12:46:38 +0200
  • 8728344 add sismember_plaintext by Jonathan Cobb 2020-09-08 22:04:42 -0400
  • 0ce731a Do not use SingletonMap so it may appended by Kristijan Mitrovic 2020-09-08 14:58:03 +0200
  • 04683a8 Set bulkDelete's parameters to be non null by Kristijan Mitrovic 2020-09-08 12:43:37 +0200
  • c591f69 Refactor bulkDelete methods by Kristijan Mitrovic 2020-09-08 12:23:25 +0200
  • 47b03e4 revert by Jonathan Cobb 2020-09-08 02:46:24 -0400
  • f57899c use constants for common empty responses by Jonathan Cobb 2020-09-08 02:30:06 -0400
  • 416d45b name thread by Jonathan Cobb 2020-09-06 10:07:08 -0400
  • f5acc5d set thread names in pools by Jonathan Cobb 2020-09-06 09:53:20 -0400
  • 7727825 remove unneeded public modifier by Jonathan Cobb 2020-09-05 12:34:03 -0400
  • 4dcca7b revert test log by Jonathan Cobb 2020-08-22 15:08:47 -0400
  • 6d0900b testing by Jonathan Cobb 2020-08-22 14:57:31 -0400
  • 13fd0bc add final by Jonathan Cobb 2020-08-22 14:41:59 -0400
  • cd93673 use unique redis prefix for tests by Jonathan Cobb 2020-08-22 11:51:13 -0400
  • 9240375 call System.exit when OOME encountered by Jonathan Cobb 2020-08-16 12:04:13 -0400
  • 19e7392 add bulkDeleteWhere by Jonathan Cobb 2020-08-14 23:12:04 -0400
  • 3770879 add RedisService.keys_withPrefix and del_matching_withPrefix by Jonathan Cobb 2020-08-14 12:26:35 -0400
  • bf9e491 use zilla random by Jonathan Cobb 2020-08-06 01:21:15 -0400
  • 5d199cb Cleaning redis service and adding ttl getter method (#11) by Kristijan Mitrovic 2020-08-04 12:22:28 +0000
  • 0e7668b (refs/pull/11/head) Use strict types instead of var by Kristijan Mitrovic 2020-08-04 12:25:59 +0200
  • 55cb525 Merge branch 'master' into kris/refactor_redis_service by jonathan 2020-08-04 00:57:18 +0000
  • 7937eb3 pass cascade flag from fk to reference, respect cascade flag in deleteDependencies by Jonathan Cobb 2020-08-03 20:39:32 -0400
  • 121fc1c replace deviceId/deviceName with just device by Jonathan Cobb 2020-08-03 17:53:51 -0400
  • 17208b8 Add method for getting TTL for redis entity by Kristijan Mitrovic 2020-07-30 15:08:30 +0200
  • 4d13fb2 Refactor and fix RedisService by Kristijan Mitrovic 2020-07-30 15:07:33 +0200
  • 0c5e8df (refs/pull/10/head) Add method for fetching TTL from redis entity by Kristijan Mitrovic 2020-07-29 16:14:16 +0200
  • f8f4576 Refactor retry in redis service by Kristijan Mitrovic 2020-07-29 16:13:25 +0200
  • 360ea80 return unauthorized instead of forbidden when session is required by Jonathan Cobb 2020-07-24 01:40:00 -0400
  • 5510f2d add flyway note by Jonathan Cobb 2020-07-21 08:21:52 -0400
  • 0776a05 add IdentifiableBaseParentEntity.addChildClass to prime childClasses by Jonathan Cobb 2020-07-20 10:53:29 -0400
  • f040b9e add findAllByField by Jonathan Cobb 2020-07-20 10:39:11 -0400
  • e7fe689 add nameMap utility by Jonathan Cobb 2020-07-20 10:39:04 -0400
  • 674a7be allow override of getSessionTimeout(thing) by Jonathan Cobb 2020-07-19 20:57:28 -0400
  • 073106e add status code to ApiException message by Jonathan Cobb 2020-07-19 20:39:18 -0400