[5/6] incubator-trafodion git commit: [TRAFODION-1794]: Log authentication Information

2016-09-21 Thread rmarton
[TRAFODION-1794]: Log authentication Information Made changes suggested by previous delivery Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/3e05c90d Tree: http://git-wip-us.apache.org/repos/asf/i

[1/6] incubator-trafodion git commit: [TRAFODION-1794]: Log authentication Information

2016-09-21 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 552b9496f -> cbf8fd07d http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/7bab8387/core/sqf/conf/log4cxx.trafodion.auth.config -- diff --git a/cor

[2/6] incubator-trafodion git commit: [TRAFODION-1794]: Log authentication Information

2016-09-21 Thread rmarton
[TRAFODION-1794]: Log authentication Information Added code to log LDAP connection errors into the associated log4cxx file. For authentications that occur in mxosrvr, events are logged into the master executor log. For standalone utilities such as ldapcheck, events are logged into a separate file

[6/6] incubator-trafodion git commit: Merge [TRAFODION-1794] pull 704 log authentication information

2016-09-21 Thread rmarton
Merge [TRAFODION-1794] pull 704 log authentication information Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/cbf8fd07 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/cbf8fd0

[3/6] incubator-trafodion git commit: Merge branch 'master' into trafodion-1794

2016-09-21 Thread rmarton
Merge branch 'master' into trafodion-1794 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/77c69498 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/77c69498 Diff: http://git-wi

[3/3] incubator-trafodion git commit: Merge [TRAFODION-2203] PR 729 A user can grant a privilege he doesn't have to other users/roles successfully

2016-09-28 Thread rmarton
Merge [TRAFODION-2203] PR 729 A user can grant a privilege he doesn't have to other users/roles successfully Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/addb9b18 Tree: http://git-wip-us.apache

[2/3] incubator-trafodion git commit: TRAFODION-2203 - a user can grant privileges that he doesn’t have ...

2016-09-28 Thread rmarton
e/sql/regress/privs2/EXPECTED140 b/core/sql/regress/privs2/EXPECTED140 index b31683f..72d899e 100644 --- a/core/sql/regress/privs2/EXPECTED140 +++ b/core/sql/regress/privs2/EXPECTED140 @@ -9,7 +9,7 @@ LIST_COUNT 4294967295 LOG FILE LOG140 MESSAGEFILE/mnt/rmarton/gitws/inc

[1/3] incubator-trafodion git commit: TRAFODION-2203 - a user can grant privileges that he doesn’t have ...

2016-09-28 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 71b1f8cb8 -> addb9b18d http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/877a8e8a/core/sql/sqlcomp/PrivMgrPrivileges.cpp -- diff --git a/core/sql

[2/2] incubator-trafodion git commit: Merge [TRAFODION-2175] PR-932 a user should only see specific tables and schemas ...

2017-01-30 Thread rmarton
Merge [TRAFODION-2175] PR-932 a user should only see specific tables and schemas ... Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b6745583 Tree: http://git-wip-us.apache.org/repos/asf/incubator

[1/2] incubator-trafodion git commit: TRAFODION-2175 a user should only see specific schemas/tables that he has privs TRAFODION-1573 Additional GET commands for privileges

2017-01-30 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 91c337520 -> b67455830 TRAFODION-2175 a user should only see specific schemas/tables that he has privs TRAFODION-1573 Additional GET commands for privileges This is one of several deliveries to improve GET commands: - return d

[3/4] incubator-trafodion git commit: TRAFODION-2175 a user should only see specific schemas/tables that he has privs

2017-01-31 Thread rmarton
TRAFODION-2175 a user should only see specific schemas/tables that he has privs Fixed a problem with regression test Hive/TEST009. The failed test is showing an additional table being stored in NATable cache. If authorization is enabled, then "get tables" retrieves the list of roles assigned the

[2/4] incubator-trafodion git commit: Merge branch 'master' into mrg-932

2017-01-31 Thread rmarton
Merge branch 'master' into mrg-932 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/598dc5ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/598dc5ed Diff: http://git-wip-us.ap

[1/4] incubator-trafodion git commit: Trafodion-2175

2017-01-31 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 3d215a475 -> 60c0c42c3 Trafodion-2175 Added new regression test privs1/TEST123 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/comm

[4/4] incubator-trafodion git commit: merge [TRAFODION-2175] pr 937 a user should only see specific schema/tables ...

