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

🎈 Elasticsearch #34

Merged
merged 65 commits into from
Aug 23, 2024
Merged

🎈 Elasticsearch #34

merged 65 commits into from
Aug 23, 2024

Conversation

mrharpo
Copy link
Contributor

@mrharpo mrharpo commented Jan 26, 2024

Elasticsearch

Basic elasticssearch component. Includes

  • content_type facets
  • featured filter
  • Responsive search
  • Pagination
  • Security with read-only API key

Closes WGBH-MLA/ov-wag#122

Done

Todo

Search Requests from June 28 Demo

Optional

@mrharpo mrharpo added the enhancement ➕ New feature or request label Jan 26, 2024
@mrharpo mrharpo requested a review from foglabs January 26, 2024 22:57
@mrharpo mrharpo self-assigned this Jan 26, 2024
@mrharpo mrharpo changed the title Elasticsearch 🎈 Elasticsearch Feb 7, 2024
Copy link

gitguardian bot commented Feb 20, 2024

⚠️ GitGuardian has uncovered 6 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
9607557 Triggered Generic High Entropy Secret ef8bc8c app/classes/search-ui.jsx View secret
9607557 Triggered Generic High Entropy Secret 124c747 search/search-ui.jsx View secret
9607557 Triggered Generic High Entropy Secret e7875df app/data/searchkit.json View secret
9607557 Triggered Generic High Entropy Secret e7875df app/classes/search-ui.tsx View secret
9607557 Triggered Generic High Entropy Secret cb4ebd7 app/classes/search-ui.tsx View secret
9607557 Triggered Generic High Entropy Secret cb4ebd7 app/classes/search-ui.jsx View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

* vite:
  CLI helper
  Working production build!!!
  Adds publicDir to fix build error
  Empty outDir on build
  Fixes docker build steps
  Updates package versions
  Fixes build error
  Updates npm run scripts
  Removes old jsconfig file
  Fixes CSS stylesheet inclusion
  Migrate to Vite
@mrharpo mrharpo changed the base branch from main to vite June 4, 2024 19:31
* main: (33 commits)
  Working Organ catalog resolver!!!
  Initial catalog resolver logic
  Fixes AAPBRecords without a time component
  Combines get exhibit / collections logic to
  Fixes Exhibit fetch error logic
  Link to pages by slug
  'remove fetch2 code because error boundary handles error bubbling'
  'remove fetch2'
  'a little bit of margin in my rooooot'
  'last fix for sidebar positioning, look up pages by slug, backarrow icon on hover on footnote'
  'extra space'
  'fix sidebar stacking'
  'photo updates'
  'style footnote element, correct footnote numbers'
  'working crazy footnotes'
  'wip footnotes'
  'author sidebar section, fix exhibit height in portrait'
  Working URL resolver!
  Possible structure for old OV /exhibits/
  Updates dependencies
  ...
@mrharpo mrharpo marked this pull request as ready for review August 16, 2024 17:38
* main:
  Fixes carousel clicks by unsetting z-index
  Make legend visible on small screens
  Uses fixed height for carousel
  Upgrades dependencies
  Fixes carousel height issues
@foglabs foglabs merged commit 458fc5f into main Aug 23, 2024
2 checks passed
@foglabs foglabs deleted the elasticsearch branch August 23, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ➕ New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

As a user, I can search all site content.
2 participants