Merge pull request #5 in VSA/techradar from feature/reviewrequests to master* commit 'ff830030257fcc9993ba92157b13d86422765a31':
Modified version to 1.1
Merge pull request #4 in VSA/techradar from feature/reviewrequests to master* commit '7273e128d8e1604dca13626b0448045b27b01dad':
Spring works better with Annotations ;)
no message
review
meta
fix
Fixed critical bugs for v7
beautified code, edited some velo templates
Fixed VSA-696
Fixed VSA-692
more semver version changes
fixed a few more vulns
Added logs to gitignore, added package-lock
Fixed all critical & high vulnerabilities in frontend.
...
Merge pull request #2 in VSA/techradar from IT-893-improve-build-process-of-techradar to master* commit 'f8941d2ab405f72927f4f16675bbf9baf259a9a2':
add last maven docker run command
What should be fixed asap with the TechRadar
add a helper file to let the node build be run within a docker container
add `package-lock` so that node build is persistent
Merge pull request #1 in VSA/techradar from ~MGATTINGER/techradar:bugfix/update-mavenplugin-version to master* commit '5b01f995bfd73d3179256bec7f4a6e70dd4d5517':
update pom.xml
update node/nmp Version add maven-compiler-plugin
Fixed a bug which appeared in console... but the actual code behind these lines still doesn't work as
expected. Don't remember what I had in mind when I initially wrote those
lines but at least it doesn't throw an exception right now.
Nevertheless, needs rework.
VSA-181 VSA-183 First version of consolidated user-management approachNow I've refactored the management-part of the plugin so the admin is able to manage
access-control for the plugin. The radar-management part (which was formerly located
in the admin-area) is not just an ordinary page within confluence - but secured by the
configuration the admin is able to make.
Notice: Only Administrators are able to change the access-control of the radar-plugin.
VSA-181 VSA-184 Allowed for definition of quadrants smaller than 90°The rendering-part was already capeable of displaying quadrants which are less
than 90° but the editing UI had some (willingly added) restrictions so prevent
the definition of such quadrants. Now the defaults still suggest the definition of
90° quadrants, but allows definitions of less (or more) than 90°.
VSA-181 VSA-184 Added a little Legend-TranspilationGenerally the radar is already able to render smaller quadrant-sizes
but the legend wasn't placed appropriately. I've fiddled around with
the placement-algorithm and finally found a solution to place the legend
appropriately.
Bugfix für Spots die über die magische Grenze von 360 gehen sollen.Aus mir unerfindlichen Gründen habe ich einen checkState für diese Grenze eingebaut
und damit explizit Radien über 360 verhindert - dies war offenkundig ein Fehler und
sollte sich eigentlich auf den Winkel (und nicht den Radius) beziehen. Gefixt
VSA-55 VSA-92 Fix the Icon BugRemoved the AUI-CSS completely since it is already included in the Confluence pages.
The 'double'-inclusion crashed the icons in the confluence nav-bar