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

155 commits

Author SHA1 Message Date
AnastasiaShemyakinskaya
58ba4ea8ca
GO-2930 Merge branch 'main' of github.com:anyproto/anytype-heart into go-2930-store-device-names 2024-06-26 15:34:32 +02:00
Sergey
cf7f2adc6a
Object store: ModifyObjectDetails: copy struct to avoid data races 2024-06-24 10:20:22 +02:00
Sergey
dbbb46b66d
GO-3641: Remove filter.Getter interface to drastically reduce allocations 2024-06-20 17:40:35 +02:00
AnastasiaShemyakinskaya
f0d8fe0472
GO-2930 Merge branch 'main' of github.com:anyproto/anytype-heart into go-2930-store-device-names 2024-05-24 12:42:25 +02:00
Roman Khafizianov
8ca4babf5f
GO-3040 ObjectSearchWithMeta: add metadata to fulltext results 2024-05-24 11:04:49 +02:00
AnastasiaShemyakinskaya
dd32d37f2f
GO-2930 Merge branch 'main' of github.com:anyproto/anytype-heart into go-2930-store-device-names
# Conflicts:
#	clientlibrary/service/service.pb.go
#	core/anytype/bootstrap.go
#	pb/commands.pb.go
#	pb/service/service.pb.go
#	pkg/lib/pb/model/models.pb.go
#	pkg/lib/pb/model/protos/models.proto
2024-04-22 13:34:29 +02:00
mcrakhman
d8abc03136
GO-3274 Fix panic in CopyStructFields when src is nil 2024-04-15 13:31:01 +02:00
mcrakhman
e9f3f7eb8a
GO-3174 Fix participant incorrect status when removing 2024-04-10 22:48:24 +02:00
Roman Khafizianov
dfb4de94c1
GO-3041 fix tests 2024-03-27 11:14:52 +01:00
Roman Khafizianov
4b3bdad086
GO-3041 added tests 2024-03-27 11:14:50 +01:00
AnastasiaShemyakinskaya
bde29c3e7b
GO-2930: store devices info in object
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-03-18 22:48:33 +01:00
Roman Khafizianov
a150c7f7fc
GO-3041 CopyStruct add copyVals arg 2024-03-12 18:14:49 +01:00
AnastasiaShemyakinskaya
f7fbf8f3b6
GO-2516: fix comments
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-02-19 16:16:11 +01:00
AnastasiaShemyakinskaya
04f3e96c99
GO-2775: add notifications
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-01-31 17:19:42 +03:00
kirillston
e685275405
GO-2444 GO-2445 Revert 2023-12-05 18:58:40 +01:00
kirillston
0392a4ee3c
GO-2444 GO-2445 Rename tag and status relation formats 2023-11-29 13:25:49 +01:00
Mikhail Iudin
e46ab714cf
GO-2235 Add logic to properly support apply template over existing object 2023-11-07 21:27:22 +01:00
Sergey
b689546ab1
GO-2203: Fix type assertion 2023-10-31 21:17:49 +05:00
Sergey
af9a14de2c
Fix imports 2023-08-24 19:23:04 +05:00
Roman Khafizianov
1f6343859f
get rid of prefixes conversion, fix imports 2023-08-02 15:42:30 +02:00
Roman Khafizianov
15b81dd1e3
fix objectShow with objects of removed types 2023-06-16 19:00:02 +02:00
Roman Khafizianov
ded6ab1573
pb copy: copy nil fields in struct's map 2023-05-30 13:30:46 +02:00
Roman Khafizianov
e0714795fb
rewrite pb struct copy 2023-05-30 01:14:47 +02:00
Mikhail Iudin
ece3108695
GO-1330 Fix rebase changes 2023-05-24 17:10:52 +02:00
Sergey
6f1add010d
GO-1084: Rearrange packages, cleanup 2023-04-25 18:17:59 +02:00
Roman Khafizianov
33d36f5135
pb Value/Struct validation and normalization 2023-04-25 18:17:59 +02:00
Sergey
55a635cc41
Fix setOf in featured relations for Sets and Collections 2023-04-25 18:17:59 +02:00
Pavel Zavyalov
227f2aba0f
[inline-sets] Merge branch 'master' into inline-sets 2023-01-18 20:54:09 +06:00
Roman Khafizianov
2a60a48a82
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into updated-getstarted
# Conflicts:
#	util/pbtypes/pbtypes.go
2023-01-17 15:38:57 +01:00
Roman Khafizianov
80e360cf0c
Merge pull request #1717 from anytypeio/updated-getstarted
Updated getstarted
2023-01-17 15:29:58 +01:00
Roman Khafizianov
dbaf3e2b3c
database in/has filters: automatically wraps the non-list values 2023-01-17 14:04:55 +01:00
Roman Khafizianov
b42d558a98
fix pbtypes GetStringListValue 2023-01-17 13:07:31 +01:00
Roman Khafizianov
1c31564ddd
fix pbtypes GetStringListValue 2023-01-17 12:51:53 +01:00
Roman Khafizianov
6675596d62
fix NilToNullWrapper 2023-01-16 21:47:54 +01:00
Sergey
68ba14bd7f
Merge branch 'master' of github.com:anytypeio/go-anytype-middleware into atomic-changes
 Conflicts:
	clientlibrary/service/service.pb.go
	pb/commands.pb.go
	pb/service/service.pb.go
	util/pbtypes/copy.go
2023-01-16 16:31:36 +05:00
Roman Khafizianov
293391bb29
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into fix-pb-nil
# Conflicts:
#	go.sum
2023-01-16 11:37:32 +01:00
Roman Khafizianov
6c6fe3c7e0
fix possible nil pb.Value 2023-01-14 18:13:38 +01:00
AnastasiaShemyakinskaya
f01017dd33
GO-551: fix comment
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2023-01-12 16:14:54 +08:00
Sergey
012dce8d1a
Fix bugs and refactor 2022-12-26 20:57:06 +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
AnastasiaShemyakinskaya
033c6bbf05
GO-551: removed unused code
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2022-12-22 16:33:54 +03: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
19a922c43e
fix imports, tune ci line length 2022-12-08 16:27:58 +01:00
Roman Khafizianov
e6ec5eb36f
refactor subobject smartblock 2022-12-06 17:50:18 +01:00
Roman Khafizianov
f07291e1bb
migrate old _ir custom relation ids in the object type recommended relations 2022-11-23 12:00:52 +01:00
Roman Khafizianov
ea13f77b00
fix hasDepIds to look on RelationLinks instead of Relations 2022-10-18 12:01:57 +02:00