Registrering av handling

Steinar Bang c3ee7c5b59 Use npm devDependency vite 5.4.17 hai 4 días
.github 7bc6f0b721 Deploy SNAPSHOT to maven.bang.priv.no from github actions master branch CI build hai 1 ano
handlereg.backend 38972eb216 Put assertThrows lambdas on a single line hai 1 mes
handlereg.backend.testdata 38585e02bc Remove beans.immutable as compile time dependencies since all beans are now records hai 11 meses
handlereg.db.liquibase c6e7ae6afa Move try-with-jdbc-connection into creator methods to reduce clutter in test hai 3 semanas
handlereg.db.liquibase.production e509dd0bf6 Use assertj-db for asserts in liquibase schema tests hai 3 semanas
handlereg.db.liquibase.test e509dd0bf6 Use assertj-db for asserts in liquibase schema tests hai 3 semanas
handlereg.services 38585e02bc Remove beans.immutable as compile time dependencies since all beans are now records hai 11 meses
handlereg.tests 42547ca3cb Add missing @Override annotation hai 1 mes
handlereg.web.api aa46248d3f Set wrong password for user jd in HandleregWebApiTest.testLoginWrongPassword() to test what the name says it should test hai 1 mes
handlereg.web.frontend c3ee7c5b59 Use npm devDependency vite 5.4.17 hai 4 días
handlereg.web.security 0caac9d948 Allow anon access to assets directory created by vite build hai 6 meses
jacoco-coverage-report c88f24d7e9 Exclude OSGi module for creating in-memory database testdata from test coverage hai 1 mes
karaf 5c127ddf06 Use authservice 1.11.17, with a changed maven url for the feature repository %!s(int64=4) %!d(string=hai) anos
.editorconfig 08f15e31c2 Initial commit %!s(int64=6) %!d(string=hai) anos
.gitignore 81237094ab Ignore eclipse workspace data %!s(int64=2) %!d(string=hai) anos
LICENSE 08f15e31c2 Initial commit %!s(int64=6) %!d(string=hai) anos
README.org 969fd2b143 Add clickable URL to handlereg running on a local karaf installation to the README hai 1 ano
pom.xml c50545d31a Upgrade parent to use liquibase 4.31.1 hai 5 días

README.org

Registrering av handling

Dette er en webapp som brukes til å registrere handling i butikker.

Utviklingsstatus

file:https://github.com/steinarb/handlereg/actions/workflows/handlereg-maven-ci-build.yml/badge.svg

Installasjon

Kjør følgende i karaf console:


  feature:repo-add mvn:no.priv.bang.handlereg/karaf/LATEST/xml/features
  feature:install handlereg-with-derby

Åpne følgende URL i en nettleser: http://localhost:8181/handlereg

Konfigurering av PostgreSQL-database

Kjør følgende i karaf console:


  config:edit no.priv.bang.handlereg.db.postgresql.HandleregPostgresqlDatabase
  config:property-set handlereg.db.jdbc.url "jdbc:postgresql:///handlereg"
  config:property-set handlereg.db.jdbc.user "karaf"
  config:property-set handlereg.db.jdbc.password "karaf"
  config:update

Lisens

Denne software'n er lisensiert under Apache License v2. Se fila LICENSE for detaljer