[teiid-commits] [teiid/beetle-studio] c6c23f: TTOOLS-426 Mods to utilize connection schema

Mark Drilling mdrillin at redhat.com
Wed May 16 18:01:31 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/teiid/beetle-studio
  Commit: c6c23f3a99fa0ea3340a5d79d46ead760c4009da
      https://github.com/teiid/beetle-studio/commit/c6c23f3a99fa0ea3340a5d79d46ead760c4009da
  Author: Mark Drilling <mdrillin at redhat.com>
  Date:   2018-05-16 (Wed, 16 May 2018)

  Changed paths:
    M src/main/ngapp/package.json
    R src/main/ngapp/src/app/connections/edit-connection/edit-connection.component.html
    R src/main/ngapp/src/app/connections/shared/connection-table.model.ts
    M src/main/ngapp/src/app/connections/shared/connection.service.ts
    M src/main/ngapp/src/app/connections/shared/connections-constants.ts
    R src/main/ngapp/src/app/connections/shared/jdbc-table-filter.model.ts
    M src/main/ngapp/src/app/connections/shared/mock-connection.service.ts
    R src/main/ngapp/src/app/connections/shared/schema-info.model.ts
    A src/main/ngapp/src/app/connections/shared/schema-node.model.spec.ts
    A src/main/ngapp/src/app/connections/shared/schema-node.model.ts
    M src/main/ngapp/src/app/dataservices/add-dataservice-wizard/add-dataservice-wizard.component.html
    M src/main/ngapp/src/app/dataservices/add-dataservice-wizard/add-dataservice-wizard.component.spec.ts
    M src/main/ngapp/src/app/dataservices/add-dataservice-wizard/add-dataservice-wizard.component.ts
    M src/main/ngapp/src/app/dataservices/add-dataservice/add-dataservice.component.spec.ts
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.css
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.html
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.spec.ts
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.ts
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.css
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.html
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.spec.ts
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.ts
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.css
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.html
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.spec.ts
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.ts
    M src/main/ngapp/src/app/dataservices/dataservices.component.ts
    M src/main/ngapp/src/app/dataservices/dataservices.module.ts
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.css
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.html
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.spec.ts
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.ts
    A src/main/ngapp/src/app/dataservices/selected-node/column.ts
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.css
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.html
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.spec.ts
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.ts
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.css
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.html
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.spec.ts
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.ts
    R src/main/ngapp/src/app/dataservices/selected-table/column.ts
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.css
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.html
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.spec.ts
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.ts
    M src/main/ngapp/src/app/dataservices/shared/dataservice.service.ts
    A src/main/ngapp/src/app/dataservices/shared/node-selector.ts
    R src/main/ngapp/src/app/dataservices/shared/table-selector.ts
    M src/main/ngapp/src/app/dataservices/shared/wizard.service.ts
    M src/main/ngapp/src/app/shared/test-data.service.ts
    M src/main/ngapp/src/styles.css

  Log Message:
  -----------
  TTOOLS-426 Mods to utilize connection schema


  Commit: 534fdd769b99295b435a9c52101d8f088a3cb5f3
      https://github.com/teiid/beetle-studio/commit/534fdd769b99295b435a9c52101d8f088a3cb5f3
  Author: Mark Drilling <mdrillin at redhat.com>
  Date:   2018-05-16 (Wed, 16 May 2018)

  Changed paths:
    M src/main/ngapp/package.json
    R src/main/ngapp/src/app/connections/edit-connection/edit-connection.component.html
    R src/main/ngapp/src/app/connections/shared/connection-table.model.ts
    M src/main/ngapp/src/app/connections/shared/connection.service.ts
    M src/main/ngapp/src/app/connections/shared/connections-constants.ts
    R src/main/ngapp/src/app/connections/shared/jdbc-table-filter.model.ts
    M src/main/ngapp/src/app/connections/shared/mock-connection.service.ts
    R src/main/ngapp/src/app/connections/shared/schema-info.model.ts
    A src/main/ngapp/src/app/connections/shared/schema-node.model.spec.ts
    A src/main/ngapp/src/app/connections/shared/schema-node.model.ts
    M src/main/ngapp/src/app/dataservices/add-dataservice-wizard/add-dataservice-wizard.component.html
    M src/main/ngapp/src/app/dataservices/add-dataservice-wizard/add-dataservice-wizard.component.spec.ts
    M src/main/ngapp/src/app/dataservices/add-dataservice-wizard/add-dataservice-wizard.component.ts
    M src/main/ngapp/src/app/dataservices/add-dataservice/add-dataservice.component.spec.ts
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.css
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.html
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.spec.ts
    A src/main/ngapp/src/app/dataservices/connection-node-selector/connection-node-selector.component.ts
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.css
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.html
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.spec.ts
    A src/main/ngapp/src/app/dataservices/connection-schema-tree/connection-schema-tree.component.ts
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.css
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.html
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.spec.ts
    R src/main/ngapp/src/app/dataservices/connection-table-selector/connection-table-selector.component.ts
    M src/main/ngapp/src/app/dataservices/dataservices.component.ts
    M src/main/ngapp/src/app/dataservices/dataservices.module.ts
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.css
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.html
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.spec.ts
    R src/main/ngapp/src/app/dataservices/relational-table-selector/relational-table-selector.component.ts
    A src/main/ngapp/src/app/dataservices/selected-node/column.ts
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.css
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.html
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.spec.ts
    A src/main/ngapp/src/app/dataservices/selected-node/selected-node.component.ts
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.css
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.html
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.spec.ts
    A src/main/ngapp/src/app/dataservices/selected-nodes-list/selected-nodes-list.component.ts
    R src/main/ngapp/src/app/dataservices/selected-table/column.ts
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.css
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.html
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.spec.ts
    R src/main/ngapp/src/app/dataservices/selected-table/selected-table.component.ts
    M src/main/ngapp/src/app/dataservices/shared/dataservice.service.ts
    A src/main/ngapp/src/app/dataservices/shared/node-selector.ts
    R src/main/ngapp/src/app/dataservices/shared/table-selector.ts
    M src/main/ngapp/src/app/dataservices/shared/wizard.service.ts
    M src/main/ngapp/src/app/shared/test-data.service.ts
    M src/main/ngapp/src/styles.css

  Log Message:
  -----------
  Merge pull request #137 from mdrillin/TTOOLS-426

TTOOLS-426 Mods to utilize connection schema


Compare: https://github.com/teiid/beetle-studio/compare/a6ab8cdce029...534fdd769b99
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the teiid-commits mailing list