Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCORE-255 Change TagoIo Integration to SSE #78

Merged
merged 33 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b67af47
Adding tagoio integration plugin to tagocore
bgelatti Oct 23, 2024
7dc595e
Changing the integration to SSE
bgelatti Oct 24, 2024
f83638f
Changing the integration to SSE
bgelatti Oct 25, 2024
9226911
Merge branch 'main' into TCORE-255_Fix_Taogio_Intgration
bgelatti Oct 28, 2024
fb5d6b4
Changing the integration with tagoio to SSE
bgelatti Oct 28, 2024
a6c747a
Changing the integration with tagoio to SSE
bgelatti Oct 29, 2024
fdc46ac
Changing the integration with tagoio to SSE
bgelatti Oct 29, 2024
f4e7361
Changing the integration with tagoio to SSE
bgelatti Oct 29, 2024
223a653
Changing the integration with tagoio to SSE
bgelatti Oct 29, 2024
de8fbdc
Merge main
bgelatti Oct 29, 2024
9db8f84
Merge main
bgelatti Oct 29, 2024
16e1d7d
fix: integration build Vite
klausborges Oct 29, 2024
912d0f3
Merge branch 'TCORE-255_Fix_Taogio_Intgration' of github.com:tago-io/…
klausborges Oct 29, 2024
1ec0886
fix: import png on Vite, organize shared front end dependencies on ma…
klausborges Oct 29, 2024
13a2beb
Changing the way of the connection with tagoio to SSE
bgelatti Oct 29, 2024
ed0b304
Changing the way of the connection with tagoio to SSE
bgelatti Oct 29, 2024
2523fb1
Changing the way of the connection with tagoio to SSE
bgelatti Oct 30, 2024
4193a23
Changing the way of the connection with tagoio to SSE
bgelatti Oct 31, 2024
ccf29f3
Changing the way of the connection with tagoio to SSE
bgelatti Oct 31, 2024
c5cb1ee
Merge branch 'main' into TCORE-255_Fix_Taogio_Intgration
bgelatti Nov 1, 2024
c422797
Corrected linter and tests
bgelatti Nov 1, 2024
49e19f2
Merge branch 'main' into TCORE-255_Fix_Taogio_Intgration
bgelatti Nov 13, 2024
e32c0cd
Merge branch 'main' into TCORE-255_Fix_Taogio_Intgration
bgelatti Nov 20, 2024
34ad98e
Correction of null values]
bgelatti Nov 25, 2024
bfbadfe
Correction of null values]
bgelatti Nov 25, 2024
a944c54
Correction of null values]
bgelatti Nov 25, 2024
b627567
Correction of null values]
bgelatti Nov 25, 2024
0fdd1ee
Correction of null values]
bgelatti Nov 25, 2024
d28b8a6
Correction of null values]
bgelatti Nov 25, 2024
d643cdc
Correction of null values]
bgelatti Nov 25, 2024
3270c44
Correction of null values]
bgelatti Nov 25, 2024
671f527
Correction of null values]
bgelatti Nov 25, 2024
80be0eb
Correction of null values
bgelatti Nov 26, 2024
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
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ build-console:
@rm -rf build/console
@cd packages/console && npm run build

build-integration:
@rm -rf plugins/tagoio-integration/build
@cd plugins/tagoio-integration && npm run build

install:
@npm ci

Expand Down
Loading