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

No more plugins #37

Merged
merged 4 commits into from
Feb 24, 2020
Merged

No more plugins #37

merged 4 commits into from
Feb 24, 2020

Conversation

javuto
Copy link
Collaborator

@javuto javuto commented Feb 20, 2020

Overview

Logging data in osctrl-tls was using go plugins because whynot, but it turns out that using unstable stuff is tricky so let's keep it in a separate branch and move on.

Now logging is its own package and it will contain all supported logging mechanisms.

Also some refactoring to have backend as the package that connects to the database.

Thanks in advance for the code review @obelisk @pmoody-

@javuto javuto added refactor Refactorization of code osctrl-tls osctrl-tls related changes osctrl-api osctrl-api related changes osctrl-admin osctrl-admin related changes osctrl-cli osctrl-cli related changes labels Feb 20, 2020
@javuto javuto added this to the v0.2.0 milestone Feb 20, 2020
cmd/admin/main.go Show resolved Hide resolved
pkg/backend/go.mod Outdated Show resolved Hide resolved
pkg/logging/db.go Outdated Show resolved Hide resolved
pkg/logging/db.go Outdated Show resolved Hide resolved
pkg/logging/db.go Outdated Show resolved Hide resolved
pkg/backend/backend.go Outdated Show resolved Hide resolved
pkg/logging/db.go Outdated Show resolved Hide resolved
@javuto javuto merged commit cb68dd0 into master Feb 24, 2020
@javuto javuto deleted the no-plugins branch February 24, 2020 15:19
@javuto javuto mentioned this pull request Feb 25, 2020
@crimsonknave
Copy link

@javuto https://osctrl.net/configuration/#logging links to a plugins directory that this PR appears to have removed.

CptOfEvilMinions added a commit that referenced this pull request Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
osctrl-admin osctrl-admin related changes osctrl-api osctrl-api related changes osctrl-cli osctrl-cli related changes osctrl-tls osctrl-tls related changes refactor Refactorization of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants