This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 742
Feature/2863 tags #2901
Merged
ILIYANGERMANOV
merged 5 commits into
Ivy-Apps:main
from
Vishwa-Raghavendra:feature/2863_tags
Feb 4, 2024
Merged
Feature/2863 tags #2901
ILIYANGERMANOV
merged 5 commits into
Ivy-Apps:main
from
Vishwa-Raghavendra:feature/2863_tags
Feb 4, 2024
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
ivy-data/src/main/java/com/ivy/data/db/dao/write/WriteTagTransactionDao.kt
Outdated
Show resolved
Hide resolved
temp-legacy-code/src/main/java/com/ivy/legacy/datamodel/TagTransaction.kt
Outdated
Show resolved
Hide resolved
temp-legacy-code/src/main/java/com/ivy/legacy/datamodel/TagTransaction.kt
Outdated
Show resolved
Hide resolved
temp-legacy-code/src/main/java/com/ivy/legacy/datamodel/TagTransaction.kt
Outdated
Show resolved
Hide resolved
ivy-data/src/main/java/com/ivy/data/db/entity/TagTransactionEntity.kt
Outdated
Show resolved
Hide resolved
Hey @Vishwa-Raghavendra can you "Update your branch"? I've added some new custom Detekt rules |
github-actions
bot
added
the
Stale
No activity, will be automatically closed soon.
label
Feb 2, 2024
Vishwa-Raghavendra
force-pushed
the
feature/2863_tags
branch
from
February 4, 2024 07:27
32f34ac
to
53c1946
Compare
github-actions
bot
removed
the
Stale
No activity, will be automatically closed soon.
label
Feb 4, 2024
ILIYANGERMANOV
approved these changes
Feb 4, 2024
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.
Nice work 💯
import com.ivy.data.model.sync.Syncable | ||
import java.time.Instant | ||
|
||
@Suppress("DataClassTypedIDs") |
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.
Seems like you've fixed this error and can remove the suppress. If it doesn't work then it's on me and I gotta fix my Detekt rules 😅
Hey @Vishwa-Raghavendra I'll go ahead and merge this one because I plan to do big changes to our module's structure and data layer. I'm doing that to prevent conflicts 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pull Request (PR) Checklist
Please check if your pull request fulfills the following requirements:
main
branch.What's changed?
Describe with a few bullets what's new:
Risk Factors
What may go wrong if we merge your PR?
In what cases your code won't work?
Does this PR closes any GitHub Issues?
Check Ivy Wallet Issues.
Troubleshooting CI failures
If you see any of the PR checks failing (❌) go to Actions and find it there. Or simply click "Details" next to the failed check and explore the logs to see why it has failed.
Detekt
Detekt is a static code analyzer for Kotlin that we use to enforce code readibility and good practices.
To run Detekt locally:
If the Detekt errors are caused by a legacy code, you can suppress them using a basline.
Detekt baseline (not recommended)
Lint
We use the standard Android Lint plus Slack's compose-lints as an addition to enforce proper Compose usage.
To run Lint locally:
If the Lint errors are caused by a legacy code, you can suppress them using a basline.
Lint baseline (not recommended)
Unit tests
If this job is failing this means that your changes break an existing unit test. You must identify the failing tests and fix your code.
To run the Unit tests locally: