summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* source/conf.py: Update copyrigth year to 2018jjardon/misc_fixesJavier 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.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
* doc/source/format.rst: Fix misnomer in documentationTristan Van Berkom2018-03-161-1/+1
* _project.py and docs: Move defaults into the defaults yaml fileTristan Van Berkom2018-03-164-193/+229
* scriptelement.py: Mark install-rootJürg Billeter2018-03-151-0/+3
* _sandboxchroot.py: Ensure the cwd existsJürg Billeter2018-03-151-0/+6
* element.py: Do not allow unplanned build jobsJürg Billeter2018-03-151-0/+3
* buildqueue.py: Do not mark assembly complete on build failureJürg Billeter2018-03-151-3/+4
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-143-4/+2
* pylint - dealt with simplifiable-if-statement warningJames Ennis2018-03-142-3/+1
* pushreceive.py: byteorder functions are now more sensibly namedJames Ennis2018-03-141-10/+10
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-1410-75/+71
* pylint - dealt with redefined-argument-from-local warningJames Ennis2018-03-142-3/+2
* pylint - dealt with unnecessary-pass warningJames Ennis2018-03-142-2/+1
* pylint - dealt with import warningsJames Ennis2018-03-1410-19/+24
* pylint - dealt with unidiomatic-typecheck warningJames Ennis2018-03-142-4/+1
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-1413-26/+23
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-145-15/+20
* pylint - dealt with len-as-condition warningJames Ennis2018-03-1410-19/+18
* pylint - dealt with global-statement warningJames Ennis2018-03-145-5/+6
* pylint - dealt with dangerous-default-value warningJames Ennis2018-03-143-5/+4
* pylint - dealt with consider-merging-isinstance warningsJames Ennis2018-03-142-3/+1
* pylint - dealt with broad-except and bare-except warningsJames Ennis2018-03-145-6/+6
* pylint - dealt with bad-continuation warningJames Ennis2018-03-146-12/+9