2017-01-31 Thread rmarton
merge [TRAFODION-2175] pr 937 a user should only see specific schema/tables ... Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/60c0c42c Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafo

[1/2] incubator-trafodion git commit: TRAFODION-2441 user has only select privilege on a table can do ... TRAFODION-2409 support privilege control(column privileges) for hive tables TRAFODION-2423 any

2017-02-15 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master f6f4402b5 -> cc13c6cc5 TRAFODION-2441 user has only select privilege on a table can do ... TRAFODION-2409 support privilege control(column privileges) for hive tables TRAFODION-2423 any user can perform 'initialize trafodion, d

[2/2] incubator-trafodion git commit: Merge [TRAFODION-2441] and others pr-957 various fixes for native Hive tables and privileges

2017-02-15 Thread rmarton
Merge [TRAFODION-2441] and others pr-957 various fixes for native Hive tables and privileges Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/cc13c6cc Tree: http://git-wip-us.apache.org/repos/asf/i

[1/2] incubator-trafodion git commit: Added FILTER144 to privs2 regression

2017-02-16 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 59025ccd9 -> a7a295e9b Added FILTER144 to privs2 regression Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/57729e14 Tree: ht

[2/2] incubator-trafodion git commit: Merge regression fix for privs2 failure pr-966

2017-02-16 Thread rmarton
Merge regression fix for privs2 failure pr-966 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a7a295e9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a7a295e9 Diff: http://g

[2/2] incubator-trafodion git commit: Merge privs1 and privs2 regress fix pr 997

2017-03-08 Thread rmarton
Merge privs1 and privs2 regress fix pr 997 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b347946d Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/b347946d Diff: http://git-w

[1/2] incubator-trafodion git commit: Fix regression failures for privs1 and privs2

2017-03-08 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/release2.1 4348ce699 -> b347946df Fix regression failures for privs1 and privs2 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/ba33

[2/2] incubator-trafodion git commit: Merge [TRAFODION-2538] PR-1010 Revoking privileges from role not invoking query invalidation

2017-03-16 Thread rmarton
Merge [TRAFODION-2538] PR-1010 Revoking privileges from role not invoking query invalidation Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/1b724a84 Tree: http://git-wip-us.apache.org/repos/asf/i

[1/2] incubator-trafodion git commit: TRAFODION-2538 Revoking privileges from role not invoking query invalidation

2017-03-16 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 6155ff1ba -> 1b724a845 TRAFODION-2538 Revoking privileges from role not invoking query invalidation Fixed a issue where query invalidation keys were not being sent correctly when a privilege was revoked from a role. When a ta

[1/2] incubator-trafodion git commit: Change testware to always register users for priv tests

2017-04-14 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master d14bfb5ad -> b53136f13 Change testware to always register users for priv tests Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commi

[2/2] incubator-trafodion git commit: Merge pr-1065 testware fix for privs regress

2017-04-14 Thread rmarton
Merge pr-1065 testware fix for privs regress Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b53136f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/b53136f1 Diff: http://git

[3/3] incubator-trafodion git commit: Merge [TRAFODION 2632] pr #1106 update stats fix

2017-06-06 Thread rmarton
Merge [TRAFODION 2632] pr #1106 update stats fix Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/5c0abc96 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/5c0abc96 Diff: http:/

[1/3] incubator-trafodion git commit: TRAFODION - 2632 Performing update statistics on metadata tables causes issues

2017-06-06 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master e57890a9b -> 5c0abc96e TRAFODION - 2632 Performing update statistics on metadata tables causes issues Added code to return error and cleanup code a bit: *** ERROR[9205] UPDATE STATISTICS is not supported for object Also fixe

[2/3] incubator-trafodion git commit: Update statistics auth check update from code review

2017-06-06 Thread rmarton
Update statistics auth check update from code review Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d87f71d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/d87f71d2 Diff: ht

[3/3] trafodion git commit: Merge [TRAFODION-2175] PR 1512 Get statement enhancements

2018-04-12 Thread rmarton
Merge [TRAFODION-2175] PR 1512 Get statement enhancements Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/ad1c6761 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/ad1c6761 Diff: http://git-wip-us.apache.org

[1/3] trafodion git commit: Get statement enhancements

