summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* frontend/workspace.py: Add tests for loading different versionsjjardon/versioned_docsRichard Maw2018-03-221-31/+112
* project.py: Add workspace.yml format versioning and version 1Richard Maw2018-03-221-31/+54
* source/conf.py: change copyright/author to "BuildStream Team"Javier Jardón2018-03-221-3/+3
* .gitlab-ci.yml: No need to install python2 for docs jobJavier Jardón2018-03-221-5/+2
* Add HACKING document to official docsJavier Jardón2018-03-222-0/+7
* _artifactcache/ostreecache.py: Turn an ArtifactError() into an assert statementTristan Van Berkom2018-03-221-2/+1
* tests/sources/git.py: Test that we ignore inconsistent submodules.Tristan Van Berkom2018-03-222-0/+40
* tests/testutils/repo/git.py: Add new add_file() convenienceTristan Van Berkom2018-03-221-1/+11
* git.py source plugin: Ignore inconsistent submodules.Tristan Van Berkom2018-03-221-4/+11
* _scheduler/trackqueue.py: Remove unsafe calls to push/pop message depthTristan Van Berkom2018-03-211-3/+0
* _context.py: Fix Context._silence() context manager.Tristan Van Berkom2018-03-211-2/+4
* tests/frontend/fetch.py: Test failure modes of Source.get_consistency()Tristan Van Berkom2018-03-211-4/+29
* tests/frontend/track.py: Test that we fail gracefully for post tracking errorsTristan Van Berkom2018-03-218-0/+110
* _scheduler/queue.py: Handle errors in task post processing gracefully.Tristan Van Berkom2018-03-211-10/+46
* _message.py, _frontend/widget.py: Reviving MessageType.ERRORTristan Van Berkom2018-03-212-5/+12
* .gitlab-ci.yml: Pin the sphinx version to 1.7.1tristan/fix-docs-builds-in-ciTristan Van Berkom2018-03-211-1/+1
* _scheduler/trackqueue.py: Fixed to report proper processed status.Tristan Van Berkom2018-03-211-1/+3
* source.py: Source._save_ref() should return saved stateTristan Van Berkom2018-03-211-0/+5
* index.rst: Fixed typo in About BuildStreamJames Ennis2018-03-201-1/+1
* source/conf.py: Update copyright year to 2018Javier Jardón2018-03-201-1/+1
* source/conf.py: Keep documentation version in syncJavier Jardón2018-03-201-2/+4
* source/install.rst: put Debian version under the same subsectionJavier Jardón2018-03-201-4/+8
* source/index.rst: Separate general and reference documentationJavier Jardón2018-03-201-4/+4
* Change theme to sphinx_rtd_themeJavier Jardón2018-03-204-25/+21
* filter: Reword docstring to explain what the element does278-filter-documentation-could-be-betterJonathan Maw2018-03-201-8/+9
* source.py and loading: Refactoring of origin handlesTristan Van Berkom2018-03-203-22/+7
* NEWS: Adding news entry for new ref-storage options (project.refs)Tristan Van Berkom2018-03-201-0/+12
* Documenting project.refsTristan Van Berkom2018-03-204-21/+143
* tests/frontend/track.py: Testing behavior of cross junction trackingTristan Van Berkom2018-03-205-0/+96
* tests/frontend/track.py: Test tracking with optionalityTristan Van Berkom2018-03-208-4/+132
* tests/frontend/track.py: Testing that this works with project.refsTristan Van Berkom2018-03-201-1/+18
* testutils/repo/git.py: Added branch() methodTristan Van Berkom2018-03-201-0/+3
* tests/format/project.py: Test that conditional statements are supported in pr...Tristan Van Berkom2018-03-204-0/+56
* tests/pipeline/load.py: Testing source without load_ref() implementationTristan Van Berkom2018-03-204-0/+83
* tests/frontend/buildtrack.py: Modified to test saving with project.refsTristan Van Berkom2018-03-201-5/+44
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-206-7/+20
* Fix #248 - Support project.refs in the core.Tristan Van Berkom2018-03-205-34/+235
* _project.py: Load project.refs while loading the project.Tristan Van Berkom2018-03-202-5/+26
* _projectrefs.py: Adding the ProjectRefs refs management objectTristan Van Berkom2018-03-201-0/+165
* _downloadablefilesource.py: Support None values in ref accessors.Tristan Van Berkom2018-03-201-0/+7
* source.py: Document ref accessors to mandate support for None values.Tristan Van Berkom2018-03-201-3/+12
* Deprecate `--track-save` option from `bst build`Tristan Van Berkom2018-03-204-37/+27
* .gitlab-ci.yml: Remove superfluous pytest-pylint installTristan Maat2018-03-191-2/+0
* .gitlab-ci.yml: Fix lack of setuptools_scm causing CI failureTristan Maat2018-03-191-1/+1
* source/install.rst: Add instructions to install Arch packagesRafael Fontenelle2018-03-171-0/+9
* source/install.rst: Divide in two sectionsJavier Jardón2018-03-171-29/+27
* docs/source/install.rst: fix terminal box for ArchLinuxJavier Jardón2018-03-171-1/+1
* docs/source/install.rst: Arch -> Arch LinuxJavier Jardón2018-03-171-2/+2
* Make pylint and pep8 tests run by defaultjennis/add_gi.repository_to_ignored_pylint_modulesJames Ennis2018-03-162-8/+1
* .pylintrc: Ensure pylint ignores gi.repository module as it dynamically adds ...James Ennis2018-03-161-1/+1