summaryrefslogtreecommitdiffstats
path: root/lib/bb/tests
AgeCommit message (Expand)Author
2017-07-30tests/fetch: fix GitShallowTest.test_bitbakeChristopher Larson
2017-06-23tests: create unit tests for event moduleJair Gonzalez
2017-06-02ConfHandler: Require whitespace between export and variable nameOla x Nilsson
2017-05-26fetch/git: add support for removing arbitrary revs for shallowChristopher Larson
2017-05-26fetch/gitannex: add support for shallow mirror tarballsChristopher Larson
2017-05-26fetch/gitsm: add support for shallow mirror tarballsChristopher Larson
2017-05-26fetch/git: add support for keeping extra refs for shallowChristopher Larson
2017-05-26fetch/git: support per-branch/per-url depths for shallowChristopher Larson
2017-05-26fetch/git: add support for shallow mirror tarballsChristopher Larson
2017-05-26git-make-shallow: add script to make a git repo shallowChristopher Larson
2017-04-11data_smart: Ensure _remove operations on newly set variables are clearedRichard Purdie
2017-04-05bitbake-selftest: add contains testsPaul Eggleton
2017-03-21lib/bb/tests/codeparser: update expand syntax in commentJoshua Lock
2017-03-21data_smart: implement missing remote datastore operationsPaul Eggleton
2017-03-21tinfoil: fix override handling in remote datastoresPaul Eggleton
2017-03-16tests/data: Add inactive remove override testRichard Purdie
2017-02-13lib: Drop now unneeded update_data callsRichard Purdie
2016-12-16bitbake: remove True option to getVar calls (take 2)Joshua Lock
2016-12-14data_smart: support serialisationPaul Eggleton
2016-12-14tinfoil: pass datastore to server when expanding python referencesPaul Eggleton
2016-12-14data_smart: implement remote datastore functionalityPaul Eggleton
2016-11-30bitbake: remove True option to getVarFlag callsJoshua Lock
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-09-21fetch2: handle absolute paths in subdirRoss Burton
2016-08-19tests: add unit tests for the usehead url parameterMarkus Lehtonen
2016-08-19bitbake-selftest: introduce BB_TMPDIR_NOCLEANMarkus Lehtonen
2016-08-17ast/ConfHandler: Add a syntax to clear variableJérémy Rosen
2016-08-16lib/bb/tests/fetch: remove URL that doesn't exist anymoreRoss Burton
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-12fetch: Use OrderedDict for url parametersRichard Purdie
2016-05-12daemonize/prserv/tests/fetch: Convert file() -> open()Richard Purdie
2016-05-09tests: assertEquals -> assertEqualRichard Purdie
2016-04-09tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt
2016-04-09lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-04-02tests/fetch.py: Improve unit tests for trusted network checkOlof Johansson
2016-03-21bb/tests/fetch: Update cups urlRichard Purdie
2016-03-02fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich
2016-02-28fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie
2016-02-04lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-26fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton
2016-01-22data_smart: Don't show exceptions for EOL literalsRichard Purdie
2016-01-19tests/codeparser.py: Add filename/lineno flags to test variableOlof Johansson
2015-12-08bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf formattingPaul Eggleton
2015-09-18tests/fetch.py: Fix recursion failure in url mappingMark Hatle
2015-09-18fetch2/__init__.py: uri_replace regex handlingMark Hatle
2015-07-22tests/parse: Add BBCLASSEXTEND multiple data store corruption reproducerRichard Purdie
2015-07-22tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVersionTestAníbal Limón
2015-07-22fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón