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

Test against ember-data ^3.8.0 #208

Merged
merged 8 commits into from Apr 11, 2019

Conversation

kiwiupover
Copy link
Contributor

@kiwiupover kiwiupover commented Mar 29, 2019

ember-fastboot/ember-cli-fastboot#679

ember-cli-addon-test by default tests against ember-data#master this PR removes #master and uses ^3.8.0

Updates ember-cli to 3.8.0

ember-engines/ember-engines#638

@kiwiupover kiwiupover force-pushed the test-against-ember-data-release branch 2 times, most recently from 1852807 to 6b9ae92 Compare April 6, 2019 17:00
@kiwiupover kiwiupover force-pushed the test-against-ember-data-release branch from 6b9ae92 to e690de9 Compare April 6, 2019 17:09
@kiwiupover kiwiupover changed the title Test against ember data@3.8.0 Test against ember-data ^3.8.0 Apr 6, 2019
@kiwiupover kiwiupover force-pushed the test-against-ember-data-release branch 2 times, most recently from 3a0e50d to 00631b2 Compare April 6, 2019 19:38
@kiwiupover kiwiupover force-pushed the test-against-ember-data-release branch from 00631b2 to f8a2a7d Compare April 6, 2019 19:40
@xg-wang
Copy link

xg-wang commented Apr 6, 2019

I had another PR sometime before, which test against ember-cli generated new app. #200

@@ -95,7 +95,7 @@ function installPristineApp(appName, options) {
hasBowerComponents,
skipNpm,
emberVersion: options.emberVersion || 'canary',
emberDataVersion: options.emberDataVersion || 'emberjs/data#master'
emberDataVersion: options.emberDataVersion || 'emberjs/data#v3.8.0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we use:

Suggested change
emberDataVersion: options.emberDataVersion || 'emberjs/data#v3.8.0'
emberDataVersion: options.emberDataVersion || '^3.8.0'

I'd rather allow drift (using the latest tag)...

@kiwiupover
Copy link
Contributor Author

@xg-wang Is this all there is to your PR to test against ember-cli generated new app #200

I thought I had seen a PR with a 30 file change?

@xg-wang
Copy link

xg-wang commented Apr 10, 2019

@kiwiupover Yea it is. I removed the canary-test (ember data master) and is now using the tests/dummy. The 30 file change was adding a new test/canary-app

@rwjblue rwjblue force-pushed the test-against-ember-data-release branch from 0f406ee to a2899fd Compare April 11, 2019 17:55
@rwjblue rwjblue merged commit d1068cf into tomdale:master Apr 11, 2019
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.

None yet

3 participants