summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
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
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-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-06bitbake: fetch2/crate: create versioned 'name' entriesEnrico Scholz
2023-03-30bitbake: fetch2: Add checksum capability for crate fetcherFrederic Martinsons
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-20bitbake: fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18bitbake: fetch2/tests: Add test for MercurialPavel Zhukov
2022-12-11bitbake: fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin
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
2022-09-01bitbake: tests: Add Timeout classPavel Zhukov
2022-07-15bitbake: fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie
2022-07-15bitbake: fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves
2022-06-21bitbake: tests/fetch: Add test for broken mirror tarballPavel Zhukov
2022-06-11bitbake: tests/fetch: Add tests for premirror using real projectPavel Zhukov
2022-06-11bitbake: tests/fetch: Drop unnecessary duplicated functionPavel Zhukov
2022-06-08bitbake: Add tests to cover BB_FETCH_PREMIRRORONLY functionalityPavel Zhukov
2022-04-14bitbake: fetch2/git: canonicalize ids in generated tarballsOlaf Mandel
2022-03-26bitbake: fetch2/git: stop generated tarballs from leaking infoOlaf Mandel
2022-02-23bitbake: tests/fetch: Update for master -> main change upstreamRichard Purdie
2022-02-17bitbake: fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-12bitbake: tests/fetch: Add missing branch param for git urlsRichard Purdie
2022-02-05bitbake: fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt
2022-02-05bitbake: fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Make test_npm_premirrors work with the current fetcherPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Only set the Git user name/email if they are not alread...Peter Kjellerstedt
2022-02-05bitbake: tests/fetch: Unify how git commands are runPeter Kjellerstedt
2022-02-05bitbake: tests/fetch: Improve the verbose messages for skipped testsPeter Kjellerstedt