Registrering av handling

Steinar Bang c6e7ae6afa Move try-with-jdbc-connection into creator methods to reduce clutter in test 2 semanas atrás
.github 7bc6f0b721 Deploy SNAPSHOT to maven.bang.priv.no from github actions master branch CI build 1 ano atrás
handlereg.backend 38972eb216 Put assertThrows lambdas on a single line 1 mês atrás
handlereg.backend.testdata 38585e02bc Remove beans.immutable as compile time dependencies since all beans are now records 11 meses atrás
handlereg.db.liquibase c6e7ae6afa Move try-with-jdbc-connection into creator methods to reduce clutter in test 2 semanas atrás
handlereg.db.liquibase.production e509dd0bf6 Use assertj-db for asserts in liquibase schema tests 2 semanas atrás
handlereg.db.liquibase.test e509dd0bf6 Use assertj-db for asserts in liquibase schema tests 2 semanas atrás
handlereg.services 38585e02bc Remove beans.immutable as compile time dependencies since all beans are now records 11 meses atrás
handlereg.tests 42547ca3cb Add missing @Override annotation 1 mês atrás
handlereg.web.api aa46248d3f Set wrong password for user jd in HandleregWebApiTest.testLoginWrongPassword() to test what the name says it should test 1 mês atrás
handlereg.web.frontend a4180f5124 Set calculated webapp basename to "" when it becomes "/" to avoid losing the hostname in RTK query API calls 3 semanas atrás
handlereg.web.security 0caac9d948 Allow anon access to assets directory created by vite build 5 meses atrás
jacoco-coverage-report c88f24d7e9 Exclude OSGi module for creating in-memory database testdata from test coverage 1 mês atrás
karaf 5c127ddf06 Use authservice 1.11.17, with a changed maven url for the feature repository 4 anos atrás
.editorconfig 08f15e31c2 Initial commit 6 anos atrás
.gitignore 81237094ab Ignore eclipse workspace data 2 anos atrás
LICENSE 08f15e31c2 Initial commit 6 anos atrás
README.org 969fd2b143 Add clickable URL to handlereg running on a local karaf installation to the README 1 ano atrás
pom.xml 8ccf7413b9 Use runtime incompatible version 2.0.0 of FrontendServlet that reads routes from assets/routes.txt in classpath 1 mês atrás

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