summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More cleanup of cas2cas: transfer_node_contentsjmac/virtual_directory_temp_rebaseJim MacArthur2018-07-241-6/+28
* Cleanup of previous codeJim MacArthur2018-07-241-59/+47
* WIP: Fixes to cas-to-cas import. Terrible messJim MacArthur2018-07-241-22/+162
* WIP: Adding CAS-to-CAS importJim MacArthur2018-07-241-9/+27
* sandbox.py: Make get_directory return a CasBasedDirectory.Jim MacArthur2018-07-241-2/+8
* Initial implementation of _casbaseddirectory.pyJim MacArthur2018-07-241-0/+547
* _filebaseddirectory/directory.py: Move VirtualDirectoryError to DirectoryJim MacArthur2018-07-242-13/+17
* Convert uses of external_directory to get_underlying_directory()Jim MacArthur2018-07-244-2/+13
* _filebaseddirectory: Force re-read before descend.Jim MacArthur2018-07-241-0/+6
* Make Import a BST_VIRTUAL_DIRECTORY classJim MacArthur2018-07-241-0/+4
* storage: Add __init__.pyjmac/virtual_directories_pre_rebaseJim MacArthur2018-07-241-0/+22
* scriptelement.py: Convert to virtual directoriesJim MacArthur2018-07-241-5/+4
* plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-07-241-6/+2
* sandbox: Remove instances of get_directoryJim MacArthur2018-07-242-2/+5
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-07-241-13/+7
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-07-241-25/+13
* element.py: Conversion to use virtual directoriesJim MacArthur2018-07-241-49/+56
* _stream.py: Convert to virtual directories.Jim MacArthur2018-07-241-43/+9
* sandbox.py: Two functions to get virtual directoriesJim MacArthur2018-07-241-0/+28
* Add the virtual directory class 'Directory' and one implementation.Jim MacArthur2018-07-244-1/+382
* Sandbox.py: Rename __root to _root to allow its use by subclasses.Jim MacArthur2018-07-232-5/+6
* Add BST_VIRTUAL_DIRECTORY flag for element pluginsJim MacArthur2018-07-232-4/+19
* Merge branch 'caching_build_trees_limited' into 'master'Tristan Van Berkom2018-07-2327-26/+33
|\
| * Adding caching build treesPhillip Smyth2018-07-2327-26/+33
|/
* Merge branch 'Qinusty/275' into 'master'Tristan Van Berkom2018-07-232-18/+25
|\
| * cascache.py: Add pull info detailing which remote is being pulled fromQinusty/275Josh Smith2018-07-231-0/+3
| * cascache.py: Add push info detailing which remote is being pushed toJosh Smith2018-07-231-0/+4
| * element.py: Make Element._get_brief_display_key() available to Internal APIJosh Smith2018-07-231-18/+18
|/
* Merge branch 'tristan/git-stage-with-shared-clone' into 'master'Tristan Van Berkom2018-07-231-4/+4
|\
| * plugins/sources/git.py: Use --shared instead of --hardlinksTristan Van Berkom2018-07-231-4/+4
|/
* HACKING.rst: Added convention for naming of branches in merge requests.Tristan Van Berkom2018-07-221-0/+3
* HACKING.rst: No longer requiring issue numbers in commit messages.Tristan Van Berkom2018-07-221-18/+15
* git source plugin: Omit the .git directory completely.Tristan Van Berkom2018-07-201-0/+3
* Updating .bzr plugin to omit the .bzr dirPhillip Smyth2018-07-201-0/+2
* Fix crash when --debug is passedSam Thursfield2018-07-201-2/+3
* setup.py: Specify minimum required version of pytest-cov pluginTristan Van Berkom2018-07-201-1/+1
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-205-38/+227
* Update checkout man page for new --deps optionTiago Gomes2018-07-201-1/+4
* install_linux_distro.rst: Document plugins deps for the rest of the systemsJavier Jardón2018-07-201-2/+16
* install_linux_distro.rst: document plugins installed by defaultJavier Jardón2018-07-201-0/+8
* Added dependency to the DocsWilliam Salmon2018-07-201-0/+5
* Docs: Update the required build packages for the rest of the systemsJavier Jardón2018-07-201-9/+10
* Docs: Update the required build packages for fedora based systems.Jordan Petridis2018-07-201-1/+1
* source-bundle: Enable --except optionfranred/fix-except-argument-in-source-bundleFrancisco Redondo Marchena2018-07-192-2/+5
* scheduler.py: Correct some anomalies within the docstringsQinusty/scheduler_docstring_fixJosh Smith2018-07-191-2/+4
* .gitlab-ci.yml: Use testsuite images for running testschandan/use-testsuite-fedoraChandan Singh2018-07-181-4/+4
* Reorder app.py imports1.3.0Daniel Playle2018-07-181-3/+2
* _stream.py: Clarifying ambiguous FIXME comment about required artifactsbst-1-branchpointTristan Van Berkom2018-07-181-3/+6
* Refactor: Use new logging mechanism from Contexttristan/local-cache-expiryTristan Van Berkom2018-07-188-318/+55
* _context.py: Adding apis for message recording and task logging.Tristan Van Berkom2018-07-181-1/+138