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

ci: adds no deprecations workflow #1290

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

matthewhartstonge
Copy link
Contributor

@matthewhartstonge matthewhartstonge commented Oct 29, 2024

TSIA!

Removes deprecations from the dummy app where it was directly accessing the application controller router:

Copy link

netlify bot commented Oct 29, 2024

Deploy Preview for ember-paper ready!

Name Link
🔨 Latest commit cb6f62e
🔍 Latest deploy log https://app.netlify.com/sites/ember-paper/deploys/672bfc1b8e527f0008662ba2
😎 Deploy Preview https://deploy-preview-1290--ember-paper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@matthewhartstonge matthewhartstonge linked an issue Oct 29, 2024 that may be closed by this pull request
@matthewhartstonge matthewhartstonge force-pushed the ci/adds-no-deprecations-workflow branch 3 times, most recently from 2d7cf79 to 0882cc1 Compare October 30, 2024 03:07
@@ -80,6 +80,14 @@ module.exports = async function () {
},
embroiderSafe(),
embroiderOptimized(),
{
name: 'no-deprecations',
Copy link
Collaborator

Choose a reason for hiding this comment

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

so this should be added to the github action workflow (probably in the allowed to fail section 😂) so we actually run it with CI

Also I tend to also add an ember-release-no-deprecations one too that lets us know if we're getting new deprecations that we would need to deal with https://github.com/mansona/ember-cli-notifications/blob/main/test-app/config/ember-try.js#L133-L141 but that's probably getting ahead of ourselves 🙈

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Have added 👍

Copy link

github-actions bot commented Nov 6, 2024

Some tests with 'continue-on-error: true' have failed:

Copy link

github-actions bot commented Nov 6, 2024

Some tests with 'continue-on-error: true' have failed:

  • ember-release

Created by continue-on-error-comment

Copy link

github-actions bot commented Nov 6, 2024

Some tests with 'continue-on-error: true' have failed:

  • ember-release-no-deprecations

Created by continue-on-error-comment

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

Successfully merging this pull request may close these issues.

Add no-deprecations ember-try scenario
3 participants