Log
-
[maven-release-plugin] prepare release 0.1.0 by Caio 7 years ago
-
Add more metadata to the db, adjust model.Recipe 💬 by Caio 7 years ago
This patch changes our database format to not contain the instructions and adds some of the metadata from model.Recipe into it (namely: timing and nutrition details). The end result is a database file that's less than half the original size: 933M new/chronicle.db 2.0G old/chronicle.db
-
[maven-release-plugin] prepare release 0.0.5 by Caio 7 years ago
-
Make Diet.isKnown() public by Caio 7 years ago
-
Adapt to new data model version 💬 by Caio 7 years ago
Glutenfree tags were unused and Vegan is too fussy to predict reliably with what I'm doing at the moment, so we replace it with Vegetarian.
-
[maven-release-plugin] prepare release 0.0.4 by Caio 7 years ago
-
Bump gula-bom to 0.0.3 by Caio 7 years ago
-
Make Searcher implementations package private by Caio 7 years ago
-
Extract SearcherWithPolicy 💬 by Caio 7 years ago
Now this is a LOT nicer :-)
-
Drop QueryInterpreter: Move logic inside SearchImpl 💬 by Caio 7 years ago
It bothers me that I pass around a bunch of stuff just so that I can create this QueryInterpreter that I don't have any intention of providing alternative implementation for now. The SearchPolicy addition in particular was what flagged that the setup was quite awkward. Next step: Use inheritance to build a searcher that handles policies instead of the current error prone `searchPolicy != null`.
-
Extract the Searcher interface by Caio 7 years ago
-
[maven-release-plugin] prepare release 0.0.3 by Caio 7 years ago
-
Extract immutables style into @ImmutableStyle 💬 by Caio 7 years ago
This will also silence a compile type warning for packages that depend on cerberus and don't build with the immutables jar in the classpath. The warning: Unknown enum constant ImplementationVisibility.PACKAGE Is harmless in this case, but happens because the annotation is retained on a class level, so when the class is imported for the first time the compiler detects that the symbol doesn't exist and whines. -
[maven-release-plugin] prepare release 0.0.2 by Caio 7 years ago
-
Bump gula-bom to 0.0.2 by Caio 7 years ago
-
[maven-release-plugin] prepare release 0.0.1 by Caio 7 years ago
-
Merge branch 'casserole-split' 💬 by Caio 7 years ago
Move everything related to Spring Boot to a separate project. This is a follow-up of the `dropped-multi-module` branch, moving forward with the idea of splitting the repositories and having a parent pom to control shared dependencies. Shared build configurations now live at `gula-bom.git`; The Web UI lives at `casserole.git`.
-
Make the Loader not care about cerberus.properties by Caio 7 years ago
-
Use a parent pom so I don't repeat myself too much by Caio 7 years ago
-
Remove (now) unused test resources by Caio 7 years ago
-
Make maven plugin versions explicit by Caio 7 years ago
-
Remove leftover resources by Caio 7 years ago
-
Configure maven-release-plugin for a git-based release 💬 by Caio 7 years ago
This, by the way, is the only sane way of using this plugin with git in my opinion: I get to keep control of everything, nothing is even pushed without my consent.
-
Package a test jar with a useable Util class by Caio 7 years ago
-
Bump dependency versions 💬 by Caio 7 years ago
Nothing notable in the changelogs.