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

refactor: restructure the implementation #1

Merged
merged 5 commits into from
Apr 29, 2021
Merged

Conversation

smusali
Copy link

@smusali smusali commented Oct 19, 2020

refactor: restructure the implementation

This commit is also introducing huge data handling, which is needed mainly for CloudTrail.

Ref: #2
Semver: major


test: add unit test coverage

Initializing TAP and adding unit test cases to cover all the cases

Ref: #3
Semver: patch


feat(config): use @logdna/env-config for configuration

Replace current configuration with @logdna/env-logdna

Ref: #2
Semver: major


refactor(logger): introduce @logdna/logger as a logger

Replacing the current flushing mechanism with @logdna/logger

Ref: #2
Semver: minor


docs: update README and Contribution Guide and add Code of Conduct

Include the same CONTRIBUTING.md and CODE_OF_CONDUCT.md we have been using for other repos.

Ref: #8
Semver: patch

@smusali smusali added the enhancement New feature or request label Oct 19, 2020
@smusali smusali requested a review from a team October 19, 2020 17:38
@smusali smusali self-assigned this Oct 19, 2020
@smusali smusali requested review from dm36, jakedipity and matt-march and removed request for a team October 19, 2020 17:58
Copy link

@matt-march matt-march left a comment

Choose a reason for hiding this comment

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

It would be great to split up the index.js into multiple files to make it more understandable/maintainable. This would also make it easier to add tests.

Nit: would also be easier to review the main changes if the eslint changes were in their own commit.

.eslintrc Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
index.js Show resolved Hide resolved
@smusali
Copy link
Author

smusali commented Oct 31, 2020

Thanks for the feedback, guys @evanlucas @matt-march! I have decided to make changes one-by-one as listed here

@smusali smusali closed this Oct 31, 2020
@smusali smusali deleted the smusali/LOG-7522 branch October 31, 2020 18:49
@smusali smusali restored the smusali/LOG-7522 branch February 26, 2021 21:58
@smusali smusali reopened this Feb 26, 2021
@smusali smusali requested review from mdeltito and removed request for dm36 and jakedipity February 26, 2021 22:26
@smusali smusali changed the title hotfix: improve handling huge object data refactor: restructure the implementation Mar 11, 2021
@smusali smusali changed the title refactor: restructure the implementation [WIP] refactor: restructure the implementation Mar 11, 2021
@smusali smusali force-pushed the smusali/LOG-7522 branch 4 times, most recently from c1455c3 to 29cd013 Compare March 11, 2021 16:59
@smusali smusali force-pushed the smusali/LOG-7522 branch 3 times, most recently from e5ababb to 55f81d0 Compare April 27, 2021 19:42
@smusali smusali requested review from a team and alfeng6 April 27, 2021 20:16
Copy link

@tanberry tanberry left a comment

Choose a reason for hiding this comment

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

@samir, all done, take what you like and reject the rest. Let me know if you have any questions!

CONTRIBUTING.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
doc/env.md Show resolved Hide resolved
doc/v2.md Outdated Show resolved Hide resolved
doc/v2.md Outdated Show resolved Hide resolved
doc/v2.md Outdated Show resolved Hide resolved
doc/v2.md Outdated Show resolved Hide resolved
doc/v2.md Outdated Show resolved Hide resolved
tanberry
tanberry previously approved these changes Apr 28, 2021
doc/migrating-to-v2.md Outdated Show resolved Hide resolved
doc/migrating-to-v2.md Outdated Show resolved Hide resolved
doc/migrating-to-v2.md Outdated Show resolved Hide resolved
doc/migrating-to-v2.md Outdated Show resolved Hide resolved
Copy link

@alfeng6 alfeng6 left a comment

Choose a reason for hiding this comment

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

Added a few small comments on grammar

Include the same `CONTRIBUTING.md` and `CODE_OF_CONDUCT.md` we have been using for other repos.

Ref: #8
Semver: patch
@smusali
Copy link
Author

smusali commented Apr 28, 2021

Resolved all; I think, it's good to go, right, @mdeltito @alfeng6 @tanberry @darinspivey?

@smusali smusali merged commit e2a9398 into master Apr 29, 2021
@smusali smusali deleted the smusali/LOG-7522 branch April 29, 2021 14:52
@logdnabot
Copy link
Member

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants