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

Feature/tests and node version #29

Merged
merged 8 commits into from
May 1, 2024

Conversation

apricot13
Copy link
Member

@apricot13 apricot13 commented Apr 24, 2024

This PR:

  • adds in the same mongo permission fixes from Outpost (the .docker/services/* folder is designed to be shared between the projects
  • adds in code coverage
  • adds a lot more tests
  • upgrades outpost-api from node 16.18.0 to lts/iron
  • restructures the application to make it more testable but also easier to document and understand
  • added logging and optional logging levels
  • DATABASE_URL is now DB_URI
  • ⚠️ now only accepts AND queries, sending taxonomies=cat&taxonomies=dog will no longer return cat or dog results, it will return results that have both cat AND dog
  • added 'score' to the results for ordering, results are now returned in updated_at, keyword score match or distance_from order

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@apricot13 apricot13 merged commit 28454db into feature/docker-package May 1, 2024
1 check passed
@apricot13 apricot13 mentioned this pull request May 1, 2024
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.

2 participants