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

40 commits

Author SHA1 Message Date
kirillston
013f258473
GO-5509 Add mobile usecases WIP 2025-04-23 19:53:06 +03:00
kirillston
771fa9222e
GO-5331 Fix tests 2025-04-14 17:42:15 +03:00
kirillston
3349007072
GO-5279 New welcome page 2025-04-03 17:19:50 +03:00
kirillston
a141b8f717
Fix lint and test 2025-03-07 17:16:04 +03:00
kirillston
4948d01cfb
Fix usecase validation 2025-03-06 18:03:10 +03:00
kirillston
e79e61d8d0
GO-4823 Fixes on hidden recommended relations 2025-02-03 17:16:53 +03: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
kirillston
1e64415e26
Use constants from export 2024-11-19 12:24:23 +01:00
kirillston
ec11598db0
Use constants 2024-11-18 19:22:24 +01:00
kirillston
191458b7cd
Fix fileObjects handling in usecase validator 2024-11-18 12:16:09 +01:00
kirillston
d6f07904f6
GO-4353 Remove all sync relations 2024-11-08 13:39:44 +01:00
kirillston
5313c50d19
GO-4353 Remove addedDate and fix typo 2024-11-08 12:39:36 +01: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
Sergey
b5ae07ae87
Fix various tests 2024-08-29 16:58:54 +02:00
Sergey
d6fe320f0e
Fix old name 2024-08-21 11:14:29 +02:00
kirillston
fc56a18e10
GO-3865 Fix panic on analytics insert 2024-08-15 16:44:36 +03:00
Sergey
e3c4f55f7b
Integrate: fixes 2024-07-31 11:20:55 +02:00
Sergey
7eb3c3fdfa
Integrate: fixes 2024-07-31 09:40:11 +02:00
Sergey
61f3ba2e54
Integrate: fix int64 2024-07-30 21:57:10 +02:00
Sergey
31c2798121
Integrate: done state 2024-07-30 21:44:05 +02:00
Mikhail Iudin
1583f57c36
GO-3392 Clean up unused imports 2024-05-18 19:37:05 +02:00
kirillston
444288126f
GO-2673 Rename error 2024-04-08 17:21:05 +02:00
kirillston
f1d7d060c8
GO-2673 Exclude deleted objects 2024-04-04 13:14:16 +02:00
kirillston
735798ba55
GO-2673 Rename kwi to link 2024-03-26 11:08:19 +01:00
kirillston
0d783d5cca
GO-2673 Use slice instead of map 2024-03-25 10:40:59 +01:00
kirillston
38852a10d7
GO-2673 Fix relation links in validator 2024-03-24 22:17:43 +01:00
kirillston
b290b5c76f
GO-2673 Fix files treatment 2 2024-03-01 13:55:14 +03:00
kirillston
0b36bc6abb
GO-2893 Fix files treatment 2024-03-01 13:14:07 +03:00
kirillston
29acf7cca1
GO-2673 Rename spaceDashboardId 2024-02-29 15:34:04 +03:00
kirillston
e8c1f6de6b
GO-2673 Add missed relation links from lib 2024-02-29 14:50:55 +03:00
kirillston
70e2239c4c
GO-2673 Add spaceDashboardId cli flag 2024-02-14 16:48:18 +03:00
kirillston
e1d57d1d1d
GO-2673 Add notest build flag 2024-01-25 14:13:24 +01:00
kirillston
36eb9766c0
GO-2673 Call block model directly 2024-01-24 14:21:51 +01:00
kirillston
59b2b0fc64
GO-2673 Move custom usage check to sep file 2024-01-24 12:39:41 +01:00
kirillston
1686798d81
GO-2683 Update docs 2024-01-21 20:55:26 +01:00
kirillston
1d5e102a23
GO-2683 Fix error handling on ImportExperience 2024-01-21 20:45:41 +01:00
kirillston
36e032d4b4
GO-2683 Improve validation output 2024-01-21 16:02:08 +01:00
kirillston
a226fbe351
GO-2683 Fix lint 2024-01-17 21:37:54 +01:00
kirillston
eceab395a5
GO-2683 Add rules and json unmarshaller 2024-01-17 18:49:44 +01:00
kirillston
9921f682ae
GO-2683 Usecase validator WIP 2024-01-17 15:14:39 +01:00