Commit Graph

11 Commits

Author SHA1 Message Date
KennyTV
b8f6c0683e
Fix in project approvals, dev-db fix 2020-10-01 10:45:07 +02:00
Jake Potrebic
a0b97d2d4d
few different things
* 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
2020-09-30 17:14:52 -07:00
Jake Potrebic
64bbabc399
added db migrations 2020-09-10 12:17:56 -07:00
Jake Potrebic
0ff4ff0687
expands logging capability
Closes #120
2020-09-09 20:33:44 -07:00
Jake Potrebic
7123067a91
org invites 2020-09-03 17:18:14 -07:00
Jake Potrebic
b2d27ec518
fixed promoted_versions 2020-09-02 19:25:17 -07:00
Jake Potrebic
762b2a9848 hot reloading w/docker 2020-09-02 11:24:23 -07:00
Dragonium
719ada906b
Improved some project stats (#95)
* 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
2020-08-30 21:55:26 +02:00
realDragonium
7da99df639 ProjectAPIDao expansion (#92)
Signed-off-by: MiniDigger <admin@minidigger.me>
2020-08-29 10:41:47 +02:00
MiniDigger
2e5e49893d bunch of works on the authors page (which includes role shit) 2020-07-25 18:07:37 +02:00
MiniDigger
fea58f60cf initial commit, api done 2020-07-08 17:19:41 +02:00