-
Notifications
You must be signed in to change notification settings - Fork 843
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
fix: Add mongodb env variables to ingest-test-fixtures-update-pr.yaml #2851
Conversation
|
ohh this is the update fixtures, got it! |
CHANGELOG.md
Outdated
@@ -12,6 +12,7 @@ | |||
|
|||
* **Fix `partition_html()` swallowing some paragraphs**. The `partition_html()` only considers elements with limited depth to avoid becoming the text representation of a giant div. This fix increases the limit value. | |||
* **Fix SFTP** Adds flag options to SFTP connector on whether to use ssh keys / agent, with flag values defaulting to False. This is to prevent looking for ssh files when using username and password. Currently, username and password are required, making that always the case. | |||
* **Fix Add Mongodb Env Vars to ingest-test-fixtures-update-pr** Mongodb env vars were never added. This caused errors when trying to update test fixtures. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non-application / CI changes don't need to bump the changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ryannikolaidis I removed all changes to changelog and __version__
. I hope thats what you meant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can we not bump the changelog since this doesn't impact the end user?
@ryannikolaidis I believe the Changelog workflow will fail if there are no changes to CHANGELOG and if At least that's the way it was when I formed that habit months ago :) |
Thats what I thought. Looks like CI didn't like it without one. |
@potter-potter you need to bump the version number in In this case, since Ryan just cut a new release, you need to add a new version block named |
Yep! That ☝️ exactly. |
…Unstructured-IO#2851) ingest-test-fixtures-update-pr.yaml was missing mongodb vars. And the workflow was failing.
…Unstructured-IO#2851) ingest-test-fixtures-update-pr.yaml was missing mongodb vars. And the workflow was failing.
ingest-test-fixtures-update-pr.yaml was missing mongodb vars. And the workflow was failing.