index
:
delta/python-packages/setuptools-scm.git
RonnyPfannschmidt-doc-file-finder
RonnyPfannschmidt-patch-1
RonnyPfannschmidt-patch-hg-flake8
RonnyPfannschmidt-patch-pin-pytest
bugfix/303-tag_regex
bugfix/427-utc-mismatch
bugfix/436-realpath-everywhere
bugfix/448-pyproject-remove-jaraco.windows
bugfix/449-disallow-the-nondot
bugfix/workflow
docs/tidelift
drop-samefile
drop-travis
examples-for-setuptools
feature/build-require-self
feature/declarative-config
fix-312-document-enterprise-distros
fix-374
fix-395-pass-in-tag-regex
fix-pip-wheel
fix-py38
hotfix/issue-179
infra/release-prep
main
master
other
pre-commit-ci-update-config
prepare-breakages
release-prep
revert-346-first-parent
ronny/try-oidc
simple-samefile
workflows
github.com: pypa/setuptools_scm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
Commit message (
Expand
)
Author
Age
Files
Lines
*
Illustrate how reading the config from a file might operate.
feature/declarative-config
Jason R. Coombs
2019-10-21
1
-0
/
+7
*
Merge branch 'master' into feature-git-worktree-193
Ronny Pfannschmidt
2019-05-26
4
-5
/
+33
|
\
|
*
Don't pass entrypoing name around anymore and allow passing fallback_root to ...
Ionel Cristian Mărieș
2019-05-10
3
-4
/
+5
|
*
Use a different root for fallbacks. Remove old hack that merely checked entry...
Ionel Cristian Mărieș
2019-05-10
2
-1
/
+16
|
*
Allow setting a fallback version in case everything else fails.
Antony Lee
2019-03-03
1
-0
/
+13
*
|
add file listing to the test
Ronny Pfannschmidt
2019-01-16
1
-1
/
+1
*
|
basic test for git worktrees
Ronny Pfannschmidt
2018-11-20
1
-0
/
+11
|
/
*
Add option git_describe_command
Luciano Bello
2018-10-28
1
-0
/
+15
*
fix unintended missing parameters
Ronny Pfannschmidt
2018-10-27
2
-12
/
+19
*
pass trough config everywhere
Ronny Pfannschmidt
2018-08-08
2
-5
/
+13
*
validate the warning we trigger on tags with local suffixes
Ronny Pfannschmidt
2018-08-08
1
-1
/
+4
*
Merge pull request #299 from RonnyPfannschmidt/fix-298
Ronny Pfannschmidt
2018-08-08
1
-0
/
+9
|
\
|
*
finalize error handling for git file listing
Ronny Pfannschmidt
2018-08-08
1
-4
/
+5
|
*
turn the archive usage error into a logged exception
Ronny Pfannschmidt
2018-08-08
1
-0
/
+8
*
|
fix #297 - correct the invocation in version_from_scm
Ronny Pfannschmidt
2018-08-08
1
-0
/
+5
|
/
*
fix bad selfinstall test
Ronny Pfannschmidt
2018-07-31
1
-1
/
+3
*
fix #292 - support for uppercase leading v character in tag version extractio...
Ronny Pfannschmidt
2018-07-30
1
-0
/
+2
*
fix #286 - return a list from tags_to_versions
Ronny Pfannschmidt
2018-07-24
1
-2
/
+9
*
fix #284 - allow dashes in default tag prefixes again
Ronny Pfannschmidt
2018-07-23
1
-0
/
+18
*
fix #281 - reorder arguments to allow prior calls to work
Ronny Pfannschmidt
2018-07-23
1
-0
/
+5
*
add a test for a rc version oddity i experienced in the last release, its alr...
Ronny Pfannschmidt
2018-07-23
1
-1
/
+8
*
Merge pull request #276 from punkadiddle/master
Ronny Pfannschmidt
2018-07-17
3
-7
/
+22
|
\
|
*
working draft using configuration instance class
punkadiddle
2018-07-09
2
-7
/
+7
|
*
tag parsing configurable through tag_regex
punkadiddle
2018-06-30
1
-0
/
+15
*
|
Add some pretned tests
Jonathan Piron
2018-07-02
2
-7
/
+12
|
/
*
fix #266 and add a unittest for the tag_to_version
Ronny Pfannschmidt
2018-05-22
1
-1
/
+19
*
add a test addressing #266 demonstraing its not a git issue
Ronny Pfannschmidt
2018-05-22
1
-0
/
+9
*
breaking change - no longer accept plain strings from parse
Ronny Pfannschmidt
2018-05-21
1
-7
/
+3
*
blackify test_setuptools_support
Ronny Pfannschmidt
2018-05-21
1
-2
/
+2
*
fix pythonpath in test_setuptools_support
Ronny Pfannschmidt
2018-05-20
1
-1
/
+7
*
switch to src/ layout
Ronny Pfannschmidt
2018-05-19
1
-1
/
+1
*
print the origin of modules we obtain the version of
Ronny Pfannschmidt
2018-05-18
1
-1
/
+2
*
inflict black on the codebase :)
Ronny Pfannschmidt
2018-05-13
11
-388
/
+384
*
Tweak test skip reasons
Stéphane Bidoul (ACSONE)
2018-05-11
1
-2
/
+2
*
Improve file finder test coverage
Stéphane Bidoul (ACSONE)
2018-05-11
1
-0
/
+30
*
file finder: symlink edge cases
Stéphane Bidoul (ACSONE)
2018-05-10
1
-1
/
+38
*
Fix hg file finder in presence of white space in paths
Stéphane Bidoul (ACSONE)
2018-04-28
1
-0
/
+9
*
Refactor hg and git file finders to use the same algorithm
Stéphane Bidoul (ACSONE)
2018-04-28
1
-10
/
+15
*
Add tests to demonstrate issue 251
Stéphane Bidoul (ACSONE)
2018-04-28
2
-0
/
+15
*
mark setuptools integration tests as xfail until a windows user can find the ...
Ronny Pfannschmidt
2018-04-27
1
-3
/
+8
*
enhance setuptools version loading debugging
Ronny Pfannschmidt
2018-04-27
1
-6
/
+8
*
fix test_latest_tag_detection by always specifiying hg user and tag
Ronny Pfannschmidt
2018-04-27
1
-1
/
+1
*
Handle windows path separators in tests
Stéphane Bidoul (ACSONE)
2018-04-26
2
-24
/
+32
*
Add file name case test
Stéphane Bidoul (ACSONE)
2018-04-26
1
-0
/
+13
*
Skip symlink tests on Windows
Stéphane Bidoul (ACSONE)
2018-04-26
1
-0
/
+6
*
Remove file headers to follow local style
Stéphane Bidoul (ACSONE)
2018-04-25
1
-4
/
+0
*
Fix existing git file finder test
Stéphane Bidoul (ACSONE)
2018-04-25
1
-2
/
+4
*
Adapt git_file_finder tests style
Stéphane Bidoul (ACSONE)
2018-04-25
2
-59
/
+47
*
Fix pip invocation test.
Stéphane Bidoul (ACSONE)
2018-04-25
1
-2
/
+2
*
New git file finder that support symlinks.
Stéphane Bidoul (ACSONE)
2018-04-25
1
-0
/
+127
[next]