Skip to content

[pull] master from robotframework:master#145

Open
pull[bot] wants to merge 1921 commits intotestautomation:masterfrom
robotframework:master
Open

[pull] master from robotframework:master#145
pull[bot] wants to merge 1921 commits intotestautomation:masterfrom
robotframework:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 10, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label May 10, 2022
@squash-labs
Copy link
Copy Markdown

squash-labs Bot commented Feb 14, 2023

Manage this branch in Squash

Test this branch here: https://master-n02a3.squash.io

pekkaklarck and others added 28 commits September 24, 2025 15:04
All changes are related to argument files.
Explicitly test non-ASCII values. #5186
SVG icons were added in e1dc91f and subsequent commits. PNG versions
were added in b4be209, apparently as a fallback for IE8 that didn't
support SVG.
Changes include:
- Cleanup to new collapse/expand functionality (#4888)
- General style enhancements
- Simplify header implementation by using flex box layout.
- Workaround Firefox issues with conditional styles.
- Also some related style enhancements.

Fixes #5504.
- Change row header to "Execution Errors" to more explicit and less
  redundant "Errors and warnings during execution"
- Fine-tune styles. Most importantly, add border around error/warning
  messages.

Fixes #4888.
Done when investigating how to fix and test #5502.
…5501)

Fix #5500, reset _loop_ref to None so that it can be reinitialized in the next suite run
Most importantly, verify that `robot.run` can be executed multiple
times with async keywords. See issue #5500.
Fixes #5093.

---------

Co-authored-by: Pekka Klärck <peke@iki.fi>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
These keywords got the Secret support:

- Create File
- Append to File
- Set Environment Variable
- Append to Environment Variable

Part of #5512.
Most importantly, fix a bug that `Set/Append Environment Variable`
logged secret values. Other changes mostly enhancements and cleanup
for tests.

Related to issue #5512 and PR #5516.
yanne and others added 30 commits March 31, 2026 19:51
npm: bump handlebars dependency to 4.7.9
…src/web/npm_and_yarn-66413a1f6e

Bump picomatch from 2.3.1 to 2.3.2 in /src/web in the npm_and_yarn group across 1 directory
- Remove FOR loop test in IF suite.
- Remove duplicate nested IF test.
- Reuse variable.
Minor documentation change to avoid confusion between WHILE and "while"
- Minor code changes.
- Make new unit tests consistent with old ones.
- Add some more unit tests.
Use VariableMatch that's anyway needed in different finders to avoid
unnecessary decoration and undecoration. Code gets a bit simpler
and there ought to be small performance benefits as well.

This was done as part of investigating #5644. Some type hinting as well.
Most importantly, avoid using somewhat expensive `variable_not_found`
in cases where the error message it produces would anyway be ignored.

Part of #5644.
Decorating only actual recommendations is faster than decorating all
candidates because there are lot less variables to decorate.

This is related to enhancements for resolving variables (#5644). After
earlier changes this code is run only when variables aren't actually
found, so performance benefits are only seen in error situations.
Better error if Convert To Title Case is used with an invalid regexp
pattern. Fixes #5648.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Avoid passing long list of positional arguments to prevent problems if
more parameters are added to the signature.
Make handling per-file configuration more generic. We used to allow
configuring only language, but #5602 adds support for configuring
documentation format as well. The new code avoids duplication
when that support is added.
Use `object` in typing when we actually accept any object.
Most importantly, fix handling `KeywordName`. Fixes #5655.
Better to have it after similar RestParser and close to their common
base class. Part of #5603.
This style works better with formatting used by black 26 (which we
cannot yet take into use due to its regression).
- Use helper methods for verification to avoid duplication.
- Use triple quoted strings to make data easier to read.
- Remove comments made redundant by the above change.
- Add some more tests.

Part of #5603.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.