1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00
Commit graph

69 commits

Author SHA1 Message Date
kirillston
d6fa460ee1
GO-5162 Normalize recRels on state build 2025-02-25 19:09:13 +03:00
Sergey
a7dc9ad3bf
Merge branch 'main' into new-details-showcase
# Conflicts:
#	core/block/bookmark/bookmark_service.go
#	core/block/editor.go
#	core/block/editor/smartblock/links.go
#	core/block/editor/smartblock/smartblock.go
#	core/block/import/common/objectcreator/objectcreator.go
#	core/block/import/common/objectcreator/objectcreator_test.go
#	core/block/import/common/objectid/existingobject.go
#	core/block/import/csv/collectionstrategy.go
#	core/block/object/objectcreator/creator.go
#	core/block/object/objectlink/dependent_objects.go
#	core/block/object/objectlink/dependent_objects_test.go
#	core/converter/dot/dot.go
#	core/converter/graphjson/graphjson.go
#	core/history/history.go
#	pkg/lib/database/filter.go
#	pkg/lib/localstore/objectstore/queries_test.go
#	util/slice/slice.go
2024-08-29 19:06:24 +02:00
kirillston
1467a6b929
GO-3795 Fix comments 2024-08-20 21:55:52 +03:00
kirillston
91af9abcc1
GO-3795 Introduce MergeUniqBy 2024-08-19 17:03:38 +03:00
Sergey
99680e4f34
Integrate: fixes 2024-08-01 10:51:27 +02:00
Sergey
37376ff141
Integrate: many fixes 2024-07-30 23:04:58 +02:00
Sergey
31c2798121
Integrate: done state 2024-07-30 21:44:05 +02:00
Sergey
f1e1e9fda4
Slice Diff: treat slices as ordered sets; add tests 2024-05-15 11:02:22 +02:00
Mikhail Iudin
863e9b8ccd
GO-3316 Fix ids cache 2024-04-30 14:17:00 +02:00
Sergey
252f64d565
GO-2259: Fix object type saving 2023-11-01 10:24:52 +05:00
kirillston
49c251a344
GO-2253 Fix misspell 2023-10-27 14:18:53 +02:00
kirillston
86a6b2257d
GO-2253 Use immutable slice.Remove 2023-10-27 14:07:23 +02:00
Mikhail Iudin
14d681bcc2
GO-1542 Downgrade go version to 1.20 2023-08-31 15:52:34 +02:00
Sergey
2017f5dfa3
WIP strengthen typing 2023-08-17 18:35:54 +05:00
Sergey
3f7b361ba1
WIP: use bundle.TypeKey 2023-08-17 12:26:24 +05:00
Roman Khafizianov
74b5f9507c
fix files import
make sure URLs are not indexed as file hashes
2023-07-14 18:53:59 +02:00
kirillston
a1c4e01c0a
GO-1055 Fix func signature 2023-04-25 18:17:59 +02:00
kirillston
7829e1a248
GO-1055 Fix PR comments 2023-04-25 18:17:59 +02:00
Roman Khafizianov
8050d0f23c
GO-966 fix slice.Diff
make remove slice determenistic
2023-04-25 18:17:59 +02:00
Mikhail Iudin
813b0d8892
GO-991 Add https://github.com/samber/lo 2023-04-25 18:17:59 +02:00
Mikhail Iudin
cb17141c8b
GO-991 Mark system relations for filtering out 2023-04-25 18:17:59 +02:00
Sergey
0d90265cf3
Subscription prototype 2023-04-25 18:17:59 +02:00
Sergey
6f86c196b1
Atomic changes for storing slices in a state 2023-04-25 18:17:59 +02:00
mcrakhman
9ee5462d06
WIP space sync local 2023-04-25 18:17:59 +02:00
Sergey
4beb4946c5
Address code review 2022-12-28 18:14:59 +05:00
Sergey
27cac50dc7
Small refactor 2022-12-27 13:21:17 +05:00
Sergey
40baa66f58
Refactor; remove failed experimental code 2022-12-27 13:14:33 +05:00
Sergey
5abae2ddfe
Use optimized insert 2022-12-27 12:06:28 +05:00
Sergey
ce828e47db
Improve tests; fix possible data loss 2022-12-27 11:19:46 +05:00
Sergey
8b3d6447ff
Fix linter's complains 2022-12-26 21:11:14 +05:00
Sergey
333ecaa411
Fix naming; small optimization 2022-12-26 16:20:29 +05:00
Sergey
849dfcc7de
Optimize 2022-12-26 12:28:05 +05:00
Sergey
4b6bb4774e
Fix tests; add simple benchmark 2022-12-26 12:22:14 +05:00
Sergey
659e2287cb
Add ID to filters 2022-12-23 16:40:35 +05:00
Sergey
f14b2b6fd7
Commands BlockDataviewFilterRemove, Update, Sort 2022-12-23 15:26:40 +05:00
Sergey
2b3b3f4c61
Simplify 2022-12-23 10:40:19 +05:00
Sergey
414e3fcc77
Prototype for filters 2022-12-22 21:17:29 +05:00
Sergey
4c31a62a7b
WIP 2022-12-22 17:18:49 +05:00
Sergey
0b68d078ee
Refactor diff library to be more optimized 2022-12-22 15:17:57 +05:00
Sergey
556c59a68c
Generic slice diff 2022-12-22 00:33:56 +05:00
Anastasia Shemyakinskaya
fba411c451
Revert "GO -551 remove unused code" 2022-12-21 12:12:26 +03:00
AnastasiaShemyakinskaya
7494a9f7d5
GO-551: cleanup utils
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2022-12-16 11:39:36 +03:00
Roman Khafizianov
cbb1218a50
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into ref-relations
# Conflicts:
#	core/block/database/objects/objects.go
#	core/block/editor/state/change.go
#	core/block/restriction/service.go
#	docs/proto.md
#	pb/events.pb.go
#	pb/protos/events.proto
2022-10-16 23:53:49 +02:00
Pavel Zavyalov
b25784032b
[feat-GO-212-changes-for-kanban] fix delIds 2022-09-27 21:29:13 +06:00
Pavel Zavyalov
cb66e0a870
[feat-GO-212-changes-for-kanban] version with operation move 2022-09-27 18:08:49 +06:00
Pavel Zavyalov
3aeb1058f8
[feat-GO-212-changes-for-kanban] add tests for random length 2022-09-26 17:14:23 +06:00
Pavel Zavyalov
dc30b3f927
[feat-GO-212-changes-for-kanban] add rand test cases 2022-09-26 13:58:19 +06:00
Pavel Zavyalov
dc943d225c
[feat-GO-212-changes-for-kanban] fix 2022-09-25 18:59:13 +06:00
Pavel Zavyalov
64447ed9c0
[feat-GO-212-changes-for-kanban] fix 2022-09-24 13:29:05 +06:00
Pavel Zavyalov
261429576f
[feat-GO-212-changes-for-kanban] merge del operations 2022-09-23 19:13:13 +06:00