sintonia/python_apps/airtime_analyzer/airtime_analyzer
Lucas Bickel e28ad471f9 Rewrite config from /etc/airtime-saas to plain /etc/airtime
This is the results of sed -i -e 's|/etc/airtime-saas/|/etc/airtime/|' `grep -irl 'airtime-saas' airtime_mvc/ python_apps/` :P

It might need more testing, the airtime-saas part never really made sense, zf1 has environments for that, ie you would create a saas env based on production for instance.

I beleive legacy upstream was using this to share configuration between customers (ie. analyser runs only once and writes to a shared S3 bucket). I assume they mount the airtime-saas folder onto individual customers instances with a global config. Like I said, I don't feel that this makes sense since all it does is make hacking at the configs in airtime-saas a bit easier. A serious SaaS operation should be using something like puppet or ansible to achieve this.
2017-03-03 15:57:41 +01:00
..
__init__.py CC-5709: Airtime Analyzer 2014-03-10 16:32:23 -04:00
airtime_analyzer.py Bugfix for embedded player sending too many requests on load, quieter logging for boto 2015-04-29 11:46:44 -04:00
analyzer.py CC-5709: Airtime Analyzer 2014-04-03 16:13:26 -04:00
analyzer_pipeline.py Disable analyzer log file rotation (already handed by Upstart), clean up 2015-04-10 15:03:58 -04:00
cloud_storage_uploader.py Rewrite config from /etc/airtime-saas to plain /etc/airtime 2017-03-03 15:57:41 +01:00
cloud_storage_uploader_libcloud.py Rewrite config from /etc/airtime-saas to plain /etc/airtime 2017-03-03 15:57:41 +01:00
config_file.py Added missing config_File.py 2014-12-19 16:20:20 -05:00
cuepoint_analyzer.py Comments 2015-10-30 18:09:56 -04:00
filemover_analyzer.py Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-cloud-storage 2014-10-22 17:16:46 -04:00
message_listener.py Another small bugfix for error handling in the analyzer 2015-04-06 17:33:08 -04:00
metadata_analyzer.py Merge branch 'saas-dev' into saas-dev-publishing 2015-11-18 12:38:18 -05:00
playability_analyzer.py Minor airtime_analyzer error handling improvements and documentation 2015-04-06 17:22:13 -04:00
replaygain_analyzer.py Close file descriptors in airtime_analyzer before forking subprocesses 2014-12-15 17:18:02 -05:00
status_reporter.py airtime_analyzer unit test backwards compatibility with older versions of requests 2015-07-08 10:32:35 -04:00