Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0b04aa3
ward conflict
FoseFx Sep 26, 2024
53d3d4d
bed conflicts
FoseFx Sep 26, 2024
962c2c8
tasktemplate
FoseFx Sep 26, 2024
5c990db
room
FoseFx Sep 26, 2024
2d0d6b7
qu
FoseFx Sep 26, 2024
dc824e8
update patient
FoseFx Sep 27, 2024
f67c11d
assign beds
FoseFx Sep 27, 2024
c5ba38a
unassign
FoseFx Sep 27, 2024
be37bf9
UpdateTask
FoseFx Sep 27, 2024
3095156
assigntask
FoseFx Sep 27, 2024
7785583
updatesubtask
FoseFx Sep 27, 2024
66e0e51
integrate ConsistencyToken type everywhere
FoseFx Oct 7, 2024
30f0c78
untested
FoseFx Oct 7, 2024
c7916dd
test harness
FoseFx Oct 8, 2024
559bfac
add UpdatePropertyConflict test
FoseFx Oct 10, 2024
08f76d5
update docs
FoseFx Oct 10, 2024
97c5f83
only want and tests left + (proto fixes)
FoseFx Oct 10, 2024
cb3cd84
add want to attachpropertyvalue
FoseFx Oct 10, 2024
d2ad8a6
fix proto issues
FoseFx Oct 10, 2024
279353f
I genuinely love tests
FoseFx Oct 11, 2024
052dd85
text conflict test
FoseFx Oct 11, 2024
4f82f07
wtf was I thinking yesterday?
FoseFx Oct 11, 2024
029e529
qs
FoseFx Oct 11, 2024
a13ad2f
refactorino
FoseFx Oct 11, 2024
95e382f
let the debugging begin
FoseFx Oct 13, 2024
7a5b553
lets not forget this
FoseFx Oct 13, 2024
baee207
nice
FoseFx Oct 13, 2024
55654de
fixies
FoseFx Oct 13, 2024
6d83418
copier
FoseFx Oct 13, 2024
cd5a9cf
coolsies
FoseFx Oct 13, 2024
80b9e21
fix
FoseFx Oct 13, 2024
6d13006
Merge branch 'main' into issue/808-optimistic-2
FoseFx Oct 13, 2024
fad2cec
adjust tests after merge
FoseFx Oct 13, 2024
9212bad
more tests
FoseFx Oct 13, 2024
51c0a3c
one conflict type
FoseFx Oct 13, 2024
952277b
no X-Org header anymore
FoseFx Oct 13, 2024
0eec280
more reverting
FoseFx Oct 13, 2024
5ce66f5
less flaky?
FoseFx Oct 13, 2024
cbd6895
deduplicate AttributeConflict
FoseFx Oct 14, 2024
297b260
use an enum (like) structure vor TypedValue
FoseFx Oct 14, 2024
1254786
Merge branch 'main' into issue/808-optimistic-2
FoseFx Oct 25, 2024
b96d194
fix linting issues, prepare test fix (blocked)
FoseFx Oct 26, 2024
2685f02
unblock by cherrypick
FoseFx Oct 26, 2024
0203aae
lint
FoseFx Oct 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ linters:
- stylecheck # TODO
- tagliatelle # TODO
- testpackage # TODO
- maintidx # TODO
73 changes: 72 additions & 1 deletion gen/dart/lib/libs/common/v1/conflict.pb.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 17 additions & 3 deletions gen/dart/lib/libs/common/v1/conflict.pbjson.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading