Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robotframework/robotframework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: robotframework/robotframework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1-maintenance
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 25 files changed
  • 1 contributor

Commits on Sep 30, 2024

  1. Fix test status if message is empty.

    Affects mainly listeners, but the problem could also be reproduced
    with a special exception during execution.
    
    Fixes #5224.
    pekkaklarck committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f49985a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix execution is standard streams are not available.

    This can happen if Robot is executed using pythonw.exe or is embedded
    using, for example, PyInstaller.
    
    Fixes #5212.
    pekkaklarck committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7a8bbc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Better place to turn keyword timeout to normal error.

    Turning keyword timeouts that occurred in teardowns to normal errors
    is needed as a fix for #3398. Better to do that explicitly than as
    a side-effect of `can_continue` call.
    pekkaklarck committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    de07bff View commit details
    Browse the repository at this point in the history
  2. Fix keyword timeout in teardown when keyword uses WUKS.

    This was a regression caused by #3398. Fixes #5237.
    pekkaklarck committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3c5f7c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. CI tuning.

    - Run tests in maintenance branches when they are updated.
    - Run tests also with Python 3.13.
    pekkaklarck committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    9abd47f View commit details
    Browse the repository at this point in the history
  2. Release notes for 7.1.1

    pekkaklarck committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3084b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dedfbf View commit details
    Browse the repository at this point in the history
  4. Updated version to 7.1.1

    pekkaklarck committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    10f24c2 View commit details
    Browse the repository at this point in the history
  5. Back to dev version

    pekkaklarck committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    fa96db6 View commit details
    Browse the repository at this point in the history
Loading