-
I'm exploring using Arq 7 to manage backups across several computers to a B2 bucket, but one thing that I'm hoping for is to be able to do automated integrity checks by programmatically retrieving fil…
-
**Problem description**
Have a look at: https://zenodo.org/records/10282526
I know that DataSHIELD is also looking into this.
-
### Feature
Currently, we dont have the automated project structure updation in our repository. It'll be benefitial for the new commers to understand the project structure from readme itself and re…
-
Current: All accounts are shown in the information contributor field
![Screenshot 2024-02-21 at 12-21-48 SibMEI 1 0 Social Sciences Humanities Open Marketplace](https://github.com/SSHOC/sshoc-marke…
-
### Steps to reproduce
Wait for a scheduled test run to fail or inject a failure: https://github.com/radius-project/radius/actions/workflows/long-running-azure.yaml
### Observed behavior
Automated …
-
Compiler error when building Automated Testing AssetBundlerBatch
**Steps to reproduce**
1. Build AssetBundlerBatch
`cmake --build build/tools --target AssetBundlerBatch --config profile -- -m` …
-
Rename the 'CI-Linux' action to something like 'automated-tests' or something more useful
-
Reported by: **[uncoolbob](https://launchpad.net/~uncoolbob)**
Date: 2019-06-06T11:41:04Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: [lp1831884](https://bugs.launchpad.net/bugs/1831884)
T…
-
This issue describes several steps of the release process and an approach to fully automating it.
# Phar
Currently a phar file is built and pushed into the repo, according to the release docs fr…
-
What about automated releases?
Every commit to main branch can be a new version
Workflow:
```js
name: release
on: push
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses…