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

Remove deprecated sendFeedback server method #12918

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Conversation

jankeromnes
Copy link
Contributor

Description

Remove deprecated sendFeedback server method.

Note: This is completely unrelated to the new dashboard feedback mechanism. 💡

In the early days of Gitpod (I think when it was still in Beta, or fresh out of Beta) there was a simple mechanism to provide general feedback about Gitpod, and in exchange you would receive a credit of 50 bonus Gitpod hours.

This feature no longer exists, and we no longer even keep track of the provided feedback (it's logged at info level in server, which we currently discard), but the server method is still there in our API, potentially allowing clever users to credit themselves 50 hours whenever they want.

This PR removes the old, deprecated sendFeedback method. Also, removing it now is a good idea, because we have a new dashboard feedback mechanism in place, and it's too easy to accidentally mistake one for the other.

Related Issue(s)

Fixes #

How to test

  1. Build should pass
  2. Gitpod should still work

Release Notes

NONE

Documentation

Werft options:

  • /werft with-preview

@jankeromnes
Copy link
Contributor Author

jankeromnes commented Sep 13, 2022

/werft run

👍 started the job as gitpod-build-jx-rm-old-feedback-2.1
(with .werft/ from main)

@jankeromnes jankeromnes marked this pull request as ready for review September 13, 2022 14:18
@jankeromnes jankeromnes requested a review from a team September 13, 2022 14:18
@github-actions github-actions bot added the team: webapp Issue belongs to the WebApp team label Sep 13, 2022
Copy link
Member

@svenefftinge svenefftinge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 🧹

@roboquat roboquat merged commit 23f216b into main Sep 13, 2022
@roboquat roboquat deleted the jx/rm-old-feedback-2 branch September 13, 2022 15:16
@roboquat roboquat added deployed: webapp Meta team change is running in production deployed Change is completely running in production labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployed: webapp Meta team change is running in production deployed Change is completely running in production release-note-none size/M team: webapp Issue belongs to the WebApp team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants