Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 852 Bytes

GRAVEYARD.md

File metadata and controls

22 lines (12 loc) · 852 Bytes

Socorro Code Graveyard

This document records interesting code that we've deleted for the sake of discoverability for the future.

Various scripts

bin/remove_field.py which removes fields from raw crashes in crash storage and elasticsearch.

bin/load_processed_crashes_into_es.py which was used to backfill elasticsearch from crash storage when migrating to Google Cloud Platform.

webapp/less_to_css.sh which converts LESS files to CSS, with associated NPM script "convert:less": "sh less_to_css.sh"

S3 and SQS support

S3 crash storage and sqs crash queue support were removed after migrating to Google Cloud Platform.