summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for cyclic variables checkQinusty/600-recursive-variablesJosh Smith2018-08-296-7/+46
| | | | | Note: This modifies the docker containers used for testing to supply the pytest-timeout package.
* Add cyclic check within variable resolutionJosh Smith2018-08-292-4/+31
| | | | | This aims to address #600, this will raise an exception when a resolved variable contains a reference to the variable.
* Merge branch 'Qinusty/597-non-alias-url-fix' into 'master'Tristan Van Berkom2018-08-292-9/+13
|\ | | | | | | | | | | | | Fix ValueError traceback for URL without alias or URI scheme Closes #597 See merge request BuildStream/buildstream!700
| * Prevent ValueError on URLs without an aliasJosh Smith2018-08-292-9/+13
|/ | | | Fixes #597
* Merge branch 'chandan/setup.py-metadata' into 'master'Tristan Van Berkom2018-08-291-1/+25
|\ | | | | | | | | setup.py: Add more metadata useful for PyPI See merge request BuildStream/buildstream!718
| * setup.py: Add more metadata useful for PyPIChandan Singh2018-08-291-1/+25
|/ | | | | | | | | | | | | | | | | | | - setup.py: List useful links using `project_urls` - setup.py: Specify minumum python vresion using `python_requires` `python_requires` is the new way of specifying requirements for python version, as documented @ https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires. This will also make this requirement appear nicely on the PyPI project page. - setup.py: Add project classifiers PyPI will use these classifiers to categorize projects while searching or browsing. Full list of classifiers can be found at https://pypi.org/classifiers.
* Merge branch 'tristan/docs-version-badge' into 'master'Tristan Van Berkom2018-08-299-8/+252
|\ | | | | | | | | Release badges See merge request BuildStream/buildstream!742
| * doc: Adding the release badges to the install page and the semantic ↵Tristan Van Berkom2018-08-294-4/+65
| | | | | | | | | | | | versioning page This is a part of #528
| * README.rst: Adding the release and snapshot badges to the readmeTristan Van Berkom2018-08-291-0/+7
| | | | | | | | This is a part of #528
| * doc: Adding badges.py release badge generatorTristan Van Berkom2018-08-294-4/+180
|/ | | | | | | | This adds a step to the docs generation Makefile to generate release.svg and snapshot.svg badges, modelled after the gitlab badges. This also adds the generated badges directory in docs to .gitignore
* Merge branch 'jjardon/pycodestyle_fixes' into 'master'Tristan Van Berkom2018-08-298-10/+15
|\ | | | | | | | | Some pycodestyle (PEP8) fixes See merge request BuildStream/buildstream!746
| * Fix E741 warningsjjardon/pycodestyle_fixesJavier Jardón2018-08-283-7/+7
| |
| * Fix E305 warningsJavier Jardón2018-08-285-0/+5
| |
| * doc/source/conf.py: Fix E402 warningJavier Jardón2018-08-281-2/+2
| |
| * doc/source/conf.py: Fix E201, E202 warningsJavier Jardón2018-08-281-1/+1
|/
* Merge branch 'tristan/remove-redundant-test' into 'master'Jürg Billeter2018-08-281-4/+4
|\ | | | | | | | | tests/frontend/workspaces.py: Removing some redundant tests See merge request BuildStream/buildstream!741
| * tests/frontend/workspaces.py: Removing some redundant testsTristan Van Berkom2018-08-281-4/+4
|/ | | | | Removed redundant tests from recently merged !740, this new test does not need to run for every different source kind.
* Merge branch 'juerg/workspaced-dependencies' into 'master'Tristan Van Berkom2018-08-282-7/+89
|\ | | | | | | | | | | | | Fix key invalidation for workspaced dependencies Closes #461 See merge request BuildStream/buildstream!740
| * element.py: Do not attempt to pull workspaced elementsjuerg/workspaced-dependenciesJürg Billeter2018-08-281-0/+4
| |
| * tests/frontend/workspace.py: Add test for workspaced dependenciesValentin David2018-08-281-0/+70
| | | | | | | | This adds a regression test for #461.
| * element.py: Schedule assemble for key of workspaced elementsJürg Billeter2018-08-281-7/+15
|/ | | | | | | | | For uncached workspaced elements, assemble is required even just to calculate the cache key. As dynamic scheduling relies on cache keys, schedule assemble for uncached workspace elements even if they have not been marked as required yet. Fixes #461.
* Merge branch 'tristan/install-guide-main' into 'master'Tristan Van Berkom2018-08-271-4/+6
|\ | | | | | | | | | | | | doc/source/main_install.rst: Clarify that BuildStream cannot be run on Windows Closes #608 See merge request BuildStream/buildstream!739
| * doc/source/main_install.rst: Clarify that BuildStream cannot be run on WindowsTristan Van Berkom2018-08-271-4/+6
|/ | | | | | | | The previous wording was misleading and caused one to think you can run BuildStream on Windows, this commit fixes that and rewords the main section heading to be a bit more abstract. Fixes issue #608
* Merge branch 'tristan/restore-post-merge-CI' into 'master'Tristan Van Berkom2018-08-272-36/+10
|\ | | | | | | | | Tristan/restore post merge ci See merge request BuildStream/buildstream!737
| * .gitlab-ci.yml: Moving code_quality job into tests phaseTristan Van Berkom2018-08-271-5/+5
| | | | | | | | | | | | This job always takes a long time and does not really depend on the artifacts in the 'test' phase, moving it to the 'test' phase will reduce overall CI time.
| * Revert "README.rst: Removing the badges"Tristan Van Berkom2018-08-271-0/+5
| | | | | | | | This reverts commit da19bcf1de75bf930d0f233addc858b4073d0173.
| * Revert ".gitlab-ci.yml: Avoid running tests in post-merge"Tristan Van Berkom2018-08-271-31/+0
|/ | | | This reverts commit bea01531b984522940562866e904c83e8f9aed50.
* Merge branch 'tristan/readme-version' into 'master'Tristan Van Berkom2018-08-261-5/+4
|\ | | | | | | | | README.rst: Use stronger language to follow the installation guide. See merge request BuildStream/buildstream!736
| * README.rst: Use stronger language to follow the installation guide.tristan/readme-versionTristan Van Berkom2018-08-261-5/+4
|/ | | | | | | | And also refer to the user guide section instead of directly to the tutorial, the tutorial will still be the first section of the user guide so this is a better link target for getting started. This is related to #528
* Merge branch 'tristan/fix-code-quality' into 'master'Tristan Van Berkom2018-08-261-5/+3
|\ | | | | | | | | .gitlab-ci.yml: Trying to fix code quality reports See merge request BuildStream/buildstream!735
| * .gitlab-ci.yml: Trying to fix code quality reportsTristan Van Berkom2018-08-261-5/+3
|/ | | | | | | | | This hasnt been working for a while, it might be because GitLab doesnt quite grasp that we have multiple branches to merge MRs to, or it might be because they have change the API and broken back compat in some way. See: https://docs.gitlab.com/ee/ci/examples/code_quality.html
* Merge branch 'jjardon/doc_fix_deprecations' into 'master'Tristan Van Berkom2018-08-261-1/+1
|\ | | | | | | | | doc/bst2html.py: Fix deprecation warning See merge request BuildStream/buildstream!727
| * doc/bst2html.py: Fix deprecation warningJavier Jardón2018-08-261-1/+1
|/ | | | | | | | This fixes the following: " /home/jjardon/buildstream/buildstream/doc/bst2html.py:32: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping "
* Merge branch 'tristan/install-guide-refactoring' into 'master'Tristan Van Berkom2018-08-254-257/+322
|\ | | | | | | | | Install guide refactoring See merge request BuildStream/buildstream!733
| * doc/source/install_source.rst: Explain about release tag in git install ↵Tristan Van Berkom2018-08-252-0/+17
| | | | | | | | | | | | | | | | instructions. This obsoletes Laurence's explanation in merge request !657, and is a part of the initiative of issue #528 to clarify which versions users should be installing.
| * Add section about current releasesTristan Van Berkom2018-08-252-0/+19
| | | | | | | | | | | | | | | | This is not ideal as the releases are hardcoded, but I think is better than nothing until we got a solution to automate this This commit was originally by Javier Jardón <jjardon@gnome.org> from merge request !661, and then later reworked into an install guide refactor.
| * doc/source/install_source.rst: Splitting up install instructionsTristan Van Berkom2018-08-253-255/+281
| | | | | | | | | | | | | | Instead of having all of this on one page, we now have a much simpler page for installing on distros where BuildStream is packaged and a separate page for installing distro specific system dependencies and installing from source code (either from PyPI or git).
| * doc/source/main_install.rst: Move the main install link target hereTristan Van Berkom2018-08-252-1/+4
| | | | | | | | | | This is referred to from the artifact install guide, and was previously pointing directly to the source install guide.
| * doc/source/main_install.rst: Use one level depth toctreeTristan Van Berkom2018-08-251-1/+1
|/ | | | | This main section is just a choice of subsections, lets make this more clear with a single level depth toctree.
* Merge branch 'tristan/fixup-workspace-docs' into 'master'Tristan Van Berkom2018-08-2511-4/+8
|\ | | | | | | | | | | | | Fixing some fallout in the workspace documentation additions Closes #553 See merge request BuildStream/buildstream!732
| * HACKING.rst: Documenting the new "shell" configuration in the bst2html input ↵tristan/fixup-workspace-docsTristan Van Berkom2018-08-251-0/+3
| | | | | | | | file format
| * .gitignore: Ignore doc/source/sessions directory of generated html filesTristan Van Berkom2018-08-251-1/+2
| | | | | | | | | | A preventative measure against people committing the generated html files to the wrong location.
| * doc/source/developing/workspaces.rst: Some whitespace fixesTristan Van Berkom2018-08-251-3/+2
| | | | | | | | | | Some whitespace changes to follow the style regarding empty lines between sections.
| * workspaces.rst: fix note which is not rendering correctlyPhil Dawson2018-08-251-0/+1
| |
| * workspaces.rst: Move terminal sessions to doc/source/sessions-stored/Phil Dawson2018-08-258-0/+0
|/
* Merge branch 'bschubert15/fix-double-log' into 'master'Qinusty2018-08-241-11/+10
|\ | | | | | | | | buildelement.py: remove double logging (again) as in #507 See merge request BuildStream/buildstream!730
| * buildelement.py: remove double logging (again) as in #507Benjamin Schubert2018-08-241-11/+10
|/ | | | | This was broken again by d14d8ee29b5fcaadcfd05934de71b46221243fcd, this commits re-applies the fix from 12fea82e12a27eccb34ef4efbaa7c6874787eb4c
* Merge branch 'jjardon/ci_show_timings' into 'master'Javier Jardón2018-08-241-1/+1
|\ | | | | | | | | .gitlab-ci.yml: Show timing of the 20 slowest tests See merge request BuildStream/buildstream!716
| * setup.cfg: Show timing of the 20 slowest testsJosh Smith2018-08-241-1/+1
|/ | | | | This helps identifying what tests are slow or if the CI got stuck on some of them
* Merge branch 'chandan/pip-install-instructions' into 'master'Chandan Singh2018-08-241-5/+36
|\ | | | | | | | | doc: Add instructions to install BuildStream via PyPI See merge request BuildStream/buildstream!717