2018-04-12 Thread rmarton
Repository: trafodion Updated Branches: refs/heads/master d6e29337a -> ad1c67618 http://git-wip-us.apache.org/repos/asf/trafodion/blob/021faec6/core/sql/regress/privs1/EXPECTED123 -- diff --git a/core/sql/regress/privs1/EXPECTE

[2/3] trafodion git commit: Get statement enhancements

2018-04-12 Thread rmarton
Get statement enhancements Added support and privilege checks for the following commands: get functions for library get procedures for library get table_mapping functions for library get indexes on table get objects on table get views on table get views on view get libraries in

[2/2] trafodion git commit: [TRAFODION-2205] PR 1516 invalid char at create schema when authorization name is long

2018-04-12 Thread rmarton
[TRAFODION-2205] PR 1516 invalid char at create schema when authorization name is long Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/3dd0eca4 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/3dd0eca4 Diff

[1/2] trafodion git commit: [TRAFODION-2205] invalid char at create schema when authorization name is long

2018-04-12 Thread rmarton
Repository: trafodion Updated Branches: refs/heads/master 82710576e -> 3dd0eca44 [TRAFODION-2205] invalid char at create schema when authorization name is long There is code that converts the user ID to its username. The buffer size requested was not big enough to hold the return value. In a

[1/2] trafodion git commit: [TRAFODION-2249] Cannot use library management SPJs after an upgrade

2018-04-16 Thread rmarton
Repository: trafodion Updated Branches: refs/heads/master 92476567f -> c826bceb5 [TRAFODION-2249] Cannot use library management SPJs after an upgrade Updated initialize trafodion, upgrade library management to modify the jar/dll file locations for all system libraries to the new location. Cha

[2/2] trafodion git commit: Merge [TRAFODION-2249] pr 1517 Cannot use library management SPJs after an upgrade

2018-04-16 Thread rmarton
Merge [TRAFODION-2249] pr 1517 Cannot use library management SPJs after an upgrade Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/c826bceb Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/c826bceb Diff: ht

[2/2] trafodion git commit: merge [TRAFODION-2600] pr - 1520 Unable to create view ... but user has SELECT privilege

2018-04-17 Thread rmarton
merge [TRAFODION-2600] pr - 1520 Unable to create view ... but user has SELECT privilege Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/8c6eebff Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/8c6eebff Di

[1/2] trafodion git commit: [TRAFODION-2600] Unable to create view ... but user has SELECT privilege

2018-04-17 Thread rmarton
Repository: trafodion Updated Branches: refs/heads/master aade2cffa -> 8c6eebffa [TRAFODION-2600] Unable to create view ... but user has SELECT privilege Query invalidation is not resetting the role list when a user is granted a role. For DML operations, we always retry the request once, and b

[2/3] trafodion git commit: Added new/changed errors to messages guide. Fixed issue generating error text for error 1012.

2018-04-25 Thread rmarton
Added new/changed errors to messages guide. Fixed issue generating error text for error 1012. Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/c04fc453 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/c04fc45

[1/3] trafodion git commit: [TRAFODION-2542] Grantor is not correct when granting privileges for a role

2018-04-25 Thread rmarton
ponent privilege lib_view_repository @@ -581,6 +586,7 @@ on library_books to sql_user4 with grant option; log; ?section revoke_comp_privs_setup_user4 +cqd ALLOW_WGO_FOR_ROLES 'on'; cqd SHOWDDL_DISPLAY_PRIVILEGE_GRANTS 'ON'; log LOG137; grant component privilege lib_vi

[3/3] trafodion git commit: Merge [TRAFODION-2542] pr 1536 Grantor is not correct when granting privileges

2018-04-25 Thread rmarton
Merge [TRAFODION-2542] pr 1536 Grantor is not correct when granting privileges Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/dd051ea6 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/dd051ea6 Diff: http://

[3/4] trafodion git commit: Fixed regression test

2018-05-11 Thread rmarton
Fixed regression test Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/66dec0ad Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/66dec0ad Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/66dec0ad

[1/4] trafodion git commit: TRAFODION-3046: Privilege support for native HBase tables

2018-05-11 Thread rmarton
Repository: trafodion Updated Branches: refs/heads/master 5fa28f37b -> a5b67c9e9 http://git-wip-us.apache.org/repos/asf/trafodion/blob/b178915d/core/sql/regress/seabase/EXPECTED022 -- diff --git a/core/sql/regress/seabase/EXPEC

[4/4] trafodion git commit: merge [TRAFODION-3046] pr 1561 Privilege support for native HBase tables

