-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/edge' into add-py-environments-edge
* origin/edge: fix(api): ot3controller should utilize `check_ready_for_movement` (#11752) chore(docs): updating Google Tag Manager on docs subdomain #11855 refactor(app): add gripper attach, detach, and calibrate user-flow logic and skeletons (#11826) chore(build): fix push targets in api and s-d (#11879) fix(app): moveToLocation should be moveToMaintenancePosition (#11878) refactor(api): implement new Deck dependencies (#11853) refactor(api): implement new Deck collaborations (#11844) feat(app): create modals and add steps for 96 channel attach and detach (#11815) chore(build): Derive application versions from git (#11863) refactor(api): add support for Well.has_tip to the engine core (#11870) refactor(app, shared-data): calibration/moveToLocation to calibration/moveToMaintenancePosition (#11849) test(engine): add missing module_view test (#11872)
- Loading branch information
Showing
196 changed files
with
5,203 additions
and
6,677 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,6 +55,8 @@ jobs: | |
runs-on: 'ubuntu-22.04' | ||
steps: | ||
- uses: 'actions/checkout@v3' | ||
with: | ||
fetch-depth: 0 | ||
- uses: './.github/actions/python/setup-all-environments' | ||
id: 'setup' | ||
- uses: './.github/actions/python/lint' | ||
|
@@ -71,6 +73,8 @@ jobs: | |
runs-on: '${{ matrix.os }}' | ||
steps: | ||
- uses: 'actions/checkout@v3' | ||
with: | ||
fetch-depth: 0 | ||
- name: setup python environment Windows and Mac | ||
if: matrix.os != 'ubuntu-22.04' | ||
uses: './.github/actions/python/setup-single-environment' | ||
|
@@ -120,6 +124,8 @@ jobs: | |
if: github.event_name == 'push' | ||
steps: | ||
- uses: 'actions/checkout@v3' | ||
with: | ||
fetch-depth: 0 | ||
- uses: './.github/actions/python/setup-all-environments' | ||
- name: 'set complex environment variables' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,8 @@ jobs: | |
runs-on: 'ubuntu-22.04' | ||
steps: | ||
- uses: 'actions/checkout@v3' | ||
with: | ||
fetch-depth: 0 | ||
- uses: './.github/actions/python/setup-all-environments' | ||
- name: 'set complex environment variables' | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.