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

Workflow Updates #3

Merged
merged 18 commits into from
Aug 18, 2023
Merged

Workflow Updates #3

merged 18 commits into from
Aug 18, 2023

Conversation

nfelt14
Copy link
Collaborator

@nfelt14 nfelt14 commented Aug 3, 2023

Update GitHub Workflows to run properly.

@nfelt14 nfelt14 requested review from a team as code owners August 3, 2023 00:27
@nfelt14 nfelt14 merged commit 5ae7252 into main Aug 18, 2023
@nfelt14 nfelt14 deleted the nfelt/github-workflow-updates branch August 18, 2023 23:12
v12ganesh pushed a commit to v12ganesh/tm_devices that referenced this pull request Mar 28, 2024
* ci: Update workflows to not push package yet.

* ci: Specify the coverage file for codecov.

* ci: Make sure to check out the code when running tests.

* docs: Update badges to indicate build status of GitHub actions.

* ci: Add new checks that make it simpler to gate code changes.

* ci: Comment out codecov for now.

* ci: Save artifacts after running tests.

* fix: Enable macOS support for the ping command.

* ci: Update artifact directory.

* test: Change IP address to try to get tests to pass on macOS.

* docs: Update link for license badge.

* docs: Update link for license badge.

* docs: Add new links for package.

* test: Update some tests.

* ci: Update runner used for doc tests.

* ci: revert runner

* refactor: Added new driver. Added docs on unit tests.

* refactor: Added to troubleshooting guide. Update linting noqa comments.
Signed-off-by: v12ganesh [email protected]
qthompso added a commit to qthompso/tm_devices that referenced this pull request Jul 17, 2024
� This is the 1st commit message:

fix: Added function generation to all signal generators

Signed-off-by: qthompso <[email protected]>

fix: fixes to strange resolutions to new commits and updates to docs

Signed-off-by: qthompso <[email protected]>

docs: update to documentation for signal generation

Signed-off-by: qthompso <[email protected]>

docs: fix to CHANGELOG.md and typos and grammer changes

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, some grammer changes and removal of some useless known words

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, changed docstring

Signed-off-by: qthompso <[email protected]>

docs: signal generation updates

Signed-off-by: qthompso <[email protected]>

python-deps(deps-dev): bump the python-dependencies group with 2 updates (tektronix#247)

* python-deps(deps-dev): bump the python-dependencies group with 2 updates

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: Update python linters and pre-commit dependencies.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tektronix Bot <[email protected]>

gh-actions(deps): bump anchore/scan-action (tektronix#248)

Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action).

Updates `anchore/scan-action` from 3 to 4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fix: Added function generation to all signal generators

Signed-off-by: qthompso <[email protected]>

fix: fixes to strange resolutions to new commits and updates to docs

Signed-off-by: qthompso <[email protected]>

docs: update to documentation for signal generation

Signed-off-by: qthompso <[email protected]>

docs: fix to CHANGELOG.md and typos and grammer changes

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, some grammer changes and removal of some useless known words

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, changed docstring

Signed-off-by: qthompso <[email protected]>

docs: Updated the mkdocs plugin load order to fix weird capitalization issues in the new signal generation doc.

Also fixed a few things in the signal generation doc to make links render properly.

fix: Fix an issue where setup burst did not turn the channel on, so no burst would be generated

Signed-off-by: qthompso <[email protected]>

docs: Added more detail to the composition diagram in order to try to make it render more clearly

� The commit message tektronix#2 will be skipped:

� fix: fixes to strange resolutions to new commits and updates to docs
�
� Signed-off-by: qthompso <[email protected]>

� The commit message tektronix#3 will be skipped:

� docs: update to documentation for signal generation
�
� Signed-off-by: qthompso <[email protected]>
nfelt14 pushed a commit to qthompso/tm_devices that referenced this pull request Jul 23, 2024
� This is the 1st commit message:

fix: Added function generation to all signal generators

Signed-off-by: qthompso <[email protected]>

fix: fixes to strange resolutions to new commits and updates to docs

Signed-off-by: qthompso <[email protected]>

docs: update to documentation for signal generation

Signed-off-by: qthompso <[email protected]>

docs: fix to CHANGELOG.md and typos and grammer changes

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, some grammer changes and removal of some useless known words

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, changed docstring

Signed-off-by: qthompso <[email protected]>

docs: signal generation updates

Signed-off-by: qthompso <[email protected]>

python-deps(deps-dev): bump the python-dependencies group with 2 updates (tektronix#247)

* python-deps(deps-dev): bump the python-dependencies group with 2 updates

Updates the requirements on [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `pyright` to 1.1.371
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.370...v1.1.371)

Updates `ruff` to 0.5.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.1...0.5.2)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: Update python linters and pre-commit dependencies.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tektronix Bot <[email protected]>

gh-actions(deps): bump anchore/scan-action (tektronix#248)

Bumps the gh-actions-dependencies group with 1 update: [anchore/scan-action](https://github.com/anchore/scan-action).

Updates `anchore/scan-action` from 3 to 4
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3...v4)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-actions-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

fix: Added function generation to all signal generators

Signed-off-by: qthompso <[email protected]>

fix: fixes to strange resolutions to new commits and updates to docs

Signed-off-by: qthompso <[email protected]>

docs: update to documentation for signal generation

Signed-off-by: qthompso <[email protected]>

docs: fix to CHANGELOG.md and typos and grammer changes

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, some grammer changes and removal of some useless known words

Signed-off-by: qthompso <[email protected]>

docs: fixed changelog, changed docstring

Signed-off-by: qthompso <[email protected]>

docs: Updated the mkdocs plugin load order to fix weird capitalization issues in the new signal generation doc.

Also fixed a few things in the signal generation doc to make links render properly.

fix: Fix an issue where setup burst did not turn the channel on, so no burst would be generated

Signed-off-by: qthompso <[email protected]>

docs: Added more detail to the composition diagram in order to try to make it render more clearly

� The commit message tektronix#2 will be skipped:

� fix: fixes to strange resolutions to new commits and updates to docs
�
� Signed-off-by: qthompso <[email protected]>

� The commit message tektronix#3 will be skipped:

� docs: update to documentation for signal generation
�
� Signed-off-by: qthompso <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants