Commit graph

82 commits

Author SHA1 Message Date
Christopher Willis-Ford
70c285340f Merge branch 'master' into develop
Some checks failed
build-scratch-analysis / setup (push) Has been cancelled
2024-11-07 07:11:21 -08:00
semantic-release-bot
2d40776693 chore(release): 2.2.1 [skip ci]
## [2.2.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.2.0...v2.2.1) (2024-11-07)

### Bug Fixes

* fix version number some more ([b0ea4d9](b0ea4d9475))
2024-11-07 15:05:09 +00:00
Christopher Willis-Ford
b0ea4d9475 fix: fix version number some more 2024-11-07 07:04:38 -08:00
semantic-release-bot
f23551b745 chore(release): 2.2.0 [skip ci]
# [2.2.0](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.1...v2.2.0) (2024-11-07)

### Features

* fix version number ([428e191](428e191a7f))
2024-11-07 15:03:55 +00:00
Christopher Willis-Ford
428e191a7f feat: fix version number 2024-11-07 07:02:01 -08:00
Christopher Willis-Ford
9715b001ed feat: fix version number 2024-11-07 07:01:34 -08:00
semantic-release-bot
0d0ffe2a64 chore(release): 2.1.1 [skip ci]
## [2.1.1](https://github.com/scratchfoundation/scratch-analysis/compare/v2.1.0...v2.1.1) (2024-11-07)

### Bug Fixes

* **release:** add semantic-release config ([3a84ed3](3a84ed3354))
2024-11-07 14:58:20 +00:00
Christopher Willis-Ford
8227b37697
Merge pull request #63 from scratchfoundation/develop
Release: 2024-11-07
2024-11-07 06:51:25 -08:00
Christopher Willis-Ford
3a84ed3354 fix(release): add semantic-release config
Some checks are pending
build-scratch-analysis / setup (push) Waiting to run
2024-11-07 06:45:01 -08:00
Christopher Willis-Ford
04ed13106e
Merge pull request #71 from rfronczyk/fix_build
Fix build
2024-11-07 06:35:55 -08:00
Rafal Fronczyk
10d1b914f5 Add test for incorrect costumes attribute in sb2 project 2024-11-07 13:27:08 +01:00
Rafal Fronczyk
d2145d88c8 Add missing fixtures file 2024-11-05 11:29:43 +01:00
Colby Gutierrez-Kraybill
e43d2a4bfb
Merge pull request #69 from rfronczyk/DPR-430-add-backdrops
Some checks failed
build-scratch-analysis / setup (push) Has been cancelled
DPR-430: Add backdrops to the output
2024-10-11 09:07:20 -04:00
Rafal Fronczyk
2dc7d35943 Add check if stage costumes is an array 2024-10-11 11:06:58 +02:00
Colby Gutierrez-Kraybill
c4a89d931d
Merge pull request #70 from rfronczyk/DPR-429-handle-list-and-variable-blocks
Some checks are pending
build-scratch-analysis / setup (push) Waiting to run
DPR-429: Fix handling of primitive blocks: list and variable.
2024-10-10 09:30:58 -04:00
Colby Gutierrez-Kraybill
7570cb7da4
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
2024-10-10 09:30:38 -04:00
Rafal Fronczyk
99b29f8b3a Change list block name
The name is taken from scratch-blocks
2024-10-09 12:39:02 +02:00
Rafal Fronczyk
15a9463dd2 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.
2024-10-08 16:21:25 +02:00
Rafal Fronczyk
e0fce504c4 Add backdrops data to analysis output for sb2 projects 2024-10-03 22:48:10 +02:00
Rafal Fronczyk
fb0d6a46b8 Add backdrops data to analysis output for sb3 projects 2024-10-03 22:48:03 +02:00
Rafal Fronczyk
0493a1fe99 Construct costume hash using assetId and dataFormat when md5ext is missing
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.
2024-10-03 22:42:15 +02:00
Ron de las Alas
0f4220d101
Merge pull request #65 from scratchfoundation/rd/ENG-50/transition-scratch-analysis
Rd/eng 50/transition scratch analysis
2023-12-14 08:19:15 -05:00
Ron de las Alas
0859d89cde chore: delete circle config 2023-12-08 14:25:21 -05:00
Ron de las Alas
1b9a9b36c2 ci: add build steps and bump node version 2023-12-08 14:24:48 -05:00
Ron de las Alas
b393107a84 chore: add github directory and associated files
chore: include the package-lock

