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

Added CNAME #491

Closed
wants to merge 169 commits into from
Closed

Added CNAME #491

wants to merge 169 commits into from

Conversation

hanwj100
Copy link
Collaborator

@hanwj100 hanwj100 commented Sep 4, 2024

No description provided.

rkrishnasanka and others added 30 commits January 16, 2021 09:20
…re are 2 pieces still left:

1. Need to remove a circular reference
2. Need remove the Registry.js
… class Device from Class Feature

Started remvoving all the `require`s from the codebase. Right now there are 2 pieces still left:
1. Need to remove a circular reference with colors import in viewmanager

Removed the Registry requirements
… class Device from Class Feature

Started remvoving all the `require`s from the codebase. Right now there are 2 pieces still left:
1. Need to remove a circular reference with colors import in viewmanager

Removed the Registry requirements
Somewhat simplifies the build process while adding hot relaoding
dev server, easier intergration into eslint and babel at compile
time and better warnings for issues like mixed case imports.
Added `style-loader` and `css-loader` to `webpack-config.js` to allow
importing of css in code

Added support for class properties for babel transpiling

Renabled external resources in index.html

Imported material css in appSetup, the dev webserver setup makes
it hard to include, local assets during development. May want to be
revised when it comes to production builds

Refactored Examples to export an object due to issues with no default
exports ( in the Vue experiment repo)
… here will work for us to just drop the dialog in order
deepsource-autofix bot and others added 28 commits July 8, 2021 20:28
This commit fixes the style issues introduced in baa1131 according to the output
from standardjs and prettier.

Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/7b73f4f3-1ba3-45c6-92d6-e510d1f8213c/
This commit fixes the style issues introduced in 7583b1d according to the output
from standardjs and prettier.

Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/eb058cfc-ce29-493b-9c4e-5eb55434cca5/
This commit fixes the style issues introduced in baa1131 according to the output
from standardjs and prettier.

Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/7b73f4f3-1ba3-45c6-92d6-e510d1f8213c/
Prelim eventbus setup/spelling corrections

Added/modified registry.ts

Deleted index.js

Modifications resulting from registry changes

Commented out Registry.text uses

Removed redundant js files

Replace registerParam usages

Modified parameters/ import

Commented out unique & heritable uses

Converted isValid to static

Made properties constant

Functions removed, properties modified

Removed mention of getParameter

Changed get functions to getters

Modified getters

Modified import of parameters/*

Inserted text property

Inserted text property

Added output types

Removed comments

Added String type allowance

Replaced Parameter instances with subclasses

Fixed getter/setter

Added onclick()

Modified for new text setter

Removed circular dependency

Removed comment

Fixed getter call

Added events import

Fixed some misses

Deleted the files again, merge somehow got them out again

Added todo for device constructor

Missed things
* root commit

* Prelim typescript conversion of device

* Temporarily removed layer.ts

* Modified type assignments, Feature refID get/set

* Updated device.ts

* Added 'Property'InterchangeV1 definitions

* removed redundant javascript

* Added additional typing

* Updated typescript conversions

* Modified/added type definitions

* Removed render2D

* Added instance, getInstance properties

* Changed references to getComponents to components

* Modified isHeritable/Unique

* Removed redundant javascript

* Removed remaining mentions of registry

* Removed unnecessary import

* Modified DeviceInterchangeV1

* Removed singleton

* Removing registry from device, layer

* Merged jackruan99: typescript-port

* Updated type definitions

* Added core utils

* Moved functionality to corresponding utils

* Debugging from merger

* Updated parameters for init types

* Added import

* Additional merging edits

* Bug fixes

* Fixed issue with Parameter instantiation

* Minor fixes

* Removing instances of Device.updateView

* Modified DeviceInterchangeV1

* Defined utils files for component/connection

* Corrected spelling

* Removed getParams

* Removed registry, typescript additions

* Additional Typescripting

* Modified featureIDs getter

* Modified Feature Interchange

* Fixed waypoints usage

* Accounting for property name changes

* Additional typescript changes

* Typescript fix

* Typescript fix

Co-authored-by: Liam Murray <[email protected]>

Deltas with linting and missed merge changes
* Created component library API

* New Component API structure

* Revised Component API

* Delete component-api.ts

Co-authored-by: Radhakrishna Sanka <[email protected]>
This commit fixes the style issues introduced in 6ce0e84 according to the output
from standardjs and prettier.

Details: https://deepsource.io/gh/CIDARLAB/3DuF/transform/c71b8211-481d-49e8-ab7b-b48e250d5290/

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants