Skip to content

Commit 78abdb9

Browse files
author
Gaetano Giunta
committed
upgrade debian, symfony, adminer; add new db versions
1 parent c98dce4 commit 78abdb9

File tree

31 files changed

+2108
-1481
lines changed

31 files changed

+2108
-1481
lines changed

.gitignore

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,34 @@
1212
/docker/data/mariadb/10.1/*
1313
/docker/data/mariadb/10.2/*
1414
/docker/data/mariadb/10.3/*
15+
/docker/data/mariadb/10.4/*
1516
/docker/data/mysql/5.5/*
1617
/docker/data/mysql/5.6/*
1718
/docker/data/mysql/5.7/*
1819
/docker/data/mysql/8.0/*
1920
/docker/data/postgresql/9.4/*
2021
/docker/data/postgresql/9.5/*
2122
/docker/data/postgresql/9.6/*
22-
/docker/data/postgresql/10.7/*
23-
/docker/data/postgresql/11.2/*
23+
/docker/data/postgresql/10.11/*
24+
/docker/data/postgresql/11.6/*
25+
/docker/data/postgresql/12.1/*
2426
!/docker/data/composer_cache/.gitkeep
2527
!/docker/data/mariadb/5.5/.gitkeep
2628
!/docker/data/mariadb/10.0/.gitkeep
2729
!/docker/data/mariadb/10.1/.gitkeep
2830
!/docker/data/mariadb/10.2/.gitkeep
2931
!/docker/data/mariadb/10.3/.gitkeep
32+
!/docker/data/mariadb/10.4/.gitkeep
3033
!/docker/data/mysql/5.5/.gitkeep
3134
!/docker/data/mysql/5.6/.gitkeep
3235
!/docker/data/mysql/5.7/.gitkeep
3336
!/docker/data/mysql/8.0/.gitkeep
3437
!/docker/data/postgresql/9.4/.gitkeep
3538
!/docker/data/postgresql/9.5/.gitkeep
3639
!/docker/data/postgresql/9.6/.gitkeep
37-
!/docker/data/postgresql/10.7/.gitkeep
38-
!/docker/data/postgresql/11.2/.gitkeep
40+
!/docker/data/postgresql/10.11/.gitkeep
41+
!/docker/data/postgresql/11.6/.gitkeep
42+
!/docker/data/postgresql/12.1/.gitkeep
3943

4044
/docker/containers.env.local
4145

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ In the meantime, you can try out http://sqlfiddle.com/
1717

1818
## Supported Databases:
1919

20-
* MariaDB: 5.5, 10.0, 10.1, 10.2, 10.3
20+
* MariaDB: 5.5, 10.0, 10.1, 10.2, 10.3, 10,4
2121
* Mysql: 5.5, 5.6, 5.7, 8.0
22-
* PostgreSQL: 9.4, 9.5, 9.6, 10.7, 11.2
22+
* PostgreSQL: 9.4, 9.5, 9.6, 10.11, 11.6, 12.1
2323

2424

2525
## Requirements

TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
- add travis testing
2121

22+
- worker: bring back mysql client via dedicated installation
23+
2224
- web: allow to insert sql snippet, pick the desired instances, run it and show results
2325

2426
- web/worker: allow user-defined charset for both manual and auto db-schema create
@@ -79,4 +81,4 @@
7981

8082
- add clustered mysql/postgresql containers
8183

82-
- app: move to Symfony 4 as soon as there is an LTS version out
84+
- app: move to Symfony 4.4

WHATSNEW.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Version 0.4 (unreleased)
2-
------------------------
1+
Version 0.4
2+
-----------
3+
4+
- New: added PostgreSQL 12.1 and MariaDB 10.4. Updated PostgreSQL 10 and 11 to the latest release
35

46
- New: added four new commands to manage users and schemas across all existing databases: `db3v4l:database:create`,
57
`db3v4l:database:drop`, `db3v4l:database:list` and `db3v4l:user:list`.
@@ -16,6 +18,13 @@ Version 0.4 (unreleased)
1618
- Changed: docker configuration: the default user account is now named 'db3v4l' and not 'user' any more; the app is
1719
mounted in $HOME/app instead of $HOME/db3v4l
1820

21+
- Changed: the web and cli containers are now based on Debian 10 Buster. This includes a move from PHP 7.0 to 7.3, as
22+
well as only having the mariadb client for mysql available by default as cli tool
23+
24+
- Improved: updated all the app dependencies, including Symfony, to their latest version
25+
26+
- Improved: upgraded the bundled Adminer version to 4.7.5
27+
1928
- Improved: keep on the host computer the composer cache, to speed up rebuilds
2029

2130

0 commit comments

Comments
 (0)