From 9d733429427d233ccd1deb033f8021fec7d367bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 12:31:35 +0300 Subject: [PATCH 1/8] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49d7c95e..f2567ec82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +13.09.2019 +* Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) + 09.09.2019 * Upgrade Ruby to 2.4.7 [#1289](https://github.com/internetee/registry/pull/1289) From f7ed1a51be010cffd0a8dfc19b6059b318d74559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 13:02:16 +0300 Subject: [PATCH 2/8] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2567ec82..45012ff37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ 13.09.2019 * Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) +* Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) 09.09.2019 * Upgrade Ruby to 2.4.7 [#1289](https://github.com/internetee/registry/pull/1289) From 38a9df2a34e8e0c499dab61f75b0d05fca72e76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 13:08:43 +0300 Subject: [PATCH 3/8] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45012ff37..cc861bb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ 13.09.2019 * Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) * Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) +* Updated filenames to follow Ruby name convention [#1295](https://github.com/internetee/registry/pull/1295) 09.09.2019 * Upgrade Ruby to 2.4.7 [#1289](https://github.com/internetee/registry/pull/1289) From 7b72868c2b5d9fd2fbe490c33b6541393bcd0907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 13:27:45 +0300 Subject: [PATCH 4/8] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc861bb08..cd9486172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ 13.09.2019 * Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) +* Removed 1 second delay on erroneous epp query responses [#1299](https://github.com/internetee/registry/pull/1299) * Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) * Updated filenames to follow Ruby name convention [#1295](https://github.com/internetee/registry/pull/1295) From 6d56dd7b4c16b681d64fcdf160a77756c21017e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 14:20:33 +0300 Subject: [PATCH 5/8] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9486172..0f81a5aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) * Removed 1 second delay on erroneous epp query responses [#1299](https://github.com/internetee/registry/pull/1299) * Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) +* Updated cancancan gem to 3.0.1 [#1300](https://github.com/internetee/registry/pull/1300) * Updated filenames to follow Ruby name convention [#1295](https://github.com/internetee/registry/pull/1295) 09.09.2019 From 27ceda8c38944d152e35f3fc1ddf1926bd42f89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 15:13:37 +0300 Subject: [PATCH 6/8] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f81a5aa4..44e0279e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ 13.09.2019 * Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) * Removed 1 second delay on erroneous epp query responses [#1299](https://github.com/internetee/registry/pull/1299) +* Autoupdated Devise gem to 4.7.1 [#1304](https://github.com/internetee/registry/pull/1304) * Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) * Updated cancancan gem to 3.0.1 [#1300](https://github.com/internetee/registry/pull/1300) * Updated filenames to follow Ruby name convention [#1295](https://github.com/internetee/registry/pull/1295) +* Removed mod_epp specific X-EPP-Returncode EPP response header [#1301](https://github.com/internetee/registry/pull/1301) +* Removed a dublicate test [#1302](https://github.com/internetee/registry/pull/1302) +* Removed disabled and unnecessary CSRF protection [#1305](https://github.com/internetee/registry/pull/1305) 09.09.2019 * Upgrade Ruby to 2.4.7 [#1289](https://github.com/internetee/registry/pull/1289) From f819c0f5096c651d859943917993d0d5dc1924ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 15:43:09 +0300 Subject: [PATCH 7/8] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44e0279e0..8efdb228e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) * Updated cancancan gem to 3.0.1 [#1300](https://github.com/internetee/registry/pull/1300) * Updated filenames to follow Ruby name convention [#1295](https://github.com/internetee/registry/pull/1295) +* Removed unused jbuilder gem [#1311](https://github.com/internetee/registry/pull/1311) * Removed mod_epp specific X-EPP-Returncode EPP response header [#1301](https://github.com/internetee/registry/pull/1301) * Removed a dublicate test [#1302](https://github.com/internetee/registry/pull/1302) * Removed disabled and unnecessary CSRF protection [#1305](https://github.com/internetee/registry/pull/1305) From bfdd016102c1fad73adbdaed7bd39a9be6ca1250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 15:49:24 +0300 Subject: [PATCH 8/8] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efdb228e..f5875ee6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Removed mod_epp specific X-EPP-Returncode EPP response header [#1301](https://github.com/internetee/registry/pull/1301) * Removed a dublicate test [#1302](https://github.com/internetee/registry/pull/1302) * Removed disabled and unnecessary CSRF protection [#1305](https://github.com/internetee/registry/pull/1305) +* Introduced modules [#1312](https://github.com/internetee/registry/pull/1312) 09.09.2019 * Upgrade Ruby to 2.4.7 [#1289](https://github.com/internetee/registry/pull/1289)