summaryrefslogtreecommitdiff
path: root/buildstream/_context.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* _context.py: Fix Context._silence() context manager.Tristan Van Berkom2018-03-211-2/+4
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-3/+3
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-2/+2
* Revert "Add sequence ID and widget for it."jmac/remove-sequence-idJim MacArthur2018-03-131-12/+4
* Silence messages from Source cache interrogationTristan Van Berkom2018-03-071-0/+13
* Add logfile format tokeniserJim MacArthur2018-03-011-1/+2
* Add sequence ID and widget for it.Jim MacArthur2018-03-011-4/+12
* _context.py: Added _get_toplevel_project() convenience accessorTristan Van Berkom2018-02-251-0/+11
* Add list of projects to ContextJürg Billeter2018-02-081-0/+21
* Add junction support for subprojectsJürg Billeter2018-02-081-1/+2
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-2/+1
* Update copyright years of files I have touchedSam Thursfield2018-01-111-1/+1
* Allow push to multiple remotes, configurable on a per-remote basisSam Thursfield2018-01-111-4/+4
* Add support for multiple remote cachesSam Thursfield2018-01-111-5/+4