summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/git.py
Commit message (Expand)AuthorAgeFilesLines
* plugins/source/git.py: Rationalised unused return valuesDaniel Silverstone2018-10-251-2/+2
* Spelling fixes: 'affect', not 'effect' as verbAngelos Evripiotis2018-10-191-1/+1
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-031-4/+12
* git.py: Make `ref` human readableJürg Billeter2018-09-271-2/+24
* plugins/git.py: Warn if ref is not in given trackTom Pollard2018-09-031-4/+41
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-021-4/+13
* plugins/source/git.py: Fix formatting of url in trackingTristan Van Berkom2018-08-301-1/+3
* Add Error to git and ostree sources configureWilliam Salmon2018-08-171-0/+7
* git.py: Add configurable warning for inconsistent-submoduleJosh Smith2018-08-151-1/+10
* buildstream/plugins/sources/git.py: Fix clone side effect in getting fetchersValentin David2018-08-141-1/+3
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+6
* git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-291-4/+15
* git.py: Improve mirror supportJonathan Maw2018-07-271-45/+49
* git.py: Update git plugin to fail temporarily on clone failuresJosh Smith2018-07-271-3/+7
* plugins/sources/git.py: Use --shared instead of --hardlinksTristan Van Berkom2018-07-231-4/+4
* git source plugin: Omit the .git directory completely.Tristan Van Berkom2018-07-201-0/+3
* Source plugin git depends on host's gitJavier Jardón2018-06-221-0/+4
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-091-1/+3
* plugins: Disable attribute-defined-outside-init pylint errorTristan Van Berkom2018-04-201-0/+1
* Complete the work started to allow None as default in _yaml.node_get()Tristan Van Berkom2018-04-071-4/+4
* 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