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

Fix ci and make compatible with Ember 5 #1

Merged
merged 29 commits into from
May 21, 2023
Merged

Fix ci and make compatible with Ember 5 #1

merged 29 commits into from
May 21, 2023

Commits on Jul 8, 2022

  1. Add fetch API globals

    bobisjan committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    24aba7b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Remove ember-fetch add-on

    bobisjan committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    217b878 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    993f948 View commit details
    Browse the repository at this point in the history
  2. Update ember-source to 3.28 across the board

    When running against Ember 4.4 our CI was failing, because
    ember-cli-babel incorrectly gets confused about which actual
    ember-source is in use.
    
    ---
    
    Without this change, the various ember-cli-babel processes were
    identifying that ember-source@3.26 was in use and was therefore
    transpiling all `@ember/***` module usage to `Ember` global usage. This
    is "fine" for Ember 3.26, but under 3.27+ "real" modules exist and
    globals rewriting is no longer needed.
    rwjblue committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    72bbce4 View commit details
    Browse the repository at this point in the history
  3. Re-roll lock file

    rwjblue committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7305665 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fix prettier errors

    nlfurniss committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ee411a1 View commit details
    Browse the repository at this point in the history
  2. fix more prettier errors

    nlfurniss committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b9834fd View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    46fcfd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70830f1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    5748f13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8065ca View commit details
    Browse the repository at this point in the history
  3. fix fastboot-shoebox-test

    Gaurav0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1d2a64f View commit details
    Browse the repository at this point in the history
  4. update ember-data to 3.28

    Gaurav0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    6fae554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11bf66d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f05785f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a0ba35 View commit details
    Browse the repository at this point in the history
  8. fix sinon error

    Gaurav0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    8f46faf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0245602 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b6bd35 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89ecb72 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. fix lint

    Gaurav0 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    961e776 View commit details
    Browse the repository at this point in the history
  2. fix legacy mocha tests

    Gaurav0 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    6df1cc4 View commit details
    Browse the repository at this point in the history
  3. increase timeouts

    Gaurav0 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    0673f6b View commit details
    Browse the repository at this point in the history
  4. test on Ember 4.8, 4.12

    Gaurav0 committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a0ef95b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34cee33 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    ac6f835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76ad8d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. update @ember/string

    Gaurav0 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8ffae96 View commit details
    Browse the repository at this point in the history
  2. increase timeouts again

    Gaurav0 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    80c4115 View commit details
    Browse the repository at this point in the history