chore: add nvmrc file

chore: add semeantic release config
2023-12-08 14:24:11 -05:00
meyerhot95
e0b6d49df5
Merge pull request #64 from meyerhot95/tsm/circleci-updates
[trivial] Circleci updates
2022-10-06 13:29:13 -04:00
meyerhot95
7571f3af8d No unnecessary and 2022-10-05 12:04:21 -04:00
meyerhot95
2b131ff8dd Revert new logic 2022-10-05 10:29:15 -04:00
meyerhot95
ffd18696e8 Test new logic 2 2022-10-05 10:28:32 -04:00
meyerhot95
8daab1b6e9 Test new logic 2022-10-05 10:27:00 -04:00
meyerhot95
fe8ee9322e Correct branch filtering 2022-10-04 14:36:51 -04:00
meyerhot95
6007f14def Quick test 2022-10-04 14:35:09 -04:00
meyerhot95
db4d830d9e Cleanup 2022-10-04 14:02:33 -04:00
meyerhot95
71322080c8 Config fixes 2022-10-04 13:56:42 -04:00
meyerhot95
929146ce4d
Merge branch 'master' into develop 2022-10-04 13:39:53 -04:00
meyerhot95
7befddec0f
Merge pull request #62 from LLK/tsm/circle-ci
[IBE-458] Setup circle remove travis
2022-09-26 10:13:51 -04:00
meyerhot95
95ff4a6a67 Setup circle remove travis 2022-09-21 10:11:11 -04:00
Colby Gutierrez-Kraybill
cb89058542 Merge branch 'master' of github.com:LLK/scratch-analysis into HEAD 2022-05-27 16:18:23 -04:00
Colby Gutierrez-Kraybill
af26cb24da Version 2.2.0 2022-05-27 16:17:58 -04:00
Colby Gutierrez-Kraybill
2942ed21cc Merge branch 'develop' of github.com:LLK/scratch-analysis into HEAD 2022-05-27 16:17:33 -04:00
Colby Gutierrez-Kraybill
1db9e69c90
Merge pull request #60 from LLK/develop
Release 2022-05-27
2022-05-27 16:12:51 -04:00
Colby Gutierrez-Kraybill
d0602f713e Bump version to 1.1.0 2022-05-27 16:09:06 -04:00
Colby Gutierrez-Kraybill
83afe49c90
Merge pull request #59 from LLK/IBE-198-fix-scratch-analysis-bug-that-causes-problem-for-crawler-downstream
Fix for IBE-198
2022-05-27 12:25:04 -04:00
Colby Gutierrez-Kraybill
8528cb8f1f Add info to IBE-198 regression test 2022-05-27 12:17:31 -04:00
Colby Gutierrez-Kraybill
a0ff8c0fb3 Coverage is now part of default npm test behavior 2022-05-27 11:38:37 -04:00
Colby Gutierrez-Kraybill
3004342655 Limit coverage test to avoid exiting with an error. Remove integration script from package.json, there are no integration tests yet. 2022-05-27 11:35:35 -04:00
Colby Gutierrez-Kraybill
17f0149d3a Maybe this will force a build in travis 2022-05-27 11:21:44 -04:00
Colby Gutierrez-Kraybill
2330e8589a Update tap and deprecated test methods 2022-05-27 11:09:16 -04:00
Colby Gutierrez-Kraybill
e2392932e6 Update travis to use node 16 2022-05-27 08:28:13 -04:00
Colby Gutierrez-Kraybill
f37f2d2790 Fix for IBE-198, scratch-analysis should be able to deal with a JSON project file that does not contain extensions data 2022-05-26 16:55:45 -04:00