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

chore/upgrade greenwood v0.29.0 #89

Merged
merged 5 commits into from
Nov 9, 2023

Conversation

thescientist13
Copy link
Contributor

@thescientist13 thescientist13 commented Sep 30, 2023

Related Issue

N / A

Summary of Changes

  1. Upgrade Greenwood v0.29.0

TODO

  1. Looks like devServer.proxy is broken (just like in chore/upgrade greenwood v0.29.0 ContributaryCommunity/www.contributary.community#124) - devServer proxy not returning content (when proxied response includes a content-encoding header) ProjectEvergreen/greenwood#1159
    Screenshot 2023-09-30 at 1 51 39 PM
    Screenshot 2023-09-30 at 1 51 52 PM
  2. I think the TypeScript upgrade broke something in Lit? Need to try with with Lit v3.... (upstream the new tsconfig.json to the release notes) - deferred to upgrade to TypeScript 5.x (and Lit 3.x?) #90
    Screenshot 2023-10-13 at 9 15 32 PM
    Screenshot 2023-10-14 at 11 16 22 AM

@thescientist13
Copy link
Contributor Author

Interestingly enough, if I cURL the same request, it works just fine? 🤔

curl -v localhost:1984/api/topology
*   Trying 127.0.0.1:1984...
* Connected to localhost (127.0.0.1) port 1984 (#0)
> GET /api/topology HTTP/1.1
> Host: localhost:1984
> User-Agent: curl/8.1.2
> Accept: */*
>
< HTTP/1.1 200 OK
< content-type: application/json
< age: 3452
< connection: keep-alive
< content-encoding: gzip
< date: Sat, 07 Oct 2023 14:46:16 GMT
< transfer-encoding: chunked
< vary: Accept-Encoding
< via: 1.1 c772176b119045d2ed52ef4f42db5fe0.cloudfront.net (CloudFront), 1.1 34d27d5dec8d9c8d04bc61d1e0056be2.cloudfront.net (CloudFront)
< x-amz-apigw-id: Mb5QoFtVIAMFf6A=
< x-amz-cf-id: _UeFm9dJnL1-UPTWpShkyz3ZtVXEI5plYP2XZP8SQkiI_b_k7ynvrw==
< x-amz-cf-pop: IAD79-C2, EWR53-C1
< x-amzn-requestid: b9587ddc-dead-4a24-8dbd-fd5e9db6c97e
< x-amzn-trace-id: Root=1-65216f36-4738a36b702d7cc40c57513c;Sampled=0;lineage=edc229bf:0
< x-cache: Hit from cloudfront
<
* Connection #0 to host localhost left intact
{"language":{"c":{"label":"C","projects":[{"name":"Git","type":"org","repositories":["*"]},{"name":"Torvalds","type":"user","repositories":[{"name":"linux"}]}]},"go":{"label":"Go","projects":[{"name":"evanw","type":"user","repositories":[{"name":"esbuild"}]},{"name":"Docker","type":"org","repositories":["*"]}]},"java":{"label":"Java","projects":[{"name":"JenkinsCI","type":"org","repositories":["*"]},{"name":"KenzanLabs","type":"org","repositories":["*"]},{"name":"Netflix","type":"org","repositories":["*"]}]},"javascript":{"label":"JavaScript","projects":[{"name":"Babel","type":"org","repositories":["*"]},{"name":"ContributaryCommunity","type":"org","repositories":["*"]},{"name":"DevelopIt","type":"user","repositories":["*"]},{"name":"expressjs","type":"org","repositories":["*"]},{"name":"Facebook","type":"org","repositories":["*"]},{"name":"GatsbyJS","type":"org","repositories":["*"]},{"name":"cutenode","type":"org","repositories":["*"]},{"name":"jamiebuilds","type":"user","repositories":["*"]},{"name":"Microsoft","type":"org","repositories":["*"]},{"name":"NodeJS","type":"org","repositories":["*"]},{"name":"npm","type":"org","repositories":["*"]},{"name":"open-wc","type":"org","repositories":["*"]},{"name":"PayPal","type":"org","repositories":["*"]},{"name":"Polymer","type":"org","repositories":["*"]},{"name":"ProjectEvergreen","type":"org","repositories":["*"]},{"name":"ProvidenceGeeks","type":"org","repositories":["*"]},{"name":"TheGreenhouseIO","type":"org","repositories":["*"]},{"name":"thescientist13","type":"user","repositories":[{"name":"copy-dots"},{"name":"gallinago"},{"name":"git-explorer"},{"name":"github-dashboard"}]},{"name":"VueJS","type":"org","repositories":["*"]},{"name":"webpack","type":"org","repositories":["*"]},{"name":"YarnPkg","type":"org","repositories":["*"]}]},"php":{"label":"PHP","projects":[{"name":"composer","type":"org","repositories":["*"]},{"name":"laravel","type":"org","repositories":["*"]}]},"python":{"label":"Python","projects":[{"name":"django","type":"org","repositories":["*"]},{"name":"python","type":"org","repositories":["*"]}]},"rust":{"label":"Rust","projects":[{"name":"entropic-dev","type":"org","repositories":["*"]},{"name":"swc-project","type":"org","repositories":["*"]}]}}}

@thescientist13 thescientist13 changed the title chore/upgrade greenwood v0.29.0-alpha.4 chore/upgrade greenwood v0.29.0 Nov 3, 2023
@thescientist13 thescientist13 marked this pull request as ready for review November 4, 2023 14:10
@thescientist13 thescientist13 merged commit 57c5c71 into main Nov 9, 2023
5 checks passed
@thescientist13 thescientist13 deleted the chore/upgrade-greenwood-v0.29.0 branch November 9, 2023 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant