-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ok 540 astu maksun virkailija käsittely (#22)
* Poistettu tutu-spesifisyyttä, uusia geneerisiä rajapintoja, configuraatio muutoksia * Haetaan maksut pelkän hakemuksen oidin perusteella * Päivitetty testejä, siivottu tutu spesifisyyttä myös maksamisen puolelta * Lisätty maksun vahvistuksen lähetys astulle (toistaiseksi tutu pohjalla) * Uusi maksut-ui pathiin /maksut-ui, revertoitu cljs frontin poistoja * Lisätty test-result gitignoreen
- Loading branch information
Showing
30 changed files
with
283 additions
and
165 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,5 @@ | |
/maksut.iws | ||
/maksut.ipr | ||
.clj-kondo/ | ||
.open-next | ||
.open-next | ||
/test-results/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '3.7' | ||
services: | ||
maksut-nginx-local: | ||
image: nginx | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{:lein true | ||
|
||
:nrepl {:port 9034 :host "0.0.0.0"} | ||
|
||
:builds {:maksut {:target :browser | ||
:output-dir "resources/public/maksut/js/compiled" | ||
:asset-path "/maksut/js/compiled" | ||
:modules {:maksut | ||
{ :init-fn maksut.core/init | ||
:preloads [devtools.preload | ||
;day8.re-frame-10x.preload | ||
]}} | ||
:dev {:compiler-options | ||
{:closure-defines | ||
{ re-frame.trace.trace-enabled? true | ||
day8.re-frame.tracing.trace-enabled? true} | ||
:external-config | ||
{:devtools/config | ||
{ :features-to-install [:hints :async] | ||
:fn-symbol "F" | ||
:dont-detect-custom-formatters true}}}} | ||
:devtools { :http-root "resources/public" | ||
:http-port 9035}}} | ||
|
||
:fs-watch {:watcher :polling}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.