f7301c45ad
Small corrections
2023-06-07 12:10:47 +02:00
f37e065aa1
Removed duplicate code
2023-06-07 12:06:37 +02:00
80b22893cf
Organized imports
2023-06-07 11:50:31 +02:00
e172e6c77c
Updated Saxon version method and changed time to duration in frontend
2023-06-07 11:46:18 +02:00
1f7b53fee3
Implemented POJO in XSLT controller
2023-06-07 11:35:19 +02:00
e7e79281df
Implemented reponse POJO in XQuery controller
2023-06-07 11:32:04 +02:00
2f8e1dd052
Implemented response POJO in XSD controller
2023-06-07 11:28:30 +02:00
aead1109c7
Changed duration type to long
2023-06-07 11:19:17 +02:00
3c8f3f4d41
Implement response POJO in XPath controller
2023-06-07 11:16:12 +02:00
a6593bcf1d
Added POJO for XML request body
2023-06-07 11:03:29 +02:00
63c09f1e78
Moved model classes to 'model' package
2023-06-07 10:47:31 +02:00
ec1ef38c57
Removed unnessesary arguments in methods
2023-06-07 10:46:33 +02:00
4d9ef6d3c7
Implemented new POJO in all XML controllers
2023-06-07 10:39:40 +02:00
800c88fc62
Added XMLRequestBody class and implemented it in XPath controller
2023-06-07 10:31:34 +02:00
424bb57c42
Tidied up code
2023-06-07 10:17:47 +02:00
5a1ad5282f
Remove unneeded code
2023-06-06 14:02:51 +02:00
1d668f10f8
Added 'What is XQuery?' section
2023-06-06 13:56:52 +02:00
79b9a54334
Connected frontend and backend
2023-06-06 13:52:39 +02:00
b65962247a
Added default XQuery file
2023-06-06 13:52:26 +02:00
f4c5ad753b
Adjusted XQuery version selection
2023-06-06 13:41:35 +02:00
8d6aede327
Added samples for XQuery
2023-06-06 13:39:28 +02:00
539a2fc1ea
Finished implementing backend
2023-06-06 13:39:11 +02:00
17fbc0a3a7
Implemented methods on backend
2023-06-06 10:52:07 +02:00
5e666c922c
Removed unused code
2023-06-05 15:05:31 +02:00
559a21b1ec
Added draft page for XQuery tool and connected it to menu
2023-06-05 14:53:27 +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