aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add build action (#37)Kevin Hoerr2025-08-183-0/+115
|
* Bump quarkus.platform.version from 2.11.2.Final to 2.15.1.Final (#2)dependabot[bot]2025-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps `quarkus.platform.version` from 2.11.2.Final to 2.15.1.Final. Updates `quarkus-bom` from 2.11.2.Final to 2.15.1.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.11.2.Final...2.15.1.Final) Updates `quarkus-maven-plugin` from 2.11.2.Final to 2.15.1.Final - [Release notes](https://github.com/quarkusio/quarkus-platform/releases) - [Commits](https://github.com/quarkusio/quarkus-platform/compare/2.11.2.Final...2.15.1.Final) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create dependabot.ymlKevin Hoerr2025-08-181-0/+15
|
* Update; Switch to MongoDBKevin J Hoerr2025-08-1811-293/+69
|
* Fix front-end build when META-INF does not existKevin J Hoerr2025-08-181-1/+1
|
* Fix sequence use in liquibase test scriptKevin J Hoerr2025-08-181-12/+12
|
* Add global filter (#5)Kevin J Hoerr2025-08-183-14/+53
|
* Add contexts to liquibase scriptsKevin J Hoerr2025-08-183-5/+6
|
* Add test data and link to q/devKevin J Hoerr2025-08-184-1/+96
|
* Update README with License informationKevin J Hoerr2025-08-181-0/+4
|
* Fix react import errorKevin J Hoerr2022-08-144-4073/+3974
|
* Implement watchers for NextJS with build injectionKevin J Hoerr2022-08-143-27/+303
|
* Merge planner code (#3)Kevin Hoerr2022-08-1419-1/+5001
| | | | Reviewed-on: https://git.submelon.dev/kjhoerr/pantry/pulls/3
* Quarkus (#2)Kevin Hoerr2022-08-0630-970/+732
| | | | Reviewed-on: https://git.submelon.dev/kjhoerr/pantry/pulls/2
* Add DELETE endpoint for PantryItemKevin J Hoerr2022-01-311-3/+17
|
* Post to create new PantryItemKevin J Hoerr2022-01-311-0/+7
|
* Use Long's for ID; Accept JSON bodyKevin J Hoerr2022-01-314-16/+20
|
* Move workspace to synonymous locationKevin J Hoerr2022-01-272-2/+2
|
* Remove shortid; Add quantityUnitTypeKevin J Hoerr2022-01-274-19/+14
|
* Add error handlingKevin J Hoerr2022-01-278-96/+167
|
* Revert to Java 11 and enable Lombok extKevin J Hoerr2022-01-277-13/+13
|
* Styling changesKevin J Hoerr2022-01-262-4/+7
|
* Return item ID on /items/addKevin J Hoerr2022-01-261-3/+3
|
* Move Item to use shortidKevin J Hoerr2022-01-265-13/+29
|
* Retrieve items by nameKevin J Hoerr2022-01-264-1/+67
|
* Add compose for MariaDBKevin J Hoerr2022-01-258-18/+164
|
* Spring Initializr with .devcontainerKevin J Hoerr2022-01-2511-0/+696