summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.cfg: Ignore W605 and W504 for nowjjardon/pycodestyle_pycodestyleJavier Jardón2018-08-291-1/+1
* Use pycodestyle instead pep8Javier Jardón2018-08-295-18/+11
* WIPJavier Jardón2018-08-291-0/+4
* Merge branch 'jjardon/pycodestyle_fixes' into 'master'Tristan Van Berkom2018-08-298-10/+15
|\
| * 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 testsTristan Van Berkom2018-08-281-4/+4
|/
* Merge branch 'juerg/workspaced-dependencies' into 'master'Tristan Van Berkom2018-08-282-7/+89
|\
| * 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
| * element.py: Schedule assemble for key of workspaced elementsJürg Billeter2018-08-281-7/+15
|/
* 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 WindowsTristan Van Berkom2018-08-271-4/+6
|/
* Merge branch 'tristan/restore-post-merge-CI' into 'master'Tristan Van Berkom2018-08-272-36/+10
|\
| * .gitlab-ci.yml: Moving code_quality job into tests phaseTristan Van Berkom2018-08-271-5/+5
| * Revert "README.rst: Removing the badges"Tristan Van Berkom2018-08-271-0/+5
| * Revert ".gitlab-ci.yml: Avoid running tests in post-merge"Tristan Van Berkom2018-08-271-31/+0
|/
* Merge branch 'tristan/readme-version' into 'master'Tristan Van Berkom2018-08-261-5/+4
|\
| * README.rst: Use stronger language to follow the installation guide.tristan/readme-versionTristan Van Berkom2018-08-261-5/+4
|/
* Merge branch 'tristan/fix-code-quality' into 'master'Tristan Van Berkom2018-08-261-5/+3
|\
| * .gitlab-ci.yml: Trying to fix code quality reportsTristan Van Berkom2018-08-261-5/+3
|/
* Merge branch 'jjardon/doc_fix_deprecations' into 'master'Tristan Van Berkom2018-08-261-1/+1
|\
| * doc/bst2html.py: Fix deprecation warningJavier Jardón2018-08-261-1/+1
|/
* Merge branch 'tristan/install-guide-refactoring' into 'master'Tristan Van Berkom2018-08-254-257/+322
|\
| * doc/source/install_source.rst: Explain about release tag in git install instr...Tristan Van Berkom2018-08-252-0/+17
| * Add section about current releasesTristan Van Berkom2018-08-252-0/+19
| * doc/source/install_source.rst: Splitting up install instructionsTristan Van Berkom2018-08-253-255/+281
| * doc/source/main_install.rst: Move the main install link target hereTristan Van Berkom2018-08-252-1/+4
| * doc/source/main_install.rst: Use one level depth toctreeTristan Van Berkom2018-08-251-1/+1
|/
* Merge branch 'tristan/fixup-workspace-docs' into 'master'Tristan Van Berkom2018-08-2511-4/+8
|\
| * HACKING.rst: Documenting the new "shell" configuration in the bst2html input ...tristan/fixup-workspace-docsTristan Van Berkom2018-08-251-0/+3
| * .gitignore: Ignore doc/source/sessions directory of generated html filesTristan Van Berkom2018-08-251-1/+2
| * doc/source/developing/workspaces.rst: Some whitespace fixesTristan Van Berkom2018-08-251-3/+2
| * 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 #507Benjamin Schubert2018-08-241-11/+10
|/
* Merge branch 'jjardon/ci_show_timings' into 'master'Javier Jardón2018-08-241-1/+1
|\
| * setup.cfg: Show timing of the 20 slowest testsJosh Smith2018-08-241-1/+1
|/
* Merge branch 'chandan/pip-install-instructions' into 'master'Chandan Singh2018-08-241-5/+36
|\
| * doc: Add instructions to install BuildStream via PyPIChandan Singh2018-08-241-5/+36
|/
* Merge branch 'jennis/correct_HACKING' into 'master'James Ennis2018-08-241-2/+2
|\
| * HACKING.rst: Remove -k flag for individual tests as this is not requiredJames Ennis2018-08-241-2/+2
|/
* Merge branch 'jmac/tempfile-extraction-bug' into 'master'575-os-sched_getaffinity-not-supported-on-macosx-blocks-411James Ennis2018-08-244-1/+69
|\
| * tar.py: Add test for a tarball containing a read-only dirjmac/tempfile-extraction-bugJames Ennis2018-08-241-0/+45
| * tar tests: Add tarball which contains a read-only dirJames Ennis2018-08-242-0/+6
| * element.py: chmod 777 directories if delete fails.Jim MacArthur2018-08-241-1/+18
|/