Skip to content

Deploy: 2025-10-01 - #321

Merged
lkacenja merged 8 commits into
mainfrom
dev
Oct 1, 2025
Merged

Deploy: 2025-10-01#321
lkacenja merged 8 commits into
mainfrom
dev

Conversation

@lkacenja

@lkacenja lkacenja commented Sep 26, 2025

Copy link
Copy Markdown
Contributor
  • Add comparison functionality to the crawler and document UI
  • Add lifecycle policy to all the ECR registries
  • Fix broken staging email
  • Remove queue dependencies
  • Remove vestigial S3 document storage
  • Documentation overhaul
  • Dependency updates

* Add lifecycle policy to all the registries.

* Remove extra space.
@lkacenja lkacenja self-assigned this Sep 26, 2025
* 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>
@lkacenja lkacenja changed the title Deploy: 2025-09-?? Deploy: 2025-10-01 Oct 1, 2025
* 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.
@lkacenja
lkacenja merged commit 8021d04 into main Oct 1, 2025
5 checks passed
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.

1 participant