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-30291: Initial configuration of towncrier #528

Merged
merged 3 commits into from May 25, 2021
Merged

DM-30291: Initial configuration of towncrier #528

merged 3 commits into from May 25, 2021

Conversation

timj
Copy link
Member

@timj timj commented May 22, 2021

With this PR (at this time) you get example output of:

Butler v23 2021-05-24
=====================

New Features
------------

- Add a new ``butler retrieve-artifacts`` command to copy file artifacts from a Butler datastore. (`DM-27241 <https://jira.lsstcorp.org/browse/DM-27241>`_)


Performance Enhancement
-----------------------

- Make collection and dataset pruning significantly more efficient. (`DM-30140 <https://jira.lsstcorp.org/browse/DM-30140>`_)


Other Changes and Additions
---------------------------

- `DM-28678 <https://jira.lsstcorp.org/browse/DM-28678>`_


Miscellaneous Changes of Minor Interest
---------------------------------------

- `DM-30291 <https://jira.lsstcorp.org/browse/DM-30291>`_


Butler Datastores
-----------------

Performance Enhancement
~~~~~~~~~~~~~~~~~~~~~~~

- FileDatastore: Improve removing of datasets from the trash by at least a factor of 10. (`DM-29849 <https://jira.lsstcorp.org/browse/DM-29849>`_)


Butler Registry
---------------

New Features
~~~~~~~~~~~~

- Support UUIDs as the primary keys in registry and allow for reproducible UUIDs.

  This change will significantly simplify transferring of data between butler repositories. (`DM-29196 <https://jira.lsstcorp.org/browse/DM-29196>`_)
- Allow registry methods such as ``queryDatasets`` to use a glob-style string when specifying collection or dataset type names. (`DM-30200 <https://jira.lsstcorp.org/browse/DM-30200>`_)

from towncrier --draft --version=23.0.

I think it would be good to define additional types for api changes and performance improvements but so far I've failed to get that working because I think it requires that I redefine all the types (ie it deletes the default types).

@ktlim
Copy link
Contributor

ktlim commented May 22, 2021

Suggestion: add .github/pull_request_template.md containing at least:

## Checklist

- [ ] ran Jenkins
- [ ] added a release note for user-visible changes to `doc/changes`

@timj timj force-pushed the tickets/DM-30291 branch 5 times, most recently from 6d0c152 to 15619be Compare May 23, 2021 22:54
@timj timj merged commit fae826f into master May 25, 2021
@timj timj deleted the tickets/DM-30291 branch May 25, 2021 04:47
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

2 participants