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

refactor: remove project token, unused since 0.19.0 #17039

Merged
merged 4 commits into from
Jun 23, 2021

Conversation

tgriesser
Copy link
Member

Additional details

Noticed this while going through the project-base code, figured we could rip this out since it's no longer supported in the dashboard.

PR Tasks

  • Have tests been added/updated?
  • Has the original issue or this PR been tagged with a release in ZenHub?
  • Has a PR for user-facing changes been opened in cypress-documentation?
  • Have API changes been updated in the type definitions?
  • Have new configuration options been added to the cypress.schema.json?

@tgriesser tgriesser requested a review from a team as a code owner June 21, 2021 20:19
@tgriesser tgriesser removed the request for review from a team June 21, 2021 20:19
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 21, 2021

Thanks for taking the time to open a PR!

@tgriesser tgriesser requested review from chrisbreiding and kuceb June 21, 2021 20:19
@@ -41,11 +41,11 @@ class RunsList extends Component {
componentDidMount () {
this._pingApiServer()
this._handlePolling()
this._getKey()
this._getRecordKeys()
Copy link
Contributor

Choose a reason for hiding this comment

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

this is an unrelated rename correct?

Copy link
Member Author

Choose a reason for hiding this comment

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

@bkucera yeah somewhat, basically just being more explicit about what it's doing.

@cypress
Copy link

cypress bot commented Jun 21, 2021



Test summary

8222 0 103 3Flakiness 0


Run details

Project cypress
Status Passed
Commit 3788b25
Started Jun 23, 2021 2:54 PM
Ended Jun 23, 2021 3:05 PM
Duration 10:55 💡
OS Linux Debian - 10.8
Browser Multiple

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress-io cypress-io deleted a comment from Ponthius Jun 21, 2021
@jennifer-shehane
Copy link
Member

@tgriesser Would this be technically breaking anything for 0.19.0 users? Will probably lump in with 8.0 if so which is upcoming really soon.

@tgriesser
Copy link
Member Author

tgriesser commented Jun 23, 2021

@jennifer-shehane nah, and I would be shocked if there were any active users of Cypress 0.19.0 🤣.

But it's just deleting unused code basically

@tgriesser tgriesser changed the title chore: remove project token & related fns, unsupported since 0.19.0 chore: remove project token & related fns, unused since 0.19.0 Jun 23, 2021
Copy link
Contributor

@chrisbreiding chrisbreiding left a comment

Choose a reason for hiding this comment

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

LGTM 👍 Love to see obsolete code cleaned up

@tgriesser tgriesser changed the title chore: remove project token & related fns, unused since 0.19.0 refactor: remove project token, unused since 0.19.0 Jun 23, 2021
@tgriesser tgriesser merged commit 2bfe264 into develop Jun 23, 2021
@tgriesser tgriesser deleted the tgriesser/chore/remove-legacy-route branch June 23, 2021 15:23
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.

4 participants