Wykres commitów

333 Commity (74bb497307c6652a0c08bdbbd9bfc3ac11517fd9)

Autor SHA1 Wiadomość Data
Rizky Maulana Nugraha 2e53d9451c
Use default repo name because secrets not available for external PR 2021-01-30 17:47:40 +07:00
Rizky Maulana Nugraha cd7c2337a5
Fix action on pull_request 2021-01-30 17:33:47 +07:00
Rizky Maulana Nugraha a955d06774
Update Github Actions image tag 2021-01-30 10:06:21 +07:00
Rizky Maulana Nugraha 8c1736828a
Include scenario_tests on excluded dockerignore 2021-01-30 10:00:08 +07:00
Rizky Maulana Nugraha b48b6a02f1
Improve dockerignore 2021-01-30 10:00:07 +07:00
Rizky Maulana Nugraha f150d37d82
Update Github Action for external PR 2021-01-30 10:00:07 +07:00
Rizky Maulana Nugraha c8f7978644
Merge pull request #289 from NyakudyaA/develop
Further improvements
2021-01-29 18:35:14 +07:00
Rizky Maulana Nugraha 6d3c1c1af4 Goodbye Travis
I don't really know why the build failed in Travis, even though it is
using the same scripts.

Thank you for all the hardwork.
2021-01-28 00:31:53 +00:00
Rizky Maulana Nugraha 5f125af29c Fix travis 2021-01-28 00:08:33 +00:00
Rizky Maulana Nugraha 0df962e1f8 Fix scenario tests
- Fix cache keys for GH Action
- Disable logical_replication test health-check
  By disabling health-check, we can immediately see the logs
2021-01-27 23:29:23 +00:00
Rizky Maulana Nugraha 3e5c371720
Enable travis for comparison 2021-01-28 02:55:22 +07:00
Rizky Maulana Nugraha 14c16edd95
Improve build cache keys 2021-01-28 02:54:59 +07:00
Rizky Maulana Nugraha 4a42a37069
Improve scenario tests logging 2021-01-28 02:43:09 +07:00
Rizky Maulana Nugraha 1f708f9312
Fix docker-compose tty mode 2021-01-28 02:19:12 +07:00
Rizky Maulana Nugraha 0b66c28097
Add several default locale for testing 2021-01-28 02:00:51 +07:00
Rizky Maulana Nugraha bd42b7632f
Optimize docker buildx cache 2021-01-28 01:26:41 +07:00
Rizky Maulana Nugraha 8c9f610e4e
Use multi-stage build 2021-01-28 01:08:50 +07:00
Rizky Maulana Nugraha 00268d9802
Test printing image list 2021-01-27 23:15:03 +07:00
Rizky Maulana Nugraha 879099acc4
Allow setting image owner 2021-01-27 23:10:25 +07:00
Rizky Maulana Nugraha 6ecfb52d98
Set GH Action buildx to load images 2021-01-27 22:48:24 +07:00
Rizky Maulana Nugraha d1ca873b24
Update locale generator logic 2021-01-27 22:09:29 +07:00
Rizky Maulana Nugraha d38b05d57c
Separate GH Action of build and deploy 2021-01-27 20:52:43 +07:00
Rizky Maulana Nugraha 8cca0c8007
Fix tag name 2021-01-27 20:45:28 +07:00
Rizky Maulana Nugraha e703e86431
Generate all locale only in deloyment mode 2021-01-27 20:42:40 +07:00
Rizky Maulana Nugraha 0342801ab2
Fix recipe and build matrix 2021-01-27 20:04:19 +07:00
Rizky Maulana Nugraha 3773f1f25a
Modify GH Action for caching 2021-01-27 19:50:49 +07:00
Rizky Maulana Nugraha dd0613f56e
Implement Github Action for base image 2021-01-27 17:36:24 +07:00
admire 09c57349ee Some minor tweaks 2021-01-05 19:09:48 +02:00
admire ce862ea55d Include extra config and fix wget in gdal install 2021-01-05 15:46:47 +02:00
admire 99f0c016f3 make script executable 2021-01-05 13:40:28 +02:00
admire ea053db2dd Fix build script to reflect building correct version 2021-01-05 11:39:02 +02:00
admire 0da01b8092 Change replication to streaming replication 2021-01-05 11:32:26 +02:00
admire c3182d69e9 DRY 2021-01-03 13:35:33 +02:00
admire a80b240397 split conf into seperate files 2021-01-03 13:18:32 +02:00
admire 2f6cf6a071 added base build folder into main branch and various optimisations - revert commit for fixing passwords with strange characters - not worth the hassle 2021-01-02 23:34:42 +02:00
admire 8ea63f1d70 Merge branch 'develop' of github.com:kartoza/docker-postgis into develop 2020-12-09 18:02:46 +02:00
mazano e6bc0fb17d
Merge pull request #273 from NyakudyaA/user-create
Fix passwords to use all characters
2020-12-09 17:54:00 +02:00
admire 02a4e5ccbe Merge branch 'develop' of github.com:kartoza/docker-postgis into develop 2020-11-19 11:09:27 +02:00
mazano 009f6b3156
add pg-cron back with the image (#284) 2020-11-04 21:49:46 +02:00
admire 77578f4a5c add pg-cron back with the image 2020-11-04 21:25:18 +02:00
mazano 07747252b2
Upgrade version to 13.0 (#276)
* Upgrade version to 13.0

* Fix failing tests and add more env variable customisations

* Use args for building versions

* remove unneeded line
2020-10-09 08:09:56 +02:00
mazano 46d64624a9
Add logical replication (#264)
* WIP

* Added logic to split between streaming and logical replication

* fix descriptions in readme

* added replication settings to conf files for logical repl

* Rename services to proper names for replication

* Fix review issues

* added test for logical replication

* add logical replication test to travis

* fix script for startup in logical replications

* fix volume declaration

* Fix and improve replication unittests

Co-authored-by: Rizky Maulana Nugraha <lana.pcfre@gmail.com>
2020-10-01 17:55:53 +02:00
admire 67d0ef32d3 Fix passwords to use all characters 2020-08-28 20:40:31 +02:00
mazano 444f19e13d
Fix default values for wal storage and archiving (#269) 2020-08-25 08:53:45 +02:00
Darío Hereñú 18f99bc8d6
Fixed internal link on line 410 (#261) 2020-07-12 08:58:31 +02:00
mazano 5bb2f8c75d
Fix build to include pointcloud extension (#257)
* Fix build to include pointcloud extension

* fix postgres dev version install

Co-authored-by: admire <admire@kartoza.com>
2020-06-20 18:24:20 +02:00
mazano 16feae35b5
Reorganize readme, add env for changing time support in DB (#255)
Co-authored-by: admire <admire@kartoza.com>
2020-06-14 18:22:13 +02:00
mazano 326ca94c42
Added support level agreement to readme (#247)
* Added support level agreement to readme

* Increased sleep timeout for tests to pass

Co-authored-by: admire <admire@kartoza.com>
2020-06-14 17:06:54 +02:00
mazano 729d6d94fa
Set password authentification to scram-sha-256 (#240)
* Set password authentification to scram-sha-256

* fix init startup and make the default pass auth to md5

* Update readme

Co-authored-by: admire <admire@kartoza.com>
2020-05-01 07:33:49 +02:00
Rizky Maulana Nugraha 6b432add57
Fix #241 2020-04-28 22:01:39 +07:00