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

Adds Sumo Logic logging endpoint support #59

Merged
merged 1 commit into from
May 13, 2020

Conversation

mccurdyc
Copy link
Collaborator

@mccurdyc mccurdyc commented May 7, 2020

Proposed Change(s)

Relevant (Referenced) Link(s)

Validation

$ make test
git clone git@github.com:mccurdyc/cli.git /tmp/cli && \
( 
    cd /tmp/cli && \
    git checkout mccurdyc/logging-sumologic && \
    make test && \
    rm -rf /tmp/cli \
)

@mccurdyc mccurdyc marked this pull request as ready for review May 7, 2020 18:49
@mccurdyc mccurdyc requested a review from phamann May 7, 2020 18:49
Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

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

👍 LGTM other than typo suggestions

pkg/common/command.go Show resolved Hide resolved
pkg/logging/sumologic/create.go Outdated Show resolved Hide resolved
pkg/logging/sumologic/create.go Outdated Show resolved Hide resolved
pkg/logging/sumologic/delete.go Outdated Show resolved Hide resolved
pkg/logging/sumologic/describe.go Outdated Show resolved Hide resolved
pkg/logging/sumologic/list.go Outdated Show resolved Hide resolved
pkg/logging/sumologic/root.go Outdated Show resolved Hide resolved
pkg/logging/sumologic/update.go Outdated Show resolved Hide resolved
@phamann phamann added the enhancement New feature or request label May 8, 2020
Copy link
Member

@phamann phamann left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@mccurdyc mccurdyc force-pushed the mccurdyc/logging-sumologic branch from 4367b28 to 03c53d4 Compare May 13, 2020 18:17
@mccurdyc
Copy link
Collaborator Author

Force-pushed rebasing master.

Signed-off-by: Colton McCurdy <cmccurdy@fastly.com>
@mccurdyc mccurdyc force-pushed the mccurdyc/logging-sumologic branch from 03c53d4 to 0c66bbc Compare May 13, 2020 18:22
@mccurdyc
Copy link
Collaborator Author

Force-pushed rebasing into a single commit.

@mccurdyc mccurdyc merged commit f0d4fb2 into master May 13, 2020
@mccurdyc mccurdyc deleted the mccurdyc/logging-sumologic branch May 13, 2020 18:35
@mccurdyc mccurdyc changed the title logging: adds sumo logic logging endpoint Adds Sumo Logic logging endpoint support May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants