Skip to content

[pull] master from robotframework:master#145

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

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

Conversation

@pull
Copy link

@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

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 1, 2025 15:09
This makes it possible to show source and line number in import
errors/warnings also when using `Import Library/Resource/Variables`
keywords for importing libraries. Need by #5492.
Libraries imported with the same name as already imported libraries
are ignored. This used to be silent, but after this commit there are
warnings in these cases:

- Library is re-imported with different arguments than earlier.
- Library is imported using an alias that is used by another imported
  library.

Fixes #5492.
Remove class references from docs when method has a return type.
Add explicit `return`.
- Run tests also with Python 3.14 (#5435). Hopefully using just '3.14'
  is enough when it's still in the RC phase.
- Run unit tests with PRs with same Python versions as acceptance tests.
Trying to setup running tests with Python 3.14 on GitHub Actions
(#5435). Using '3.14' as the version didn't work, because Python 3.14
is still in the RC phase. Using '3.14-dev' ought give us the latest
preview release (and hopefully the final version vhen it's released):
https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#using-the-python-version-input
In practice using

    VAR    ${scalar}    scope=TEST

will cause a deprecation warning and should be replaced with

    VAR    ${scalar}    ${EMPTY}    scope=TEST

No changes to creating @{list} and &{dict} variables or when using the
local scope implicitly or explicitly.

Fixes #5439.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.6.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit contains the initial implementation of the `Secret` type (issue #4537) provided by the PR #5449. Basic functionality works, but there are still some things to look at. See the aforementioned issue and/or PR for details.
- Fix creating secret lists with list variables in values.
- Explicit tests for secret dicts with dict variables in values.
- Fix handlig escaped content when handling embedded secrets.
- Add `Secret.__repr__`.
- Report the type of the resolved value in errors.

See issue #4537 and PR #5449.
When creating variables, don't report error about value not being
secret after replacing variables. There is no need for that, because
the error is anyway reported in the next step when conversion is
attempted. This simplifies code and gives consistent error messages.

See issue #4537 and PR #5449.
Most importantly, try to fix tests on Windows.
Part of issue #5373.

---------

Co-authored-by: Clemens Otto <clemens.otto@rohde-schwarz.com>
Values were already validated by keywords themselves so there are no
real functional changes. The main benefit is getting the accepted
values shown automatically in documentation and in some cases also
error messages got better. In the future IDEs may also be able to
auto-complete the accepted values.

Existing argument validation wasn't removed from keywords to avoid
problems in programmatic usage.

This is related to adding typing to standard libraries (#5373).
We'd like the `Secret` type (#4537) to be implemented under `robot.api`,
but that causes very-hard-to-resolve cyclic import issues. After some
failed attempts, we decided to keep it under `robot.utils`.

At some point the idea was to "hide" the implementation under `robot.utils`
by naming the module `_secret`, but we haven't used such convention with
other modules so better to go with normal `secret` name. The docs will
be updated later to explain that the class should be imported under
`robot.api.types`.
pekkaklarck and others added 30 commits January 19, 2026 13:25
Main motivation is making it easier to add Markdown support (#5304)
later.

Also enhance related tests a bit.
Anchore generated by Libdoc is uppercase `Introduction`, header
id should match that.

Fixes #5601
See #5597.

Co-authored-by: Marvin Klerx <marvin.klerx.ext@siemens.com>
Notes are mostly simplified. Fixes #5597.
Also mention in installation instructions that although core features
have no dependencies, individual features may have.

Fixes #5590.
Bumps the npm_and_yarn group with 2 updates in the /src/web directory: [@parcel/reporter-dev-server](https://github.com/parcel-bundler/parcel) and [minimatch](https://github.com/isaacs/minimatch).


Updates `@parcel/reporter-dev-server` from 2.16.0 to 2.16.4
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](parcel-bundler/parcel@v2.16.0...v2.16.4)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.1.2...v3.1.5)

---
updated-dependencies:
- dependency-name: "@parcel/reporter-dev-server"
  dependency-version: 2.16.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Secret variable has a special meaning nowadays.
Instead of failing for AttributeError in `_normalize`, raise explicit
KeyError if getting or deleting and TypeError if setting.

Fixes #5620 i.e. accessing variables returned by
`BuiltIn.get_variables` with non-string keys.
Such an import would fail anyway and in some contexts the failure is
really strange.

Fixes #5615.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…src/web/npm_and_yarn-be23461eb3

Bump the npm_and_yarn group across 1 directory with 2 updates
Basic functionality done and tested. Various activated plugins still
need to be tested separately and documentation is also totally
missing.

The first part of #5304.
- Support TOC
- Support linking to intro's headers
- Proper tests
- Refactoring

This is part of #5304. Documentation is still missing and styles need
some love.
The appendix about Boolean arguments is not needed anymore when docs
generated with Libdoc have type information. This info was also
outdated. It didn't, for example, mention translations at all.

To some extend related to #5338.
No need to redefine it in Libdoc code. Also add Markdown to it as part
of #5304.
Don't convert ints to floats unnecessarily. Fixes #5628.
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.