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

Promote circle ci changes to master #63

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Promote circle ci changes to master #63

wants to merge 25 commits into from

Commits on Sep 21, 2022

  1. Setup circle remove travis

    meyerhot95 committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    95ff4a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge pull request #62 from LLK/tsm/circle-ci

    [IBE-458] Setup circle remove travis
    meyerhot95 authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    7befdde View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    929146c View commit details
    Browse the repository at this point in the history
  2. Config fixes

    meyerhot95 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7132208 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    meyerhot95 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    db4d830 View commit details
    Browse the repository at this point in the history
  4. Quick test

    meyerhot95 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6007f14 View commit details
    Browse the repository at this point in the history
  5. Correct branch filtering

    meyerhot95 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    fe8ee93 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Test new logic

    meyerhot95 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8daab1b View commit details
    Browse the repository at this point in the history
  2. Test new logic 2

    meyerhot95 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ffd1869 View commit details
    Browse the repository at this point in the history
  3. Revert new logic

    meyerhot95 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2b131ff View commit details
    Browse the repository at this point in the history
  4. No unnecessary and

    meyerhot95 committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7571f3a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Merge pull request #64 from meyerhot95/tsm/circleci-updates

    [trivial] Circleci updates
    meyerhot95 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e0b6d49 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. chore: add github directory and associated files

    chore: include the package-lock
    
    chore: add nvmrc file
    
    chore: add semeantic release config
    Ron de las Alas committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b393107 View commit details
    Browse the repository at this point in the history
  2. ci: add build steps and bump node version

    Ron de las Alas committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1b9a9b3 View commit details
    Browse the repository at this point in the history
  3. chore: delete circle config

    Ron de las Alas committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0859d89 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Merge pull request #65 from scratchfoundation/rd/ENG-50/transition-sc…

    …ratch-analysis
    
    Rd/eng 50/transition scratch analysis
    Ron de las Alas authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0f4220d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Construct costume hash using assetId and dataFormat when md5ext is mi…

    …ssing
    
    It looks like some costumes are missing md5ext field. This edge case has
    already been handled by scratch-editor, which does the same thing, i.e.
    combines assetId with dataFormat to generate the md5ext value for such
    costume.
    rfronczyk committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0493a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0d6a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0fce50 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Fix handling of primitive blocks: list and variable.

    Previously these blocks have been reported as 'undefined'.
    Right now they are reported as 'data_list' and 'data_variable'.
    I came up with these names myslef and will consult it during
    the code review.
    rfronczyk committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    15a9463 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Change list block name

    The name is taken from scratch-blocks
    rfronczyk committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    99b29f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #68 from rfronczyk/DPR-428-handle-costumes-without…

    …-md5ext
    
    DPR-428: Construct costume hash using assetId and dataFormat when md5ext is missing
    colbygk authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7570cb7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from rfronczyk/DPR-429-handle-list-and-variabl…

    …e-blocks
    
    DPR-429: Fix handling of primitive blocks: list and variable.
    colbygk authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c4a89d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2dc7d35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from rfronczyk/DPR-430-add-backdrops

    DPR-430: Add backdrops to the output
    colbygk authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e43d2a4 View commit details
    Browse the repository at this point in the history