Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move master to python 3 (Recidiviz/recidiviz-data#432)
* Remove urlfetch monkey patch (Recidiviz/recidiviz-data#239) * migrate from users to cloud iap (Recidiviz/recidiviz-data#241) * move sessions to new datastore api (Recidiviz/recidiviz-data#236) Part of Recidiviz/recidiviz-data#176 * move sessions to new datastore api * Use emulator to test writing and reading sessions * Move emulator environment vars into a fixture * remove unnecessary pytest emulator mark (Recidiviz/recidiviz-data#277) * Move secrets to new datastore api (Recidiviz/recidiviz-data#276) * Removed local functionality, added new fields. (Recidiviz/recidiviz-data#282) * add test only annotation (Recidiviz/recidiviz-data#281) * Migrated push queues from TaskQueues to Cloud Tasks. (Recidiviz/recidiviz-data#323) * Remove urlfetch monkey patch (Recidiviz/recidiviz-data#239) * migrate from users to cloud iap (Recidiviz/recidiviz-data#241) * move sessions to new datastore api (Recidiviz/recidiviz-data#236) Part of Recidiviz/recidiviz-data#176 * move sessions to new datastore api * Use emulator to test writing and reading sessions * Move emulator environment vars into a fixture * remove unnecessary pytest emulator mark (Recidiviz/recidiviz-data#277) * Move secrets to new datastore api (Recidiviz/recidiviz-data#276) * Removed local functionality, added new fields. (Recidiviz/recidiviz-data#282) * Migrated scraper.py and worker.py from TaskQueues to Cloud Tasks. * Added google-cloud-tasks to Pipenv. * Fixed Worker tests, removed App Engine testbed. * Migrated scraper_tests from TaskQueues to Cloud Tasks. * Use same queue_path as scrapers. * Use same queue_path as scrapers for remaining calls. * Added APPLICATION_ID to Travis env. * Migrated us_vt_scraper_test from TaskQueue to Cloud Tasks. * Removed extra newline. * Migrated us_ny_scraper_test from TaskQueue to Cloud Tasks. * Commenting out unused tests to satisfy pylint. * Deleting unused code to please pylint. * Moved push queue operations to their own module. * Removed taskqueue testbed stuff. * Moved queues_test.py to recidiviz/tests/ingest/ * Switched from camelCase to lower_with_under naming for tests. * Refactor docket to use pubsub (Recidiviz/recidiviz-data#335) * move docket to pubsub * remove snapshot logic from docket * Fix python3 build (Recidiviz/recidiviz-data#352) * fix infer release usage of sessions * remove app identity usage from tests * fix get closed only sessions * remove entity kinds from regions.yaml (Recidiviz/recidiviz-data#360) also removes related code that uses the entity kinds, most notable the test data populator and `compare_and_set_snapshot` from scraper. * remove us-ny specific models (Recidiviz/recidiviz-data#374) * Fix python build * Remove deferred (Recidiviz/recidiviz-data#369) * Remove uses of deferred throughout * adding to docket should use pubsub batching * add comment about name query * add another test * Remove appengine library use (Recidiviz/recidiviz-data#413) * Remove lib directory (Recidiviz/recidiviz-data#411) * Switch to python 3 interpreter (Recidiviz/recidiviz-data#421) * Switch to python 3 interpreter * don't cache packages for now * pin pyyaml to 3.13 to fix breakage yaml/pyyaml#126 * fix pylint * remove object inheritance * read names file in text mode * fix lint errors * update requirements.txt * re-enable pip caching on travis * fix queue test * fix more * Add pipfile to gcloudignore * Fix pipfile gcloudignore * Remove `base.yaml` * Remove defunct datastore indices * Manually setup cloud logging client * Update `in_prod` to check custom env var * Add google-cloud-logging to pipfile/requirements * Fix environment test * Rewrite docket to avoid repeated get calls * fix docket test * remove parens from class defs * decode bytes * update metaclass syntax for scraper * update persistence imports * fix auth test * pylint disable unused __new__ buildable_attr * remove app id env var * weird compression encode/decode * fix compression encoding / decoding * last fixes (Recidiviz/recidiviz-data#431) * Add pymysql to pipenv & requirements * Remove missed empty parens on classes * Add note about pubsub emulator for tests * Fix comment in sessions * Fix some comments GitOrigin-RevId: 665d5323081ff78922b4194a292bd117a4c958dd
- Loading branch information