aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/tests/fetch.py
AgeCommit message (Expand)Author
2024-03-21fetch2: handle URIs with single-valued query parametersRoss Burton
2024-02-23fetch2: Ensure that git LFS objects are availablePhilip Lorenz
2024-02-19fetch2/git: Make latest_versionstring extract tags with slashes correctlyPeter Kjellerstedt
2024-02-19tests/fetch: Make test_git_latest_versionstring support a max versionPeter Kjellerstedt
2024-02-19tests/fetch.py: add test case for using premirror in restricted networkChen Qi
2024-02-19tests/fetch.py: add multiple fetches testPavel Zhukov
2024-02-19tests/fetch: support git's safe.bareRepositoryAndré Draszik
2024-02-08tests: fetch.py: use real subversion repositoryMartin Jansa
2023-11-23bitbake: fetch2: git: Update Git-LFS download and testsDesone Burns
2023-10-23tests/fetch.py: Add tests to cover multiple branch/name parametersPavel Zhukov
2023-10-06selftest/fetch: Ensure top level directory timestamp doesn't break testRichard Purdie
2023-07-27fetch2: Set maxsplit to match expected variablesDit Kozmaj
2023-06-27bitbake: tests: Use assertLogs to test logging outputPeter Hoyes
2023-06-27bitbake: tests/fetch: Set git config if not already setPeter Hoyes
2023-06-27bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegexPeter Hoyes
2023-06-27bitbake: tests/fetch: Mark TestTimeout as not a test suitePeter Hoyes
2023-05-25lib/bb/tests/fetch.py: set initial branchBergin, Peter
2023-05-25fetch2/crate: Correct unpack for a crate that matches the recipe namePeter Kjellerstedt
2023-05-05tests/fetch: Default to https git protocol where possibleRichard Purdie
2023-04-06fetch2/crate: create versioned 'name' entriesEnrico Scholz
2023-03-23fetch2: Add checksum capability for crate fetcherFrederic Martinsons
2023-03-21fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEENRichard Purdie
2023-03-17crate.py: authorize crate url with parametersFrederic Martinsons
2023-02-25fetch/npmsw: add more short forms for git operationsMark Asselstine
2023-02-22tests/fetch: Add real git lfs tests and decoratorPaulo Neves
2023-02-22tests/fetch: git-lfs restore _find_git_lfsPaulo Neves
2023-01-20fetch2/tests: Add parameter to recipe_uriPavel Zhukov
2023-01-18fetch2/tests: Add test for MercurialPavel Zhukov
2022-12-11fetch2/wget.py: correctly match versioned directoriesAlexander Kanavin
2022-10-26tests/fetch: Allow handling of a file:// url within a submoduleRichard Purdie
2022-10-26tests: bb.tests.fetch.URLHandle: add 2 new testsMark Asselstine
2022-08-31tests: Add test for possible gitsm deadlockPavel Zhukov
2022-08-31tests: Add Timeout classPavel Zhukov
2022-07-15fetch2: Drop DL_DIR fallback for local file fetcherRichard Purdie
2022-07-15fetch: bb.fatal when trying to checksum non-existing filesPaulo Neves
2022-06-21tests/fetch: Add test for broken mirror tarballPavel Zhukov
2022-06-11tests/fetch: Add tests for premirror using real projectPavel Zhukov
2022-06-11tests/fetch: Drop unnecessary duplicated functionPavel Zhukov
2022-06-08Add tests to cover BB_FETCH_PREMIRRORONLY functionalityPavel Zhukov
2022-04-14fetch2/git: canonicalize ids in generated tarballsOlaf Mandel
2022-03-26fetch2/git: stop generated tarballs from leaking infoOlaf Mandel
2022-02-23tests/fetch: Update for master -> main change upstreamRichard Purdie
2022-02-17fetch2/cooker: Fix source revision handling with floating upstreamsRichard Purdie
2022-02-12tests/fetch: Add missing branch param for git urlsRichard Purdie
2022-02-05fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt
2022-02-05fetch2: Correct handling of replacing the basename in URIsPeter Kjellerstedt
2022-02-05tests/fetch: Make test_npm_premirrors work with the current fetcherPeter Kjellerstedt
2022-02-05tests/fetch: Only set the Git user name/email if they are not already setPeter Kjellerstedt
2022-02-05tests/fetch: Unify how git commands are runPeter Kjellerstedt
2022-02-05tests/fetch: Improve the verbose messages for skipped testsPeter Kjellerstedt