summaryrefslogtreecommitdiff
path: root/buildstream/_context.py
Commit message (Expand)AuthorAgeFilesLines
* _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
* Move utils._generate_key() into a new 'cachekey' moduleSam Thursfield2018-01-041-2/+2
* _context.py: Added _timed_activity() methodTristan Van Berkom2017-12-131-1/+53
* Remove unused importsGökçen Nurlu2017-12-071-2/+0
* Replace 'push-url' and 'pull-url' options with just 'url'sam/canonical-push-urlsSam Thursfield2017-11-221-8/+4
* Remove the push-port config optionSam Thursfield2017-11-221-5/+1
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-0/+326