Adrian Edwards
Adrian Edwards
To enable cloud-native deployment (see https://github.com/oss-aspen/augur-on-ocp) with the CrunchyData Postgres operator (which provides database connection information as individual values), A wrapper is likely needed around the flower container to add...
This log line claims that things are being refreshed at 1am CDT when the interval is configurable https://github.com/chaoss/augur/blob/0c57454a27f298d67d8d61f5d78250d2127b540e/augur/tasks/init/celery_app.py#L245 - [ ] confirm what time, if any, this job runs, or...
By my understanding the contributors table is updated in essentially two parts: half is updated by tasks that fetch data from github (core), and the other half is updated by...
https://github.com/chaoss/augur/blob/c5eeb072ae5c541e5fbb56295b3afab5dffaf4b0/augur/tasks/git/facade_tasks.py#L335C5-L335C49 this line prompted a disussion with @IsaacMilarky It seems like this line is from legacy facade where it would collect into a working_commits table (so it could pick up...
When restarting augur, it is observed that all the permissions in cloned facade repos get set to `777`. This was observed via `git status` while investigating a hang with facade....
https://github.com/chaoss/augur/blob/2c9a5f1f2a9b58cfec035982fd0b27bd31cb0fbe/augur/tasks/start_tasks.py#L159 These builders are all intended to use the same APIs and conventions, which is why many of them refer to "enabled phases" when they dont need the ability to...
Thank you for building this! I used it during the vaccinatethestates project and now may be able to use it again! My project currently uses postgres but has most of...
### Summary I'm trying to essentially clone a volume. AWS doesnt offer a way to do this without using snapshots, which copies content to S3. Given the amount of data...