From 9084d9b185c7173add94f5bbb75a299a04eb4f0d Mon Sep 17 00:00:00 2001 From: jclausen Date: Tue, 20 Jun 2023 11:01:20 -0400 Subject: [PATCH 1/4] bump snapshot [ci skip] --- box.json | 2 +- changelog.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/box.json b/box.json index e46e085..9fbbb23 100644 --- a/box.json +++ b/box.json @@ -2,7 +2,7 @@ "name":"Elasticsearch for the Coldbox Framework", "author":"Ortus Solutions Date: Tue, 25 Jul 2023 16:38:35 -0400 Subject: [PATCH 2/4] update core matrix and experimental --- .github/workflows/tests.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1d1e7e9..4c039c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,12 +27,14 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ] - ELASTICSEARCH_VERSION: [ "7.17.8", "8.7.0" ] + cfengine: [ "lucee@5", "adobe@2018", "adobe@2021", "adobe@2023" ] + coldboxVersion: [ "^6", "^7" ] + ELASTICSEARCH_VERSION: [ "7.17.10", "8.8.1" ] experimental: [ false ] include: - - cfengine: "adobe@2023" - ELASTICSEARCH_VERSION: "8.7.0" + - cfengine: "lucee@6" + coldboxVersion: "^7" + ELASTICSEARCH_VERSION: "8.8.1" experimental: true steps: - name: Checkout Repository From 397794e880b56afc867888a7ebd6c9ecd9dd7428 Mon Sep 17 00:00:00 2001 From: jclausen Date: Tue, 25 Jul 2023 16:42:18 -0400 Subject: [PATCH 3/4] add lucee6 server file --- server-lucee@6.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 server-lucee@6.json diff --git a/server-lucee@6.json b/server-lucee@6.json new file mode 100644 index 0000000..03b14e5 --- /dev/null +++ b/server-lucee@6.json @@ -0,0 +1,21 @@ +{ + "name":"cbelasticsearch-lucee@6", + "app":{ + "serverHomeDirectory":".engine/lucee6", + "cfengine":"lucee@6" + }, + "web":{ + "http":{ + "port":"60299" + }, + "rewrites":{ + "enable":"true" + }, + "webroot":"test-harness", + "aliases":{ + "/moduleroot/cbelasticsearch":"./", + "/root":"./test-harness" + } + }, + "openBrowser":"false" +} From 439dfb0d7967379c43dce82a6dbaf4ba382d504a Mon Sep 17 00:00:00 2001 From: jclausen Date: Thu, 27 Jul 2023 17:47:08 -0400 Subject: [PATCH 4/4] fix timestamp formatting to 24 hour time --- box.json | 2 +- changelog.md | 4 ++- docs/Documents.md | 4 +-- models/logging/LogstashAppender.cfc | 4 +-- models/util/Util.cfc | 2 +- .../tests/specs/unit/DocumentTest.cfc | 6 ++-- .../tests/specs/unit/HyperClientTest.cfc | 34 +++++++++---------- .../tests/specs/unit/SearchBuilderTest.cfc | 10 +++--- 8 files changed, 34 insertions(+), 32 deletions(-) diff --git a/box.json b/box.json index 9fbbb23..2f548fa 100644 --- a/box.json +++ b/box.json @@ -2,7 +2,7 @@ "name":"Elasticsearch for the Coldbox Framework", "author":"Ortus Solutions