marvindoering
aef5a50cf8
Addressed change requests on pull requests:
...
- Changed back to innerText on output
- replaced global var report and extracted info for download from div
- put another check on the download button to insure that the report can only be downloaded once data is available
2021-02-21 16:57:39 +01:00
marvindoering
590e4cde16
Changes due to change requests by apenski.
2021-02-18 12:52:20 +01:00
marvindoering
dbaeedcef3
- Fixed issue with download button not working.
...
- Set button to only be active once the document has been validated.
- Fixed issue where the report was simple text and not readable html.
2021-02-15 09:19:50 +01:00
marvindoering
65a988f13b
Added a download button to GUI in order to download reports easily
2021-02-14 18:15:23 +01:00
Andreas Penski (init)
7ff5287a23
(chore) disable until we can publish to maven central
2021-02-02 09:03:47 +01:00
Andreas Penski (init)
44403d82c9
Update copyright year to 2021.
2021-02-02 08:55:20 +01:00
apenski
7f28e80249
Merge pull request #66 from reitzig/patch-1
...
Update README.md
2021-01-04 16:20:54 +01:00
apenski
cecb5a78b3
Merge pull request #62 from bitmarck-service/master
...
Minor improvements
2021-01-04 16:18:41 +01:00
Christian Schlichtherle
69a2f85034
Add version for maven-gpg-plugin.
2020-12-21 19:32:40 +01:00
Christian Schlichtherle
ea3c9d294f
Revert change.
2020-12-21 19:21:38 +01:00
Christian Schlichtherle
24826298ca
Merge remote-tracking branch 'origin/master'
2020-12-21 13:47:49 +01:00
Andreas Penski (init)
7e5f0093d4
[maven-release-plugin] prepare for next development iteration
2020-12-21 09:01:04 +01:00
Andreas Penski (init)
fb29933d98
[maven-release-plugin] prepare release v1.4.1
2020-12-21 09:00:58 +01:00
Andreas Penski (init)
5f8a64d9da
(chore) prepare release
2020-12-21 08:58:09 +01:00
Andreas Penski
2dd073444f
Merge branch 'remove_saxon_signature' into 'master'
...
(fix) remove saxon signatature from uber-jar
See merge request kosit/validator!38
2020-12-21 07:54:06 +00:00
Andreas Penski (init)
7b8647c8c4
(fix) remove saxon signatature from uber-jar
...
see https://github.com/itplr-kosit/validator-configuration-xrechnung/issues/49
2020-12-21 08:48:14 +01:00
Andreas Penski
8a789c20b4
Merge branch '72-allow-more-than-3-customlevel-elements-in-scenarios' into 'master'
...
Resolve "Allow more than 3 customLevel elements in scenarios"
Closes #72
See merge request kosit/validator!37
2020-12-21 07:26:36 +00:00
Renzo Kottmann
705d31fdc8
Resolve "Allow more than 3 customLevel elements in scenarios"
2020-12-21 07:26:36 +00:00
Andreas Penski
34a109d8e6
(chore) fix api usage
2020-12-17 07:20:10 +00:00
Raphael
06c89f40a9
Update README.md
...
Add a note on dependencies with Java 11+
2020-11-09 12:13:28 +01:00
Christian Schlichtherle
555dad2ede
Fix language.
2020-10-30 18:56:03 +01:00
Christian Schlichtherle
5f32e1d3b7
Ensure English locale for English messages.
2020-10-30 18:55:38 +01:00
Christian Schlichtherle
4438038f22
Fix documentation.
2020-10-30 18:54:43 +01:00
Christian Schlichtherle
8d57cf77f7
Merge remote-tracking branch 'origin/master'
2020-10-26 10:39:18 +01:00
Andreas Penski
113f1c7926
Merge branch 'eol_style_test' into 'master'
...
Set specific EOL style
See merge request kosit/validator!36
2020-10-14 14:05:20 +00:00
Andreas Penski (init)
2c09da5f9d
(chore) eol style defined
2020-10-14 15:51:11 +02:00
dependabot[bot]
f22fe65280
Bump junit from 4.13 to 4.13.1 ( #63 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 13:30:23 +02:00
Stefan Blanke
6ac1346fa9
Add PHP example for using the HTTP daemon in docs. ( #61 )
...
* Add PHP example for using the HTTP daemon in docs.
* Use procedural code for example snippet
* Remove this variable
2020-10-12 19:05:53 +02:00
Christian Schlichtherle
fd3451fef1
Improve metadata for release to Maven Central.
2020-10-09 22:46:34 +02:00
Andreas Penski (init)
4a6200b055
(chore) set version in CHANGELOG.md
2020-10-07 17:28:21 +02:00
Andreas Penski (init)
49152f004f
[maven-release-plugin] prepare for next development iteration
2020-10-07 17:02:40 +02:00
Andreas Penski (init)
2623fba56d
[maven-release-plugin] prepare release v1.4.0
2020-10-07 17:02:35 +02:00
Andreas Penski (init)
2c453fa17d
(chore) update version
2020-10-07 16:59:57 +02:00
Andreas Penski (init)
972badb37e
(chore) Update CHANGELOG.md
2020-10-02 11:37:45 +02:00
Andreas Penski (init)
dd071da3b8
(chore) fix typo
2020-10-02 11:32:42 +02:00
Andreas Penski
c59c31c88a
Merge branch 'fix_license' into 'master'
...
https://github.com/itplr-kosit/validator/issues/53 Fix copyright and licensing information
See merge request kosit/validator!35
2020-10-02 08:30:39 +00:00
Andreas Penski
55986c2e8d
https://github.com/itplr-kosit/validator/issues/53 Fix copyright and licensing information
2020-10-02 08:30:39 +00:00
Andreas Penski (init)
ef1ce56f2a
https://github.com/itplr-kosit/validator/issues/56 trim namespaces and other strings when reading the scenarios
2020-10-02 10:06:29 +02:00
Andreas Penski
9838508f41
Merge branch '#57_read_erro_in_daemon' into 'master'
...
https://github.com/itplr-kosit/validator/issues/57 fix read stream
See merge request kosit/validator!34
2020-10-02 08:02:50 +00:00
Andreas Penski (init)
65f6914c3c
https://github.com/itplr-kosit/validator/issues/57 fix read stream
2020-10-02 09:47:28 +02:00
Andreas Penski (init)
3cb1037771
https://github.com/itplr-kosit/validator/issues/54 Fix reference to command line option
2020-09-14 09:12:05 +02:00
Andreas Penski (init)
258ecb4545
https://github.com/itplr-kosit/validator/issues/55 Improve XSD documentation
2020-09-14 09:11:46 +02:00
Andreas Penski
e35600a6cc
Merge branch '68-force-specific-formatting' into 'master'
...
Resolve "Force specific formatting"
See merge request kosit/validator!33
2020-09-03 06:02:42 +00:00
Andreas Penski
69d6e55f14
Resolve "Force formatting"
2020-09-03 06:02:42 +00:00
Andreas Penski
bc9acc3a0a
Merge branch '67-documentation-of-validator-exit-codes' into 'master'
...
Resolve "Documentation of Validator exit codes"
See merge request kosit/validator!32
2020-09-02 12:34:21 +00:00
Andreas Penski
f2223552ad
#67 [CLI,DAEMON] Return proper return codes / status codes
2020-09-02 12:34:20 +00:00
Andreas Penski (init)
fa7faf9961
(chore) jaxb dependency minor update
2020-08-24 08:51:17 +02:00
Andreas Penski (init)
584923af8e
(chore) saxon update to CHANGELOG.md
2020-08-21 10:51:18 +02:00
Andreas Penski (init)
04dd2868c6
(chore) minor dependency updates
2020-08-21 10:42:23 +02:00
Andreas Penski (init)
83770df637
(chore) remove double 'fixed' section
2020-08-21 10:29:09 +02:00