Skip to content

Commit

Permalink
refactor(core): use a new settings struct to support multiple trackers (
Browse files Browse the repository at this point in the history
#113)

* chore: add build preprocess for base script

* fix(core): update spec to remove redundant event property

* feat: add tagged events tracker

* perf: use better compressable syntax for tagged events

* feat: add optional beacon id to link page views with custom props

* fix: accept middle click

* fix: pass tests by continuing to use old tracker

* feat: use a new settings struct to support multiple trackers

* fix: invalid scan and json conversions with tests

* fix: invalid content type rewrite

* fix: if settings are null, return default values

* fix(dashboard): update types

* feat: use runtime config

* chore: remove the ability to patch duckdb settings

* fix(dashboard): only reset individual password field on submit
  • Loading branch information
ayuhito authored Aug 5, 2024
1 parent 64ebc59 commit 83398a9
Show file tree
Hide file tree
Showing 41 changed files with 3,169 additions and 3,365 deletions.
14 changes: 5 additions & 9 deletions core/api/oas_defaults_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

210 changes: 36 additions & 174 deletions core/api/oas_handlers_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions core/api/oas_interfaces_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 83398a9

Please sign in to comment.