Tags: ACCESS-NRI/access-nri-intake-catalog
Tags
311 telemetry (#312) * Add telemetry (initialised when intake.cat.access_nri entrypoint accessed) * Check for running event loop & start one if nothing found * Fix up event loop * Change to a list of telemetry registered functions in the telemetry module * Add IPython req to CI env * Move telemetry out to separate package * Get access-ipy-telemetry from git repo (not on PyPI yet) * Added redundant telemetry printout - trying to trick CI runner * Remove redundant telemetry printout * Added access_ipy_telemetry to documentation build environment * access-py-telemetry now being downloaded via pip from PyPI mirrors rather than from git repo * Update URL to point to dev server, fix dependency name in pyproject.toml * Fixed some things relating to initialisation of telemetry * Update telemetry setup for some testing * The way telemetry was working, if we had `intake.cat.access_nri` in the first cell, we wouldn't record it, because we were running the telemetry with `pre_run_cell`, but we were turning on the telemetry during the first cell. This just manually fires the request during the first cell, and it's cached, so we shouldn't get a bunch of unnecessary refires * Strip nweline * Update to point at production server * Put token on gadi & fill with dud token if nothing found * Add telemetry disclaimer to docs * missing file * Fix docs? * Fix rst * Fix docs (again?...) * Remove pointless colons & fix typo
Bugfixes (#354) * Fixes a couple of bugs with the use_datastore/build-esm-datastore functionality which arose when trying to create multiple datastores in a single directory: needless checking hashes, warnings about datastore already existing, etc. * Fix parsing of builder-kwargs
Bugfixes (#354) * Fixes a couple of bugs with the use_datastore/build-esm-datastore functionality which arose when trying to create multiple datastores in a single directory: needless checking hashes, warnings about datastore already existing, etc. * Fix parsing of builder-kwargs
Update tests to represent changes to cmip5-al33 (#332) * Update to fix inconsistency due to modified 'cmip5-al33' datastore * Add xfail marker to test that keep breaking due to datastore owner updates --------- Co-authored-by: Marc White <mwhite1206@gmail.com>
PreviousNext