File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
dist : xenial
2
2
language : java
3
3
4
+ # @todo #1034 Travis CI: run tests on PostgreSQL
4
5
env :
5
6
matrix :
6
7
- SPRING_PROFILES_ACTIVE=test
Original file line number Diff line number Diff line change 29
29
- (infrastructure) add ability to send e-mails via Mailgun API
30
30
- (infrastructure) port the integration tests to Robot Framework. Also remove TestNG and FEST assertions
31
31
- (functionality) implement import of a series sales by URL
32
+ - (infrastructure) add support for PostgreSQL
32
33
33
34
0.3
34
35
- (functionality) implemented possibility to user to add series to his collection
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run a lo
39
39
* * Template engine* : Thymeleaf
40
40
* * UI* : HTML, Bootstrap and a bit of JavaScript with JQuery
41
41
* * Security* : Spring Security
42
- * * Databases* : H2 or MySQL
42
+ * * Databases* : H2, MySQL or PostgreSQL
43
43
* * Database access* : Spring's ` JdbcTemplate `
44
44
* * Database migrations* : Liquibase
45
45
* * Validation* : JSR-303 (Hibernate Validator)
You can’t perform that action at this time.
0 commit comments