Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4b37932

Browse files
committedJun 16, 2019
feat: mention PostgreSQL support in NEWS.txt/README.md
Addressed to #1034 [skip ci]
1 parent 797a9a7 commit 4b37932

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist: xenial
22
language: java
33

4+
# @todo #1034 Travis CI: run tests on PostgreSQL
45
env:
56
matrix:
67
- SPRING_PROFILES_ACTIVE=test

‎NEWS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- (infrastructure) add ability to send e-mails via Mailgun API
3030
- (infrastructure) port the integration tests to Robot Framework. Also remove TestNG and FEST assertions
3131
- (functionality) implement import of a series sales by URL
32+
- (infrastructure) add support for PostgreSQL
3233

3334
0.3
3435
- (functionality) implemented possibility to user to add series to his collection

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run a lo
3939
* *Template engine*: Thymeleaf
4040
* *UI*: HTML, Bootstrap and a bit of JavaScript with JQuery
4141
* *Security*: Spring Security
42-
* *Databases*: H2 or MySQL
42+
* *Databases*: H2, MySQL or PostgreSQL
4343
* *Database access*: Spring's `JdbcTemplate`
4444
* *Database migrations*: Liquibase
4545
* *Validation*: JSR-303 (Hibernate Validator)

1 commit comments

Comments
 (1)

0pdd commented on Jun 16, 2019

@0pdd

Puzzle 1034-bce94882 discovered in .travis.yml and submitted as #1054. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.