summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/git.py
Commit message (Expand)AuthorAgeFilesLines
* git source plugin: Fix check for remote existencebwh/fix-git-remote-name-check-1.4Ben Hutchings2020-07-291-1/+1
* git source plugin: Fixing documentation linking and typoTristan Van Berkom2019-08-051-3/+4
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2019-08-051-2/+1
* git.py: Make `ref` human readableJürg Billeter2019-08-041-2/+24
* git source plugin: Emmit the ref-not-in-track warning from validate_cache()Tristan Van Berkom2019-08-031-37/+30
* git source plugin: Implementing submodule warningsTristan Van Berkom2019-08-031-7/+72
* plugins/git.py: Warn if ref is not in given trackTom Pollard2019-08-041-4/+41
* git.py: Add configurable warning for inconsistent-submoduleJosh Smith2019-08-031-1/+10
* plugins/sources/git.py: Cope with rename returning error EEXISTTristan Van Berkom2019-04-161-3/+3
* Force updating tags when fetching git repositoryValentin David2018-12-111-1/+1
* plugins/sources/git.py: Avoid downloading unused submodulesTristan Van Berkom2018-12-101-7/+15
* git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-021-4/+12
* source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-031-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
* buildstream/plugins/sources/git.py: Fix clone side effect in getting fetchersValentin David2018-08-161-1/+3
* git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-301-5/+15
* git.py: Improve mirror supportJonathan Maw2018-07-291-45/+49
* git.py: Update git plugin to fail temporarily on clone failuresJosh Smith2018-07-271-3/+7
* 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