Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move all elasticsearch metrics to the elasticsearch layer #1651

Conversation

frascuchon
Copy link
Member

No description provided.

@frascuchon frascuchon self-assigned this Jul 29, 2022
@frascuchon frascuchon force-pushed the refactor/encapsulate-backend-metrics branch from 8bfcad7 to 93c90a4 Compare July 29, 2022 12:10
@frascuchon frascuchon merged commit 88a7600 into refactor/encapsulate_elasticsearch_comunication Jul 29, 2022
@frascuchon frascuchon deleted the refactor/encapsulate-backend-metrics branch July 29, 2022 12:21
frascuchon added a commit that referenced this pull request Aug 25, 2022
* chore: rename class to `ElasticsearchBackend`

* chore: moving the query builder to the elasticsearch module

* refactor: query builder accesible through the backend instance

* fix: moving and rename models

* revert: configs

* refactor: move TaskStatus class to commons module

* refactor: move TaskStatus class to commons module

* refactor: allow filter records with annotations/predictions

* test: update tests

* refactor: move all elasticsearch metrics to the elasticsearch layer (#1651)

* perf: handle all backend errors in calls

* refactor: remove all filters references outside the elasticsearch module

* refactor: move query generation to backend module (#1652)

* refactor: move es-mappings to backend module (#1653)

* refactor: search and scan to the backend component

* chore: cleaning source

* chore: renaming module elasticsearch -> backend

* fix: sort by id and default sorting

* Refactor/normalize dao layer (#1654)

* refactor: normalize daos layer

* chore: remove refs to EsRecordDataFieldNames

* refactor: keep dao models and extends in service layer

* revert: rollback wrong documentation

* refactor: keep service models and extends in api layer (#1655)

* chore: moving helpers and class renaming

* revert: renaming

* refactor: clean and normalize api layer (#1657)

* refactor: more cleaning models

* refactor: fetch metrics for search on services

* refactor: resolve TODOs

* chore: add TODOs

* refactor: keep elasticsearch details inside the backend module

* chore: cleaning code

* fix: create index properly

* test: fix tests

* refactor: clean API models

* fix: `id_from` changes
frascuchon added a commit that referenced this pull request Sep 27, 2022
* chore: rename class to `ElasticsearchBackend`

* chore: moving the query builder to the elasticsearch module

* refactor: query builder accesible through the backend instance

* fix: moving and rename models

* revert: configs

* refactor: move TaskStatus class to commons module

* refactor: move TaskStatus class to commons module

* refactor: allow filter records with annotations/predictions

* test: update tests

* refactor: move all elasticsearch metrics to the elasticsearch layer (#1651)

* perf: handle all backend errors in calls

* refactor: remove all filters references outside the elasticsearch module

* refactor: move query generation to backend module (#1652)

* refactor: move es-mappings to backend module (#1653)

* refactor: search and scan to the backend component

* chore: cleaning source

* chore: renaming module elasticsearch -> backend

* fix: sort by id and default sorting

* Refactor/normalize dao layer (#1654)

* refactor: normalize daos layer

* chore: remove refs to EsRecordDataFieldNames

* refactor: keep dao models and extends in service layer

* revert: rollback wrong documentation

* refactor: keep service models and extends in api layer (#1655)

* chore: moving helpers and class renaming

* revert: renaming

* refactor: clean and normalize api layer (#1657)

* refactor: more cleaning models

* refactor: fetch metrics for search on services

* refactor: resolve TODOs

* chore: add TODOs

* refactor: keep elasticsearch details inside the backend module

* chore: cleaning code

* fix: create index properly

* test: fix tests

* refactor: clean API models

* fix: `id_from` changes

(cherry picked from commit b9e7562)
frascuchon added a commit that referenced this pull request Sep 27, 2022
* chore: rename class to `ElasticsearchBackend`

* chore: moving the query builder to the elasticsearch module

* refactor: query builder accesible through the backend instance

* fix: moving and rename models

* revert: configs

* refactor: move TaskStatus class to commons module

* refactor: move TaskStatus class to commons module

* refactor: allow filter records with annotations/predictions

* test: update tests

* refactor: move all elasticsearch metrics to the elasticsearch layer (#1651)

* perf: handle all backend errors in calls

* refactor: remove all filters references outside the elasticsearch module

* refactor: move query generation to backend module (#1652)

* refactor: move es-mappings to backend module (#1653)

* refactor: search and scan to the backend component

* chore: cleaning source

* chore: renaming module elasticsearch -> backend

* fix: sort by id and default sorting

* Refactor/normalize dao layer (#1654)

* refactor: normalize daos layer

* chore: remove refs to EsRecordDataFieldNames

* refactor: keep dao models and extends in service layer

* revert: rollback wrong documentation

* refactor: keep service models and extends in api layer (#1655)

* chore: moving helpers and class renaming

* revert: renaming

* refactor: clean and normalize api layer (#1657)

* refactor: more cleaning models

* refactor: fetch metrics for search on services

* refactor: resolve TODOs

* chore: add TODOs

* refactor: keep elasticsearch details inside the backend module

* chore: cleaning code

* fix: create index properly

* test: fix tests

* refactor: clean API models

* fix: `id_from` changes

(cherry picked from commit b9e7562)
frascuchon added a commit that referenced this pull request Sep 29, 2022
* chore: rename class to `ElasticsearchBackend`

* chore: moving the query builder to the elasticsearch module

* refactor: query builder accesible through the backend instance

* fix: moving and rename models

* revert: configs

* refactor: move TaskStatus class to commons module

* refactor: move TaskStatus class to commons module

* refactor: allow filter records with annotations/predictions

* test: update tests

* refactor: move all elasticsearch metrics to the elasticsearch layer (#1651)

* perf: handle all backend errors in calls

* refactor: remove all filters references outside the elasticsearch module

* refactor: move query generation to backend module (#1652)

* refactor: move es-mappings to backend module (#1653)

* refactor: search and scan to the backend component

* chore: cleaning source

* chore: renaming module elasticsearch -> backend

* fix: sort by id and default sorting

* Refactor/normalize dao layer (#1654)

* refactor: normalize daos layer

* chore: remove refs to EsRecordDataFieldNames

* refactor: keep dao models and extends in service layer

* revert: rollback wrong documentation

* refactor: keep service models and extends in api layer (#1655)

* chore: moving helpers and class renaming

* revert: renaming

* refactor: clean and normalize api layer (#1657)

* refactor: more cleaning models

* refactor: fetch metrics for search on services

* refactor: resolve TODOs

* chore: add TODOs

* refactor: keep elasticsearch details inside the backend module

* chore: cleaning code

* fix: create index properly

* test: fix tests

* refactor: clean API models

* fix: `id_from` changes

(cherry picked from commit b9e7562)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant