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

Cmr-10030: Ingesting and Searching for Visualizations #2171

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Conversation

eereiter
Copy link
Contributor

Overview

What is the feature/fix?

Adding in a version of the Visualization schema; ingest, indexing, and searching for visualization records.

Please summarize the feature or fix.

Adding in a version of the Visualization schema; ingest, indexing, and searching for visualization records.

Summarize what you changed.

Impacts generic documents as this is where the visualization schema was added.
fixed a generic documents ingest loading schemas from the classpath
Added some visualization search parameters.

Checklist

  • [ X] I have updated/added unit and int tests that prove my fix is effective or that my feature works
  • [ X] New and existing unit and int tests pass locally and remotely
  • [ X] clj-kondo has been run locally and all errors corrected
  • [ X] I have removed unnecessary/dead code and imports in files I have changed
  • [ X] I have performed a self-review of my own code
  • [ X] I have commented my code, particularly in hard-to-understand areas
  • [ X] I have made corresponding changes to the documentation
  • [ X] My changes generate no new warnings
  • I have cleaned up integration tests by doing one or more of the following:
    • migrated any are2 tests to are3 in files I have changed
    • de-duped, consolidated, removed dead int tests
    • transformed applicable int tests into unit tests
    • refactored to reduce number of system state resets by updating fixtures (use-fixtures :each (ingest/reset-fixture {})) to be :once instead of :each

@eereiter eereiter merged commit cc246dd into master Sep 3, 2024
6 checks passed
@eereiter eereiter deleted the CMR-10030 branch September 4, 2024 09:42
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.

3 participants