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

BC-4256 integration tldraw #4277

Closed
wants to merge 90 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
90 commits
Select commit Hold shift + click to select a range
2dda3e7
Init module tldraw
Jun 20, 2023
860e585
Init commit, add tldraw websocket module
Jun 29, 2023
e8a29ec
Merge branch 'main' into BC-4201-planning-impolementation
Jun 30, 2023
b3c1b53
Update package-lock.json
Jun 30, 2023
f39abca
add yml file to main yml
Jun 30, 2023
29d597f
delete probes in tldraw yml
Jun 30, 2023
a97da82
Change socket.io to WebSocket
Jul 3, 2023
ec32f16
Adjusting code to websockets
Jul 4, 2023
047e870
Update const variables and unit file
Jul 6, 2023
a6410de
Merge branch 'main' into BC-4201-planning-impolementation
Jul 6, 2023
48fc70e
Fix tests.
Jul 6, 2023
4b71c4a
Merge branch 'main' into BC-4201-planning-impolementation
Jul 11, 2023
a78fd9a
update of packages after merging with main
Jul 11, 2023
93ddafd
fix exports, add env vars imports, delete unnecessary code
Jul 12, 2023
9a5bdb2
Change response callback to axios
Jul 13, 2023
bb75a6a
Remove doubled functionality
Jul 14, 2023
1d6ae7a
Fix utils lint and code style
Jul 17, 2023
aae1b3b
Fix utils lint and code style
Jul 17, 2023
ab201ae
Fix lint and code style
Jul 18, 2023
35b4941
Get rid of unnecessary var
Jul 18, 2023
3c78b47
Improve import and global var
Jul 18, 2023
4786e15
Fix config url setting, tidy modules import
Jul 19, 2023
306d8b6
Fix config url setting, tidy modules import
Jul 19, 2023
fd24b34
Add checking for docName in url
Jul 20, 2023
ed433be
Add allowed licence, fix tests, fix suggested changes
Jul 20, 2023
ecd8a5f
Move connection string to config file, delete unnecessary export.
Jul 20, 2023
73940db
Clear constructor and connection interval code.
Jul 21, 2023
25a559f
Change licence allow list
Jul 21, 2023
9695c5a
Remove lint errors
Jul 24, 2023
c6c075a
Adjust websocket port for testing.
Jul 24, 2023
957c83e
Delete unusable code
Jul 25, 2023
2a37276
Improve tests
Jul 25, 2023
b88925b
Improve tests
Jul 25, 2023
bb3de3d
Merge branch 'main' into BC-4201-planning-impolementation
Jul 26, 2023
f564943
Improve tests
Jul 27, 2023
bf4a5fb
Improve tests
Jul 28, 2023
779a1bc
Get rid of code smell, check if last test is bad (commenting it)
Jul 28, 2023
18681a7
Change app listen to init in tests,create svc for tldraw in server side
Jul 28, 2023
c9bf0d8
Fix typing of tldraw config
Jul 31, 2023
f643ed0
Fix typing in gateway of mongo persistence
Jul 31, 2023
b519dce
Fix test by using fake timer
Aug 1, 2023
a69995e
Deleting setInterval test
Aug 2, 2023
9a80ae4
Change yml main to BC-4256-Integration-tldraw.
Aug 2, 2023
47bb9e2
Add tests for updateHandler and closing connection in send method.
Aug 3, 2023
427fd76
Delete unreachable Error
Aug 4, 2023
4670a6e
Merge remote-tracking branch 'origin/main' into BC-4256-Integration-t…
Aug 4, 2023
94c1096
Fix packages
Aug 4, 2023
147bac2
Delete listen tldraw server port.
Aug 4, 2023
75594cb
Change tldraw env vars into group. Change beforeEach in test to befor…
Aug 4, 2023
23cd0ca
Delete annotations of port and scrape for tldraw
Aug 4, 2023
02785cf
Change container port in tldraw-deployment.yml.j2
Aug 4, 2023
91c5431
Hard code port as suggested
Aug 4, 2023
e735058
Change env var default definition
Aug 4, 2023
56c9aea
Change test test app life cycle
Aug 4, 2023
8e3d661
Add Error handling
Aug 4, 2023
80f0b73
fix tldraw test environment
davwas Aug 10, 2023
19b9796
fix tldraw.app.ts file
davwas Aug 10, 2023
62ff413
fix tldraw.app.ts file #2
davwas Aug 10, 2023
8d740f2
fix tldraw.app.ts file #3
davwas Aug 10, 2023
9b09f8a
Merge branch 'main' into BC-4256-Integration-tldraw
davwas Aug 10, 2023
10b40c2
Merge branch 'main' into BC-4256-Integration-tldraw
davwas Aug 10, 2023
f0214f1
fix package lock json
davwas Aug 10, 2023
fc77f7d
fix packages
davwas Aug 10, 2023
7aab343
fix dependency license problem
davwas Aug 10, 2023
7c1ca24
Revert "fix dependency license problem"
davwas Aug 10, 2023
0318faa
add tests
davwas Aug 10, 2023
f5faed5
remove unused imports
davwas Aug 10, 2023
b83e095
fix tldraw app start
davwas Aug 10, 2023
aca59e6
fix dependency review file
davwas Aug 10, 2023
4fab795
fix dependency review file 2
davwas Aug 10, 2023
b9f91ec
fix dependency review file 3
davwas Aug 10, 2023
27360d6
add TLDRAW_DB_URL from env var
davwas Aug 11, 2023
73c84cc
delete port from tldraw app start
davwas Aug 11, 2023
97364c3
moved port var into config
davwas Aug 11, 2023
7727295
remove part of the docname
davwas Aug 11, 2023
ecaf632
Merge branch 'main' into BC-4256-Integration-tldraw
davwas Aug 11, 2023
ef86e0e
improve tests
davwas Aug 11, 2023
9156766
exclude tldraw.gateway.ts from tests due to 1 line being impossible t…
davwas Aug 11, 2023
6fb0220
remove unused websocket in test
davwas Aug 11, 2023
21e8119
further test improvements
davwas Aug 11, 2023
931a8bb
exclude tldraw from sonar test coverage
davwas Aug 11, 2023
e220160
Merge branch 'main' into BC-4256-Integration-tldraw
blazejpass Aug 17, 2023
a4a425b
Add switch for tldraw feature connection enabler.
Aug 17, 2023
6738ffe
Merge remote-tracking branch 'origin/BC-4256-Integration-tldraw' into…
Aug 17, 2023
bf0c936
Change yml from branch to main. Change sonar exclusions
Aug 17, 2023
7166711
Change .yml files
Aug 18, 2023
8d6c230
Delete excluded tldraw files
Aug 24, 2023
896c617
rebuild
Aug 24, 2023
83598b8
rerun
Aug 28, 2023
fafa8c4
Only test if this trigger all things
mamutmk5 Aug 28, 2023
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
Prev Previous commit
Next Next commit
fix dependency review file 3
  • Loading branch information
davwas committed Aug 10, 2023
commit b9f91ecd2861db848093786cbd2dda58742b6d97
3 changes: 2 additions & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -13,4 +13,5 @@ jobs:
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
with:
allow-licenses: AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, Apache 2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, BSD-3-Clause, BSD-3-Clause-Clear, Unlicense
allow-licenses: AGPL-3.0-only, LGPL-3.0, MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, X11, 0BSD, GPL-3.0, BSD-3-Clause, BSD-3-Clause-Clear, Unlicense
allow-dependencies-licenses: 'pkg:npm/parse-mongo-url'