Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit 5a7272f

Browse files
committed
Merge branch 'readme-star' into 'master'
README: Ask for a gitlab star See merge request postgres-ai/postgres-checkup!440
2 parents 1114d77 + a681ef0 commit 5a7272f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ variables:
88
POSTGRES_DB: dbname # set database
99
POSTGRES_USER: test_user # set username
1010
POSTGRES_PASSWORD: ""
11+
POSTGRES_HOST_AUTH_METHOD: "trust"
1112

1213
.prepare:
1314
stage: test
@@ -155,7 +156,7 @@ test-check-9.6:
155156
- postgres:9.6
156157

157158
test-check-10:
158-
extends: ".test-check"
159+
extends: ".test-check"
159160
stage: "test"
160161
services:
161162
- postgres:10

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
Please support the project giving a GitLab star (it's on [the main page](https://gitlab.com/postgres-ai/database-lab),
2+
at the upper right corner):
3+
4+
![Add a star](./assets/star.gif)
5+
16
### Demo: [an example of postgres-checkup report](https://gitlab.com/postgres-ai/postgres-checkup-tests/tree/master/1.3.0) (based on CI, multi node).
27

38
***Disclaimer: Conclusions, Recommendations – work in progress.**
49
To treat the data correctly, you need deep Postgres knowledge. Each report
510
consists of 3 sections: Observations, Conclusions, and Recommendations.
611
Observations are filled automatically. As for Conclusions and Recommendations
7-
sections, as of October 2019, onlyLimited number of reports have autogeneration for them.*
12+
sections, as of October 2019, only limited number of reports are auto-generated.*
813

914

1015
# About

assets/star.gif

6.58 KB
Loading

0 commit comments

Comments
 (0)