Matthew B

Results 77 comments of Matthew B

related to https://github.com/NCEAS/metacat/issues/1914#issuecomment-2101623919

Just to make sure this wasn't something we broke in metacat 3.0.0, I also verified that the same thing happens on https://mn-demo-6.test.dataone.org/metacatui, which is running the metacat 2.19 release. (Note...

Added to metacat helm chart in PR [1893](https://github.com/NCEAS/metacat/pull/1893). This adds a robots.txt to the metacat installation, and adds a rewrite rule to redirect /robots.txt to its location. If the metacat...

See [original outreach list](https://docs.google.com/spreadsheets/d/1ioh2dpaJsOdSftEg7pYpj8Tn9Pg4by62YHmR-79zCPQ/edit#gid=0) (created from [list of registered D1 nodes](https://cn.dataone.org/cn/v2/node/)), for orgs using old skins-based deployments. Only 2 orgs needed action from this list: - [x] Japan LTER -...

# Finalized Lists ## from [5/14/24 backend dev meeting](https://hpad.dataone.org/4dNnT9mrRNyq0AgkOfjtPQ?both#2024-05-14) (notes made in [google doc](https://docs.google.com/document/d/1hbNOhvFio6oXCwnZCO71B4fYDd1SJG0eRTt2ZopvI4s/edit?usp=sharing)): - [email protected] - Active. keep - [email protected] - Active. keep - [email protected]: Don’t use for announcements...

For "read only" groups - Nick said: > we don’t have a set config for read-only, but you can follow our other configs listed at https://github.nceas.ucsb.edu/NCEAS/Computing/blob/master/google_groups.md to get close to...

# Google Group/List Cleanup Summary All the archives listed below can be found in zipfiles on the host: ```shell optimal-squirrel.nceas.ucsb.edu` ``` ...in the directory: ```shell /backups/archive/services-archive/google_groups/ # i.e: outin@optimal-squirrel:/backups/archive/services-archive/google_groups$ ls...

Re-assess this. May not be best practice for k8s. Better to fail readiness probe until PG becomes available??

See [Matt's simple example](https://github.com/mbjones/pgtest/blob/d89e11abcfd520e26e12667c685e8325d2f675eb/src/test/java/org/dataone/PostgresTest.java#L32) of using testcontainers and flyway for testing. [README here](https://github.com/mbjones/pgtest/tree/main?tab=readme-ov-file#pgtest)