Commit graph

7 commits

Author SHA1 Message Date
ce4d00a788 Delete events older than 90 days once per day.
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-05 11:23:39 -07:00
e6b7efa95f Reimplement apps and events endpoints from Ktor app in Spring Boot
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-05 11:02:13 -07:00
a7c682bed0 Convert server code from Kotlin/Ktor to Java/Spring Boot
In the long-term, I'm not confident that Kotlin will replace Java on the
backend nor that Ktor will replace Spring Boot as the most popular
JVM language or framework, respectively. I don't really have any desire
to be on the bleeding edge of tech or go off the beaten path for this so
I'd like to keep with the industry standards so that it's easier for me
to work on over time.
2020-09-04 14:02:57 -07:00
d23fdafc1f Add gitignore for all modules
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-04 13:26:38 -07:00
7a0875b937 Implement date range querying for events
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-04 08:17:15 -07:00
9ac2ab68dc Fix call to individual app details
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-04 07:46:39 -07:00
8c1bd3a144 Initial commit
Signed-off-by: William Brawner <me@wbrawner.com>
2020-09-03 06:29:10 -07:00