Commit Graph

268 Commits

Author SHA1 Message Date
2a5636f5a8 Replaced old frontend with new one 2023-06-14 11:22:11 +02:00
2acc0c7252 Added aliases, fixed typescript and vite config 2023-06-14 11:05:50 +02:00
d94e4c3043 Added basic navigation, views for all components 2023-06-14 10:20:28 +02:00
cb00ae291a Configured Vue Router 2023-06-14 10:03:43 +02:00
70350b8d88 Added basic router 2023-06-14 09:19:12 +02:00
83f66c64a1 Added support for changing engines 2023-06-14 08:45:43 +02:00
8e7396db43 Changed page title and favicon 2023-06-13 15:00:34 +02:00
fbd6ec8f3a Simplified fetching 2023-06-13 14:52:50 +02:00
b9045a8013 Added default tool 2023-06-13 14:37:30 +02:00
5d8a816a3b Added placeholder for REST Mock 2023-06-13 14:30:42 +02:00
a944338146 Added placeholder for formatter 2023-06-13 14:29:48 +02:00
1d80d0e823 Moved xml tools to seperate template 2023-06-13 13:07:07 +02:00
26cd8e3c1e Added basic vue.js frontend 2023-06-13 12:42:24 +02:00
25bd56c8a3 Added missing XSD sample 2023-06-13 12:34:18 +02:00
3c5798cfa2 Added XQuery Tool and refactored tools-service (#220)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #220
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-12 10:53:22 +02:00
86b3572003 libXML now returnes info why XML is not valid (#218)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #218
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-05 14:40:03 +02:00
a8e902e910 Shrank background image (#217)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #217
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-05 09:34:55 +02:00
89517a6821 Added copy button to link field (#216)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #216
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-31 14:39:31 +02:00
57a08c3246 Resolved merge conflict in xmlFormatter.html 11.3 2023-05-30 15:56:03 +02:00
5a331d9815 Fixed merge conflicts 2023-05-30 15:49:50 +02:00
e9221e2393 Release 11.3 2023-05-30 15:42:09 +02:00
7318708bd2 Disabled persistency in Redis (#214)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #214
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-30 15:27:15 +02:00
66b20f8256 Added tests for JSON Formatter (#212)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #212
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-30 13:17:10 +02:00
b6e6277074 Cleared unused listeners, and optimize uianimation code (#213)
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Reviewed-on: #213
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-30 13:15:47 +02:00
fb128070dc Removed broken code 2023-05-26 14:12:11 +02:00
d0c19e19df Merged bema/ref/tools_urls to master 2023-05-26 14:11:20 +02:00
c41c3f5abc Merged widlam/refactor/issue#201 to master 2023-05-26 14:04:34 +02:00
9b18a9f42d Simplified history 2023-05-26 13:55:48 +02:00
a8d93fc2a5 Made more elegant solution to tools URLs 2023-05-26 11:57:00 +02:00
6058169818 Solved #180 and one other bug (#210)
I found and fixed bug: When in URL query was put without # at the end the page would start reloading indefinitely

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #210
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-26 11:39:57 +02:00
d336f5d18e Fixed bug with category not bein remembered 2023-05-26 10:44:54 +02:00
45fab20cc4 Merge branch 'master' of gitea.release11.com:R11/release11-tools into widlam/refactor/issue#201 2023-05-25 14:59:43 +02:00
b733e1e344 Fixed history problem, and improve mock services frontend 2023-05-25 14:49:16 +02:00
97042faaa3 Tools can be selected through URL (solves #161) (#207)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #207
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-24 14:40:07 +02:00
8815f657e0 Clean frontend code 2023-05-24 11:08:15 +02:00
ecafb17f05 revert f9b426bb30
revert Every tool can now be accessed from URL
2023-05-24 11:06:50 +02:00
f9b426bb30 Every tool can now be accessed from URL 2023-05-24 10:33:00 +02:00
02c10b8354 Fixed not working JSON arrays (#206)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #206
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-23 13:48:22 +02:00
5b69fd1de0 Every service meant to be public work now on port 80 (#205)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #205
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-23 08:59:09 +02:00
2aaf993f7a Started to removing changing UUID and many messages system 2023-05-23 08:38:28 +02:00
d5e33381a2 Refactor of History module (#184)
Co-authored-by: widlam <mikolaj.widla@gmail.com>
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #184
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Mikolaj Widla <widlam@noreply.example.com>
Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-19 13:10:45 +02:00
d231a7476b Fixed timezone (#193)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #193
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-19 13:09:01 +02:00
369256baf2 tests with variable URL (#200)
Co-authored-by: augustyd <kainytsugua.kerad@gmail.com>
Reviewed-on: #200
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Dariusz Augustyniak <augustyd@noreply.example.com>
Co-committed-by: Dariusz Augustyniak <augustyd@noreply.example.com>
2023-05-18 13:38:38 +02:00
e697a783ae Solved #195 and cleaned up code (#196)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #196
Reviewed-by: Dariusz Augustyniak <augustyd@noreply.example.com>
2023-05-18 13:36:51 +02:00
1930cde695 Postman tests (#194)
Co-authored-by: augustyd <kainytsugua.kerad@gmail.com>
Reviewed-on: #194
Reviewed-by: Adam Bem <bema@noreply.example.com>
Co-authored-by: Dariusz Augustyniak <augustyd@noreply.example.com>
Co-committed-by: Dariusz Augustyniak <augustyd@noreply.example.com>
2023-05-17 14:08:16 +02:00
bcbfd34feb Moved scripts from .html files to seperate js .files (#191)
Let's hope everything works as before or better.

Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #191
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-16 09:59:04 +02:00
2d97e39dbe Fixed 404 when no lastPage was stored (solves #189)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #190
2023-05-12 15:03:46 +02:00
c89623c3a8 Dependencies in libXML now have specified versions
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #187
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-12 14:13:47 +02:00
dc3df79fc1 Moved frontend of REST Mock to frontend container (solves #168)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #186
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-12 10:06:19 +02:00
34038a2ce9 Tools java backend now uses interfaces for engine classes (solves #167) (#179)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #179
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-05-11 15:23:54 +02:00