Details
Identity compiles and runs. Commtest passes, also played with it manually.
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
In the future we might consider refactoring parse_{some_business_logic_name}_attribute() too, but it's not a direct purpose of this task, so I replaced only these "universal" functions
services/identity/src/database.rs | ||
---|---|---|
1697 | clippy fix | |
services/identity/src/database/device_list.rs | ||
380–393 | Refactoring this one blew my mind 🤯 | |
services/identity/src/error.rs | ||
33–34 | This one is mainly used in code that is going to be removed anyway as a part of ENG-5842 so for now I deprecated it. |
In the future we might consider refactoring parse_{some_business_logic_name}_attribute() too, but it's not a direct purpose of this task, so I replaced only these "universal" functions
Can we make a task for it? (or possibly even just do it in another diff, seems like it would be quick)
services/identity/src/database.rs | ||
---|---|---|
1148–1151 | Nit: does this work? | |
1574 | Why are we removing parse_string_attribute but not this one? |