You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/07 13:10:38 UTC

[GitHub] [airflow] potiuk opened a new issue #15713: Migrate to newwer Node

potiuk opened a new issue #15713:
URL: https://github.com/apache/airflow/issues/15713


   We started to receive deprecation warnings (and artificial 20 second deley) while compiling assets for Airflow in master/
   
   I think maybe it's the right time to migrate to newer Node.  The odl UI will still be there for quite a while.
   
   This however, I think,  requires rather heavy testing of the whole UI functionality.
   
   Happy to collaborate on this one but possibly we should do it as part of bigger release?
   
   @ryanahamilton @jhtimmins @mik-laj - WDYT? How heavy/dangerous this might be?
   
   ```
   ================================================================================
   ================================================================================
   
                                 DEPRECATION WARNING                            
   
     Node.js 10.x is no longer actively supported!
   
     You will not receive security or critical stability updates for this version.
   
     You should migrate to a supported version of Node.js as soon as possible.
     Use the installation script that corresponds to the version of Node.js you
     wish to install. e.g.
   
      * https://deb.nodesource.com/setup_12.x — Node.js 12 LTS "Erbium"
      * https://deb.nodesource.com/setup_14.x — Node.js 14 LTS "Fermium" (recommended)
      * https://deb.nodesource.com/setup_15.x — Node.js 15 "Fifteen"
      * https://deb.nodesource.com/setup_16.x — Node.js 16 "Gallium"
   
     Please see https://github.com/nodejs/Release for details about which
     version may be appropriate for you.
   
     The NodeSource Node.js distributions repository contains
     information both about supported versions of Node.js and supported Linux
     distributions. To learn more about usage, see the repository:
       https://github.com/nodesource/distributions
   
   ================================================================================
   ================================================================================
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #15713: Migrate to newer Node

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #15713:
URL: https://github.com/apache/airflow/issues/15713#issuecomment-834474537


   True. I guess we can assume that if asset compilation/transpiling works, everything should work as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #15713: Migrate to newer Node

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #15713:
URL: https://github.com/apache/airflow/issues/15713#issuecomment-834374399


   I don't think this is too problematic, because it's just a change to the compiler environment, but the JS code and compiler(Webpack for old Ui) will stay the same.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj edited a comment on issue #15713: Migrate to newer Node

Posted by GitBox <gi...@apache.org>.
mik-laj edited a comment on issue #15713:
URL: https://github.com/apache/airflow/issues/15713#issuecomment-834374399


   I don't think this is too problematic, because it's just a change to the compiler environment, but the JS code and compiler(Webpack for old Ui) will stay the same. We don't have too many libraries either, so all libraries should be compatible with new version of node. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk closed issue #15713: Migrate to newer Node

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #15713:
URL: https://github.com/apache/airflow/issues/15713


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org