Log
-
[maven-release-plugin] prepare release 0.0.3 by Caio 5 years ago
-
Add a description meta to /recipe pages by Caio 5 years ago
-
Bump to tablier 0.6.3 💬 by Caio 5 years ago
I'll do a tiny release to provide some more metadata in the base layout so that iOS users saving us to their home-screen get a slightly better experience.
-
[maven-release-plugin] prepare release 0.0.2 by Caio 5 years ago
-
Bump to tablier 0.6.2 💬 by Caio 5 years ago
Now we have a logo that's less shameful
-
Fix `PerformanceInspectorQuery.equals(Object)` 💬 by Caio 5 years ago
Doesn't really matter for my current usecase...
-
[maven-release-plugin] prepare release 0.0.1 by Caio 5 years ago
-
Merge branch 'next' by Caio 5 years ago
-
Point at released snapshot dependencies by Caio 5 years ago
-
Enable actuator's /loggers endpoint by Caio 5 years ago
-
Switch from logback to log4j2 💬 by Caio 5 years ago
This patch configures spring boot to use log4j2 instead of logback for its internal logging. Additionally, loggers are configured as they were with logback but the console output is changed to match spring boot's default layout.
-
Adapt to the new cerberus api by Caio 5 years ago
-
Set max-age response header for classpath resources 💬 by Caio 5 years ago
Prior to this patch only static html pages were being sent with the `Cache-Control: max-age=X` header; Now css and img files send this back too and the max-age value has been set to 3 days for every resource.
-
Automated code formatting round by Caio 5 years ago
-
Don't allow the `science` parameter anymore by Caio 5 years ago
-
Improve `parseRange(String)` performance 💬 by Caio 5 years ago
This patch adapts `parseRange` to use the same style as `parseDiet`. Scanners are a total overkill for this task :-)
-
Point at the next (snapshot) tablier by Caio 5 years ago
-
Adjust to new diet specification format 💬 by Caio 5 years ago
This patch upgrades cerberus, which changes the SearchQuery model to replace `dietThreshold()` with `diet()` (with an embedded threshold). With this change, it became trivial to get rid of the `&science` parameter oddity and shoehorn a tiny bit more of type checking.
-
Change expensive query detection heuristic 💬 by Caio 5 years ago
Only consider expensive queries that are term-based (just words, no phrases) and _every_ term is individually expensive.
-
Make search_service_search_timer record a histogram by Caio 5 years ago
-
Leave a note for future me by Caio 5 years ago
-
Add the current commit id to metric tags 💬 by Caio 5 years ago
This patch re-enables the git-commit-id plugin execution, sets it up so that it writes the application.properties:git.head.describe value and then customizes the meter registry settings to include the new tag. The "application" tag introduced on bb361aa5 has been moved to be defined on code as well, so the common tags configuration only happens at one place.
-
Add search metrics to the registry 💬 by Caio 5 years ago
This patch enables reporting of Searcher timings (so: only when the result hasn't been cached) and the number of recipes in the index.
-
Upgrade to tablier 0.6.0 by Caio 5 years ago
-
Upgrade to resilience4j 0.15.0 💬 by Caio 5 years ago
It's quite annoying that the reactor support pulls vavr still, but hey...
-
Bump to cerberus 0.7.1 by Caio 5 years ago