2018-05-11 Thread rmarton
merge [TRAFODION-3046] pr 1561 Privilege support for native HBase tables Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a5b67c9e Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a5b67c9e Diff: http://git-wi

[2/4] trafodion git commit: TRAFODION-3046: Privilege support for native HBase tables

2018-05-11 Thread rmarton
TRAFODION-3046: Privilege support for native HBase tables -- Grants and revokes against native HBase tables are enforced similar to hive -- Privilege checking added when creating and dropping native HBase tables -- Removing dependent Trafodion metadata when native HBase tables are dropped -- Added

[3/3] trafodion git commit: merge [TRAFODION-1573] [TRAFODION-3075] pr 1568 get command updates and [un]register user fixes

2018-05-21 Thread rmarton
merge [TRAFODION-1573] [TRAFODION-3075] pr 1568 get command updates and [un]register user fixes Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/1b9cb1b8 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/1b9c

[1/3] trafodion git commit: TRAFODION-1573: Additional GET commands for privileges TRAFODION-3074: Failed to register/unregister user when security disabled

2018-05-21 Thread rmarton
Repository: trafodion Updated Branches: refs/heads/master 2c5f48018 -> 1b9cb1b85 http://git-wip-us.apache.org/repos/asf/trafodion/blob/88e2a742/core/sql/regress/privs1/EXPECTED125 -- diff --git a/core/sql/regress/privs1/EXPECTE

[2/3] trafodion git commit: TRAFODION-1573: Additional GET commands for privileges TRAFODION-3074: Failed to register/unregister user when security disabled

2018-05-21 Thread rmarton
TRAFODION-1573: Additional GET commands for privileges TRAFODION-3074: Failed to register/unregister user when security disabled TRAFODION-1573 changes: - Added support for the following commands: get privileges on : [LIBRARY | PROCEDURE | FUNCTION | TABLE_MAPPING FUNCTION | SEQUENCE] - Ad

[17/18] incubator-trafodion git commit: Changes from revew comments.

2015-09-21 Thread rmarton
Changes from revew comments. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/10ad97a7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/10ad97a7 Diff: http://git-wip-us.apache.o

[03/18] incubator-trafodion git commit: Copyright headers set #1

2015-09-21 Thread rmarton
Copyright headers set #1 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/61030521 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/61030521 Diff: http://git-wip-us.apache.org/r

