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

Added pop column #103

Merged
merged 4 commits into from
Dec 11, 2023
Merged

Added pop column #103

merged 4 commits into from
Dec 11, 2023

Conversation

khoroshevskyi
Copy link
Member

No description provided.

Fixed #102
Copy link
Member

@nleroy917 nleroy917 left a comment

Choose a reason for hiding this comment

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

Some questions, but approve.

pepdbagent/modules/project.py Outdated Show resolved Hide resolved
@@ -315,6 +325,7 @@ def _overwrite(
private: bool = False,
pep_schema: str = None,
description: str = "",
pop: bool = False,
Copy link
Member

Choose a reason for hiding this comment

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

I'm trying to think of any consequences that might occur from us defaulting to False here, but I can't immediately think of any...

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think it should cause any problems. pop is like private, but you can't change it. If you set it, it should be pop. So it's only metadata for pephub, nothing else. All the configurations will be then done in pephub (I am against this approach, but decision was made)

pepdbagent/modules/project.py Outdated Show resolved Hide resolved
@khoroshevskyi khoroshevskyi merged commit e281969 into dev Dec 11, 2023
3 checks passed
@khoroshevskyi khoroshevskyi deleted the 24_pop branch January 9, 2024 21:12
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.

2 participants