Skip to content

Commit

Permalink
v0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Sep 11, 2020
1 parent a49ba63 commit be09bd7
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## 0.1.19 - WIP
## 0.1.19 - 2020-09-11
### Add
- Add --skip-database in order to execute all checks except database and migration status (it is useful for example if the application it doesn't need the database);

### Change
- Code more PSR2 compliant (phpcs);
- Fix LaraHttpResponse::status(). The method returns the http status code. Close #19


## 0.1.18 - 2020-09-05
Expand All @@ -25,7 +26,7 @@

## 0.1.16 - 2020-08-19
### Add
- Adding php linter in CICD. We use php 7.2 linter for incoming support to Laravel 6.
- Adding php linter in CI/CD. We use php 7.2 linter for incoming support to Laravel 6.
### Fix
- Fix syntax in DatabaseLens.php. Close #17 ;

Expand Down Expand Up @@ -61,9 +62,9 @@
## 0.1.12 - 2020-07-25

### Add
- When a check is not working properly, some hints are now displayed.
- Add hints for database connection
- Add hints for HTTP connections
- When a check is not working properly, now it is displayed some hints;
- Add hints for database connection;
- Add hints for HTTP connections.

## 0.1.11 - 2020-07-12

Expand Down Expand Up @@ -163,21 +164,21 @@ Runtime configuration:

### Add

* detect DB connection type
* get tables for mysql
* get tables for sqlite
* count and retrieve last row from a table. Table and column name are as input parameters
* test database diagnostics
* update readme for documentation
* detect DB connection type;
* get tables for mysql;
* get tables for sqlite;
* count and retrieve last row from a table. Table and column name are as input parameters;
* test database diagnostics;
* update readme for documentation.


## 0.1.2 - 2020-05-22

### Add

* Add new argument as input (it is optional):
- overview: you can see configuration, http connection, db connection etc
- allconfigs: you can see verbose configuration from Laravel application. Try to use 'php artisan laralens:diagnostic allconfigs' in your laravel application. You will see the dump of all configuration parameters in json format
- overview: you can see configuration, http connection, db connection etc.;
- allconfigs: you can see the verbose configuration from Laravel application. Try to use 'php artisan laralens:diagnostic allconfigs' in your laravel application. You will see the dump of all configuration parameters in json format.

## 0.1.1 - 2020-05-22

Expand All @@ -192,7 +193,7 @@ Runtime configuration:
## 0.1.0 - 2020-05-21

* :tada: initial release
* Add laralens:diagnostic artisan command (Laraval)
* Add laralens:diagnostic artisan command (Laravel)
* Check config parameter like app.url, app.locale, app.url and database.*
* Check the http connection with app.url defined in base configuration
* Check the http connection with "app.url" defined in base configuration
* Check the connection with DB and counts the row for a specific table (users by default)

0 comments on commit be09bd7

Please sign in to comment.