Skip to content

Fix: change migrations to not run npm install on unzipPath (fixes #67)#68

Merged
taylortom merged 3 commits into
masterfrom
issue/67
Apr 11, 2025
Merged

Fix: change migrations to not run npm install on unzipPath (fixes #67)#68
taylortom merged 3 commits into
masterfrom
issue/67

Conversation

@joe-allen-89
Copy link
Copy Markdown
Contributor

Utilises new FW migrations, requires new temp/adapt_framework (adaptlearning/adapt_framework#3668)
#67

Fix

@joe-allen-89 joe-allen-89 requested a review from taylortom April 11, 2025 08:26
@taylortom taylortom merged commit 4b51def into master Apr 11, 2025
@github-project-automation github-project-automation Bot moved this from Needs Reviewing to Merged in adapt-authoring: The TODO Board Apr 11, 2025
@taylortom taylortom deleted the issue/67 branch April 11, 2025 16:06
github-actions Bot pushed a commit that referenced this pull request Sep 1, 2025
# 1.0.0 (2025-09-01)

### Fix

* change migrations to not run npm install on unzipPath (fixes #67) (#68) ([4b51def](4b51def)), closes [#67](#67) [#68](#68)
* do not attempt to parse assets manifest as content (fixes #44) (#45) ([c9d6222](c9d6222)), closes [#44](#44) [#45](#45)
* getImportContentCounts updated to start from 1 not 0 ([8614d78](8614d78))
* getImportContentCounts updated to start from 1 not 0 (fixes #22) (#23) ([1eb6569](1eb6569)), closes [#22](#22) [#23](#23)
* Import asset validation errors (fixes #21) (#24) ([5f8566b](5f8566b)), closes [#21](#21) [#24](#24)
* make paths host-agnostic (fixes #41) (#42) ([082171e](082171e)), closes [#41](#41) [#42](#42)
* run update on course data with original data to load course.json extension settings ([cc6bb89](cc6bb89))
* run update on course data with original data to load course.json extension settings (fixes #53) (#54) ([ee10920](ee10920)), closes [#53](#53) [#54](#54)

### HACK

* write customStyles.less to course.json to allow migrations ([77f6ed5](77f6ed5))

### New

* automated release functionality added to the repo ([d596701](d596701))
* automated release functionality added to the repo (fixes #69) (#70) ([9e00446](9e00446)), closes [#69](#69) [#70](#70)
* implement framework update (#30) ([c1bd51e](c1bd51e)), closes [#30](#30)
* migration script import functionality added (#66) ([bb7f179](bb7f179)), closes [#66](#66)

### TEMP

* Update adapt-migrations install version ([6ddcb97](6ddcb97))

### Update

* added named exports (fixes #56) (#57) ([248f2c8](248f2c8)), closes [#56](#56) [#57](#57)
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Sep 1, 2025

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New or additional functionality released

Projects

Development

Successfully merging this pull request may close these issues.

Update migrations to not run post install/npm install on course import

2 participants