Skip to content

Conversation

@krtkvrm
Copy link
Member

@krtkvrm krtkvrm commented Nov 2, 2021

  • Adds org_id while creating the group
  • Adds Organization body while fetching the group(s)
  • Make org_id obselete

repeated User admins = 4;
int32 member_count = 5;
string org_id = 6;
// string OBSOLETE_org_id = 6; [OBSOLETE]
Copy link
Member

Choose a reason for hiding this comment

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

@krtkvrm Since the shield GRPC version is not yet shipped. I think it is ok to make a breaking change and not reserve it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Had to add it as CI was showing Breaking Changes when I just replaced it with Organization organization = 6
Ref: https://github.com/odpf/proton/runs/4075364158?check_suite_focus=true#step:4:10

Copy link
Member

Choose a reason for hiding this comment

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

We can merge it irrespective of that. Lets also see if we can enable disable breaking change ci specific to certain projects.

@ravisuhag ravisuhag merged commit 7f7c8e5 into main Nov 2, 2021
@ravisuhag ravisuhag deleted the fix-shield-group branch November 2, 2021 03:25
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.

4 participants