Skip to content

debug and output file support#433

Merged
radu-mocanu merged 1 commit into
mainfrom
feat/debug
Jul 24, 2025
Merged

debug and output file support#433
radu-mocanu merged 1 commit into
mainfrom
feat/debug

Conversation

@radu-mocanu

@radu-mocanu radu-mocanu commented Jul 3, 2025

Copy link
Copy Markdown
Collaborator

This PR should cover the following:

  • add proper support for debug functionality.
  • use kwargs where missing
  • create execution_output file
  • add --output-file flag to the uipath run command
  • rename flags
    (the list will be updated)

❗The changes done on this PR might break the current functionalities. The minor identifier of the version will be bumped.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.1.0.dev1004330646",

  # Any version from PR
  "uipath>=2.1.0.dev1004330000,<2.1.0.dev1004340000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

@radu-mocanu radu-mocanu self-assigned this Jul 3, 2025
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jul 3, 2025
@radu-mocanu radu-mocanu force-pushed the feat/debug branch 4 times, most recently from e0e8007 to 66c2263 Compare July 4, 2025 08:23
@radu-mocanu radu-mocanu force-pushed the feat/debug branch 2 times, most recently from b34029d to 0e9bf11 Compare July 23, 2025 07:00
@radu-mocanu radu-mocanu changed the title WIP: add debug functionality debug and output file support Jul 23, 2025
@radu-mocanu radu-mocanu force-pushed the feat/debug branch 5 times, most recently from 3ca8cc1 to d2ede53 Compare July 23, 2025 08:02
@radu-mocanu radu-mocanu requested a review from cristipufu July 23, 2025 08:05
@radu-mocanu radu-mocanu force-pushed the feat/debug branch 3 times, most recently from d7f08ea to 5aed80d Compare July 23, 2025 10:22
@radu-mocanu radu-mocanu force-pushed the feat/debug branch 9 times, most recently from 82f3b85 to 32136c8 Compare July 24, 2025 08:47
@radu-mocanu radu-mocanu enabled auto-merge July 24, 2025 09:22
@radu-mocanu radu-mocanu merged commit fd7ebde into main Jul 24, 2025
16 checks passed
@radu-mocanu radu-mocanu deleted the feat/debug branch July 24, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants