* moved extension creation to init.sql in the docker psql directory (must be super user to use that command)
* populate platform_versions and roles using ContextRefreshEvent (tried messing w/ordering and couldn't get that to work)
* Created separate population service for initializing various values
* The actual stars and watchers can now be displayed when the home_projects view is refreshed.
* views are now also kept track on, it will only change if you refresh the home_projects view.
* Changed V1ApiService a little bit, The mapping of the result from the db calls to a bit cleaner and a little bit efficienter way (O(2n) -> O(n)) (not that it should matter that much.
Changed ApiV1Controller by adding a default by the recommended tag (in case some project or plugin didnt have one but you still want to request the users information)
* Fix for the upsert statement, it complained about null values
* Made the fix for NPE in apiv4controller less hacky and added spaces between `//` and the message
* Refresh on count