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

Properly handle serving renamed files #3593

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Properly handle serving renamed files #3593

merged 1 commit into from
Sep 21, 2024

Conversation

raphael
Copy link
Member

@raphael raphael commented Sep 18, 2024

This fixes a regression introduced by #3588 that broke the generation of file servers when the served filename differs from the request path filename, .e.g:

Files("/index.html", "/www/data/another.html")

This fixes a regression introduced by #3588 that broke the
generation of file servers when the served filename differs
from the request path filename, .e.g:

Files(/index.html, /www/data/another.html)
@tchssk
Copy link
Member

tchssk commented Sep 19, 2024

LGTM!
Would you release v3.19.1 after merging? Tnank you.

@raphael raphael merged commit 1060d93 into v3 Sep 21, 2024
9 checks passed
@raphael raphael deleted the fix_renamed_file_serving branch September 21, 2024 17:57
ti-chi-bot bot referenced this pull request in PingCAP-QE/ee-apps Sep 23, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [goa.design/goa/v3](https://redirect.github.com/goadesign/goa) |
`v3.19.0` -> `v3.19.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/goa.design%2fgoa%2fv3/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/goa.design%2fgoa%2fv3/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/goa.design%2fgoa%2fv3/v3.19.0/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/goa.design%2fgoa%2fv3/v3.19.0/v3.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>goadesign/goa (goa.design/goa/v3)</summary>

###
[`v3.19.1`](https://redirect.github.com/goadesign/goa/releases/tag/v3.19.1)

[Compare
Source](https://redirect.github.com/goadesign/goa/compare/v3.19.0...v3.19.1)

#### What's Changed

- Properly handle serving renamed files by
[@&#8203;raphael](https://redirect.github.com/raphael) in
[https://github.com/goadesign/goa/pull/3593](https://redirect.github.com/goadesign/goa/pull/3593)
- Property set request and response type UIDs by
[@&#8203;raphael](https://redirect.github.com/raphael) in
[https://github.com/goadesign/goa/pull/3596](https://redirect.github.com/goadesign/goa/pull/3596)

**Full Changelog**:
goadesign/goa@v3.19.0...v3.19.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/PingCAP-QE/ee-apps).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjgwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[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.

2 participants