|
d96cb1564e
|
Update!
|
2024-09-13 17:29:34 +02:00 |
|
|
db35005190
|
Create task v3
|
2024-09-13 03:47:29 +02:00 |
|
|
48582f93df
|
Allow deadcode for logs
|
2024-09-13 03:31:40 +02:00 |
|
|
0d1235b742
|
Apply clippy lints
|
2024-09-13 03:31:20 +02:00 |
|
|
c4392f012b
|
Remove explicit pub(self)
|
2024-09-13 03:30:12 +02:00 |
|
|
92e10304e2
|
Use latest to denote the latest struct version
|
2024-09-13 03:29:50 +02:00 |
|
|
fe0f54e358
|
Update project metadata
|
2024-09-13 03:22:25 +02:00 |
|
|
e8144719a2
|
this is probably a very bad idea but whatever
|
2024-09-13 02:47:50 +02:00 |
|
|
e5a605562d
|
Patch up dependencies
|
2024-09-13 02:36:32 +02:00 |
|
|
b953970a96
|
Capitalize the project's name
|
2023-12-19 02:38:29 +01:00 |
|
|
f577dc8603
|
Capitalize the project's name
|
2023-12-19 02:37:12 +01:00 |
|
|
977b257e57
|
Relicense to the EUPL-1.2
|
2023-11-19 05:32:27 +01:00 |
|
|
cce64f5393
|
Update IntelliJ project icon
|
2023-11-19 05:32:27 +01:00 |
|
dependabot[bot]
|
3f3cb2cff1
|
Bump next from 13.4.12 to 13.5.0 in /todoblue
Bumps [next](https://github.com/vercel/next.js) from 13.4.12 to 13.5.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v13.4.12...v13.5.0)
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-27 11:57:52 +02:00 |
|
dependabot[bot]
|
a5a4fc8073
|
Bump rustix from 0.38.18 to 0.38.19 in /todored
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.18...v0.38.19)
---
updated-dependencies:
- dependency-name: rustix
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-10-22 22:30:42 +02:00 |
|
|
5236a736b4
|
Add development instructions and improve development environment for todored
|
2023-10-12 12:44:56 +02:00 |
|
|
9298337c2b
|
Add development instructions and improve development environment for todoblue
|
2023-10-12 11:03:56 +02:00 |
|
|
4fd40e1685
|
Tweak capitalization and links in the "Attribution" section of the main README
|
2023-10-12 10:09:49 +02:00 |
|
|
65e8006845
|
Add "Build" section to the main README
|
2023-10-12 10:09:06 +02:00 |
|
|
4846c7742c
|
Add "Architecture" section to the main README
|
2023-10-12 10:09:01 +02:00 |
|
|
3b332508d4
|
Add build instructions for the todoblue application and container image
|
2023-10-12 10:02:54 +02:00 |
|
|
4643b19110
|
Add build instructions for the todored container image
|
2023-10-12 09:37:29 +02:00 |
|
|
77a010a0bd
|
Add build instructions for the todored binary
|
2023-10-11 16:03:10 +02:00 |
|
|
1d6a797373
|
Add open source notices
|
2023-10-11 01:37:23 +02:00 |
|
|
57c64ab095
|
Add LICENSE.txt
|
2023-10-10 19:36:38 +02:00 |
|
|
b1c2d21fd8
|
Add IntelliJ module for Todocolors itself
|
2023-10-10 19:34:23 +02:00 |
|
|
8c4fe06a78
|
Update compose.yml
|
2023-10-09 19:42:57 +02:00 |
|
|
ec7ae686f8
|
Remove unused compose-build.yml
|
2023-10-09 18:54:39 +02:00 |
|
|
391bd53fc7
|
Classic Cargo.lock falling behind
|
2023-10-09 16:30:08 +02:00 |
|
|
72c0353c90
|
Version 0.3.0
- Rate limiting
- Server at the bottom of the page
- New run configurations
|
2023-10-09 16:22:30 +02:00 |
|
dependabot[bot]
|
1de08ce469
|
Bump tungstenite from 0.20.0 to 0.20.1 in /todored
Bumps [tungstenite](https://github.com/snapview/tungstenite-rs) from 0.20.0 to 0.20.1.
- [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tungstenite-rs/compare/v0.20.0...v0.20.1)
---
updated-dependencies:
- dependency-name: tungstenite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-29 19:29:03 +02:00 |
|
|
a0342d9aa8
|
Derive defaults for TaskIcon , TaskImportance , TaskPriority , and v1::TaskStatus
|
2023-09-29 09:42:15 +02:00 |
|
|
352c8378d0
|
Implement rudimentary task journal
|
2023-09-29 09:32:42 +02:00 |
|
|
33cb947da3
|
Implement Connect and Disconnect BoardChange s on Todoblue
|
2023-08-22 05:44:41 +02:00 |
|
|
5ca640be39
|
Remove some unused imports
|
2023-08-22 05:13:50 +02:00 |
|
|
9fd3be19cf
|
Add missing TitleBoardSignal variant on BoardSignal on Todoblue
|
2023-08-22 05:10:17 +02:00 |
|
|
022efc3ef7
|
Implement Connect and Disconnect BoardChange s on Todored
|
2023-08-22 05:09:12 +02:00 |
|
|
d4ac9b9cbd
|
Use DEFAULT_BOARD_STATE in useBoardState
|
2023-08-22 05:08:43 +02:00 |
|
|
b3ce2e9f0b
|
Removed debug info superfluous logging
|
2023-08-22 04:43:11 +02:00 |
|
|
8bcedd9fbf
|
Endpoints which return the version now return a JSON object
|
2023-08-22 04:18:01 +02:00 |
|
|
823de0af36
|
Update Todored dependencies
|
2023-08-22 03:57:49 +02:00 |
|
|
26d666d2af
|
Significantly improve Dockerfile
https://github.com/vercel/next.js/tree/canary/examples/with-docker
|
2023-08-19 06:23:43 +02:00 |
|
|
780488560e
|
Significantly improve Dockerfile
https://github.com/vercel/next.js/tree/canary/examples/with-docker
|
2023-08-19 06:18:13 +02:00 |
|
|
d7f74b172a
|
Pin Docker node version
|
2023-08-19 05:59:17 +02:00 |
|
|
42446c37f0
|
Tweak color palette
|
2023-08-19 05:56:20 +02:00 |
|
|
3a30bceb80
|
Fix the wrong number of seconds to reconnection getting displayed
|
2023-08-19 05:25:52 +02:00 |
|
|
9c6b9f9b3d
|
Fix useWs not reconnecting after an error
|
2023-08-19 05:23:10 +02:00 |
|
|
e8d16b34ca
|
Fix type error in BoardMain
|
2023-08-16 16:56:08 +02:00 |
|
|
77227e9fe7
|
Upgrade dependencies
|
2023-08-16 16:56:08 +02:00 |
|
|
08aecfa53e
|
Remove unused imports
|
2023-08-16 16:56:08 +02:00 |
|