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

[NET-546] Move ee code to ee package, unify ee status and terminology #2538

Merged
merged 12 commits into from
Sep 1, 2023

Conversation

gabrielseibel1
Copy link
Contributor

@gabrielseibel1 gabrielseibel1 commented Aug 23, 2023

Describe your changes

Moved all pieces of code that where specific to EE/Pro to correct directory.

Used variable functions that are filled in with pro code on pro initialization.

Main areas affected are metrics, relays, and ext. client acls.

Lot of the refactoring was done with automation/IDE tools, and go vet, staticcheck and go test pass, but nonetheless we should manually test this thoroughly since the diff is huge... lots of moving this around but logic should be the same.

Consolidated naming for paid/professional/enterprise version as "pro". Notes:

  • Changes image tags
  • Changes build tags
  • Changes package names
  • Doesn't change links to docs that mention "ee"
  • Doesn't change parameters sent to PostHog that mention "ee"

Provide testing steps

Test that pro features mentioned above are working and not available on community

ee/initialize.go Outdated Show resolved Hide resolved
… Notes:

- Changes image tags
- Changes build tags
- Changes package names
- Doesn't change links to docs that mention "ee"
- Doesn't change parameters sent to PostHog that mention "ee"
@gabrielseibel1 gabrielseibel1 changed the title [NET-546] Move ee code to ee package and unify ee status [NET-546] Move ee code to ee package, unify ee status and terminology Aug 24, 2023
Copy link
Member

@abhishek9686 abhishek9686 left a comment

Choose a reason for hiding this comment

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

@gabrielseibel1 can you revert changes of ee -> pro for docker images and workflow, tags

pro/initialize.go Show resolved Hide resolved
@abhishek9686 abhishek9686 merged commit 1a1ba1c into develop Sep 1, 2023
15 of 16 checks passed
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