summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pip.py: Remove the pip element, it is in experimentalbschubert/remove-pip-elementBenjamin Schubert2020-05-115-205/+6
* Merge branch 'bschubert/fix-node-docs' into 'master'bst-marge-bot2020-05-112-2/+2
|\
| * element.py: Fix documentation around `node` usagebschubert/fix-node-docsBenjamin Schubert2020-05-112-2/+2
|/
* Merge branch 'bschubert/make-downloadable-filesource-public' into 'master'Benjamin Schubert2020-05-116-11/+40
|\
| * downloadablefilesource.py: Make it publicly accessiblebschubert/make-downloadable-filesource-publicBenjamin Schubert2020-05-096-11/+40
|/
* Merge branch 'bschubert/fix-template-scanning' into 'master'bst-marge-bot2020-05-081-1/+1
|\
| * .gitlab-ci.yml: Move from license-management to license-scanningbschubert/fix-template-scanningBenjamin Schubert2020-05-081-1/+1
|/
* Merge branch 'bschubert/pylint-setup-py' into 'master'bst-marge-bot2020-05-082-124/+117
|\
| * setup.py: Also run blackbschubert/pylint-setup-pyBenjamin Schubert2020-05-072-116/+111
| * setup.py: Also run pylint on this fileBenjamin Schubert2020-05-072-8/+6
|/
* Merge branch 'tristan/validate-junction-config' into 'master'bst-marge-bot2020-05-061-0/+3
|\
| * junction.py: Call node.validate_keys() in Plugin.configure()Tristan Van Berkom2020-05-061-0/+3
|/
* Merge branch 'willsalmon/useragnet' into 'master'William Salmon2020-05-051-0/+1
|\
| * _downloadablefilesource.py: Set user agentWilliam Salmon2020-05-051-0/+1
|/
* Merge branch 'ctolentino/casd-timeout' into 'master'bst-marge-bot2020-05-051-4/+15
|\
| * casdprocessmanager.py: Check if buildbox-casd process is alive while waiting ...ctolentino/casd-timeoutctolentino82020-05-051-2/+12
| * casdprocessmanager.py: Relax timeout for establishing buildbox-casd connectionctolentino82020-05-051-2/+3
|/
* Merge branch 'chandan/venv-install-link' into 'master'Tristan Van Berkom2020-05-051-3/+7
|\
| * doc/format_project: Add links related to virtual environmentschandan/venv-install-linkChandan Singh2020-05-041-3/+7
|/
* Merge branch 'tristan/pip-plugin-versioning' into 'master'bst-marge-bot2020-05-0413-13/+366
|\
| * docs/source/format_project.rst: Enhance documentation on plugin origins.Tristan Van Berkom2020-05-041-10/+116
| * tests/plugins/loading.py: Test failure modes when loading pip pluginsTristan Van Berkom2020-05-041-0/+79
| * _pluginfactory/pluginfactory.py: Implement error reporting for pip originsTristan Van Berkom2020-05-041-2/+27
| * _pluginfactory/pluginorigin.py: Store provenance of origins for error reportingTristan Van Berkom2020-05-041-0/+2
| * tests/plugins/loading.py: Added test for loading pip pluingsTristan Van Berkom2020-05-041-0/+46
| * tox.ini: Install the sample pip plugin package when running testsTristan Van Berkom2020-05-041-0/+3
| * tests/plugins/pip-samples/sample-plugins: Adding a sample pip plugins packageTristan Van Berkom2020-05-048-1/+93
|/
* Merge branch 'tristan/deprecation-warnings-refactor' into 'master'Tristan Van Berkom2020-05-0430-193/+376
|\
| * plugin.py: Rework how deprecation warnings are configured.Tristan Van Berkom2020-05-0417-140/+296
| * tests/plugins/loading.py: Migrate tests for found/not found pluginsTristan Van Berkom2020-05-0313-51/+67
| * _pluginfactory/pluginfactory.py: Add provenance to missing plugin errorsTristan Van Berkom2020-05-036-9/+20
|/
* Merge branch 'chandan/no-nosoftware' into 'master'bst-marge-bot2020-05-011-4/+0
|\
| * CONTRIBUTING: Remove link for obsolete issue policieschandan/no-nosoftwareChandan Singh2020-05-011-4/+0
|/
* Merge branch 'chandan/build-shell-fetch' into 'master'Chandan Singh2020-05-013-10/+47
|\
| * _stream.py: Fetch sources while launching build shellschandan/build-shell-fetchChandan Singh2020-04-303-10/+47
|/
* Merge branch 'tristan/update-news' into 'master'1.93.3bst-marge-bot2020-04-291-0/+13
|\
| * NEWS: Updating news for 1.93.3 snapshot.Tristan Van Berkom2020-04-291-0/+13
|/
* Merge branch 'tristan/plugin-versions-refactor' into 'master'bst-marge-bot2020-04-29114-692/+729
|\
| * tox.ini: Update reference to updated plugins with BST_MIN_VERSOIN setTristan Van Berkom2020-04-291-1/+1
| * tests/plugins/loading.py: Added tests for plugin BST_MIN_VERSION guardsTristan Van Berkom2020-04-2910-1/+175
| * plugin.py/pluginfactory.py: Implementing BST_MIN_VERSIONTristan Van Berkom2020-04-2940-3/+170
| * tests/plugins/loading.py: New test replaces removed internal testTristan Van Berkom2020-04-297-4/+163
| * tests/plugins/deprecationwarnings.py: Moved from it's subdirectoryTristan Van Berkom2020-04-296-1/+1
| * Plugin loading refactor, removing all versioningTristan Van Berkom2020-04-2957-707/+244
|/
* Merge branch 'juerg/sandbox' into 'master'bst-marge-bot2020-04-297-128/+20
|\
| * .gitlab-ci.yml: Add bwrap jobjuerg/sandboxJürg Billeter2020-04-281-0/+7
| * .gitlab-ci.yml: Drop buildbox-run jobJürg Billeter2020-04-281-8/+0
| * Switch preferred sandbox from bwrap to buildbox-runJürg Billeter2020-04-286-122/+13
| * testing/_utils/site.py: Check that buildbox-run has all dependenciesJürg Billeter2020-04-281-1/+2
| * _platform.py: Reset Sandbox._dummy_reasons in _check_sandbox()Jürg Billeter2020-04-281-0/+1