Commit Graph

8 Commits

Author SHA1 Message Date
Tony Murray 38a638358d Bump version to 1.52 2019-05-27 20:20:13 -05:00
Tony Murray 5c6a9ab623 Bump version to 1.51 2019-04-29 16:36:21 -05:00
Tony Murray 9a00092388 Fixed debug output when fetching version (#10155)
in some cases
2019-04-27 23:09:10 +02:00
Tony Murray 9661e6b9b3 Bump version to 1.50 2019-03-31 22:44:01 -05:00
Tony Murray 411f36a9a1 Bump version to 1.49 2019-03-03 21:37:13 -06:00
Tony Murray 60a39caa35 Bump version to 1.48 2019-01-28 11:30:17 -06:00
Tony Murray 8ce81f2423 Update database schema display (#9708)
* Update database schema display

* handle missing migrations table
2019-01-22 06:47:07 -06:00
Tony Murray def8b3e514 Add librenms command (#9619)
* Add librenms command

Hook up to artisan.  Hide dev commands and most other commands if app environment is production.
Register all commands for php artisan or when not in production.

* remove dead end line

* Console application name and version.
Had to shift some stuff from legacy code, but deferred others as it was too extensive of a change.

* switch check order

* always get local version now

* update array format

* whitepace

* fix style
2019-01-08 21:42:56 -06:00