Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-32408: Initial implementation #1

Merged
merged 11 commits into from
Apr 19, 2022
Merged

DM-32408: Initial implementation #1

merged 11 commits into from
Apr 19, 2022

Conversation

timj
Copy link
Member

@timj timj commented Apr 11, 2022

No description provided.

@timj timj force-pushed the tickets/DM-32408 branch 3 times, most recently from 193397e to 7c51e24 Compare April 12, 2022 21:14
Copy link
Contributor

@ktlim ktlim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally seems fine; a few small quibbles.

doc/lsst_versions/configuring.rst Outdated Show resolved Hide resolved
doc/lsst_versions/configuring.rst Outdated Show resolved Hide resolved
doc/lsst_versions/index.rst Outdated Show resolved Hide resolved
doc/lsst_versions/index.rst Outdated Show resolved Hide resolved
python/lsst_versions/__version__.py Outdated Show resolved Hide resolved
python/lsst_versions/_versions.py Outdated Show resolved Hide resolved
python/lsst_versions/_versions.py Show resolved Hide resolved
python/lsst_versions/_versions.py Outdated Show resolved Hide resolved
python/lsst_versions/_versions.py Outdated Show resolved Hide resolved
python/lsst_versions/_versions.py Outdated Show resolved Hide resolved
* Determine version using GitPython.
* Register setuptools entry point.
@timj timj force-pushed the tickets/DM-32408 branch 6 times, most recently from bffe4f3 to 649d447 Compare April 14, 2022 23:27
Added as a tar file that is extracted before the tests run.
Now if a commit is associated with a release version, report
that version instead of a development version.
setup.cfg Outdated Show resolved Hide resolved
* Use dev tag for tests and remove requirements.txt
  The requirements.txt is only meant to be present for applications.
* Use pip cache.
* Install the package when mypy is used so as to ensure all
  dependencies are installed.
Normalizing up front prevents setuptools from complaining
that the version number needs to be normalized. This should
not really happen with weekly tags but can happen for packages
that have not yet had a weekly tag or those that have slightly
non-standard release tags.
@codecov
Copy link

codecov bot commented Apr 18, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@53d5d17). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 0341e64 differs from pull request most recent head 28b5d07. Consider uploading reports for the commit 28b5d07 to get more accurate results

@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage        ?   75.00%           
=======================================
  Files           ?        3           
  Lines           ?      140           
  Branches        ?        0           
=======================================
  Hits            ?      105           
  Misses          ?       35           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53d5d17...28b5d07. Read the comment docs.

@timj timj merged commit f198baa into main Apr 19, 2022
@timj timj deleted the tickets/DM-32408 branch April 19, 2022 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants