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 handling of legacy .fetch.json files #748

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

raphinesse
Copy link
Contributor

@raphinesse raphinesse commented Mar 12, 2019

Motivation and Context

This PR removes stale legacy handling code for files last created by Cordova 4.3.0.

The current version of the code transformed the old files to the new format and location, so removal of the current code should not affect any reasonably recent projects.

Since this is technically a breaking change, I thought it would be nice to include this into the upcoming major release.

I came across this when reviewing #680.

Description

I removed code that read plugins/<PLUGIN>/.fetch.json and integrated it into plugins/fetch.json.

Testing

I ran the existing test suite.

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

The files in question have last been used in Cordova 4.3.0 and have been
removed by commit c49eaa8.
@raphinesse raphinesse requested a review from erisu March 12, 2019 12:31
@project-bot project-bot bot added this to 🐣 New PR / Untriaged in Apache Cordova: Tooling Pull Requests Mar 12, 2019
Apache Cordova: Tooling Pull Requests automation moved this from 🐣 New PR / Untriaged to ✅ Approved, waiting for Merge Mar 12, 2019
Copy link
Member

@erisu erisu 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 to me. 👍

@erisu erisu merged commit 65ca227 into apache:master Mar 12, 2019
Apache Cordova: Tooling Pull Requests automation moved this from ✅ Approved, waiting for Merge to 🏆 Merged, waiting for Release Mar 12, 2019
@raphinesse raphinesse deleted the remove-legacy-fetch.json-handling branch March 12, 2019 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Apache Cordova: Tooling Pull Requests
🏆 Merged, waiting for Release
Development

Successfully merging this pull request may close these issues.

None yet

2 participants