-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
adds plugin CopyArchiveTags #1021
Conversation
Co-authored-by: Difegue <[email protected]>
Co-authored-by: Difegue <[email protected]>
Congratulations @IceBreeze, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/clz4te7lo43430ckztuus8vlq This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
I took advantage of the issue #966 to try some suggestions like:
They are implemented inside the plugin because I think they are too invasive to be put elsewhere at the moment.
Also I added a little helper method to retrieve the tags from an archive and I slightly reworked various
get_archive*
methods internally, but I couldn't come up with a better name forh_get_archive
for the one that needs the Redis instance to be passed.