issues
search
cgwire
/
kitsu
Collaboration Platform for Animation and VFX Productions
https://kitsu.cg-wire.com
GNU Affero General Public License v3.0
400
stars
106
forks
source link
Various fixes
#1510
Closed
NicoPennec
closed
3 months ago
NicoPennec
commented
3 months ago
Problem
The staging deployment workflow crashes due to a JavaScript heap out of memory.
Outdated npm dependencies.
Warning message on unit tests.
Data filtering crashes on an edge case.
Solution
Update staging deployment script by increasing the Node.js memory.
Bump npm dependencies.
Fix unit test with a missing required property to call a Vue.js component.
Catch a filtering error on edge case.
Problem
Solution