summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for user remote execution configurationValentin David2019-01-091-1/+10
* _project::_find_project_dir: fix error messageAngelos Evripiotis2018-12-201-3/+4
* _project.py: Find project from workspace if outside of a projectJonathan Maw2018-12-111-13/+35
* _project.py: Rename _ensure_project_dir to _find_project_dirJonathan Maw2018-12-111-3/+3
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2018-12-061-1/+1
* _project.py: Check for fatal_warnings earlierPhillip Smyth2018-11-301-3/+3
* _sandboxremote: Remove references to artifact cache.Jim MacArthur2018-11-271-4/+3
* _project.py: Validate nodes early in Project._loadPhillip Smyth2018-11-121-10/+16
* _project.py: Remove unused artifacts parameter from load_elements()Jürg Billeter2018-11-051-2/+1
* element.py: Remove unused artifacts parameter from _new_from_meta()Jürg Billeter2018-11-051-1/+1
* _project.py: Remove unused artifacts parameter from create_element()Jürg Billeter2018-11-051-2/+1
* _elementfactory.py: Remove unused artifacts parameter from create()Jürg Billeter2018-11-051-2/+2
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+2
* Max-jobs is now defined on a platform basisknownexus2018-09-271-1/+3
* Incorrect error when malformed project.confknownexus2018-09-181-1/+4
* _project.py: Fix option resolution in element & source overridesTristan Van Berkom2018-09-181-0/+3
* Add "remote-execution" project configuration optionJim MacArthur2018-09-071-1/+7
* _project.py: Adding FIXME comment to address #591 properlyTristan Van Berkom2018-08-311-1/+7
* buildstream/_project.py: Report if project.conf is missing nameTom Pollard2018-08-301-0/+5
* Fix broken indentation after tracking.Valentin David2018-08-211-1/+1
* _project.py: Add fatal-warnings configuration itemJosh Smith2018-08-151-4/+38
* buildstream/_project.py: Restrict max-jobsJavier Jardón2018-08-091-1/+4
* buildstream/_project.py:Javier Jardón2018-08-091-2/+1
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-141/+264
* Refactor plugin factory creationValentin David2018-08-021-65/+59
* Make Project owner of Loader.Valentin David2018-08-021-1/+62
* project: validate project paths (local plugin paths)Tiago Gomes2018-08-021-1/+4
* project: validate project paths (element-path)Tiago Gomes2018-08-021-1/+3
* Set default mirror via command-line or user configJonathan Maw2018-07-271-2/+6
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-07-271-5/+2
* project: Parse and store mirrorsJonathan Maw2018-07-271-2/+49
* _artifactcache/cascache.py: Add remote cache supportJürg Billeter2018-07-171-1/+1
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* Handle cross junction elements in workspaces.Valentin David2018-06-081-5/+0
* _project.py: Allow running bst commands from subdirectories of project rootChandan Singh2018-06-061-2/+29
* _project.py: Remove unused internal function _extract_plugin_paths()Chandan Singh2018-05-111-8/+0
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-2/+2
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-1/+5
* Clean up element/source instantiation code paths.Tristan Van Berkom2018-04-161-10/+8
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-081-1/+6
* _versions.py: Added new file just to hold basic symbolic versionsTristan Van Berkom2018-04-081-7/+1
* _project.py: Remove BST_WORKSPACE_FORMAT_VERSIONTristan Van Berkom2018-04-081-1/+0
* Allow 'None' as a default_value for _yaml.node_getTristan Maat2018-04-071-1/+1
* _project.py: Assert that the loaded project name is a valid symbol nameTristan Van Berkom2018-04-061-0/+5
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-051-3/+1
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-59/+114
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-2/+2
* _project.py: Move format version assertion before any validationTristan Van Berkom2018-03-281-9/+10
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-154/+3
* Increase BST_FORMAT_VERSION to 6Jim MacArthur2018-03-231-1/+1