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

#8066 Handle TABLE data type in AA api responses #8155

Merged
merged 4 commits into from Apr 4, 2024

Conversation

BLoe
Copy link
Collaborator

@BLoe BLoe commented Apr 4, 2024

What does this PR do?

Checklist

  • Add tests and/or storybook stories
  • Designate a primary reviewer - @grahamlangford

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 73.35%. Comparing base (b31968c) to head (99e8596).

❗ Current head 99e8596 differs from pull request most recent head 1766447. Consider uploading reports for the commit 1766447 to get more accurate results

Files Patch % Lines
src/contrib/automationanywhere/aaUtils.ts 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8155      +/-   ##
==========================================
- Coverage   73.36%   73.35%   -0.01%     
==========================================
  Files        1311     1311              
  Lines       40661    40671      +10     
  Branches     7564     7566       +2     
==========================================
+ Hits        29830    29836       +6     
- Misses      10831    10835       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@twschiller twschiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BLoe generally looking good - left some clarification questions/comments

Copy link

github-actions bot commented Apr 4, 2024

No loom links were found in the first post. Please add one there if you'd like to it to appear on Slack.

Do not edit this comment manually.

@twschiller twschiller added this to the 1.8.12 milestone Apr 4, 2024
@@ -204,6 +307,23 @@ describe("selectBotOutput", () => {
baz: true,
qux: 42,
},
out_Table: [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@BLoe BLoe enabled auto-merge (squash) April 4, 2024 18:36
@BLoe BLoe merged commit 56f30b0 into main Apr 4, 2024
19 checks passed
@BLoe BLoe deleted the feature/8066-handle-aa-table-data branch April 4, 2024 18:43
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.

Handle new response formats in the AA Run Bot and Run API Task bricks
2 participants