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

Support sending arbitrary messages to pub client #2457

Open
kevmoo opened this issue Jul 8, 2019 · 4 comments
Open

Support sending arbitrary messages to pub client #2457

kevmoo opened this issue Jul 8, 2019 · 4 comments

Comments

@kevmoo
Copy link
Member

kevmoo commented Jul 8, 2019

Git supports this today. So, for instance, GitHub can send a URL to create a pull request from a new branch that was just pushed.

For the pub site, we could support things like

  • Tell user one of their packages has been discontinued
  • Future: there is a known issue w/ specific version of a package they are using.

etc etc

See also dart-lang/pub#2165

@sigurdm
Copy link
Contributor

sigurdm commented Feb 1, 2024

We worry that these messages will be used for annoying purposes such as spamming/advertising.

@kevmoo
Copy link
Member Author

kevmoo commented Feb 1, 2024

This is NOT for arbitrary messages from package authors. But from the server. Maybe we already have this...

@sigurdm
Copy link
Contributor

sigurdm commented Feb 2, 2024

Ah - gotcha - we don't have this!

@sigurdm
Copy link
Contributor

sigurdm commented Feb 2, 2024

We do have specific places to put "discontinued+replaced by" and "retracted". But not a place for an arbitrary message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants