summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/git.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup refs to 'bst track'Angelos Evripiotis2019-01-281-1/+1
* Expose base class for Git source pluginsChandan Singh2018-12-201-644/+3
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-1/+1
* git source plugin: Emmit the ref-not-in-track warning from validate_cache()Tristan Van Berkom2018-12-061-37/+30
* git source plugin: Implementing submodule warningsTristan Van Berkom2018-12-061-12/+75
* git source plugin: Rename symbol for consistency and readabilityTristan Van Berkom2018-12-061-2/+3
* git source plugin: Fixing documentation linking and typoTristan Van Berkom2018-12-061-5/+6
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2018-12-061-2/+1
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-13/+203
* buildstream/plugins/sources/git.py: warn about checkout by defaultJavier Jardón2018-12-031-0/+5
* Extract atomic move function to utils.pyBenjamin Schubert2018-11-191-19/+11
* Fix os.rename in git source element to correctly handle error codesBenjamin Schubert2018-11-191-15/+18
* sources: Don't redundantly document directory configurationChandan Singh2018-10-251-3/+3
* 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