summaryrefslogtreecommitdiff
path: root/buildstream/_context.py
Commit message (Expand)AuthorAgeFilesLines
* _context.py: Cleanup old extract directoriesjuerg/virtual-artifact-directoryJürg Billeter2019-02-281-0/+8
* _context.py: Remove unused extractdir fieldJürg Billeter2019-02-281-4/+0
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-191-7/+24
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-14/+19
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-191-4/+29
* userconfig: rm really-workspace-close-project-inaccessibleare_you_sure2Angelos Evripiotis2019-02-151-20/+0
* Add cli main & user conf option for 'cache-buildtrees' contextTom Pollard2019-02-131-1/+8
* _context.py: Cache result of get_strict()Daniel Silverstone2019-02-121-6/+9
* BREAK:remove unconditional 'are you sure?' promptsAngelos Evripiotis2019-01-291-14/+0
* _context.py: Added get_artifact_cache_usage()Tristan Van Berkom2019-01-241-1/+11
* _project.py: Add get_default_target() and get_default_targets() methodsJürg Billeter2019-01-241-15/+1
* _cas: Rename artifactcache folder and move that to a root moduleRaoul Hidalgo Charman2019-01-161-1/+1
* _context.py: Add documentation to get_workspaces() commandJames Ennis2019-01-161-0/+7
* _context.py: Doc fix: get_toplevel_project() returns object not listJames Ennis2019-01-161-1/+1
* Add support for user remote execution configurationValentin David2019-01-091-2/+9
* BREAK: remove auto-init behaviourAngelos Evripiotis2018-12-201-7/+1
* Make specifying elements optional in bst commandsJonathan Maw2018-12-111-1/+15
* _context.py: Store the directory buildstream was invoked onJonathan Maw2018-12-111-1/+5
* cli: Interactively warn if the user is trying to close the workspace they're ...Jonathan Maw2018-12-111-0/+7
* Create and store data inside projects when opening workspacesJonathan Maw2018-12-111-2/+13
* artifactcache.py, _context.py: Move CASCache object into contextJim MacArthur2018-11-271-0/+7
* Workspace CLI updateWilliam Salmon2018-11-211-2/+5
* Add prompt.workspace-... optionsAngelos Evripiotis2018-11-201-1/+16
* Add prompt.auto-init buildstream.conf optionAngelos Evripiotis2018-11-201-1/+19
* _context: refactor, extract _node_get_option_strAngelos Evripiotis2018-11-201-8/+29
* _context: allow 'terminate' for scheduler.on-errorAngelos Evripiotis2018-11-201-1/+1
* _context.py: Drop duplicated default values for user configurationJürg Billeter2018-11-191-13/+15
* Add cli main and user config option for 'pull-buildtrees' context.Tom Pollard2018-11-171-1/+7
* Split up artifact cache and CAS cacheJürg Billeter2018-11-051-2/+1
* _context.py: Remove useless `return` from `Context.message`Daniel Silverstone2018-10-251-1/+0
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+2
* Move artifact cache creation to ContextJürg Billeter2018-09-271-0/+9
* core: remove unused variable on ContextTiago Gomes2018-09-141-1/+0
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-72/+3
* Use ArtifactCache's get_cache_size when calculating the quotaJonathan Maw2018-08-201-52/+53
* _context.py: Cache size is now restricted to available disk spaceQinusty/491Josh Smith2018-07-271-17/+43
* Set default mirror via command-line or user configJonathan Maw2018-07-271-1/+1
* _context.py: Adding apis for message recording and task logging.Tristan Van Berkom2018-07-181-1/+138
* Add cache_quota to user configTristan Maat2018-07-181-0/+55
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Handle cross junction elements in workspaces.Valentin David2018-06-081-0/+7
* _context.py: Normalize user-defined pathsTristan Maat2018-06-051-0/+1
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-2/+2
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-081-4/+1
* _context.py: Properly declare and document log_message_format in the constructorTristan Van Berkom2018-04-201-0/+3
* buildstream/_context.py: Fixing unused variablesTristan Van Berkom2018-04-191-2/+2
* _context.py: Make `fetch_subprojects` public.Tristan Van Berkom2018-04-171-1/+3
* _context.py: Removing unused _platform private variableTristan Van Berkom2018-04-171-1/+0
* Fix strict setting to be consistent throughout the pipeline.Tristan Van Berkom2018-04-041-5/+3
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-41/+46