summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/git.py
Commit message (Expand)AuthorAgeFilesLines
* git.py source plugin: Ignore inconsistent submodules.Tristan Van Berkom2018-03-221-4/+11
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-201-3/+3
* git.py: Add the ability to set whether to checkout submodulesJonathan Maw2018-02-191-4/+35
* plugins/sources/git.py: Fix potential NameErrorGökçen Nurlu2017-12-121-1/+1
* Remove unused importsGökçen Nurlu2017-12-071-3/+3
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-211-4/+4
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-8/+8
* Change origin to point at source repoDaniel Playle2017-11-111-2/+25
* git.py source plugin: Prune remote-tracking branches when fetchingsam/git-fetch-pruneSam Thursfield2017-11-081-1/+1
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-2/+1
* git.py source plugin: More informative error when missing track & refTristan Van Berkom2017-10-141-1/+1
* Add source plugin node validationsTristan Maat2017-09-141-0/+2
* git.py source plugin: Consider submodules in cache keyTristan Van Berkom2017-09-011-1/+8
* git.py source plugin: Avoid deprecated RawConfigParser.readfp() methodSam Thursfield2017-06-221-1/+1
* git.py source plugin: Use Source.tempdir() context managerTristan Van Berkom2017-04-081-9/+9
* git.py source plugin: Fixed staging of submodules.Tristan Van Berkom2017-04-071-0/+7
* Fixing permissions, some random python files became executableTristan Van Berkom2017-03-061-0/+0
* git.py source plugin: Swapping around the loggingTristan Van Berkom2017-03-021-47/+52
* git.py source plugin: Use Mapping in _yaml.node_get()Tristan Van Berkom2017-02-261-3/+3
* git.py source plugin: Removed obsolete line of code.Tristan Van Berkom2017-02-111-1/+0
* Remove apostrophes from grammatically incorrect instances of "it's"Paul Sherwood2017-02-111-1/+1
* git.py plugin: Adapt to new get_consistency() API and moreTristan Van Berkom2017-01-191-3/+25
* git.py: Updated for new source APITristan Van Berkom2017-01-181-24/+20
* git.py: Fixed internal has_ref() to be None safeTristan Van Berkom2017-01-181-0/+2
* git.py source plugin: Raise error if neither source or ref are specifiedTristan Van Berkom2017-01-161-5/+6
* git plugin: Updated for new check_output() apiTristan Van Berkom2017-01-141-16/+17
* git.py: Use plugin helpers for calling host toolsTristan Van Berkom2017-01-131-54/+33
* git.py: Use plugin timed task context managerTristan Van Berkom2017-01-121-30/+32
* git.py source plugin: Use context manager for tmpdir in build directoryTristan Van Berkom2017-01-111-12/+14
* git source plugin: Removed pointless project variablesTristan Van Berkom2017-01-101-3/+0
* git.py source plugin: Implement consistent()Tristan Van Berkom2017-01-091-0/+5
* git.py source plugin: Now refresh() returns booleanTristan Van Berkom2017-01-071-4/+11
* git.py source plugin: Use Plugin node parsing utilitiesTristan Van Berkom2017-01-071-7/+7
* git plugin: Dont require the ref to exist after fetchingTristan Van Berkom2017-01-041-5/+8
* git plugin: Support submodulesTristan Van Berkom2017-01-031-70/+239
* git source plugin: Fleshing out initial implementationTristan Van Berkom2016-12-191-3/+138
* pep8 fixes in git.py (source plugin)Tristan Van Berkom2016-12-101-0/+2
* Adding skeleton for the 'git' Source kindTristan Van Berkom2016-11-081-0/+29