Andy Teucher
Andy Teucher
So... this is passing now with a couple of (rather big) caveats: 1. I've skipped tests for which there is no available data in [tests/test-get-data.R](https://github.com/bcgov/bcdata/pull/343/commits/b9f1ac61ca4d47af20e6404d246d891becd1245d). 2. The new catalogue requires...
Currently failing with search facets. A simplified example: Current catalogue (returns populated License ID facets): ``` r httr::GET("https://catalogue.data.gov.bc.ca/api/3/action/package_search?facet.field=%5B%22license_id%22%5D&rows=0") |> httr::content(as = "text") #> [1] "{\"help\": \"https://catalogue.data.gov.bc.ca/api/3/action/help_show?name=package_search\", \"success\": true, \"result\": {\"count\":...
Hi @consideRatio! A 👍 from me on this - would love to have the per-user, per-server memory and CPU usage queries working again in the Openscapes hubs, as we try...
I've been poking around at this - it looks like `container_cpu_usage_seconds_total` metric does not have any data for user pods. The `hub_jupyter_org_node_purpose` label has only one value:`"core"`, and the `pod`...
Thanks @jnywong! It looks like it's been fixed since March 25 - if I set the timeframe to the last 30 days there is no data before then:  Very...
I suggested in the service ticket that it would be helpful to the the getcapabilities request to the uptime dashboard.
There are several datasets that return a 403 (forbidden) when trying to download the resource in the test environment, but are downloadable from the live catalogue. This is because the...
I've opened a ticket for this. Assuming this gets fixed the rest of the tests are passing
Ok great. Is the intention that `default` should be a length 1 character vector (including `""`), but nothing else? Or should it be allowed to have length > 1? I...