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

Upgrade Ember and deps to 3.18/Octane #186

Merged
merged 15 commits into from
May 11, 2020
Merged

Commits on May 9, 2020

  1. Upgrade to latest Ember, etc.

    raucao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    065c635 View commit details
    Browse the repository at this point in the history
  2. Move icon templates out of pod directory

    Glimmer components don't have extra markup around them, so we don't need
    the component JS files anymore. Also, we can easily ignore the icon
    templates when linting now.
    raucao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    aa351cb View commit details
    Browse the repository at this point in the history
  3. Do not lint icon templates

    raucao committed May 9, 2020
    Configuration menu
    Copy the full SHA
    cc2f91a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Remove all proposal-related code

    We're not using proposals at the moment, so it's just in the way.
    raucao committed May 10, 2020
    Configuration menu
    Copy the full SHA
    4946b33 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. WIP Octanify the templates

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    2f4f350 View commit details
    Browse the repository at this point in the history
  2. Fix ESLint errors

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    12df28f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5d7916 View commit details
    Browse the repository at this point in the history
  4. Fix github icon filename

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    0181320 View commit details
    Browse the repository at this point in the history
  5. Fix actions, etc.

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    22300c2 View commit details
    Browse the repository at this point in the history
  6. Mark remaining template-lint issues as pending

    These need more updates outside of the templates, like e.g. Glimmer
    components and such.
    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    9a1f543 View commit details
    Browse the repository at this point in the history
  7. Fix typo in contribution-status helper

    The wrong property name caused an exception when trying to remove the observer.
    galfert committed May 11, 2020
    Configuration menu
    Copy the full SHA
    009caa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8da04c View commit details
    Browse the repository at this point in the history
  9. Formatting

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    cedbe3c View commit details
    Browse the repository at this point in the history
  10. Fix some minor template issues

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    3cc01cc View commit details
    Browse the repository at this point in the history
  11. Remove obsolete file

    raucao committed May 11, 2020
    Configuration menu
    Copy the full SHA
    081584a View commit details
    Browse the repository at this point in the history