You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store
boojack 0e89407ee9 fix(filter): enforce CEL syntax semantics
Reject non-standard truthy numeric expressions in filters and document the parser as a supported subset of standard CEL syntax.

- remove legacy filter rewrites
- support standard equality in tag exists predicates
- add regression coverage for accepted and rejected expressions
2 months ago
..
cache fix: resolve linter warning and cache race condition 5 months ago
db fix(api): switch user resource names to usernames (#5779) 2 months ago
migration feat(memo): add share links for private memos (#5742) 2 months ago
seed chore: align branding with brand guidelines (#5693) 3 months ago
test fix(filter): enforce CEL syntax semantics 2 months ago
attachment.go fix: avoid truncating memo batch attachments (#5654) 3 months ago
cache.go chore: update store cache 2 years ago
common.go chore: update workspace setting store 2 years ago
driver.go feat(memo): add share links for private memos (#5742) 2 months ago
idp.go feat: replace auto-increment ID with UID for identity provider resource names (#5687) 3 months ago
inbox.go refactor(inbox): store memo comment payloads without activity records (#5741) 2 months ago
instance_setting.go fix: prevent local attachment uploads from overwriting files 2 months ago
memo.go fix: clean up memo_relation and attachments when deleting memo 5 months ago
memo_relation.go perf: batch load memo relations when listing memos (#5692) 3 months ago
memo_share.go feat(memo): add share links for private memos (#5742) 2 months ago
migrator.go chore(backend): update Go toolchain and dependencies (#5730) 3 months ago
reaction.go fix(security): implement security review recommendations (#5228) 7 months ago
store.go refactor: rename workspace to instance throughout codebase 7 months ago
user.go refactor(store): remove synthetic system bot user lookup (#5778) 2 months ago
user_setting.go feat(instance): add canonical tag metadata setting (#5736) 2 months ago