fix: make usage of name and slug consistent#3620
Merged
mohammad-alisafaee merged 4 commits intodevelopfrom Oct 10, 2023
Merged
Conversation
725d9da to
c2e3395
Compare
Collaborator
bb0cd4a to
9660fbb
Compare
5af000a to
61515aa
Compare
Panaetius
suggested changes
Oct 2, 2023
Member
Panaetius
left a comment
There was a problem hiding this comment.
Thank you!
One question, do we need to bump the minimum renku version? I assume old CLi won't be able to work on a project written to by this version?
9a9a875 to
54823f7
Compare
54823f7 to
077ee8c
Compare
b940643 to
85acdac
Compare
49d2c1b to
fc7c56b
Compare
fc7c56b to
e2319e3
Compare
Panaetius
approved these changes
Oct 10, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replaces
name/titlewithslug/namein datasets. Related command flags are hidden and deprecation warning is printed upon their usage (e.g.--name/--short-namewhen importing a dataset).Fixes: #3563