You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/git/tasks
Gaurav Pathak 6d383558c9
Validate changes in a git repo for combined check and diff mode (#85110)
This commit validates changes in a shallow clone git repo and shows
a diff for combined check and diff mode in case if any old single
full commit sha is provided in version parameter instead of any
branch name or HEAD together with refspec parameter.
At present, if an old commit sha is provided to version parameter
for a shallow clone git repository initially cloned using depth: 1
and if ansible-playbook is executed with --diff --check together,
the command shows:
Failed to get proper diff between <before_sha> and <after_sha>
fatal: bad object <after_sha>
1 week ago
..
ambiguous-ref.yml Correct usage for shutil.rmtree (#31541) 8 years ago
archive.yml Integration tests clean up (#85130) 8 months ago
change-repo-url.yml Deprecate tests used as filters (#32361) 8 years ago
checkout-new-tag.yml Deprecate tests used as filters (#32361) 8 years ago
depth.yml Integration test cleanup (#84763) 11 months ago
forcefully-fetch-tag.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
formats.yml Revert "basic: remember the user sensitive information to use later (#84699)" (#84959) 10 months ago
gpg-verification.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
localmods.yml Integration test cleanup (#84763) 11 months ago
main.yml Validate changes in a git repo for combined check and diff mode (#85110) 1 week ago
missing_hostkey.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
missing_hostkey_acceptnew.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
no-destination.yml Deprecate tests used as filters (#32361) 8 years ago
reset-origin.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
separate-git-dir.yml Support `--separate-git-dir` option in Git module (#41712) 8 years ago
setup-local-repos.yml test: remove ansible-examples.git repo (#81600) 2 years ago
setup.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
single-branch.yml 🐛 Make integration tests compatible w/ modern Git (#80122) 3 years ago
specific-rev-diff-check.yml Validate changes in a git repo for combined check and diff mode (#85110) 1 week ago
specific-revision.yml Fix Typos in Integration Test Comments and Documentation (#85322) 7 months ago
submodules.yml Spelling and grammar fixes (#86417) 1 week ago