summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: Use latest freedesktop-sdk 18.08.25jjardon/freedesktop-sdk_latestJavier Jardón2019-01-141-1/+1
* Merge branch 'valentindavid/remote_execution_configuration' into 'master'Valentin David2019-01-095-13/+115
|\
| * Add support for https channel to remote execution and actions serversvalentindavid/remote_execution_configurationValentin David2019-01-092-11/+35
| * Add support for user remote execution configurationValentin David2019-01-095-4/+72
| * Use relative path to project directory for remote execution certificates/keysValentin David2019-01-091-0/+10
|/
* Merge branch 'tristan/sandbox-programming-error' into 'master'Tristan Van Berkom2019-01-081-4/+4
|\
| * sandbox/sandbox.py: Use assertions for programming errors instead of BstErrors.tristan/sandbox-programming-errorTristan Van Berkom2019-01-081-4/+4
|/
* Merge branch 'phil/remove-source-bundle-reference' into 'master'Jürg Billeter2019-01-081-1/+1
|\
| * element.py: remove reference to source bundle commandphil/remove-source-bundle-referencePhil Dawson2019-01-081-1/+1
|/
* Merge branch 'tristan/fix-command-status-messages' into 'master'Tristan Van Berkom2019-01-081-1/+1
|\
| * sandbox/sandbox.py: Fix regression of command loggingTristan Van Berkom2019-01-071-1/+1
|/
* Merge branch 'tristan/one-cache-size-job' into 'master'Tristan Van Berkom2019-01-0713-82/+133
|\
| * _scheduler/jobs/job.py: Removed 'skipped' propertyTristan Van Berkom2019-01-072-20/+2
| * Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-01-0713-38/+68
| * _scheduler/scheduler.py: Only run one cache size job at a timeTristan Van Berkom2019-01-071-8/+45
| * _scheduler/scheduler.py: Make _schedule_jobs() privateTristan Van Berkom2019-01-071-16/+18
|/
* Merge branch 'tristan/keyboard-interrupt-stack-trace' into 'master'Tristan Van Berkom2019-01-072-10/+6
|\
| * Fix stack traces discovered with ^C forceful termination.tristan/keyboard-interrupt-stack-traceTristan Van Berkom2019-01-072-10/+6
|/
* Merge branch 'juerg/shell-buildtree' into 'master'Tristan Van Berkom2019-01-061-1/+1
|\
| * _frontend/app.py: Use buildtree for interactive shell on build failureJürg Billeter2019-01-061-1/+1
|/
* Merge branch 'chandan/no-sdist' into 'master'Chandan Singh2019-01-041-44/+5
|\
| * .gitlab-ci.yml: Remove prepare stageChandan Singh2019-01-041-44/+5
|/
* Merge branch 'chandan/update-requirements-one-liner' into 'master'Tristan Van Berkom2019-01-0412-21/+60
|\
| * CONTRIBUTING.rst: Add instructions to update requirements fileschandan/update-requirements-one-linerChandan Singh2019-01-042-5/+23
| * Add Makefile to update requirements filesChandan Singh2019-01-041-0/+21
| * Rename "tools" directory to "requirements"Chandan Singh2019-01-0410-17/+17
|/
* Merge branch 'juerg/source-guess-target' into 'master'Jürg Billeter2019-01-041-0/+10
|\
| * _frontend/cli.py: Reinstate support for guessing targetsjuerg/source-guess-targetJürg Billeter2019-01-041-0/+10
|/
* Merge branch 'coldtom/collections' into 'master'Tristan Van Berkom2019-01-032-14/+14
|\
| * Use collections.abc for Mapping, IterableThomas Coldrick2019-01-032-14/+14
|/
* Merge branch 'tristan/toxic-linting' into 'master'Tristan Van Berkom2019-01-038-21/+43
|\
| * tools/dev-requirements.{in,txt}: Removed requirements on pylint/codestyle pyt...Tristan Van Berkom2019-01-032-6/+2
| * tools/requirements.{in,txt}: Fix warning about duplicate jinjaTristan Van Berkom2019-01-032-2/+2
| * CONTRIBUTING.rst: Adding instructions to run the linter separatelytristan/toxic-lintingTristan Van Berkom2019-01-031-9/+12
| * .gitlab-ci.yml: Update the CI to run the linter separately through toxTristan Van Berkom2019-01-031-0/+12
| * tox.ini: Added new 'lint' environment to lint separatelyTristan Van Berkom2019-01-031-0/+9
| * setup.cfg: Don't lint by default through setup.py test invocationsTristan Van Berkom2019-01-031-1/+1
| * setup.cfg: Specify the pycodestyle configurations separately from pytest conf...Tristan Van Berkom2019-01-031-3/+5
|/
* Merge branch 'chandan/fix-bad-filename-mini-disaster' into 'master'Chandan Singh2019-01-033-5/+24
|\
| * tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-033-5/+24
|/
* Merge branch 'chandan/toxify' into 'master'Tristan Van Berkom2019-01-0312-77/+211
|\
| * CONTRIBUTING.rst: Add instructions to recreate tox environmentchandan/toxifyChandan Singh2019-01-031-0/+6
| * Move sphinx build functionality to toxChandan Singh2019-01-033-31/+33
| * Move all requirements files into "tools" directoryChandan Singh2019-01-039-11/+11
| * CONTRIBUTING.rst: Add steps for installing non-python build dependenciesChandan Singh2019-01-031-5/+32
| * CONTRIBUTING.rst: Updated to reflect running tests using tox.Tristan Van Berkom2019-01-031-12/+40
| * .gitlab-ci.yml: Run tests using toxChandan Singh2019-01-031-13/+10
| * Add tox.ini to enable running tests using toxChandan Singh2019-01-023-0/+15
| * Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-028-29/+88
|/
* Merge branch 'jjardon/pycodestyle' into 'master'Tristan Maat2019-01-027-27/+17
|\