summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPjuerg/update_ready_for_runtimeJürg Billeter2019-07-111-0/+31
* Micro-optimizationsJürg Billeter2019-07-111-12/+16
* element.py: Call __update_strict_cache_key_of_rdeps() only if neededJürg Billeter2019-07-111-8/+8
* element.py: Deduplicate _update_ready_for_runtime_and_cached() callsJürg Billeter2019-07-111-10/+5
* element.py: Remove update_state_recursively()James Ennis2019-07-112-78/+4
* element.py: Introduce __update_ready_for_runtime()James Ennis2019-07-111-1/+50
* element.py: Introduce __update_strict_cache_key_of_rdeps()James Ennis2019-07-113-3/+45
* element.py: Remove needless function overheadJames Ennis2019-07-111-34/+13
* element.py: Rename remaining_*_deps_uncached to *_deps_uncachedJames Ennis2019-07-111-11/+11
* element.py: Remove misleading and incorrect commentsJames Ennis2019-07-111-3/+2
* element.py: Introduce __cache_keys_unstable for workspace handlingJames Ennis2019-07-111-13/+37
* _pipeline.py, loader.py: Move Element._preflight() to new_from_meta()James Ennis2019-07-114-50/+45
* Merge branch 'tristan/exit-on-nonblock-terminal' into 'master'bst-marge-bot2019-07-101-0/+12
|\
| * _frontend/cli.py: Exit with error if output streams are set to nonblockingTristan Van Berkom2019-07-101-0/+12
|/
* Merge branch 'aevri/vulture' into 'master'bst-marge-bot2019-07-0913-139/+21
|\
| * Option: rm unused self.descriptionAngelos Evripiotis2019-07-091-2/+5
| * _casbaseddirectory: rm unused methodsAngelos Evripiotis2019-07-091-26/+0
| * _casbaseddirectory: fix '_mark_changed' spellingAngelos Evripiotis2019-07-091-1/+1
| * _casbaseddirectory: rm unused exception classesAngelos Evripiotis2019-07-091-29/+0
| * source: rm unused _cache(), __source_cacheAngelos Evripiotis2019-07-091-6/+0
| * element: rm unused __tracking_doneAngelos Evripiotis2019-07-091-2/+0
| * _stream: rm unused _collect_sources()Angelos Evripiotis2019-07-091-11/+0
| * _sourcecache: rm unused required_sourcesAngelos Evripiotis2019-07-091-12/+0
| * scheduler: rm unused _exclusive_* membersAngelos Evripiotis2019-07-091-9/+0
| * _plugincontext: rm unused self._dependenciesAngelos Evripiotis2019-07-091-3/+3
| * _plugincontext: simplify if statementAngelos Evripiotis2019-07-091-3/+4
| * _loader/loadelement: rm unused 'deps' memberAngelos Evripiotis2019-07-091-1/+0
| * _frontend: rm unused _line_length and Space widgetAngelos Evripiotis2019-07-092-10/+0
| * _exceptions: rm unused OSTREE ErrorDomain entryAngelos Evripiotis2019-07-091-9/+8
| * cascache: rm unused link_ref(), available_spaceAngelos Evripiotis2019-07-091-15/+0
|/
* Merge branch 'jonathan/frontend-separation' into 'master'bst-marge-bot2019-07-0913-155/+548
|\
| * Store core state for the frontend separatelyJonathan Maw2019-07-0912-143/+503
| * Pipeline: Add a helper for adding lists of elements togetherJonathan Maw2019-07-092-1/+18
| * Stream: Fix the existence of duplicate queuesJonathan Maw2019-07-092-8/+24
| * Queue: Make queues store counts of the number of skipped/processed elementsJonathan Maw2019-07-093-15/+15
|/
* Merge branch 'aevri/rm_artifacts' into 'master'bst-marge-bot2019-07-091-1/+0
|\
| * _artifact: rm unused _artifacts memberaevri/rm_artifactsAngelos Evripiotis2019-07-091-1/+0
|/
* Merge branch 'aevri/win32_tempfilename' into 'master'bst-marge-bot2019-07-092-6/+65
|\
| * _artifact.py: use utils._tempnamedfile_nameAngelos Evripiotis2019-07-091-4/+3
| * utils: add _tempnamedfile_name for win32 happinessAngelos Evripiotis2019-07-091-0/+60
| * utils: fix yield type of _tempnamedfileAngelos Evripiotis2019-07-091-1/+1
| * utils: indent 'with' continuation lineAngelos Evripiotis2019-07-091-1/+1
|/
* Merge branch 'jjardon/aarch64_fedora30' into 'master'bst-marge-bot2019-07-091-8/+2
|\
| * .gitlab-ci.yml: Use fedora30 for aarch overnigth testsjjardon/aarch64_fedora30Javier Jardón2019-07-091-8/+2
|/
* Merge branch 'juerg/yaml-synthetic-file-index' into 'master'bst-marge-bot2019-07-081-2/+2
|\
| * _yaml.pyx: Fix file index checks for synthetic nodesjuerg/yaml-synthetic-file-indexJürg Billeter2019-07-081-2/+2
|/
* Merge branch 'raoul/1038-source-cache-proto' into 'master'bst-marge-bot2019-07-0813-66/+662
|\
| * Source cache uses new proto methodsRaoul Hidalgo Charman2019-07-087-56/+212
| * capabilities: Expand to include source serviceRaoul Hidalgo Charman2019-07-083-9/+66
| * casserver.py: Add source serviceRaoul Hidalgo Charman2019-07-081-1/+39