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/06/03 01:24:29 UTC

[GitHub] [airflow] lewismc opened a new pull request #16230: Initial patch for Apache Flagon UserALE JS analytics backend

lewismc opened a new pull request #16230:
URL: https://github.com/apache/airflow/pull/16230


   This PR aims to introduce a analytics backend for [Apache Flagon UserALE JS](http://flagon.apache.org/userale/).
   Apache UserALE (User Analytic Logging Engine) is the beating heart of Apache Flagon technology. UserALE provides instrumentation for applications, embedding a light-weight, easy-to-manage behavioral logging capability. UserALE provides comprehensive user event tracking for web pages, but it is specially engineered for thin-client analytical applications. UserALE transmits specially structured messages from your application to an activity logging server whenever users interact with it.
   
   I am looking for a very easy way to run the Airflow webserver such that I can test out this integration. Does anyone have a suggestion as to how I can deploy a local dev server i.e. webpack dev server or something similar so I can test this proposed feature out?
   
   Thanks for any reviews... :)


-- 
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] lewismc commented on pull request #16230: Apache Flagon UserALE JS analytics backend

Posted by GitBox <gi...@apache.org>.
lewismc commented on pull request #16230:
URL: https://github.com/apache/airflow/pull/16230#issuecomment-856110439


   Thanks for explaining @kaxil I'll have another look at the black checks.


-- 
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] kaxil commented on pull request #16230: Apache Flagon UserALE JS analytics backend

Posted by GitBox <gi...@apache.org>.
kaxil commented on pull request #16230:
URL: https://github.com/apache/airflow/pull/16230#issuecomment-856059512


   > Does anyone know what this means?
   > 
   > ```
   > black....................................................................................Failed
   > - hook id: black
   > - files were modified by this hook
   > 
   > reformatted airflow/www/extensions/init_jinja_globals.py
   > All done! ✨ 🍰 ✨
   > 1 file reformatted, 2734 files left unchanged.
   > All done! ✨ 🍰 ✨
   > 113 files left unchanged.
   > ```
   
   We use [pre-commit ](https://pre-commit.com/) hooks to run static checks. [`black`](https://github.com/psf/black) is a python formatter -- that formats Python files. All the static checks we as Airflow project use are at https://github.com/apache/airflow/blob/main/STATIC_CODE_CHECKS.rst


-- 
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] lewismc commented on pull request #16230: Apache Flagon UserALE JS analytics backend

Posted by GitBox <gi...@apache.org>.
lewismc commented on pull request #16230:
URL: https://github.com/apache/airflow/pull/16230#issuecomment-855299943


   Does anyone know what this means?
   ```
   black....................................................................................Failed
   - hook id: black
   - files were modified by this hook
   
   reformatted airflow/www/extensions/init_jinja_globals.py
   All done! ✨ 🍰 ✨
   1 file reformatted, 2734 files left unchanged.
   All done! ✨ 🍰 ✨
   113 files left unchanged.
   ```


-- 
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] github-actions[bot] closed pull request #16230: Apache Flagon UserALE JS analytics backend

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #16230:
URL: https://github.com/apache/airflow/pull/16230


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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



[GitHub] [airflow] github-actions[bot] commented on pull request #16230: Apache Flagon UserALE JS analytics backend

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #16230:
URL: https://github.com/apache/airflow/pull/16230#issuecomment-885313085


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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