[teiid/teiid-komodo] e471cd: Fix for TEIIDTOOLS-471 Deleting a View Should Also...
by Mark Drilling
Branch: refs/heads/master
Home: https://github.com/teiid/teiid-komodo
Commit: e471cd7b4b74995417cf2edf220c37b3cbadfb62
https://github.com/teiid/teiid-komodo/commit/e471cd7b4b74995417cf2edf220c...
Author: Daniel Florian <dflorian(a)redhat.com>
Date: 2018-07-09 (Mon, 09 Jul 2018)
Changed paths:
M server/komodo-rest/src/main/java/org/komodo/rest/KomodoService.java
M server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoUtilService.java
M server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoVdbService.java
M server/komodo-rest/src/test/java/org/komodo/rest/service/ServiceTestUtilities.java
M server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoVdbServiceTestInSuite.java
Log Message:
-----------
Fix for TEIIDTOOLS-471 Deleting a View Should Also Delete Editor State
- Moved the code that deletes the editor state to KomodoService so that it can be used by both KomodoVdbService and KomodoUtilService
- Created a method in KomodoService that provides the same editor ID used by Beetle if given a VDB name and a View name
- Created helper method in ServiceTestUtilities to check to see if a specified editor state exists
- Created test in KomodoVdbServiceTestInSuite that verifies the editor state is deleted when a view is deleted
Commit: 4f5bff7f74b9bedce33853bd12ccacf4b58d286e
https://github.com/teiid/teiid-komodo/commit/4f5bff7f74b9bedce33853bd12cc...
Author: Mark Drilling <mdrillin(a)redhat.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M server/komodo-rest/src/main/java/org/komodo/rest/KomodoService.java
M server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoUtilService.java
M server/komodo-rest/src/main/java/org/komodo/rest/service/KomodoVdbService.java
M server/komodo-rest/src/test/java/org/komodo/rest/service/ServiceTestUtilities.java
M server/komodo-rest/src/test/java/org/komodo/rest/service/unit/KomodoVdbServiceTestInSuite.java
Log Message:
-----------
Merge pull request #58 from elvisisking/471
Fix for TEIIDTOOLS-471 Deleting a View Should Also Delete Editor State
Compare: https://github.com/teiid/teiid-komodo/compare/268138c97875...4f5bff7f74b9
**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.
6 years, 6 months
[teiid/teiid] 7e570b: TEIID-5417
by shawkins
Branch: refs/heads/10.3.x
Home: https://github.com/teiid/teiid
Commit: 7e570bb9f9bebec6995def63ee0e3af25e3e9616
https://github.com/teiid/teiid/commit/7e570bb9f9bebec6995def63ee0e3af25e3...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-07-15 (Sun, 15 Jul 2018)
Changed paths:
M common-core/src/main/java/org/teiid/core/types/ArrayImpl.java
M engine/src/main/java/org/teiid/query/processor/relational/DependentCriteriaProcessor.java
M engine/src/main/java/org/teiid/query/sql/symbol/Constant.java
M engine/src/test/java/org/teiid/query/processor/TestAggregateProcessing.java
M engine/src/test/java/org/teiid/query/processor/TestDependentJoins.java
M engine/src/test/java/org/teiid/query/sql/symbol/TestArray.java
M engine/src/test/java/org/teiid/query/sql/symbol/TestConstant.java
Log Message:
-----------
TEIID-5417
correcting array typing and producing a set of constants from the
dependent criteria processor for temp tables.
**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.
6 years, 6 months
[teiid/teiid] d4cac8: TEIID-5417
by shawkins
Branch: refs/heads/11.0.x
Home: https://github.com/teiid/teiid
Commit: d4cac858b6f000d307db37a1b28b9a0838be5ea2
https://github.com/teiid/teiid/commit/d4cac858b6f000d307db37a1b28b9a0838b...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-07-15 (Sun, 15 Jul 2018)
Changed paths:
M common-core/src/main/java/org/teiid/core/types/ArrayImpl.java
M engine/src/main/java/org/teiid/query/processor/relational/DependentCriteriaProcessor.java
M engine/src/main/java/org/teiid/query/sql/symbol/Constant.java
M engine/src/test/java/org/teiid/query/processor/TestAggregateProcessing.java
M engine/src/test/java/org/teiid/query/processor/TestDependentJoins.java
M engine/src/test/java/org/teiid/query/sql/symbol/TestArray.java
M engine/src/test/java/org/teiid/query/sql/symbol/TestConstant.java
Log Message:
-----------
TEIID-5417
correcting array typing and producing a set of constants from the
dependent criteria processor for temp tables.
**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.
6 years, 6 months
[teiid/teiid] 03fe92: TEIID-5417
by shawkins
Branch: refs/heads/master
Home: https://github.com/teiid/teiid
Commit: 03fe92e0632f59e6c64d48467a5860eb1962633d
https://github.com/teiid/teiid/commit/03fe92e0632f59e6c64d48467a5860eb196...
Author: shawkins <shawkins(a)redhat.com>
Date: 2018-07-15 (Sun, 15 Jul 2018)
Changed paths:
M common-core/src/main/java/org/teiid/core/types/ArrayImpl.java
M engine/src/main/java/org/teiid/query/processor/relational/DependentCriteriaProcessor.java
M engine/src/main/java/org/teiid/query/sql/symbol/Constant.java
M engine/src/test/java/org/teiid/query/processor/TestAggregateProcessing.java
M engine/src/test/java/org/teiid/query/processor/TestDependentJoins.java
M engine/src/test/java/org/teiid/query/sql/symbol/TestArray.java
M engine/src/test/java/org/teiid/query/sql/symbol/TestConstant.java
Log Message:
-----------
TEIID-5417
correcting array typing and producing a set of constants from the
dependent criteria processor for temp tables.
**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.
6 years, 6 months
[teiid/beetle-studio] 1caff4: TEIIDTOOLS-467: Adds selection handling to model
by Mark Drilling
Branch: refs/heads/master
Home: https://github.com/teiid/beetle-studio
Commit: 1caff4e074bd608193864de7234457a2937278b7
https://github.com/teiid/beetle-studio/commit/1caff4e074bd608193864de7234...
Author: phantomjinx <p.g.richardson(a)phantomjinx.co.uk>
Date: 2018-07-12 (Thu, 12 Jul 2018)
Changed paths:
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/canvas.service.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-graph.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-node.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/view-canvas.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-editor.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-editor.service.ts
Log Message:
-----------
TEIIDTOOLS-467: Adds selection handling to model
* Adds a selection array to the view-editor.service which holds the
identifiers of the nodes currently selected.
* Allows the delete button to be disable if there is no selection and the
same button uses that selection to perform a delete.
Commit: ba9311284eb59683fa95e845cde3671b1e5a3764
https://github.com/teiid/beetle-studio/commit/ba9311284eb59683fa95e845cde...
Author: Mark Drilling <mdrillin(a)redhat.com>
Date: 2018-07-13 (Fri, 13 Jul 2018)
Changed paths:
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/canvas.service.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-graph.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-node.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/view-canvas.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-editor.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-editor.service.ts
Log Message:
-----------
Merge pull request #161 from phantomjinx/master
TEIIDTOOLS-467: Adds selection handling to model
Compare: https://github.com/teiid/beetle-studio/compare/bce01d45c419...ba9311284eb5
**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.
6 years, 6 months
[teiid/beetle-studio] b83240: Fixes mvn build and tests
by Mark Drilling
Branch: refs/heads/master
Home: https://github.com/teiid/beetle-studio
Commit: b83240b9f148e29afffa14764e042ee01e55fd20
https://github.com/teiid/beetle-studio/commit/b83240b9f148e29afffa14764e0...
Author: Mark Drilling <mdrillin(a)redhat.com>
Date: 2018-07-12 (Thu, 12 Jul 2018)
Changed paths:
M src/main/ngapp/src/app/connections/shared/connection.service.ts
M src/main/ngapp/src/app/dataservices/shared/path-utils.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/command/command-factory.spec.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/command/command.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/canvas.service.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-graph.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-node.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/view-canvas.component.spec.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/view-canvas.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/visuals/graph/graph-visual.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/visuals/node/node-visual.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-editor.component.spec.ts
Log Message:
-----------
Fixes mvn build and tests
Commit: bce01d45c419f6ef5af41f174b58ce7e6ce64298
https://github.com/teiid/beetle-studio/commit/bce01d45c419f6ef5af41f174b5...
Author: Mark Drilling <mdrillin(a)redhat.com>
Date: 2018-07-12 (Thu, 12 Jul 2018)
Changed paths:
M src/main/ngapp/src/app/connections/shared/connection.service.ts
M src/main/ngapp/src/app/dataservices/shared/path-utils.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/command/command-factory.spec.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/command/command.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/canvas.service.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-graph.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/models/canvas-node.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/view-canvas.component.spec.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/view-canvas.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/visuals/graph/graph-visual.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-canvas/visuals/node/node-visual.component.ts
M src/main/ngapp/src/app/dataservices/virtualization/view-editor/view-editor.component.spec.ts
Log Message:
-----------
Merge pull request #160 from mdrillin/buildFixes
Fixes mvn build and tests
Compare: https://github.com/teiid/beetle-studio/compare/57addf2d10dd...bce01d45c419
**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.
6 years, 6 months