| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-06 | style: Eliminate use of wildcard imports | Fabian Mastenbroek | |
| This change updates the repository to remove the use of wildcard imports everywhere. Wildcard imports are not allowed by default by Ktlint as well as Google's Java style guide. | |||
| 2022-04-04 | feat(web/proto): Design unified communication protocol | Fabian Mastenbroek | |
| This change adds a unified communication protocol in form of the module opendc-web-proto which contains the classes that form the communication protocol of OpenDC's API v2. By having the protocol in a separate module, we can utilize the classes in both server and client. | |||
