From e8dca1f2df7017d740faeafcfa714c8c8958e149 Mon Sep 17 00:00:00 2001 From: Rob Kooper Date: Wed, 24 Mar 2021 13:31:14 -0500 Subject: [PATCH] remove rabbitmq plugin --- CHANGELOG.md | 3 +++ docker/play.plugins | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad4517c42..0600cbab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### Fixed +- Remove the RabbitMQ plugin from the docker version of clowder + ### Added - Added a `sort` and `order` parameter to `/api/search` endpoint that supports date and numeric field sorting. If only order is specified, created date is used. String fields are not currently supported. - Added a new `/api/deleteindex` admin endpoint that will queue an action to delete an Elasticsearch index (usually prior to a reindex). diff --git a/docker/play.plugins b/docker/play.plugins index 8d3776c1d..0e8c40d9f 100644 --- a/docker/play.plugins +++ b/docker/play.plugins @@ -1,2 +1 @@ -9992:services.RabbitmqPlugin 10002:services.ElasticsearchPlugin