Skip to content

refactor!: put reqwest behind http_wait feature#705

Merged
DDtKey merged 1 commit into
testcontainers:mainfrom
rukai:put_reqwest_behind_http_feature
Jul 23, 2024
Merged

refactor!: put reqwest behind http_wait feature#705
DDtKey merged 1 commit into
testcontainers:mainfrom
rukai:put_reqwest_behind_http_feature

Conversation

@rukai

@rukai rukai commented Jul 22, 2024

Copy link
Copy Markdown
Contributor

closes #704

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

@netlify

netlify Bot commented Jul 22, 2024

Copy link
Copy Markdown

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

@DDtKey DDtKey left a comment

Copy link
Copy Markdown
Contributor

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! 👍

Comment thread CHANGELOG.md Outdated
@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
Comment thread CHANGELOG.md

@DDtKey DDtKey left a comment

Copy link
Copy Markdown
Contributor

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!

Comment thread testcontainers/src/core/wait/mod.rs
Comment thread testcontainers/src/core/wait/mod.rs
Comment thread testcontainers/src/core/wait/mod.rs
@rukai rukai force-pushed the put_reqwest_behind_http_feature branch from 45da8a3 to 52483cd Compare July 23, 2024 00:54
@rukai

rukai commented Jul 23, 2024

Copy link
Copy Markdown
Contributor Author

Should be good now:
image

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

DDtKey commented Jul 23, 2024

Copy link
Copy Markdown
Contributor

Thanks for your contribution and quick response to comments! 🚀

@DDtKey DDtKey merged commit e354b75 into testcontainers:main Jul 23, 2024
@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