summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests
AgeCommit message (Expand)Author
2024-03-22bitbake: fetch2: handle URIs with single-valued query parametersRoss Burton
2024-02-23bitbake: fetch2: Ensure that git LFS objects are availablePhilip Lorenz
2024-02-19bitbake: fetch2/git: Make latest_versionstring extract tags with slashes corr...Peter Kjellerstedt
2024-02-19bitbake: tests/fetch: Make test_git_latest_versionstring support a max versionPeter Kjellerstedt
2024-02-19bitbake: tests/fetch.py: add test case for using premirror in restricted networkChen Qi
2024-02-19bitbake: tests/fetch.py: add multiple fetches testPavel Zhukov
2024-02-19bitbake: tests/fetch: support git's safe.bareRepositoryAndré Draszik
2024-02-08bitbake: tests: fetch.py: use real subversion repositoryMartin Jansa
2024-01-10bitbake: ast: Fix EXPORT_FUNCTIONS bugRichard Purdie
2024-01-10bitbake: bitbake: tests/event: Add test_lineno_in_eventhandlerRobert Yang
2023-12-06bitbake: bb/toaster: Fix assertEquals deprecation warningsRichard Purdie
2023-12-02bitbake: bitbake: tests: Fix duplicate test_underscore_override testRichard Haar
2023-11-23bitbake: bitbake: fetch2: git: Update Git-LFS download and testsDesone Burns
2023-10-23bitbake: tests/fetch.py: Add tests to cover multiple branch/name parametersPavel Zhukov
2023-10-06bitbake: selftest/fetch: Ensure top level directory timestamp doesn't break testRichard Purdie
2023-09-20bitbake: data: Add missing dependency handling of remove operatorInsu Park
2023-08-09bitbake: siggen: Improve runtaskdeps data to fix sstate debuggingRichard Purdie
2023-08-04bitbake: bb.tests.data: don't require the func flag for context functionsChristopher Larson
2023-08-04bitbake: tests.data: add test for builtin preferred over metadata valueChristopher Larson
2023-08-04bitbake: tests.codeparser: add test for exec of builtin from inline pythonChristopher Larson
2023-08-04bitbake: tests.data: add test for inline python calling a def'd functionChristopher Larson
2023-07-27bitbake: fetch2: Set maxsplit to match expected variablesDit Kozmaj
2023-06-27bitbake: bitbake: tests: Use assertLogs to test logging outputPeter Hoyes
2023-06-27bitbake: bitbake: tests/fetch: Set git config if not already setPeter Hoyes
2023-06-27bitbake: bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegexPeter Hoyes
2023-06-27bitbake: bitbake: tests/fetch: Mark TestTimeout as not a test suitePeter Hoyes
2023-05-25bitbake: lib/bb/tests/fetch.py: set initial branchBergin, Peter
2023-05-25bitbake: fetch2/crate: Correct unpack for a crate that matches the recipe namePeter Kjellerstedt
2023-05-05bitbake: tests/fetch: Default to https git protocol where possibleRichard Purdie
2023-04-13bitbake: bitbake: ConfHandler: Allow variable flag name with a single characterKai Kang
2023-04-06bitbake: fetch2/crate: create versioned 'name' entriesEnrico Scholz
2023-03-30bitbake: fetch2: Add checksum capability for crate fetcherFrederic Martinsons
2023-03-23bitbake: ConfHandler: Allow the '@' character in variable flag namesJames R T
2023-03-22bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-03-17bitbake: crate.py: authorize crate url with parametersFrederic Martinsons
2023-02-26bitbake: fetch/npmsw: add more short forms for git operationsMark Asselstine
2023-02-22bitbake: tests/fetch: Add real git lfs tests and decoratorPaulo Neves
2023-02-22bitbake: tests/fetch: git-lfs restore _find_git_lfsPaulo Neves
2023-01-24bitbake: data: Add support for new BB_HASH_CODEPARSER_VALS for cache optimisa...Richard Purdie
2023-01-20bitbake: fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18bitbake: fetch2/tests: Add test for MercurialPavel Zhukov
2022-12-31bitbake: event: Always use threadlockRichard Purdie
2022-12-29bitbake: event: builtins fix for 'd' deletionRichard Purdie
2022-12-17bitbake: ast/data/codeparser: Add dependencies from python module functionsRichard Purdie
2022-12-11bitbake: siggen: Drop non-multiconfig aware siggen supportRichard Purdie
2022-12-11bitbake: fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin
2022-11-10bitbake: data_smart: allow python snippets to include a dictionaryMark Asselstine
2022-10-26bitbake: tests/fetch: Allow handling of a file:// url within a submoduleRichard Purdie
2022-10-26bitbake: tests: bb.tests.fetch.URLHandle: add 2 new testsMark Asselstine
2022-09-01bitbake: tests: Add test for possible gitsm deadlockPavel Zhukov