Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openhtf to latest #10

Merged
merged 55 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
cf5600c
fixed typos and closed open brackets (#807)
iHarshit15 Dec 14, 2023
b4a8291
adressing to the comment
iHarshit15 Dec 15, 2023
7993642
Update mfg_inspector.py
iHarshit15 Dec 15, 2023
7573009
Merge pull request #1126 from iHarshit15:master
copybara-github Dec 18, 2023
e4a844c
Use coveralls github action with parallel enabled (#1131)
dbhatman Jan 4, 2024
e892a9e
Move ImmutableMeasurement to measurement.py.
a-googler Jan 4, 2024
72a2e31
Added pytype None checks to console_summary.py.
a-googler Jan 18, 2024
a1449e0
Added pytype None checks to text.py.
a-googler Feb 23, 2024
d1ebe96
Added pytype None checks to station_server.py.
a-googler Feb 23, 2024
24a27fa
Add set_time_millis to measurement
wallacbe Feb 26, 2024
912af91
Update diagnoses_test.py
wallacbe Feb 26, 2024
4cf0734
util.time_millis()
wallacbe Feb 26, 2024
2f7f3be
Added pytype None checks to test.py.
a-googler Feb 26, 2024
2fccdbf
Added pytype None checks to local_usb.py.
a-googler Feb 29, 2024
2f840a3
Merge pull request #1140 from google:wallacbe-set_time
copybara-github Mar 1, 2024
865512a
Internal clean up.
a-googler May 1, 2024
1b777e9
Fix test breakage likely caused by an update to pytest
glados-verma Jun 29, 2024
f838833
Also generate LCOV file to fix coveralls integration
glados-verma Jun 29, 2024
71e03cb
Merge pull request #1163 from google:glados-verma-patch-1
copybara-github Jun 29, 2024
6060cd0
Move example Test definition out of the main() function to module level.
glados-verma Jul 2, 2024
1f103eb
Increase the post timeout for uploading
dbhatman Jul 22, 2024
bb7e12d
Add support for uncompressed uploads if they are being used
dbhatman Jul 25, 2024
80e9fe5
fix typo in event_sequence.md
frankalicious Dec 22, 2020
207303e
Merge pull request #1168 from frankalicious:fix_typo
copybara-github Aug 2, 2024
3877963
Update coveralls version to 2.3.0 in continuous_integration.yml (#1170)
glados-verma Aug 28, 2024
ecd0690
Log filename, number and function name for the phase being executed
glados-verma Aug 28, 2024
7a5acb8
Fix continuous integration (again) (#1173)
glados-verma Oct 4, 2024
4706af6
Exercise stop_on_measurement_fail option later, after multidims have …
glados-verma Oct 8, 2024
16b0c05
Overhaul the build system to be per modern conventions (#1175)
glados-verma Oct 24, 2024
07e17f4
No public description
glados-verma Oct 24, 2024
e980042
Add pytype disables for legacy unittests checking for incorrect types…
copybara-service[bot] Oct 30, 2024
945c089
Update documentation for the default repeat limit, add constant for r…
glados-verma Oct 30, 2024
2064831
Upgrade Tornado to v6, and fix servers accordingly. (#1181)
glados-verma Oct 30, 2024
d4d4bf0
Update tornado requirement in the pip group (#1176)
dependabot[bot] Oct 30, 2024
3890edb
Use importlib metadata version since setuptools pkg_resources is
glados-verma Oct 30, 2024
dc893eb
Merge pull request #1183 from glados-verma:metadata
copybara-github Oct 31, 2024
57f6344
Keep GitHub Actions up to date with GitHub's Dependabot (#1184)
cclauss Nov 6, 2024
710313e
Bump the github-actions group with 3 updates (#1187)
dependabot[bot] Nov 6, 2024
c302837
Create and persist an authorized session object for MfgInspector.
a-googler Nov 6, 2024
a7c3ce2
Bump pypa/gh-action-pypi-publish in the github-actions group (#1193)
dependabot[bot] Nov 11, 2024
d4b15b3
Update profiling to work with python3.12
glados-verma Oct 30, 2024
1938ce8
Merge pull request #1194 from glados-verma:profile
copybara-github Nov 12, 2024
a6bf9e1
Continuous Integration: python-version: ["3.9", "3.11", "3.13"] (#1185)
cclauss Nov 12, 2024
be30972
Add Python 3.13 to tox (local run) environments. (#1196)
glados-verma Nov 12, 2024
bc16234
Package web_gui, and add a note to CONTRIBUTING.md to check the built…
glados-verma Nov 12, 2024
8c69ab8
Merge pull request #1197 from glados-verma:packaging
copybara-github Nov 13, 2024
c7cd2b7
Use repr instead of str for phase result logging
glados-verma Nov 13, 2024
16941c3
Remove unused imports using autoflake --in-place --recursive --remove…
glados-verma Nov 14, 2024
f9209cf
Move some type hints from comments to the newer style
glados-verma Nov 14, 2024
98b5dac
Merge pull request #1198 from glados-verma:unused_imports
copybara-github Nov 14, 2024
f8e3885
Bump pypa/gh-action-pypi-publish in the github-actions group (#1201)
dependabot[bot] Dec 11, 2024
85f5d72
If run_if throws exception (not intentionally), test will terminate w…
eli-zr Dec 11, 2024
fd7c8ff
Fix broken examples and add a README
glados-verma Dec 18, 2024
0e4f7c4
Merge pull request #1207 from glados-verma:examples
copybara-github Dec 20, 2024
b482928
Merge branch 'master' into feat/update-openhtf-jan2025
jonny12375 Jan 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump pypa/gh-action-pypi-publish in the github-actions group (google#…
…1201)

Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.3
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@15c56db...67339c7)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Dec 11, 2024
commit f8e3885b1acc35700ff42b38e1c0cb9fc26273b6
4 changes: 2 additions & 2 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
@@ -55,13 +55,13 @@ jobs:
- name: Build package
run: python -m build
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
with:
password: ${{ secrets.TESTPYPI_PUBLISH_PASSWORD }}
repository_url: https://test.pypi.org/legacy/
- name: Publish package to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
with:
user: __token__
password: ${{ secrets.PYPI_PUBLISH_PASSWORD }}