Skip to content

Commit

Permalink
Remove internal ids (#615)
Browse files Browse the repository at this point in the history
* Initial refactor removing _id

* Removed assigner from backend

* remove unused `ILocateAble`

* Renamed selectionIds to ids in ISelection

* Add null-safety checks for selections

* Remove all redis dependencies

* Add IDType manager helper functions

* Removed _visyn_id in favor of id

* Added documentation to ISelection

* Finally remove _id from IRow

* Rebuilt dist/

* fix errors for target360 refactoring

* Added proper interfaces for Visyn Views

* fix bug in MultiSelectionAdapter

* Updated visyn view interfaces to allow easy subtyping

* Extracted LazyVisynDemoView to own file

* remove format from ISearchProvider

* Fixed view bug in TreeRenderer

* Rebuilt dist/

* Added tdp_scatterplot and datavisyn-scatterplot (#668)

Co-authored-by: Christian Bors <christian.bors@datavisyn.io>
Co-authored-by: dvzacharycutler <zachary.cutler@datavisyn.io>
Co-authored-by: dvtschachinger <thomas.schachinger@datavisyn.io>
Co-authored-by: dvvanessastoiber <vanessa.stoiber@datavisyn.io>
  • Loading branch information
5 people authored Mar 17, 2022
1 parent e46e7f3 commit 4866d9f
Show file tree
Hide file tree
Showing 1,043 changed files with 9,028 additions and 29,312 deletions.
5 changes: 1 addition & 4 deletions deploy/docker-compose-debug.partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ version: '2.0'
services:
db_mongo:
ports:
- '27017:27017'
db_redis:
ports:
- '6379:6379'
- '27017:27017'
10 changes: 0 additions & 10 deletions deploy/docker-compose.partial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,11 @@ services:
_host:
depends_on:
- db_mongo
- db_redis
links:
- db_mongo:mongo
- db_redis:redis
db_mongo:
image: mongo:3.2
volumes:
- db_mongo_data:/data/db
db_redis:
image: redis:3.2-alpine
# run with appendonly to persist data
command: 'redis-server --appendonly yes'
volumes:
# TODO: Choose different volume location?
- db_redis_data:/data
volumes:
db_mongo_data:
db_redis_data:
8 changes: 0 additions & 8 deletions dist/2D/IIntersectionParam.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IIntersectionParam.d.ts.map

This file was deleted.

6 changes: 0 additions & 6 deletions dist/2D/IIntersectionParam.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IIntersectionParam.js.map

This file was deleted.

4 changes: 0 additions & 4 deletions dist/2D/IPath.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IPath.d.ts.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IPath.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IPath.js.map

This file was deleted.

5 changes: 0 additions & 5 deletions dist/2D/IShape.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IShape.d.ts.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IShape.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/IShape.js.map

This file was deleted.

68 changes: 0 additions & 68 deletions dist/2D/Intersection.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion dist/2D/Intersection.d.ts.map

This file was deleted.

Loading

0 comments on commit 4866d9f

Please sign in to comment.