-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Decouple parses item attributes in it own file #140
Merged
dudantas
merged 35 commits into
opentibiabr:master
from
beats-dh:Use-switch-to-load-items.xml
Nov 23, 2021
Merged
Decouple parses item attributes in it own file #140
dudantas
merged 35 commits into
opentibiabr:master
from
beats-dh:Use-switch-to-load-items.xml
Nov 23, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beats-dh
force-pushed
the
Use-switch-to-load-items.xml
branch
3 times, most recently
from
October 18, 2021 19:45
796f0c7
to
956b635
Compare
beats-dh
force-pushed
the
Use-switch-to-load-items.xml
branch
from
October 20, 2021 04:12
99d57ad
to
a5359b9
Compare
beats-dh
force-pushed
the
Use-switch-to-load-items.xml
branch
from
October 21, 2021 05:34
a5359b9
to
7c64a1b
Compare
dudantas
changed the title
Use switch to load items.xml
Decouple parses item attributes in it own file
Oct 22, 2021
dudantas
approved these changes
Oct 23, 2021
dudantas
force-pushed
the
Use-switch-to-load-items.xml
branch
from
October 26, 2021 06:40
90a0a42
to
14a7dd6
Compare
lgrossi
reviewed
Oct 28, 2021
Kudos, SonarCloud Quality Gate passed! |
beats-dh
added a commit
to beats-dh/canary
that referenced
this pull request
Nov 29, 2021
…)" This reverts commit 304efb8.
beats-dh
added a commit
to beats-dh/canary
that referenced
this pull request
Nov 29, 2021
…ibiabr#140)"" This reverts commit 96d8ba8.
luan
pushed a commit
that referenced
this pull request
Jul 11, 2023
ItemParse has been refactored and decoupled in a own file to allow for better organization and avoid breakage in the compilation Fixed some bugs, such as fields in items.xml This commit is necessary for the pull request (12.72 protocol) to work correctly: #143 Co-authored-by @dudantas <eduardo.dantas@hotmail.com.br>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ItemParse has been refactored and decoupled in a own file to allow for better organization and avoid breakage in the compilation
Fixed some bugs, such as fields in items.xml
This commit is necessary for the pull request (12.72 protocol) to work correctly: #143
Co-authored by @dudantas eduardo.dantas@hotmail.com.br