summaryrefslogtreecommitdiff
path: root/buildstream/source.py
Commit message (Expand)AuthorAgeFilesLines
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* Extended the Documentation to cover out of source buildsWilliam Salmon2018-10-161-0/+13
* types.py: Moved Consistency definition here from source.pyTristan Van Berkom2018-10-121-24/+1
* source.py: Silence messages while consuming source fetcherstristan/fix-status-messagesTristan Van Berkom2018-10-031-17/+37
* source.py: Fix re-instantiationTristan Van Berkom2018-09-211-8/+34
* source.py: Track marked URLs and assert they are marked during Plugin.configu...tristan/source-fetcher-changesTristan Van Berkom2018-09-021-0/+20
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-021-12/+24
* plugin.py: Added _configure() and _get_configuring() private APIsTristan Van Berkom2018-09-021-1/+1
* source.py: Documenting that marking download URLs is mandatoryTristan Van Berkom2018-09-021-6/+34
* source.py: Fixing docs link formatting to be consistent.Tristan Van Berkom2018-09-021-8/+10
* source.py: Document Source.get_source_fetchers() to return an iterableTristan Van Berkom2018-09-021-2/+9
* source.py: Move Source.mark_download_url() to the public methods.Tristan Van Berkom2018-08-301-13/+13
* source.py: Stylistic changes in Source.__do_fetch()Tristan Van Berkom2018-08-301-3/+15
* Disable round-tripping when element is not modifiedValentin David2018-08-291-2/+3
* Prevent ValueError on URLs without an aliasJosh Smith2018-08-291-9/+12
* Fix broken indentation after tracking.Valentin David2018-08-211-1/+1
* Add pip source pluginChandan Singh2018-08-151-4/+4
* Allow source plugins to access previous sourcesChandan Singh2018-08-151-51/+172
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-21/+39
* source.py: Bring down since version for source mirroring APIsTristan Van Berkom2018-07-291-4/+4
* doc: Add documentation for source mirroringJonathan Maw2018-07-271-0/+27
* Add mirrored source trackingJonathan Maw2018-07-271-1/+28
* source: When fetching, try to fetch from mirrors firstJonathan Maw2018-07-271-2/+116
* source: Store the url aliases or use an overrideJonathan Maw2018-07-271-4/+55
* element.py, source.py, plugin.py: Adjusting API version since annotations.Tristan Van Berkom2018-07-271-1/+1
* _exceptions.py: Modify BstError API to allow optional retryJosh Smith2018-07-271-2/+3
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* doc: Overhaul of page names and titlesTristan Van Berkom2018-06-131-1/+1
* doc/source/core_framework.rst: Use a toctree instead of linksTristan Van Berkom2018-06-091-2/+2
* Load and save junctioned source refs from/to junction.refsTristan Van Berkom2018-04-251-6/+24
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-161-0/+9
* source.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-16/+17
* source.py: Enhanced documentationTristan Van Berkom2018-04-131-73/+136
* element.py, source.py: Cleanup how Source cache keys are calculated.Tristan Van Berkom2018-04-111-10/+3
* element.py, source.py: Element consumes the rest of workspace logic.Tristan Van Berkom2018-04-091-37/+13
* element.py, source.py: Removing knowledge of assemble scheduling state from s...Tristan Van Berkom2018-04-091-33/+0
* element.py: Manage scheduled tracking state in ElementTristan Van Berkom2018-04-091-16/+0
* element.py: Cache source consistency logic and refactor workspace logic into ...Tristan Van Berkom2018-04-091-10/+0
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-7/+7
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* source.py: Remove unused method Source._del_workspace()Tristan Van Berkom2018-04-021-9/+0
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-72/+18
* source.py: Source._save_ref() should return saved stateTristan Van Berkom2018-03-211-0/+5
* source.py and loading: Refactoring of origin handlesTristan Van Berkom2018-03-201-9/+5
* Fix #248 - Support project.refs in the core.Tristan Van Berkom2018-03-201-2/+152
* source.py: Document ref accessors to mandate support for None values.Tristan Van Berkom2018-03-201-3/+12
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-3/+3
* Silence messages from Source cache interrogationTristan Van Berkom2018-03-071-1/+5
* Add a 'sources' field to project.conf to override defaultsJonathan Maw2018-02-191-1/+28
* source.py: fix comment typoAngelos Evripiotis2018-02-131-1/+1