You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| readme-gen | 1 year ago | |
| test_resources | 1 year ago | |
| README.md | 1 year ago | |
| buildprbody.py | 1 year ago | |
| buildprbody_test.py | 1 year ago | |
| changesummary.py | 1 year ago | |
| changesummary_test.py | 1 year ago | |
| createcommits.sh | 1 year ago | |
| decrypt-secrets.sh | 1 year ago | |
| requirements.txt | 1 year ago | |
| updatediscoveryartifacts.py | 1 year ago | |
README.md
Discovery Artifact Automation
Discovery Artifacts are automatically updated using a Github Action script. This documentation is intended for users that need to maintain the repository.
Updating discovery artifacts locally
To update discovery artifacts locally:
- Create a virtual environment using
pyenv virtualenv updateartifacts - Activate the virtual environment using
pyenv activate updateartifacts - Clone the repository, and
cdinto thescriptsdirectory - Run
pip install -r requirements.txt - Run
pip install -e ../ - Run
git checkout -b update-discovery-artifacts-manual - Run
python3 updatediscoveryartifacts.py - Run
./createcommits.sh - Run
python3 buildprbody.py - Create a pull request with the changes.
- Copy the contents of
temp/allapis.summaryinto the PR Body.
Questions
Feel free to submit an issue!