Giter Club home page Giter Club logo

Comments (24)

ewdurbin avatar ewdurbin commented on May 27, 2024 6

If postman folks are amenable, I'd support taking this on in the @psf org, and possibly hosting for httpbin.org itself in the PSF infrastructure. (Though I would be interested to know what the current traffic numbers look like first).

from httpbin.

kevin1024 avatar kevin1024 commented on May 27, 2024 4

*an ancient maintainer emerges from hibernation*

Hello there!

Well, I seem to have been removed as a maintainer on the this repo, but I am still a maintainer on pypi. Perhaps I can help with a new release!

Shall we fork the repo?

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024 4

I've raised this at https://community.postman.com/t/status-of-maintenance-for-httpbin/48649 to try to get some response.

from httpbin.

kevin1024 avatar kevin1024 commented on May 27, 2024 4

Well, I merged a couple of PRs that should fix the major issues with werkzeug 3 incompatibility and packaging over on the branch and have pushed a new version of httpbin to pypi. I hope this doesn't break too many builds out there and is a net positive for the world of open source http libraries :)

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024 1

No response on discussion forum. I went ahead and sent a support request 🀷🏼.

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024 1

Still no response from postman folks. @kevin1024 @nateprewitt are you interested in forking at this point? I'd be happy to setup such a fork in the @psf organization, mapping the current owners on PyPI to the admins of the project.

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024 1

Thanks for flagging. I’ve enabled Issues on the fork.

from httpbin.

DanranWf avatar DanranWf commented on May 27, 2024 1

from httpbin.

mgorny avatar mgorny commented on May 27, 2024

Yes, please. Patches and workarounds are now piling up in Gentoo. I'm happy to help getting things merged and moving them forward once there's a single place for them.

from httpbin.

 avatar commented on May 27, 2024

I am getting random time-outs now:

> curl -i httpbin.org/get
HTTP/1.1 504 Gateway Time-out
Server: awselb/2.0
Date: Sat, 24 Jun 2023 15:43:02 GMT
Content-Type: text/html
Content-Length: 132
Connection: keep-alive

<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
</body>
</html>

I would recommend people switch to:

https://postman-echo.com

from httpbin.

mgorny avatar mgorny commented on May 27, 2024

The problem is not really the online instance but the package that (unlike online instances) can be used to test stuff offline.

from httpbin.

kevin1024 avatar kevin1024 commented on May 27, 2024

I’m still game for a fork.

from httpbin.

nateprewitt avatar nateprewitt commented on May 27, 2024

Yep, let's do it.

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024

Will proceed!

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024

Invites dispatched to the org/team for @nateprewitt, @kevin1024, @sigmavirus24, and @timofurrer.

from httpbin.

ewdurbin avatar ewdurbin commented on May 27, 2024

https://github.com/psf/httpbin now exists as a fork. Once accepted, the names above will have Maintainer privileges on the repository. We can have a discussion there over Admin level privileges.

from httpbin.

exhuma avatar exhuma commented on May 27, 2024

What will happen with the existing issues? I am currently looking into replacing a home-grown solution with httpbin. Unfortunately it has to run on OpenShift which does not allow to use privileged ports (80 in this case). I could open a PR for that. The change to allow custom ports via env-var is fairly minimal.

I would like to open an Issue about this. But the fork currently has issues disabled. Should I open it here instead? Or wait until they are available in the fork?

from httpbin.

nateprewitt avatar nateprewitt commented on May 27, 2024

We're strictly pinned for Requests currently but I'll take a look at testing the new release soon. Thanks @kevin1024!

from httpbin.

immanuelfodor avatar immanuelfodor commented on May 27, 2024

Actually, the project offers a nice Swagger/OpenAPI spec but it's invalid on multiple aspects (eg. uses old SmartAPI fields).
Could we get this small PR merged for the new release to fix these? #710

from httpbin.

sigmavirus24 avatar sigmavirus24 commented on May 27, 2024

@immanuelfodor please send that to the psf fork to get it merged

from httpbin.

immanuelfodor avatar immanuelfodor commented on May 27, 2024

Thanks for the suggestion! Where is the pfs fork deployed, in which domain will the change be live once merged?

from httpbin.

exhuma avatar exhuma commented on May 27, 2024

The repo is here: https://github.com/psf/httpbin
I just noticed that I can't see the container image. Maybe just a permission issue. I'll ping one of the maintainers. The project recently moved over to that repo.

from httpbin.

immanuelfodor avatar immanuelfodor commented on May 27, 2024

Yes, I've found it, but my question was more about if the psf repo is the one that's deployed to https://httpbin.org/ now instead of the postmanlabs repo? Or if not, is there a "live" version of the psf one somewhere? Or it's just a Docker-only release for psf?

BTW thanks for checking the Docker release!

from httpbin.

exhuma avatar exhuma commented on May 27, 2024

Unfortunately I don't know the answer to this. I assume that the domain is still owned by K. Reitz so chances are - currently - small that it will be deployed there.

from httpbin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.