• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

readme-gen/25-Apr-2025-245147

test_resources/25-Apr-2025-367343

README.mdD25-Apr-2025866 2218

buildprbody.pyD25-Apr-20254.1 KiB12892

buildprbody_test.pyD25-Apr-20252.5 KiB6637

changesummary.pyD25-Apr-202521.8 KiB537319

changesummary_test.pyD25-Apr-202510.6 KiB246152

createcommits.shD25-Apr-20251.7 KiB5331

decrypt-secrets.shD25-Apr-20251.7 KiB4721

requirements.txtD25-Apr-202514 21

updatediscoveryartifacts.pyD25-Apr-20252.7 KiB8243

README.md

1# Discovery Artifact Automation
2Discovery Artifacts are automatically updated using a Github Action script. This
3documentation is intended for users that need to maintain the repository.
4
5## Updating discovery artifacts locally
6
7To update discovery artifacts locally:
81. Create a virtual environment using `pyenv virtualenv updateartifacts`
92. Activate the virtual environment using `pyenv activate updateartifacts`
103. Clone the repository, and `cd` into the `scripts` directory
114. Run `pip install -r requirements.txt`
125. Run `pip install -e ../`
136. Run `git checkout -b update-discovery-artifacts-manual`
147. Run `python3 updatediscoveryartifacts.py`
158. Run `./createcommits.sh`
169. Run `python3 buildprbody.py`
1710. Create a pull request with the changes.
1811. Copy the contents of `temp/allapis.summary` into the PR Body.
19
20## Questions
21Feel free to submit an issue!
22