Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
364a662
Added docs and minor infra adjustments
mandlamoyo Jul 13, 2025
9e7c180
Added queue infrastructure code
mandlamoyo Jul 13, 2025
eb7ba26
Implemented basic state management
mandlamoyo Jul 13, 2025
a8a636d
Fixed isseus with state management
mandlamoyo Jul 13, 2025
52f803a
Old tests passing
mandlamoyo Jul 13, 2025
6e78ed5
New tests work
mandlamoyo Jul 13, 2025
813dd62
Added docs and config adjustments
mandlamoyo Jul 13, 2025
b4c8691
Merge pull request #5 from enkosiventures/stage-3-event-queue-state-mgmt
mandla-enkosi Jul 13, 2025
cd0cd79
umami module added
mandlamoyo Jul 13, 2025
65eb7b6
Updated proxy implementation, tests passing
mandlamoyo Jul 19, 2025
3438a87
Removed code for old index implementation
mandlamoyo Jul 19, 2025
e01d8fd
Fixed linting issues
mandlamoyo Jul 19, 2025
7d61307
added job name
mandlamoyo Jul 20, 2025
11022d0
Merge pull request #7 from enkosiventures/stage-4-umami-provider
mandla-enkosi Jul 20, 2025
de1725e
Merge branch 'main' into develop
mandlamoyo Jul 20, 2025
6600973
Initial consent manager implementation
mandlamoyo Jul 20, 2025
3a3b9e5
Refactored consent solution
mandlamoyo Jul 20, 2025
4e23644
Testing and linting passing
mandlamoyo Jul 21, 2025
58bf908
Improved project implementation with linting and tests passing
mandlamoyo Jul 22, 2025
dcd8999
Refactored project core with passing tests and linting
mandlamoyo Jul 23, 2025
3114e8c
Added new barrel methods
mandlamoyo Jul 23, 2025
a070c9f
Extracted constants
mandlamoyo Jul 23, 2025
58572c8
Updated test file structure
mandlamoyo Jul 23, 2025
d604883
Removed unused imports
mandlamoyo Jul 23, 2025
15d5ea6
Removed old index
mandlamoyo Jul 23, 2025
0df300c
Temporarily increasing size limits
mandlamoyo Jul 23, 2025
37f806e
Further size increases
mandlamoyo Jul 23, 2025
e086f5d
Merge pull request #9 from enkosiventures/stage-5-consent-management-…
mandla-enkosi Jul 23, 2025
3c30f73
Updated readmes
mandlamoyo Jul 23, 2025
e2454b6
Updated title
mandlamoyo Aug 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:

jobs:
build-test-lint:
name: Test Packages

runs-on: ubuntu-latest

permissions:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ dist
# Vite logs files
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

# Misc
*.DS_Store
Loading