From ea5ae877e3763b04e6585064165e4d2beda470d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 16 Dec 2019 17:24:50 +0200 Subject: [PATCH 1/5] Update CHANGELOG.md [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47191332..c6f2c856b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +16.12.2019 +* Refactored API user management [#1435](https://github.com/internetee/registry/pull/1435) + 12.12.2019 * Updated e-invoice gem [#1429](https://github.com/internetee/registry/pull/1429) * Upgraded bundler to 2.0.2 [#1433](https://github.com/internetee/registry/pull/1433) From fe0ee89157dbb91c51aefc85407098b0aa0e32ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 16 Dec 2019 17:27:21 +0200 Subject: [PATCH 2/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f2c856b..718f0b273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ 16.12.2019 +* Bump puma from 4.2.1 to 4.3.1 [#1437](https://github.com/internetee/registry/pull/1437) * Refactored API user management [#1435](https://github.com/internetee/registry/pull/1435) 12.12.2019 From a3f0d4555c35194355458170de3cce2275b8cb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 16 Dec 2019 17:29:20 +0200 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718f0b273..8ef3a2b89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 16.12.2019 * Bump puma from 4.2.1 to 4.3.1 [#1437](https://github.com/internetee/registry/pull/1437) * Refactored API user management [#1435](https://github.com/internetee/registry/pull/1435) +* Removed `fill_ident_country` postgresql function as unused [#1439](https://github.com/internetee/registry/pull/1439) 12.12.2019 * Updated e-invoice gem [#1429](https://github.com/internetee/registry/pull/1429) From 5db42333a9c629958c001ca61215f7dc2a3e4f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 16 Dec 2019 17:30:49 +0200 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef3a2b89..4c4eb1e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 16.12.2019 * Bump puma from 4.2.1 to 4.3.1 [#1437](https://github.com/internetee/registry/pull/1437) * Refactored API user management [#1435](https://github.com/internetee/registry/pull/1435) +* Removed Ruby version from Travis config and let it use .ruby-version [#1441](https://github.com/internetee/registry/pull/1441) * Removed `fill_ident_country` postgresql function as unused [#1439](https://github.com/internetee/registry/pull/1439) 12.12.2019 From b7c4ed5b9a6066e8749139660226d93006adcca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 16 Dec 2019 18:14:03 +0200 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4eb1e8b..a20c8171a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 16.12.2019 * Bump puma from 4.2.1 to 4.3.1 [#1437](https://github.com/internetee/registry/pull/1437) * Refactored API user management [#1435](https://github.com/internetee/registry/pull/1435) +* Ignoring legacy database columns at ActiveRecord level [#1377](https://github.com/internetee/registry/issues/1377) * Removed Ruby version from Travis config and let it use .ruby-version [#1441](https://github.com/internetee/registry/pull/1441) * Removed `fill_ident_country` postgresql function as unused [#1439](https://github.com/internetee/registry/pull/1439)