Patrick Connolly
Patrick Connolly
The docker hub image build has been failing for a long time, and showing up as a failed badge on the README. This should fix it.
This is a small change to help lay groundwork for future API server improvements (for now, we'll see security patches, and in future, we'll be able to use more secure...
**Expected behavior**: No errors in server logs and console on client-participation page/ **Actual behavior**: Seeing errors in server log and console after #1232 was merged, due to addition of this...
Depends on https://github.com/compdemocracy/polis/pull/1258 Re-ticketed from https://github.com/compdemocracy/polis/pull/1258#issuecomment-1002743188 This just allows us to take advantage of the new config options in the `setup-node` action. No behaviour should change.
The logic that was supposed to skip steps when a GH token was unavailable was [working for users submitting PRs from forks](https://github.com/compdemocracy/polis/actions/workflows/depcheck.yml?query=actor%3Apatcon), but [not for PRs from dependabot](https://github.com/compdemocracy/polis/actions/workflows/depcheck.yml?query=actor%3Adependabot). This results...
Reticketed from https://github.com/compdemocracy/polis/pull/961#discussion_r768206590 (plus some other comments from @metasoarous in that PR) Should also resolve: https://github.com/compdemocracy/polis/pull/1236#issuecomment-993109284 The one change of note is that `npm run build` should happen in a...
Blocked on: https://github.com/compdemocracy/polis/pull/1235 (After that's merged, I will use the GitHub UI to switch this PR's base branch from `micahstubbs/960/typescript` to `dev`) Related: https://github.com/compdemocracy/polis/issues/263 (Ignore all but the last 2...
~~Blocked on: #961 (After that's merged, I will use the GitHub UI to switch this PR's base branch from `micahstubbs/960/typescript` to `dev`)~~ Related: https://github.com/compdemocracy/polis/issues/263 ~~(Ignore the first 4 commits, as...
If the home_dir resource attr is created without creating all containing parent directories, the ark resource fails. I'm wondering whether the parent folder creation should be in the ark LWRP...