[07/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/wms/src/main/java/org/trafodion/wms/script/ScriptManager.java -- diff --git a/wms/src/main/java/org/trafodion/wms/script/ScriptManager.java b/wms/src/main/ja

[08/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/win-odbc64/sql/common/UCS_ko_data.c -- diff --git a/win-odbc64/sql/common/UCS_ko_data.c b/win-odbc64/sql/common/UCS_ko_data.c index 42d56d2..5182eee 100644 -

[13/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/dcs/src/main/java/org/trafodion/dcs/rest/model/VersionModel.java -- diff --git a/dcs/src/main/java/org/trafodion/dcs/rest/model/VersionModel.java b/dcs/src/m

[01/18] incubator-trafodion git commit: Copyright headers set #1

2015-09-21 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 0895f6de4 -> a982a5c4a http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/61030521/dcs/src/main/resources/dcs-webapps/master/sessions.jsp -- diff

[14/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/dcs/src/main/java/org/trafodion/dcs/VersionAnnotation.java -- diff --git a/dcs/src/main/java/org/trafodion/dcs/VersionAnnotation.java b/dcs/src/main/java/org

[16/18] incubator-trafodion git commit: Merge remote branch 'origin/master' into sandhya_copyright2

2015-09-21 Thread rmarton
Merge remote branch 'origin/master' into sandhya_copyright2 Conflicts: core/sqf/sqenvcom.sh Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a3390a73 Tree: http://git-wip-us.apache.org/repo

[06/18] incubator-trafodion git commit: copuright header changes set 2

2015-09-21 Thread rmarton
copuright header changes set 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/8f822e76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/8f822e76 Diff: http://git-wip-us.apache

[05/18] incubator-trafodion git commit: copuright header changes set 2

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/8f822e76/core/rest/src/main/java/org/trafodion/rest/client/Response.java -- diff --git a/core/rest/src/main/java/org/trafodion/rest/client/Response.java b/core/rest/s

[04/18] incubator-trafodion git commit: copuright header changes set 2

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/8f822e76/core/sql/regress/newregr/mvs/BIG/TestMV215b -- diff --git a/core/sql/regress/newregr/mvs/BIG/TestMV215b b/core/sql/regress/newregr/mvs/BIG/TestMV215b index b

[18/18] incubator-trafodion git commit: Merge [TRAFODION-28] PR-85 Copyright header changes part 2

2015-09-21 Thread rmarton
Merge [TRAFODION-28] PR-85 Copyright header changes part 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a982a5c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a982a5c4 Di

[02/18] incubator-trafodion git commit: Copyright headers set #1

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/61030521/dcs/src/main/java/org/trafodion/dcs/servermt/serverHandler/ClientData.java -- diff --git a/dcs/src/main/java/org/trafodion/dcs/servermt/serverHandler/ClientD

[12/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/dcs/src/test/pytests/test_p2.py -- diff --git a/dcs/src/test/pytests/test_p2.py b/dcs/src/test/pytests/test_p2.py index b063d9d..6567e31 100755 --- a/dcs/src/

[11/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/win-odbc64/odbcclient/DSNConverter/ODBCMXAttribs.h -- diff --git a/win-odbc64/odbcclient/DSNConverter/ODBCMXAttribs.h b/win-odbc64/odbcclient/DSNConverter/OD

[10/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/win-odbc64/odbcclient/drvr35/chandle.cpp -- diff --git a/win-odbc64/odbcclient/drvr35/chandle.cpp b/win-odbc64/odbcclient/drvr35/chandle.cpp index fae3562..c

[15/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
copyright changes in dcs and rest and removing HP references in asciidocs Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d3f73dbc Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/t

[09/18] incubator-trafodion git commit: copyright changes in dcs and rest and removing HP references in asciidocs

2015-09-21 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/d3f73dbc/win-odbc64/odbcclient/drvr35adm/pagetracing.cpp -- diff --git a/win-odbc64/odbcclient/drvr35adm/pagetracing.cpp b/win-odbc64/odbcclient/drvr35adm/pagetracing

[1/4] incubator-trafodion git commit: Changed the source package name to contain the version info Fixed trafci banner issue for non-unix machines Fixed other minor issues

2015-10-05 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master bb759855b -> 64e085694 Changed the source package name to contain the version info Fixed trafci banner issue for non-unix machines Fixed other minor issues Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/r

[3/4] incubator-trafodion git commit: updated the gitignore file

2015-10-05 Thread rmarton
updated the gitignore file Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/e40bea16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/e40bea16 Diff: http://git-wip-us.apache.org

[2/4] incubator-trafodion git commit: compressed the src package

2015-10-05 Thread rmarton
compressed the src package Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b209f13b Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/b209f13b Diff: http://git-wip-us.apache.org

[4/4] incubator-trafodion git commit: Merge [TRAFODION-1506] PR-103 TRAFCI on windows is missing the banner and copyright information

2015-10-05 Thread rmarton
Merge [TRAFODION-1506] PR-103 TRAFCI on windows is missing the banner and copyright information Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/64e08569 Tree: http://git-wip-us.apache.org/repos/as

[1/2] incubator-trafodion git commit: Added copyright to template file Fixed the package name for the src tar file

2015-10-06 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master 64e085694 -> 934c27011 Added copyright to template file Fixed the package name for the src tar file Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incu

[2/2] incubator-trafodion git commit: Merge [TRAFODION-1506] PR-106 changed packaging tar file name

2015-10-06 Thread rmarton
Merge [TRAFODION-1506] PR-106 changed packaging tar file name Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/934c2701 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/934c2701

[2/4] incubator-trafodion git commit: Fixing maven version installed in TOOLSDIR.

2015-10-20 Thread rmarton
Fixing maven version installed in TOOLSDIR. Addressing comment by Roberta. https://github.com/apache/incubator-trafodion/pull/134#discussion_r42432212 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/comm

[3/4] incubator-trafodion git commit: Fixing untracket file issue of earlier commit

2015-10-20 Thread rmarton
Fixing untracket file issue of earlier commit Earlier commit left generated jar manifest files as untracked files. Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/7fd43af2 Tree: http://git-wip-us.

[4/4] incubator-trafodion git commit: Merge [TRAFODION-1541] PR 134 Fix make errors

2015-10-20 Thread rmarton
Merge [TRAFODION-1541] PR 134 Fix make errors Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/bc0ad160 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/bc0ad160 Diff: http://gi

[1/4] incubator-trafodion git commit: TRAFODION-1541 Fix make errors when building outside of git

2015-10-20 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master aa86b53b6 -> bc0ad1601 TRAFODION-1541 Fix make errors when building outside of git Removed the Koraktor Maven plugin from SQL and hbasetmlib2 pom files, since it fails when we build a source tree that is not managed by git. A

[8/8] incubator-trafodion git commit: Merge [TRAFODION-1519] PR-126 Use free tool to build windows ODBC

2015-10-28 Thread rmarton
Merge [TRAFODION-1519] PR-126 Use free tool to build windows ODBC Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a74c226e Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a74c

[7/8] incubator-trafodion git commit: add copyright for installer.iss

2015-10-28 Thread rmarton
add copyright for installer.iss Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d72f2074 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/d72f2074 Diff: http://git-wip-us.apach

[6/8] incubator-trafodion git commit: Update the windowsODBC package name to 1.3.0

2015-10-28 Thread rmarton
Update the windowsODBC package name to 1.3.0 Chaged the windows ODBC package name from TFODBC64-1.2.0.exe to TFODBC64-1.3.0.exe Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/f1446cda Tree: http:

[5/8] incubator-trafodion git commit: Changed veriosn of win-odbc from 1.2.0 to 1.3.0

2015-10-28 Thread rmarton
Changed veriosn of win-odbc from 1.2.0 to 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a65530aa Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a65530aa Diff: http://

[3/8] incubator-trafodion git commit: [TRAFODION-1519]Use free tool to build windows ODBC

2015-10-28 Thread rmarton
[TRAFODION-1519]Use free tool to build windows ODBC 1. Use Visual Studio Community 2013 instead of Visual Studio 2010. Visual Studio Community 2013 is free. 2. Use open source tool inno setup to package windows ODBC Driver. 3. cleanup unused files Project: http://git-wip-us.apache.org/repos/asf/

[4/8] incubator-trafodion git commit: use environment vairable in the inno setup script

2015-10-28 Thread rmarton
use environment vairable in the inno setup script 1. use environment vairable in the inno setup script instead of hardcode path 2. keep SetCertificate in the old place Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubat

[2/8] incubator-trafodion git commit: [TRAFODION-1519]Use free tool to build windows ODBC

2015-10-28 Thread rmarton
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9bc12d9/win-odbc64/Install/win64_installer/win64_installer_os.ism -- diff --git a/win-odbc64/Install/win64_installer/win64_installer_os.ism b/win-odbc64/Install/win6

[1/8] incubator-trafodion git commit: [TRAFODION-1519]Use free tool to build windows ODBC

2015-10-28 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master c5e3d7878 -> a74c226e8 http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f9bc12d9/win-odbc64/odbcclient/Drvr35Res/Drvr35Res.rc -- diff --git a/wi

[1/4] incubator-trafodion git commit: Replace host name with IP address

2015-10-28 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master a74c226e8 -> af7809dcd Replace host name with IP address Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d3e0914d Tree: http:

[4/4] incubator-trafodion git commit: Merge [TRAFODION-1540] PR-136 Replace host name with IP address

2015-10-28 Thread rmarton
Merge [TRAFODION-1540] PR-136 Replace host name with IP address Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/af7809dc Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/af7809

[3/4] incubator-trafodion git commit: Merge branch 'dcs' of https://github.com/kevinxu021/incubator-trafodion into dcs

2015-10-28 Thread rmarton
Merge branch 'dcs' of https://github.com/kevinxu021/incubator-trafodion into dcs Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/17bda8b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-traf

[2/4] incubator-trafodion git commit: d3e0914d16c0fca99fa0c0b92aedb69158c3f5b3

2015-10-28 Thread rmarton
d3e0914d16c0fca99fa0c0b92aedb69158c3f5b3 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/cd799454 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/cd799454 Diff: http://git-wip

[1/4] incubator-trafodion git commit: Trafodion-1569 -- Release package has missing and incorrect files

2015-11-02 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/release1.3 af7809dcd -> 9070a6d79 Trafodion-1569 -- Release package has missing and incorrect files Created a DISCLAIMER.txt file Created a LICENSE.txt file removed the readme.md file and replaced it with README.txt Updated the NOTIC

[3/4] incubator-trafodion git commit: TRAFODION-1569 Release package has missing and incorrect files

2015-11-02 Thread rmarton
TRAFODION-1569 Release package has missing and incorrect files Couple of additional fixes to remove obsolete names Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/04e6d130 Tree: http://git-wip-us.

[2/4] incubator-trafodion git commit: TRAFODION-1560 Release package has missing and incorrect files

2015-11-02 Thread rmarton
TRAFODION-1560 Release package has missing and incorrect files Fixed a RAT issue with trafodion_license file Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/aa756a0c Tree: http://git-wip-us.apache

[4/4] incubator-trafodion git commit: Merge TRAFODION-1569 Release package has missing and imcomplete files

2015-11-02 Thread rmarton
Merge TRAFODION-1569 Release package has missing and imcomplete files Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/9070a6d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/

svn commit: r10996 - /dev/incubator/trafodion/KEYS

2015-11-02 Thread rmarton
Author: rmarton Date: Mon Nov 2 20:41:43 2015 New Revision: 10996 Log: Added the KEYS file Added: dev/incubator/trafodion/KEYS Added: dev/incubator/trafodion/KEYS == --- dev/incubator/trafodion/KEYS (added) +++ dev

svn commit: r11008 - /dev/incubator/trafodion/apache-trafodion-1.3.0-incubating/

2015-11-03 Thread rmarton
Author: rmarton Date: Tue Nov 3 16:20:58 2015 New Revision: 11008 Log: Uploaded artifacts Added: dev/incubator/trafodion/apache-trafodion-1.3.0-incubating/ dev/incubator/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz (with props) dev

svn commit: r11009 - /release/incubator/trafodion/KEYS

2015-11-03 Thread rmarton
Author: rmarton Date: Tue Nov 3 18:28:42 2015 New Revision: 11009 Log: added new public key to KEYS file Modified: release/incubator/trafodion/KEYS Modified: release/incubator/trafodion/KEYS == --- release

svn commit: r11090 - /dev/incubator/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.sha

2015-11-09 Thread rmarton
Author: rmarton Date: Mon Nov 9 22:06:22 2015 New Revision: 11090 Log: Upload correct .sha file Modified: dev/incubator/trafodion/apache-trafodion-1.3.0-incubating/apache-trafodion-1.3.0-incubating-src.tar.gz.sha Modified: dev/incubator/trafodion/apache-trafodion-1.3.0-incubating/apache

svn commit: r11091 - /release/incubator/trafodion/HEADER.html

2015-11-09 Thread rmarton
Author: rmarton Date: Mon Nov 9 22:13:57 2015 New Revision: 11091 Log: Removed HEADER.html file from main diretory Removed: release/incubator/trafodion/HEADER.html

[2/3] incubator-trafodion git commit: Trafodion-1612 and Trafodion-1613

2015-11-11 Thread rmarton
Trafodion-1612 and Trafodion-1613 1612: Stop building HBase-trx for MAPR, due to instable Maven repository - removed mapr from the build_all step in the hbase_trx Makefile, we now create 6 jar files instead of 7 1613: build failing due to mismatched Maven downloads When building Trafodion fro

[3/3] incubator-trafodion git commit: Merge [TRAFODION-1612] and [TRAFODION-1613] build changes

2015-11-11 Thread rmarton
Merge [TRAFODION-1612] and [TRAFODION-1613] build changes Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d5ca21fb Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/d5ca21fb Dif

[1/3] incubator-trafodion git commit: Merge TRAFODION-1569 Release package has missing and imcomplete files

2015-11-11 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/master bba8233b7 -> d5ca21fb3 Merge TRAFODION-1569 Release package has missing and imcomplete files Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-t

[1/2] incubator-trafodion git commit: Trafodion-1612 and Trafodion-1613

2015-11-11 Thread rmarton
Repository: incubator-trafodion Updated Branches: refs/heads/release1.3 9070a6d79 -> 1c4571707 Trafodion-1612 and Trafodion-1613 1612: Stop building HBase-trx for MAPR, due to instable Maven repository - removed mapr from the build_all step in the hbase_trx Makefile, we now create 6 jar fil

[2/2] incubator-trafodion git commit: Merge [TRAFODION-1612] and [TRAFODION-1613] build changes

2015-11-11 Thread rmarton
Merge [TRAFODION-1612] and [TRAFODION-1613] build changes Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/1c457170 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/1c457170 Dif

<    1   2   3   >