-
Notifications
You must be signed in to change notification settings - Fork 111
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
feat:New Enterprise version #2656
base: enterprise/next
Are you sure you want to change the base?
Conversation
for vn, vv in os.environ.items(): | ||
m = re.search(regexfa, vn) | ||
|
||
r = m.group(1) if m else "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that line exists in multiple files, I would suggest scan it with sonarqube code duplication and address in separate story.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved! We had a discussion with Rahul about is it should be a enterprise
branch in repo or just a copy-paste enterprise folder. As I understand the next enterprise release would have a completely another approach and architecture.
Enterprise version Intitial Draft