Conversation
* Alternative dmt v2 * Fixes refless domain objects union * Renames `UserOp` to `Author` * Refactors repository service * Fixes union alignment * Adds missing total_count response attribute and version argument for `GetObjectsByType` * Flattens Commit() function second argument (operations) --------- Co-authored-by: ndiezel0 <ndiezel0@gmail.com>
| /** | ||
| * PostgreSQL tsquery expression for searching objects. | ||
| * See: https://www.postgresql.org/docs/current/textsearch-intro.html | ||
| * If query is '*', it matches everything. | ||
| */ | ||
| 1: required string query |
There was a problem hiding this comment.
есть предложение сортировать по умолчанию (для query *) по id
There was a problem hiding this comment.
для остальных случаев по весу
…cts + CheckoutSnapshot methods in RepositoryClient service
…apshot return type to Snapshot in domain_config_v2.thrift
| /** | ||
| * Интерфейс сервиса конфигурации предметной области. | ||
| */ | ||
| service RepositoryClient { |
There was a problem hiding this comment.
а есть сейчас какая то логика почему разделено на два сервиса Repository и RepositoryClient?
There was a problem hiding this comment.
АПИ RepositoryClient важно для ядра и потому надо держать в стабильном состоянии. Но на самом деле какого-то великого смысла нет, кроме как референса к исторической практике
There was a problem hiding this comment.
выглядит что он уже итак переписан и туда докинули еще один депрекейтед метод, как будто весь сервис депрекейтед, но просто repository не умеет checkout
…ignature in domain_config_v2.thrift
|
No description provided.