-
Notifications
You must be signed in to change notification settings - Fork 25
Introduce IdGeneratorV2 with suffix support, Base36 encoding, and random nonce formatting #95
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
8e2ab4c
Added suffix parse changes
royrahulop 0822539
Minor fix
royrahulop 661c66e
Merged main branch
royrahulop 08a7824
Remove unused code
royrahulop ce47dc2
Added changes + Fixed test
royrahulop ac921fd
Fix
royrahulop e7c9311
Added ranger id v2 changes
royrahulop 36ccb0a
Remove extra items
royrahulop e44d54a
Remove unwanted files + Added domain version changes
royrahulop 1ef09d3
Fix
royrahulop 90fe29e
Remove extra changes
royrahulop 9192a4e
Fixed tests
royrahulop 09dc3db
Added hierarchial parsing changes
royrahulop 476703a
Fix
royrahulop 2797c56
Minor
royrahulop 74bfbe6
Added Id Generation changes
royrahulop a8af285
Revert uncessary changes
royrahulop 180324e
Minor fixes
royrahulop 6c3a154
F
royrahulop 876ebea
Added refactoring changes
royrahulop cf56b4a
Minor fixes
royrahulop 757c069
Refactored changes
royrahulop 187dbf1
Code refactors
royrahulop 2a41d7a
Fix
royrahulop dbcf290
Fix
royrahulop 8608a59
Bump version
royrahulop 1bf32ae
Fix
royrahulop 80d0102
Removed unused
royrahulop b8b2b55
Sonar
royrahulop 69d84bf
Fix
royrahulop 774c7f6
Revert version + group id
royrahulop 3e1ce7c
Remove unused changes
royrahulop 52c37ec
Fix sonar
royrahulop 16afb7a
Sonar code dupliacte
royrahulop a005768
Fix nodeId issue
royrahulop 6472ffa
Fix build
royrahulop d8d5fc7
Revert unwanted change
royrahulop 0185f05
Fix
royrahulop c563522
Bump version
royrahulop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,5 @@ | |
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 790833.3039043081 | ||
| "mean_ops" : 822999.279346419 | ||
| } | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,5 +4,5 @@ | |
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 659366.963417932 | ||
| "mean_ops" : 796715.1372742109 | ||
| } | ||
8 changes: 8 additions & 0 deletions
8
...sults/io.appform.ranger.discovery.bundle.id.IdGeneratorPerfTest.testGenerateBase36Id.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.IdGeneratorPerfTest.testGenerateBase36Id", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 92975.41808701881 | ||
| } |
8 changes: 8 additions & 0 deletions
8
...ults/io.appform.ranger.discovery.bundle.id.IdGeneratorPerfTest.testGenerateDefaultId.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.IdGeneratorPerfTest.testGenerateDefaultId", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 651472.4774831379 | ||
| } |
8 changes: 8 additions & 0 deletions
8
...lts/io.appform.ranger.discovery.bundle.id.IdGeneratorPerfTest.testGenerateSuffixedId.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.IdGeneratorPerfTest.testGenerateSuffixedId", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 653433.0813501836 | ||
| } |
8 changes: 8 additions & 0 deletions
8
...lts/io.appform.ranger.discovery.bundle.id.IdGeneratorPerfV2Test.testGenerateBase36Id.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.IdGeneratorPerfV2Test.testGenerateBase36Id", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 433515.87378040206 | ||
| } |
8 changes: 8 additions & 0 deletions
8
...s/io.appform.ranger.discovery.bundle.id.IdGeneratorPerfV2Test.testGenerateSuffixedId.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.IdGeneratorPerfV2Test.testGenerateSuffixedId", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 529535.7742132996 | ||
| } |
8 changes: 8 additions & 0 deletions
8
...ts/io.appform.ranger.discovery.bundle.id.v2.IdGeneratorPerfTest.testGenerateBase36Id.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.v2.IdGeneratorPerfTest.testGenerateBase36Id", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 474482.5359412401 | ||
| } |
8 changes: 8 additions & 0 deletions
8
...s/io.appform.ranger.discovery.bundle.id.v2.IdGeneratorPerfTest.testGenerateDefaultId.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.v2.IdGeneratorPerfTest.testGenerateDefaultId", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 677710.7621924682 | ||
| } |
8 changes: 8 additions & 0 deletions
8
.../io.appform.ranger.discovery.bundle.id.v2.IdGeneratorPerfTest.testGenerateSuffixedId.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "name" : "io.appform.ranger.discovery.bundle.id.v2.IdGeneratorPerfTest.testGenerateSuffixedId", | ||
| "mode" : "Throughput", | ||
| "iterations" : 4, | ||
| "threads" : 1, | ||
| "forks" : 3, | ||
| "mean_ops" : 652154.1686645335 | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.