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

348 commits

Author SHA1 Message Date
Sergey
9237fa9eb7
GO-5415: Fix Nested NotIn filter 2025-04-07 11:05:53 +02:00
kirillston
de10e3ac27
Merge main in branch 2025-01-20 11:58:35 +01:00
AnastasiaShemyakinskaya
1277099331
GO-4140: fix build and tests
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2025-01-15 17:02:19 +01:00
AnastasiaShemyakinskaya
6ea9816287
GO-4246 Merge branch 'main' of github.com:anyproto/anytype-heart into go-4246-change-value-of-bool-relations-in-existing-object
# Conflicts:
#	pkg/lib/database/order.go
2025-01-15 12:17:14 +01:00
kirillston
2e0cf30917
GO-4588 Merge feature branch 2025-01-10 17:14:51 +03:00
Sergey
c014636320
GO-4815: Fix date filter: fix "quick options" handling 2025-01-08 11:37:04 +01:00
Jannis Metrikat
4ce2af8185
GO-4144: Add tests for FiltersFromProto 2025-01-02 13:20:42 +01:00
Jannis Metrikat
753c1e56d0
GO-4144: Fix missing recursion for nested filters 2025-01-02 13:20:31 +01:00
kirillston
e01a0752f2
GO-4588 Replace layout with resolvedLayout 2024-12-21 13:25:32 +03:00
AnastasiaShemyakinskaya
3c9e879a47
GO-4246: added tests
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-12-17 15:19:52 +01:00
AnastasiaShemyakinskaya
62a8e4539d
GO-4246 Merge branch 'main' of github.com:anyproto/anytype-heart into go-4246-change-value-of-bool-relations-in-existing-object 2024-12-17 14:36:45 +01:00
Sergey
4679ce0f64
GO-4144 Merge branch 'main' of github.com:anyproto/anytype-heart into go-4144-refactor-internal-details-structure 2024-12-16 11:14:55 +01:00
Mikhail
a5257b513a
GO-3997 Improve context menu search quality (#1940) 2024-12-12 14:50:35 +01:00
Sergey
5fc75dfd11
GO-4144: Fix after merge 2024-12-10 13:50:37 +01:00
Sergey
ee56bbff08
GO-4144 Merge branch 'main' of github.com:anyproto/anytype-heart into go-4144-refactor-internal-details-structure
# Conflicts:
#	core/application/account_create_from_export.go
#	core/block/editor/accountobject/accountobject.go
#	core/block/editor/smartblock/smarttest/smarttest.go
#	core/block/editor/spaceview_test.go
#	core/date/suggest.go
#	core/files/fileobject/service.go
#	pkg/lib/database/order.go
#	space/internal/components/personalmigration/personalmigration.go
#	space/internal/components/personalmigration/personalmigration_test.go
2024-12-10 13:22:59 +01:00
Sergey
42a6f747de
GO-4144: Fix after merge 2024-12-09 13:58:05 +01:00
Sergey
0d897d5912
GO-4144 Merge branch 'main' into go-4144-refactor-internal-details-structure
# Conflicts:
#	core/block/backlinks/watcher.go
#	core/block/detailservice/relations.go
#	core/block/detailservice/relations_test.go
#	core/block/editor/basic/details.go
#	core/block/editor/converter/layout.go
#	core/block/import/importer_test.go
#	core/block/object/objectcreator/creator.go
#	core/block/object/objectcreator/creator_test.go
#	core/block/object/objectcreator/installer.go
#	core/block/object/objectcreator/installer_test.go
#	core/block/object/objectgraph/graph.go
#	core/block/object/objectgraph/graph_test.go
#	core/block/object/objectlink/dependent_objects_test.go
#	core/block/source/date.go
#	core/date/suggest.go
#	core/history/history.go
#	core/identity/identity.go
#	pkg/lib/database/filter.go
#	pkg/lib/database/filter_test.go
#	pkg/lib/localstore/objectstore/fixture.go
2024-12-09 12:21:34 +01:00
AnastasiaShemyakinskaya
ee79a5e942
GO-4397: add noCollate to model
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-12-03 19:32:51 +01:00
AnastasiaShemyakinskaya
edbed278bd
GO-4397: add disableCollate to textSort
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-12-03 13:05:47 +01:00
AnastasiaShemyakinskaya
33dabb62df
GO-4397: add disableCollate
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-12-03 11:53:21 +01:00
AnastasiaShemyakinskaya
bdb2e4d442
GO-4261: fix sort
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-12-02 19:14:04 +01:00
AnastasiaShemyakinskaya
fc9a9a85a9
fix date sort
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-11-28 15:15:58 +01:00
AnastasiaShemyakinskaya
956fbfd5c0
GO-4246: fix sort for bool relation
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
2024-11-27 20:48:23 +01:00
Kirill Stonozhenko
042e3a4372
Merge pull request #1853 from anyproto/go-4560-mentions-should-be-1st
GO-4560 Mentions should be 1st in RelationsListWithValue response
2024-11-26 18:11:49 +01:00
kirillston
4b45dce4f4
GO-3963 Return data race fix in filters 2024-11-25 17:46:48 +01:00
kirillston
86450596b6
GO-4560 Add DateObject 2024-11-22 16:16:30 +01:00
kirillston
991ce89aae
GO-4560 Mentions + LastUsedDate + time in name 2024-11-21 17:06:15 +01:00
kirillston
0363ec9e83
Merge main 2024-11-20 20:27:50 +01:00
Sergey
635097160f
GO-4144: Fix tests 2024-11-20 19:05:13 +01:00
Sergey
625680a589
GO-4144: Fix build 2024-11-20 18:54:42 +01:00
Sergey
e34cef28ca
GO-4144 Merge branch 'main' of github.com:anyproto/anytype-heart into go-4144-refactor-internal-details-structure
# Conflicts:
#	core/block/backlinks/watcher.go
#	core/block/bookmark/bookmarkimporter/bookmark_importer_decorator.go
#	core/block/detailservice/mock_detailservice/mock_Service.go
#	core/block/detailservice/relations.go
#	core/block/detailservice/relations_test.go
#	core/block/detailservice/service.go
#	core/block/detailservice/set_details.go
#	core/block/editor/collection/collection.go
#	core/block/editor/dashboard.go
#	core/block/import/importer.go
#	core/block/import/importer_test.go
#	core/block/import/types.go
#	core/block/object/objectcreator/creator_test.go
#	core/block/object/objectlink/dependent_objects.go
#	core/block/source/date.go
#	core/object.go
#	core/relations.go
#	pkg/lib/database/database.go
#	pkg/lib/database/filter.go
#	pkg/lib/database/filter_test.go
#	pkg/lib/localstore/objectstore/spaceindex/queries.go
#	pkg/lib/localstore/objectstore/spaceindex/queries_test.go
2024-11-20 18:10:31 +01:00
Sergey Cherepanov
ff87f18bf9
GO-4557 fix race in filters 2024-11-20 14:19:09 +01:00
Kirill Stonozhenko
e3465b5b42
Merge pull request #1816 from anyproto/go-4494-return-dataview-and-setof
GO-4530 Return dataview and setof to dates
2024-11-19 18:44:07 +01:00
kirillston
601d93b01b
GO-4530 Remove long date object id 2024-11-15 14:18:48 +01:00
kirillston
e0acfc4f55
GO-4220 Add tz to long date id 2024-11-15 13:22:45 +01:00
Mikhail Iudin
79bc46ffc6
GO-4442 Merge remote-tracking branch 'refs/remotes/origin/main' into go-4442-add-weights 2024-11-14 13:40:24 +01:00
Mikhail Iudin
4b6b06d86a
GO-4442 Refactor a bit 2024-11-14 13:39:12 +01:00
kirillston
8d9c0ffa41
GO-4451 Fix tests and use regexp constructor 2024-11-11 18:01:30 +01:00
kirillston
12112ea448
GO-4451 Introduce anystore hasPrefix filter 2024-11-08 20:56:11 +01:00
kirillston
5d8ed35f5a
GO-4451 Add HasPrefix filter WIP 2024-11-08 09:21:55 +01:00
Mikhail Iudin
eed878970d
GO-4442 Add weights 2024-11-06 16:33:15 +01:00
Sergey
e38c6e72c1
GO-4144: More tests! 2024-11-05 11:32:16 +01:00
Sergey
5113bdc7e4
GO-4144: Fix tests 2024-10-24 16:04:39 +02:00
Sergey
5d53472a77
GO-4144 Merge branch 'main' into go-4144-refactor-internal-details-structure 2024-10-24 15:38:58 +02:00
Sergey Cherepanov
403752f1fd
GO-4235 any-store: switth to anyenc 2024-10-10 18:48:05 +02:00
Sergey
2921e4e4da
Merge branch 'feature/chat' of github.com:anyproto/anytype-heart into new-details-showcase 2024-10-08 16:25:16 +02:00
Mikhail Iudin
30a0110130
GO-3997 fix list query 2024-10-07 19:23:03 +02:00
Sergey
d5f3ef9df8
Fix all tests 2024-10-03 10:58:36 +02:00
Sergey
53f2dcb34e
Fix build 2024-10-02 20:11:50 +02:00
Sergey
de282db6ae
Merge branch 'go-4147-divide-any-store-indexes-per-space' of github.com:anyproto/anytype-heart into new-details-showcase 2024-10-02 18:56:10 +02:00