Skip to content

feature/isolate node switcher

Valentin Laurent requested to merge feature/isolate-node-switcher into develop

Remove local node-switcher and isolate it into another repository

What it implies :

  • All new switcher changes for nodejs need to be made into git@gitlab.com:sat-mtl/telepresence/node-switcher.git
  • All breaking changes from the switcher api need to be tested before merging it into master
  • TODO : make a develop branch and add a ci in order to check scenic compatibility

All changes to master on node-switcher will be updated if you update scenic-core

Why ? because local dependency make npm crazy

Merge request reports