-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fetch improvement #42
Open
Tan108
wants to merge
20
commits into
main
Choose a base branch
from
fetch_improvement
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
b58a948
fetch improvement
Tan108 3155ba9
Changed: Coroutine Dispatcher to IO
hsinha610 1516d9c
chore: Used Maps in place of Lists
hsinha610 a0cfb96
Update DatafileReaderTest.kt
hsinha610 c216636
Update Instance+Activation.kt
hsinha610 509ce2d
Update Instance.kt
hsinha610 0e98451
Update Instance.kt
hsinha610 9ac0175
Update Instance+Activation.kt
hsinha610 3733bf0
Update DatafileReader.kt
hsinha610 bd6e5b4
Update Instance+Activation.kt
hsinha610 00f2734
Merge branch 'refs/heads/hsinha610-Maps' into fetch_improvement
hsinha610 9b660fe
Merge branch 'refs/heads/main' into fetch_improvement
hsinha610 8b0251a
Merge branch 'refs/heads/main' into fetch_improvement
hsinha610 76f733e
Added: datafileReader initialization check
hsinha610 878f8cd
Fixed: InstanceTest
hsinha610 ca52f6b
Added: TODO for fixing InstanceTest
hsinha610 5c5afe9
revert Instance+Fetch.kt with main branch
Tan108 0948a22
test case fixes and remove unused code
Tan108 10b325d
test cases for Instance.kt
Tan108 e703d04
remove stopRefreshing()
Tan108 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 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 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it could be tested
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not merging this PR till everything works fine. Just raised for testing purpose.