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

refactor!: put reqwest behind http_wait feature #705

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

rukai
Copy link
Contributor

@rukai rukai commented Jul 22, 2024

closes #704

I have no particular attachment to the http_wait feature name but it seems short and clear to me.

Copy link

netlify bot commented Jul 22, 2024

Deploy Preview for testcontainers-rust ready!

Name Link
🔨 Latest commit 242d160
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-rust/deploys/669f09dae80a8b00082f855e
😎 Deploy Preview https://deploy-preview-705--testcontainers-rust.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@rukai rukai changed the title Put reqwest behind http_wait feature [breaking change] Put reqwest behind http_wait feature Jul 22, 2024
@DDtKey DDtKey changed the title [breaking change] Put reqwest behind http_wait feature refactor!: put reqwest behind http_wait feature Jul 22, 2024
Copy link
Collaborator

@DDtKey DDtKey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the contribution! 👍

CHANGELOG.md Outdated Show resolved Hide resolved
@rukai rukai force-pushed the put_reqwest_behind_http_feature branch 2 times, most recently from 38c7864 to 45da8a3 Compare July 22, 2024 23:09
CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Collaborator

@DDtKey DDtKey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, double check cargo doc result to ensure the feature is correctly shown.

Or keep as is if you don't have time, I'll prepare follow up PR then.

Thank you!

testcontainers/src/core/wait/mod.rs Show resolved Hide resolved
testcontainers/src/core/wait/mod.rs Show resolved Hide resolved
testcontainers/src/core/wait/mod.rs Show resolved Hide resolved
@rukai rukai force-pushed the put_reqwest_behind_http_feature branch from 45da8a3 to 52483cd Compare July 23, 2024 00:54
@rukai
Copy link
Contributor Author

rukai commented Jul 23, 2024

Should be good now:
image

testcontainers/src/core/wait/mod.rs Outdated Show resolved Hide resolved
testcontainers/src/core/wait/mod.rs Outdated Show resolved Hide resolved
@rukai rukai force-pushed the put_reqwest_behind_http_feature branch from 52483cd to 242d160 Compare July 23, 2024 01:39
@DDtKey
Copy link
Collaborator

DDtKey commented Jul 23, 2024

Thanks for your contribution and quick response to comments! 🚀

@DDtKey DDtKey merged commit e354b75 into testcontainers:main Jul 23, 2024
12 checks passed
@github-actions github-actions bot mentioned this pull request Jul 30, 2024
DDtKey pushed a commit that referenced this pull request Jul 30, 2024
## 🤖 New release
* `testcontainers`: 0.20.1 -> 0.21.0

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.21.0] - 2024-07-30

### Details
#### Bug Fixes
- Don't assume docker host is a url
([#709](#709))

#### Miscellaneous Tasks
- Bump the bollard group across 1 directory with 2 updates
([#710](#710))

#### Refactor
- [❗] Put `reqwest` behind `http_wait` feature
([#705](#705))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Closes #711

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Put HttpWaitStrategy behind a feature flag
2 participants