Conversation
* Add lifecycle policy to all the registries. * Remove extra space.
* Make user rake task more flexible. * Update and refine docs a bit. * Fix broken links.
* Add default site emails to config. * Allow test environment to send emails.
* Remove Redis, Sidekiq and related configuration. * Remove caching module including all elasticache configuration. * Remove redis from documentation.
* Remove unused S3-based storage for documents. * Remove S3 assertions from tests. * Remove S3 functionality from site model. * Remove more S3 related assertions.
* Move python component documentation to the docs folder. * Refactor main README to have more accurate setup steps and prereqs. * Bump rails version. * Add acronym parenthetical. * Fix broken link. * Update prereqs. * Make command bash friendly. * Fix configuration screen on staging. Make evaluation config more obvious. * Fix up linting. * Add explicit note about features.
* Bump turbo-rails from 2.0.16 to 2.0.17 (#325) Bumps [turbo-rails](https://github.com/hotwired/turbo-rails) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/hotwired/turbo-rails/releases) - [Commits](hotwired/turbo-rails@v2.0.16...v2.0.17) --- updated-dependencies: - dependency-name: turbo-rails dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Leo Kacenjar <lkacenja@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rubyzip from 3.1.0 to 3.1.1 (#324) Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](rubyzip/rubyzip@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Leo Kacenjar <lkacenja@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump puma from 7.0.3 to 7.0.4 (#317) Bumps [puma](https://github.com/puma/puma) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v7.0.3...v7.0.4) --- updated-dependencies: - dependency-name: puma dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Leo Kacenjar <lkacenja@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rails from 8.0.2.1 to 8.0.3 (#315) * Bump rails from 8.0.2.1 to 8.0.3 Bumps [rails](https://github.com/rails/rails) from 8.0.2.1 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...v8.0.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Return tsort. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Leo Kacenjar <lkacenja@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Fix up the tests. * Bump propshaft from 1.2.1 to 1.3.1 (#316) Bumps [propshaft](https://github.com/rails/propshaft) from 1.2.1 to 1.3.1. - [Release notes](https://github.com/rails/propshaft/releases) - [Commits](rails/propshaft@v1.2.1...v1.3.1) --- updated-dependencies: - dependency-name: propshaft dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Leo Kacenjar <lkacenja@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump aws-sdk-s3 from 1.199.0 to 1.199.1 (#320) Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.199.0 to 1.199.1. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.199.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Leo Kacenjar <lkacenja@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * See if we can reduce test errors. * Try to make test less flappy. * Try to make test less flappy. * Try to make test less flappy. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add a comparison option to the crawler and create some test covearge. * Add script to make crawling and classification updates easier. * Clean up and fix script for non-archives. * Add fields and UI for crawl data. * Clean up and add previous json option to crawl script. * Further refine comparision logic and allow resuming scrape with json file. * Add more robust date handling. * Make sure last_crawl_date is available before formatting. * Add crawl date to all rows. * Make column order irrelevant in test. * Make document_status optional, but set a default value. * Get rid of bloated date helper. * Fix up linting. * Add lightweight test for import rake. * General cleanup. * Temporarily add 2025-09 crawl. * Fix up linting. * Fix more linting issues. * Fix bad logic in default value setter. * Update the tests. * Fix tests with old status values. * Add test for document status tags. * Add latest crawl and remove intermediate version. * Add a couple of small tweaks to docs. * Add a staging credentials file. * Add updated .gitignore.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.