Roman Khafizianov
8cf8d3c3b8
builtinobjects import: preserve subobject ids
2023-01-17 12:24:12 +01:00
Roman Khafizianov
10d672cd98
fix subobjects import
2023-01-16 21:46:58 +01:00
Sergey
48be943bef
GO-556 Fix linter
2022-12-13 15:32:15 +05:00
Sergey
8adc39a17c
GO-556 Remove CreateSmartBlockFromState from block.Service
2022-12-13 14:38:20 +05:00
Sergey
f6bc95aa0b
GO-545 Fix linter
2022-12-09 16:38:53 +05:00
Sergey
122048509d
GO-545 Bye bye block.Service gigainterface
2022-12-09 12:33:11 +05:00
Roman Khafizianov
19a922c43e
fix imports, tune ci line length
2022-12-08 16:27:58 +01:00
Roman Khafizianov
6b29889f38
fix set by relation source migration
2022-12-02 15:10:33 +01:00
Roman Khafizianov
21f2093e52
Relations rework and migration p1
...
- store relations within the workspace as subobjects (like options)
- RelationLink: remove Id, add Format
- do the reinterpretation of old relation changes to add relationLink
- add workspace _anytype_marketplace to the bundled relations/objectTypes
2022-10-04 23:56:07 +02:00
Roman Khafizianov
6f75f22a0e
Merge branch 'master' of ssh://github.com/anytypeio/go-anytype-middleware into ref-relations
...
# Conflicts:
# clientlibrary/service/service.pb.go
# core/anytype/bootstrap.go
# core/block/bookmark/bookmark_service.go
# core/block/database/database.go
# core/block/editor.go
# core/block/editor/dataview/dataview.go
# core/block/editor/import/import.go
# core/block/editor/smartblock/smartblock.go
# core/block/editor/smartblock/smartblock_test.go
# core/block/editor/smartblock/smarttest/smarttest.go
# core/block/editor/state/change.go
# core/block/editor/state/event.go
# core/block/editor/state/normalize_test.go
# core/block/editor/state/state.go
# core/block/editor/stext/text.go
# core/block/editor/stext/text_test.go
# core/block/editor/template/template.go
# core/block/service.go
# core/block/simple/dataview/dataview.go
# core/block/source/bundledobjecttype.go
# core/block/source/bundledrelation.go
# core/block/source/indexedrelation.go
# core/block_dataview.go
# core/core.go
# core/files_test.go
# core/history/history.go
# core/object.go
# core/relations.go
# core/relations_test.go
# docs/proto.md
# pb/commands.pb.go
# pb/events.pb.go
# pb/protos/events.proto
# pb/service/service.pb.go
# pkg/lib/localstore/objectstore/objects.go
# pkg/lib/localstore/objectstore/objects_test.go
# pkg/lib/pb/model/models.pb.go
# pkg/lib/pb/model/protos/models.proto
2022-08-18 22:25:34 +02:00
Roman Khafizianov
8769b768e7
temp: migrate relations in builtinobjects
2022-08-05 19:14:00 +02:00
Roman Khafizianov
7885aacf92
builtinobjects.go: clean up logging
2022-07-28 12:54:48 +02:00
Roman Khafizianov
400f6fca4f
add metrics & pass ctx through app cmp and tree build
2022-07-12 21:26:44 +02:00
Sergey Cherepanov
288cb6231e
merge
2022-07-12 15:41:59 +03:00
Sergey Cherepanov
9811f01d38
cleanup ExtraRelations usage
2022-07-03 18:36:47 +03:00
Roman Khafizianov
9abb1c97a0
bundled objects: handle bookmark blocks
2022-06-22 14:51:44 +02:00
Roman Khafizianov
b3fc6d0602
details vals are not replaced
2021-12-16 09:52:30 +01:00
Roman Khafizianov
9faddf8491
builtinObjects: call cancel in close
2021-12-13 13:42:36 +01:00
Roman Khafizianov
0294669bda
rewrite builtinobjects comp init and run
...
rely on the NewAccount from cfg
2021-12-13 13:18:36 +01:00
Roman Khafizianov
2ff865f504
builtinobjects add analyticsContext
2021-12-08 10:16:23 +01:00
Roman Khafizianov
a1f2943638
extract isFavorite details from the pb file
2021-12-07 18:04:08 +01:00
Roman Khafizianov
6b9ff9d1cb
bultinobjects import: do not relay on incomingLinks, check isFavorite relation
2021-12-07 17:28:27 +01:00
Roman Khafizianov
f1bec3f8b1
refactor storeFileKeys to include state.Doc as arg
...
to be more clear
2021-12-07 17:27:39 +01:00
Roman Khafizianov
d7514053fa
accountCreate: add builtin objects in background
2021-12-07 13:58:25 +01:00
Roman Khafizianov
d8b6d730ff
builtinobjects: inject on accountCreate
2021-12-07 12:14:05 +01:00