[PR] update maven dependencies + cleanup, fixes #4026 (hop)

2024-06-06 Thread via GitHub


hansva opened a new pull request, #4027:
URL: https://github.com/apache/hop/pull/4027

   update maven dependencies + cleanup, fixes #4026
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Task]: Documentation improvement - Metadata injection (hop)

2024-06-06 Thread via GitHub


dave-csc opened a new issue, #4025:
URL: https://github.com/apache/hop/issues/4025

   ### What needs to happen?
   
   The Metadata Injection documentation should be improved for those transforms 
that have (in their GUI) options in a combobox or similar, especially when 
their text doesn't fit with what the Metadata injection procedure needs to 
receive.
   
   Example: the Calculator transform, at the row `List of calculations -> 
Calculation type`, requires one of the values defined in the 
`CalculatorMetaFunction$CalculationType` enum (e.g. `ADD_TIME_TO_DATE`) and not 
the corresponding description in the GUI (`Add time B to date A`).
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Documentation, Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] export hop-config.json, fixes #4023 (hop)

2024-06-06 Thread via GitHub


hansva opened a new pull request, #4024:
URL: https://github.com/apache/hop/pull/4024

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Use compare using values by default in Unique rows hashset #3908 (hop)

2024-06-06 Thread via GitHub


hansva merged PR #4019:
URL: https://github.com/apache/hop/pull/4019


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: "Unique rows (HashSet)" has a bug and drops records (hop)

2024-06-06 Thread via GitHub


hansva closed issue #3908: [Bug]: "Unique rows (HashSet)" has a bug and drops 
records
URL: https://github.com/apache/hop/issues/3908


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Text file input - unable to read data with line breaks in them (hop)

2024-06-06 Thread via GitHub


dave-csc opened a new issue, #4022:
URL: https://github.com/apache/hop/issues/4022

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   openjdk version "21.0.2" 2024-01-16
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   (Possible known issue, see #2329)
   
   The Text file input transform can't parse data correctly if there is a line 
break in them.
   
   In Hop GUI the option to specify this feature is permanently disabled, 
whilst in Metadata Injection view there is a row labeled `Is a break allowed in 
an enclosure? (Y/N)` thats seems to be ignored by Hop.
   
   A workaround would be to use the CSV file input transform, however it only 
works with plain text files (if they are inside a tar.gz archive you need to 
uncompress them, see [this users ML 
topic](https://lists.apache.org/thread/qk7kvxyrvt9q6qwohc39vvzdvk193cpv)), and 
also has some other issues (see #4021)
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Hop Gui, Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: CSV File Input - unable to set constant as null value (hop)

2024-06-06 Thread via GitHub


dave-csc opened a new issue, #4021:
URL: https://github.com/apache/hop/issues/4021

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   openjdk version "21.0.2" 2024-01-16
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   In Hop GUI the CSV file input transform has no place to set whether a 
constant (such as "NULL") should be parsed as a null value (instead of a "NULL" 
string).
   
   In the corresponding Metadata Injection view, there is a row labeled Input 
fields -> Field null string, but it seems ignored by Hop.
   
   A partial workaround of the issue (does the job but still leaves unwanted 
traces in the logs) is:
   - setup CSV file input with Lazy conversion off, and to read all values as 
String
   - link to a Null If transform, set the fields you need to evaluate and the 
constants to be parsed as null
   - link to a Select values transform, in the Meta-data section specify the 
fields and their actual type and format (Integer, Date, etc.)
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui, Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Filter Rows - BigNumber (hop)

2024-06-05 Thread via GitHub


pauloricardoferreira opened a new issue, #4020:
URL: https://github.com/apache/hop/issues/4020

   ### Apache Hop version?
   
   2.9
   
   ### Java version?
   
   11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   
   Hello, sorry for my English, I'm using Google Translate.
   
   I encountered the error below when trying to filter with the BigNumber 
format in the "Filter rows" Transform
   
   After the error occurs, it is only possible to change the parameter:
   Deleting the step and reconfiguring or choosing the Filter by Field option 
and then returning to value.
   
   
![image](https://github.com/apache/hop/assets/70301866/6d4ee60f-a78f-48f9-b77b-60d813c1040e)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix #3321 improved documentation (hop)

2024-06-05 Thread via GitHub


hansva merged PR #3980:
URL: https://github.com/apache/hop/pull/3980


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix #3321 improved documentation (hop)

2024-06-05 Thread via GitHub


hansva commented on PR #3980:
URL: https://github.com/apache/hop/pull/3980#issuecomment-2149994229

   PR looks great, thanks for the work @dsanderbi !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: improve documentation on Set Variables action (hop)

2024-06-05 Thread via GitHub


hansva closed issue #3321: [Task]: improve documentation on Set Variables 
action 
URL: https://github.com/apache/hop/issues/3321


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fixed typo! (hop)

2024-06-05 Thread via GitHub


hansva merged PR #3993:
URL: https://github.com/apache/hop/pull/3993


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Use compare using values by default in Unique rows hashset #3908 (hop)

2024-06-05 Thread via GitHub


hansva opened a new pull request, #4019:
URL: https://github.com/apache/hop/pull/4019

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: pipeline not marked as modified after onlu change in field mapping in Table Output (hop)

2024-06-05 Thread via GitHub


hansva commented on issue #3922:
URL: https://github.com/apache/hop/issues/3922#issuecomment-2149565055

   cannot reproduce, I tried changing the fields, the connection, schema/table 
name they all triggered that the pipeline was changed


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: pipeline not marked as modified after onlu change in field mapping in Table Output (hop)

2024-06-05 Thread via GitHub


hansva closed issue #3922: [Bug]: pipeline not marked as modified after onlu 
change in field mapping in Table Output
URL: https://github.com/apache/hop/issues/3922


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature Request]: Connection to Remote Repository (hop)

2024-06-05 Thread via GitHub


hansva closed issue #3817: [Feature Request]: Connection to Remote Repository
URL: https://github.com/apache/hop/issues/3817


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add jdbc drivers to Hop Web, fixes #4013 (hop)

2024-06-05 Thread via GitHub


SaxenaShiv commented on PR #4014:
URL: https://github.com/apache/hop/pull/4014#issuecomment-2148971866

   Hi, I have tried out the hop web docker image but I have still encountered 
an error related to the jdbc postgres driver support.
   ```
   Error connecting to database [crateDB_cloud_service] 
:org.apache.hop.core.exception.HopDatabaseException: 
   Error occurred while trying to connect to the database
   
   Driver class 'org.postgresql.Driver' could not be found, make sure the 
'PostgreSQL' driver (jar file) is installed.
   Unable to load class 'org.postgresql.Driver' in this classloader or in the 
parent
   
   
   org.apache.hop.core.exception.HopDatabaseException: 
   Error occurred while trying to connect to the database
   
   Driver class 'org.postgresql.Driver' could not be found, make sure the 
'PostgreSQL' driver (jar file) is installed.
   Unable to load class 'org.postgresql.Driver' in this classloader or in the 
parent
   
   
at 
org.apache.hop.core.database.Database.normalConnect(Database.java:373)
at org.apache.hop.core.database.Database.connect(Database.java:304)
at 
org.apache.hop.core.database.DatabaseFactory.getConnectionTestReport(DatabaseFactory.java:47)
at 
org.apache.hop.core.database.DatabaseFactory.getConnectionTestResults(DatabaseFactory.java:72)
at 
org.apache.hop.core.database.DatabaseMeta.testConnectionSuccess(DatabaseMeta.java:2127)
at 
org.apache.hop.ui.core.database.DatabaseMetaEditor.testConnection(DatabaseMetaEditor.java:901)
at 
org.apache.hop.ui.core.database.DatabaseMetaEditor.test(DatabaseMetaEditor.java:764)
at 
org.apache.hop.ui.core.database.DatabaseMetaEditor.lambda$createButtonsForButtonBar$6(DatabaseMetaEditor.java:956)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:109)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:687)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:594)
at org.eclipse.swt.widgets.Display.executeNextEvent(Display.java:1216)
at org.eclipse.swt.widgets.Display.runPendingMessages(Display.java:1197)
at 
org.eclipse.swt.widgets.Display.safeReadAndDispatch(Display.java:1180)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1172)
at 
org.eclipse.rap.rwt.application.AbstractEntryPoint.createUI(AbstractEntryPoint.java:69)
at 
org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:177)
at 
org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:290)
at java.base/java.lang.Thread.run(Thread.java:829)
at 
org.eclipse.rap.rwt.internal.lifecycle.UIThread.run(UIThread.java:107)
   Caused by: org.apache.hop.core.exception.HopDatabaseException: 
   Driver class 'org.postgresql.Driver' could not be found, make sure the 
'PostgreSQL' driver (jar file) is installed.
   Unable to load class 'org.postgresql.Driver' in this classloader or in the 
parent
   
at 
org.apache.hop.core.database.Database.connectUsingClass(Database.java:417)
at 
org.apache.hop.core.database.Database.normalConnect(Database.java:358)
... 19 more
   Caused by: java.lang.ClassNotFoundException: Unable to load class 
'org.postgresql.Driver' in this classloader or in the parent
at 
org.apache.hop.core.plugins.HopURLClassLoader.loadClass(HopURLClassLoader.java:97)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
at 
org.apache.hop.core.database.Database.connectUsingClass(Database.java:392)
... 20 more
   Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver
at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476)
at 
org.apache.hop.core.plugins.HopURLClassLoader.loadClassFromThisLoader(HopURLClassLoader.java:67)
at 
org.apache.hop.core.plugins.HopURLClassLoader.loadClass(HopURLClassLoader.java:92)
... 22 more
   
   Hostname:cratedb-demo.aks1.eastus2.azure.cratedb.net
   Port:5432
   Database name:   crate
   Url: jdbc:postgresql://cratedb-demo.aks1.eastus2.azure.cratedb.net:5432/crate
   
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature Request]: Flag to enable data received from another transform in Table Input (hop)

2024-06-04 Thread via GitHub


pauloricardoferreira commented on issue #4017:
URL: https://github.com/apache/hop/issues/4017#issuecomment-2148292473

   Sorry for my English, I'm using Google Translate.
   
   Evaluating the "Table Input" Transform, I felt the need to have a box to 
Enable/Disable the option: Insert Data From Transform and Execute for each row.
   
   This way, disabling the use of the previous step, without the need to delete 
and remove Table Input settings, would be simpler.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature Request]: Flag to enable data received from another transform in Table Input (hop)

2024-06-04 Thread via GitHub


hansva commented on issue #4017:
URL: https://github.com/apache/hop/issues/4017#issuecomment-2147962414

   This request is not clear to me, can you give some more explanation?
   preferably using the user story model 
([link](https://hop.apache.org/community/contribution-guides/github-guide/#_creating_a_github_issue)
 for more information on this)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Hop Web clipboard access is not available for non-localhost servers (hop)

2024-06-04 Thread via GitHub


hlcianfagna commented on issue #1897:
URL: https://github.com/apache/hop/issues/1897#issuecomment-2147930560

   Still an issue with `docker.io/apache/hop-web:latest` (2.9.0)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Feature Request]: Move files in File Explorer (hop)

2024-06-04 Thread via GitHub


pauloricardoferreira opened a new issue, #4018:
URL: https://github.com/apache/hop/issues/4018

   ### What would you like to happen?
   
   It would be awesome to be able to move files around in Hop's File Explorer.
   
   In addition to Move, there could also be some form of tracking where if the 
file was moved, the hop could change the path where the Pipeline/Worflow is 
being referenced.
   
   
![image](https://github.com/apache/hop/assets/70301866/11e2b87c-1b1c-418f-8a6a-49a8a80f735a)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Feature Request]: Delete transform - show evidence of deleted rows (hop)

2024-06-04 Thread via GitHub


dave-csc opened a new issue, #4016:
URL: https://github.com/apache/hop/issues/4016

   ### What would you like to happen?
   
   The Delete transform does its job, it deletes rows from a table based on the 
specified criteria, however it shows no evidence in the (Basic) log of what has 
been done: at least the total number of deleted rows can be useful.
   
   The numbers shown in the Basic log refer to the rows that are traversing the 
transform (i.e. the searched keys for the deletion of records), and not to the 
rows that are actually deleted from the database.
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Action Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud (hop)

2024-06-04 Thread via GitHub


hansva merged PR #3989:
URL: https://github.com/apache/hop/pull/3989


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Azure Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud (hop)

2024-06-04 Thread via GitHub


hansva closed issue #3988: [Task]: Azure Move Files - Support of tests against 
Azurite testcontainer or actual Azure on the cloud
URL: https://github.com/apache/hop/issues/3988


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add jdbc drivers to Hop Web, fixes #4013 (hop)

2024-06-04 Thread via GitHub


hansva merged PR #4014:
URL: https://github.com/apache/hop/pull/4014


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Add jdbc drivers to Hop Web, fixes #4013 (hop)

2024-06-04 Thread via GitHub


hansva opened a new pull request, #4014:
URL: https://github.com/apache/hop/pull/4014

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.eclipse.platform to the last version #4004 (hop)

2024-06-04 Thread via GitHub


hansva merged PR #4005:
URL: https://github.com/apache/hop/pull/4005


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Bump org.eclipse.platform (hop)

2024-06-04 Thread via GitHub


hansva closed issue #4004: [Task]: Bump org.eclipse.platform
URL: https://github.com/apache/hop/issues/4004


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.eclipse.platform to the last version #4004 (hop)

2024-06-04 Thread via GitHub


hansva commented on PR #4005:
URL: https://github.com/apache/hop/pull/4005#issuecomment-2146717818

   tested on MacOs and tested Hop Web


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [TRANS] fix duplicate key (hop)

2024-06-03 Thread via GitHub


hansva merged PR #4009:
URL: https://github.com/apache/hop/pull/4009


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [TRANS] fix duplicate key (hop)

2024-06-03 Thread via GitHub


hansva opened a new pull request, #4009:
URL: https://github.com/apache/hop/pull/4009

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Translations update from Weblate (hop)

2024-06-03 Thread via GitHub


hansva merged PR #4000:
URL: https://github.com/apache/hop/pull/4000


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Remove unused class ModPartitionerDialog (hop)

2024-06-02 Thread via GitHub


nadment closed issue #4008: [Task]: Remove unused class ModPartitionerDialog
URL: https://github.com/apache/hop/issues/4008


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Clean up of dialog constructors for actions and pipelines #4006 (hop)

2024-06-02 Thread via GitHub


nadment commented on PR #4007:
URL: https://github.com/apache/hop/pull/4007#issuecomment-2143927126

   I've found a way not to have to pass on the name of the transformation, but 
I'm not sure I know what I'm doing.
   
![image](https://github.com/apache/hop/assets/39568358/8d133859-d79e-4866-bb39-385cf8a471ab)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Clean up of dialog constructors for actions and pipelines #4006 (hop)

2024-06-02 Thread via GitHub


hansva commented on PR #4007:
URL: https://github.com/apache/hop/pull/4007#issuecomment-2143879399

   Nice work @nadment ! I'll take a look asap


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Issue with hop-assemblies-samples (hop)

2024-06-02 Thread via GitHub


nadment commented on issue #4001:
URL: https://github.com/apache/hop/issues/4001#issuecomment-2143871735

   Can you try building the plugins first: **hop\plugins\pom.xml** 
   
   This will prepare and group the samples for each plugin like this:
   
![image](https://github.com/apache/hop/assets/39568358/598dfa1c-716b-4383-8a08-f1bad4479dac)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Table output insert statement does not quote field names in INSERT statement (hop)

2024-06-01 Thread via GitHub


hansva commented on issue #4002:
URL: https://github.com/apache/hop/issues/4002#issuecomment-2143584618

   Unless it's an older MS SQL that still requires the jtds drivers I would 
highly recommend using the newer version.
   Other than that this should indeed not be happening so we will take a look.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Issue with hop-assemblies-samples (hop)

2024-06-01 Thread via GitHub


dsanderbi commented on issue #4001:
URL: https://github.com/apache/hop/issues/4001#issuecomment-2143435096

   > @dsanderbi is this issue related to the Hop samples project?
   
   I don't understand the questrion. Which Hop Samples Project do you mean?
   This ticket is related to the Maven build problem, see #3986


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Table output insert statement does not quote field names in INSERT statement (hop)

2024-06-01 Thread via GitHub


danjreyes commented on issue #4002:
URL: https://github.com/apache/hop/issues/4002#issuecomment-2143433555

   @sramazzina, I'm using MS SQL Server database. I'm using the MS SQLSERVER 
(not the native) driver.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Table output insert statement does not quote field names in INSERT statement (hop)

2024-06-01 Thread via GitHub


sramazzina commented on issue #4002:
URL: https://github.com/apache/hop/issues/4002#issuecomment-2143318894

   Hi @danjreyes, which database type are you using?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix #3242 (hop)

2024-06-01 Thread via GitHub


sramazzina closed pull request #3874: fix #3242
URL: https://github.com/apache/hop/pull/3874


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Table output insert statement does not quote field names in INSERT statement (hop)

2024-05-31 Thread via GitHub


danjreyes opened a new issue, #4002:
URL: https://github.com/apache/hop/issues/4002

   ### Apache Hop version?
   
   2.9.0
   
   ### Java version?
   
   11.0.22
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   I am trying to use the Table output action to insert data into a SQL Server 
table. Some of the fields in the table have spaces in them. In the driver 
settings, I have the "Quote all identifiers in database" option checked. 
   
   However, it appears that the INSERT statement is being generated without the 
quote symbols around the field names which cause a failure.
   
   
![image](https://github.com/apache/hop/assets/16847992/11e8b019-6b79-4507-905d-136ca9b6b7af)
   
   
![image](https://github.com/apache/hop/assets/16847992/617b365e-0408-489d-a842-3eab6f8d9268)
   
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Actions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump jacoco-maven-plugin 0.8.7 to 0.8.12 (hop)

2024-05-31 Thread via GitHub


hansva merged PR #3999:
URL: https://github.com/apache/hop/pull/3999


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Issue with tests in hop-plugins-misc-git (hop)

2024-05-31 Thread via GitHub


dsanderbi opened a new issue, #4001:
URL: https://github.com/apache/hop/issues/4001

   ### Apache Hop version?
   
   2.10.0-SNAPSHOT
   
   ### Java version?
   
   openjdk version 17.0.11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   When you execute 
   `mvn clean install -pl :hop-assemblies-samples -am`
   you get the following error:
   
   
   _[INFO] --- maven-assembly-plugin:3.1.0:single (assembly_package) @ 
hop-plugins ---
   [INFO] 

   [INFO] Reactor Summary for Hop Orchestration Platform 2.10.0-SNAPSHOT:
   [INFO]
   [INFO] Hop Orchestration Platform . SUCCESS [  3.340 
s]
   [INFO] Hop Plugins  FAILURE [  0.340 
s]
   [INFO] Hop Assemblies . SKIPPED
   [INFO] Hop Assemblies Samples . SKIPPED
   [INFO] 

   [INFO] BUILD FAILURE
   [INFO] 

   [INFO] Total time:  4.800 s
   [INFO] Finished at: 2024-05-31T15:55:49Z
   [INFO] 

   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:3.1.0:single (assembly_package) 
on project hop-plugins: Failed to create assembly: Error creating assembly 
archive samples: archive cannot be empty -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn  -rf :hop-plugins_
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Other


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature Request]: Ctrl+A should select all lines inside the Logging tab on a workflow/pipeline (hop)

2024-05-31 Thread via GitHub


hansva closed issue #3147: [Feature Request]: Ctrl+A should select all lines 
inside the Logging tab on a workflow/pipeline
URL: https://github.com/apache/hop/issues/3147


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Translations update from Weblate (hop)

2024-05-31 Thread via GitHub


hop-weblate opened a new pull request, #4000:
URL: https://github.com/apache/hop/pull/4000

   Translations update from [Weblate](http://translate.project-hop.org) for 
[Apache Hop/Hop](http://translate.project-hop.org/projects/apache-hop/hop/).
   
   
   It also includes following components:
   
   * [Apache Hop/util 
2](http://translate.project-hop.org/projects/apache-hop/util-2/)
   
   * [Apache Hop/git](http://translate.project-hop.org/projects/apache-hop/git/)
   
   * [Apache 
Hop/context](http://translate.project-hop.org/projects/apache-hop/context/)
   
   * [Apache Hop/delegates 
1](http://translate.project-hop.org/projects/apache-hop/delegates-1/)
   
   * [Apache 
Hop/server](http://translate.project-hop.org/projects/apache-hop/server/)
   
   * [Apache 
Hop/database](http://translate.project-hop.org/projects/apache-hop/database/)
   
   * [Apache Hop/meta 
3](http://translate.project-hop.org/projects/apache-hop/meta-3/)
   
   * [Apache Hop/transform 
3](http://translate.project-hop.org/projects/apache-hop/transform-3/)
   
   * [Apache Hop/metadata 
6](http://translate.project-hop.org/projects/apache-hop/metadata-6/)
   
   * [Apache 
Hop/plugins](http://translate.project-hop.org/projects/apache-hop/plugins/)
   
   * [Apache 
Hop/createfolder](http://translate.project-hop.org/projects/apache-hop/createfolder/)
   
   * [Apache 
Hop/simpleeval](http://translate.project-hop.org/projects/apache-hop/simpleeval/)
   
   * [Apache 
Hop/abort](http://translate.project-hop.org/projects/apache-hop/abort/)
   
   * [Apache 
Hop/pipeline](http://translate.project-hop.org/projects/apache-hop/pipeline/)
   
   * [Apache 
Hop/pgpverify](http://translate.project-hop.org/projects/apache-hop/pgpverify/)
   
   * [Apache 
Hop/delay](http://translate.project-hop.org/projects/apache-hop/delay/)
   
   * [Apache 
Hop/checkdbconnection](http://translate.project-hop.org/projects/apache-hop/checkdbconnection/)
   
   * [Apache 
Hop/deleteresultfilenames](http://translate.project-hop.org/projects/apache-hop/deleteresultfilenames/)
   
   * [Apache 
Hop/xslt](http://translate.project-hop.org/projects/apache-hop/xslt/)
   
   * [Apache 
Hop/mysqlbulkfile](http://translate.project-hop.org/projects/apache-hop/mysqlbulkfile/)
   
   * [Apache 
Hop/mailvalidator](http://translate.project-hop.org/projects/apache-hop/mailvalidator/)
   
   * [Apache 
Hop/flink](http://translate.project-hop.org/projects/apache-hop/flink/)
   
   * [Apache Hop/io](http://translate.project-hop.org/projects/apache-hop/io/)
   
   * [Apache Hop/gui](http://translate.project-hop.org/projects/apache-hop/gui/)
   
   * [Apache Hop/vfs 
1](http://translate.project-hop.org/projects/apache-hop/vfs-1/)
   
   * [Apache 
Hop/cassandrasstableoutput](http://translate.project-hop.org/projects/apache-hop/cassandrasstableoutput/)
   
   * [Apache 
Hop/cypher](http://translate.project-hop.org/projects/apache-hop/cypher/)
   
   * [Apache 
Hop/graph](http://translate.project-hop.org/projects/apache-hop/graph/)
   
   * [Apache 
Hop/perspective](http://translate.project-hop.org/projects/apache-hop/perspective/)
   
   * [Apache 
Hop/write](http://translate.project-hop.org/projects/apache-hop/write/)
   
   * [Apache 
Hop/filelocked](http://translate.project-hop.org/projects/apache-hop/filelocked/)
   
   * [Apache 
Hop/monetdbbulkloader](http://translate.project-hop.org/projects/apache-hop/monetdbbulkloader/)
   
   * [Apache 
Hop/mergerows](http://translate.project-hop.org/projects/apache-hop/mergerows/)
   
   * [Apache 
Hop/fuzzymatch](http://translate.project-hop.org/projects/apache-hop/fuzzymatch/)
   
   * [Apache 
Hop/pgbulkloader](http://translate.project-hop.org/projects/apache-hop/pgbulkloader/)
   
   * [Apache 
Hop/regexeval](http://translate.project-hop.org/projects/apache-hop/regexeval/)
   
   * [Apache 
Hop/webservices](http://translate.project-hop.org/projects/apache-hop/webservices/)
   
   * [Apache 
Hop/metastructure](http://translate.project-hop.org/projects/apache-hop/metastructure/)
   
   * [Apache 
Hop/tableinput](http://translate.project-hop.org/projects/apache-hop/tableinput/)
   
   * [Apache 
Hop/fileinput](http://translate.project-hop.org/projects/apache-hop/fileinput/)
   
   * [Apache 
Hop/sort](http://translate.project-hop.org/projects/apache-hop/sort/)
   
   * [Apache 
Hop/concatfields](http://translate.project-hop.org/projects/apache-hop/concatfields/)
   
   * [Apache 
Hop/mongodboutput](http://translate.project-hop.org/projects/apache-hop/mongodboutput/)
   
   * [Apache 
Hop/mergejoin](http://translate.project-hop.org/projects/apache-hop/mergejoin/)
   
   * [Apache 
Hop/wrapper](http://translate.project-hop.org/projects/apache-hop/wrapper/)
   
   * [Apache 
Hop/databaselookup](http://translate.project-hop.org/projects/apache-hop/databaselookup/)
   
   * [Apache 
Hop/creditcardvalidator](http://translate.project-hop.org/projects/apache-hop/creditcardvalidator/)
   
   * [Apache 

Re: [I] [Bug]: Hop GUI - problem in deleting rows from parameter grids (hop)

2024-05-30 Thread via GitHub


dave-csc commented on issue #3801:
URL: https://github.com/apache/hop/issues/3801#issuecomment-2139217232

   Hello,
   
   I was trying similar tests on the newly released version **2.9.0** of Hop 
and the component Set Variables, and this happens:
   - fill the table using "Get fields" and then select a cell in the row to 
delete and delete it
   - the corresponding cell in the same row stays selected and shows the text 
that was included in the deleted row
   - if you type ENTER, this text replaces the content of the first cell (as 
described above). If it's a combo box it can assume a value that's not among 
the possible choices
   - if you type ESC, no change is performed if the selected cell is a normal 
text field, but it is if the selected cell is a combo box
   
   So the issue is not yet resolved...  


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature Request]: Review and made uniform the way a string's trim is applied where needed (hop)

2024-05-29 Thread via GitHub


kmeyer-mbs commented on issue #2836:
URL: https://github.com/apache/hop/issues/2836#issuecomment-2137152525

   Hi,
   I would like to add one more aspect. I have just run into the problem that 
the Trim option in the dialogues not only deletes spaces but also non-printable 
characters. I could only solve this by performing the trimming via the 
JavaScript function rtrim() in a separate transformation.
   From my point of view, more precise documentation of which form of trim is 
used and, if possible, influencing the type of trimming makes sense.
   
   Thanks!
   Knut


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Issue with Maven Builds: Assembly Creation Error and Rat Check Failure (hop)

2024-05-29 Thread via GitHub


hansva closed issue #3986: [Task]: Issue with Maven Builds: Assembly Creation 
Error and Rat Check Failure
URL: https://github.com/apache/hop/issues/3986


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Create tempory file for tests in ram #3986 (hop)

2024-05-29 Thread via GitHub


hansva merged PR #3995:
URL: https://github.com/apache/hop/pull/3995


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Incorrect tooltip at Enhanced JSON Output (hop)

2024-05-29 Thread via GitHub


hansva closed issue #3955: [Bug]: Incorrect tooltip at Enhanced JSON Output
URL: https://github.com/apache/hop/issues/3955


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Fix typo for "Variable substitution" tool-tip (hop)

2024-05-29 Thread via GitHub


hansva closed issue #3987: [Task]: Fix typo for "Variable substitution" tool-tip
URL: https://github.com/apache/hop/issues/3987


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix typo #3987, #3955 (hop)

2024-05-29 Thread via GitHub


hansva merged PR #3996:
URL: https://github.com/apache/hop/pull/3996


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Run workflow option dialog doesn't look good in dark mode (hop)

2024-05-29 Thread via GitHub


hansva commented on issue #3961:
URL: https://github.com/apache/hop/issues/3961#issuecomment-2136616721

   I also noticed that sometimes the top is selected and I don't know how it 
happens


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Run workflow option dialog doesn't look good in dark mode (hop)

2024-05-28 Thread via GitHub


nadment commented on issue #3961:
URL: https://github.com/apache/hop/issues/3961#issuecomment-2136027735

   I can't reproduce today ???


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Run workflow option dialog doesn't look good in dark mode (hop)

2024-05-28 Thread via GitHub


nadment closed issue #3961: [Bug]: Run workflow option dialog doesn't look good 
in dark mode
URL: https://github.com/apache/hop/issues/3961


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Bump jandex from 3.1.6 to 3.1.8 (hop)

2024-05-28 Thread via GitHub


hansva closed issue #3991: [Task]: Bump jandex from 3.1.6 to 3.1.8
URL: https://github.com/apache/hop/issues/3991


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump jandex from 3.1.6 to 3.1.8 #3991 (hop)

2024-05-28 Thread via GitHub


hansva merged PR #3992:
URL: https://github.com/apache/hop/pull/3992


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Issue with Maven Builds: Assembly Creation Error and Rat Check Failure (hop)

2024-05-28 Thread via GitHub


nadment commented on issue #3986:
URL: https://github.com/apache/hop/issues/3986#issuecomment-2135935580

   I create a separate issue for tests failures in hop-plugins-misc-git  #3994


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Issue with tests in hop-plugins-misc-git on Windows (hop)

2024-05-28 Thread via GitHub


nadment opened a new issue, #3994:
URL: https://github.com/apache/hop/issues/3994

   ### Apache Hop version?
   
   2.10.0-SNAPSHOT
   
   ### Java version?
   
   Java 17
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   This problem seems to exist under Windows only
   
   java.io.IOException: Could not delete file 
C:\Users\Nico\AppData\Local\Temp\jgit_testPush_10298860150716985621_tmp\tmp_6601173994848530209\.git\objects\pack\pack-31d7bccd92b3c4c98e715ebed99b5d1c01c793e3.pack
at 
org.eclipse.jgit.util.FileUtils.handleDeleteException(FileUtils.java:233)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:226)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:167)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:169)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:169)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:169)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:169)
at 
org.eclipse.jgit.junit.LocalDiskRepositoryTestCase.recursiveDelete(LocalDiskRepositoryTestCase.java:262)
at 
org.eclipse.jgit.junit.LocalDiskRepositoryTestCase$Cleanup.onShutdown(LocalDiskRepositoryTestCase.java:659)
at 
org.eclipse.jgit.junit.LocalDiskRepositoryTestCase$Cleanup.lambda$0(LocalDiskRepositoryTestCase.java:631)
at 
org.eclipse.jgit.internal.util.ShutdownHook.notify(ShutdownHook.java:99)
at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at 
java.base/java.util.concurrent.ConcurrentHashMap$KeySpliterator.forEachRemaining(ConcurrentHashMap.java:3573)
at 
java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at 
java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
at 
java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
at 
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at 
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.helpComplete(ForkJoinPool.java:1223)
at 
java.base/java.util.concurrent.ForkJoinPool.helpComplete(ForkJoinPool.java:1915)
at 
java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:433)
at 
java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:687)
at 
java.base/java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159)
at 
java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173)
at 
java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
at 
java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
at 
java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:765)
at 
org.eclipse.jgit.internal.util.ShutdownHook.doCleanup(ShutdownHook.java:93)
at 
org.eclipse.jgit.internal.util.ShutdownHook.lambda$1(ShutdownHook.java:80)
at 
java.base/java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1428)
at 
java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at 
java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at 
java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at 
java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at 
java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
   Caused by: java.nio.file.FileSystemException: 
C:\Users\Nico\AppData\Local\Temp\jgit_testPush_10298860150716985621_tmp\tmp_6601173994848530209\.git\objects\pack\pack-31d7bccd92b3c4c98e715ebed99b5d1c01c793e3.pack:
 Le processus ne peut pas accéder au fichier car ce fichier est utilisé par un 
autre processus
at 
java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92)
at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at 
java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at 
java.base/sun.nio.fs.WindowsFileSystemProvider.implDelete(WindowsFileSystemProvider.java:275)
at 
java.base/sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(AbstractFileSystemProvider.java:110)
at java.base/java.nio.file.Files.deleteIfExists(Files.java:1191)
at org.eclipse.jgit.util.FileUtils.delete(FileUtils.java:219)
... 32 more
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, 

[PR] Fixed typo! (hop)

2024-05-28 Thread via GitHub


dsanderbi opened a new pull request, #3993:
URL: https://github.com/apache/hop/pull/3993

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Update variables.adoc (hop)

2024-05-28 Thread via GitHub


dsanderbi closed pull request #3990: Update variables.adoc
URL: https://github.com/apache/hop/pull/3990


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Update variables.adoc (hop)

2024-05-28 Thread via GitHub


dsanderbi opened a new pull request, #3990:
URL: https://github.com/apache/hop/pull/3990

   Fixed typo.
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature Request]: Add more file types (hop)

2024-05-28 Thread via GitHub


hansva closed issue #3956: [Feature Request]: Add more file types
URL: https://github.com/apache/hop/issues/3956


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Add more file types #3956 (hop)

2024-05-28 Thread via GitHub


hansva merged PR #3957:
URL: https://github.com/apache/hop/pull/3957


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Action Move Files - Support of tests against Azurite testcontainer or actual Azure on the cloud (hop)

2024-05-27 Thread via GitHub


xdelox opened a new pull request, #3989:
URL: https://github.com/apache/hop/pull/3989

   Fixes #3988 
   
   The original idea was to use Azurite Testcontainer to mimic the behaviour of 
Azure.
   Unfortunately, the latest version of Azurite is not fully compatible with 
the latest versions of the Azure Blob Storage Java library (neither the other 
tries with older version worked, but for different exceptions).
   
   For this reason, we assumed that, sooner or later, such incompatibilities 
will be fixed, so we provided the possibility to skip testcontainers and test 
against a real Azure account.
   
   See the instructions in the `azure.properties` file
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Task]: Fix typo for "Variable substitution" tool-tip (hop)

2024-05-27 Thread via GitHub


dsanderbi opened a new issue, #3987:
URL: https://github.com/apache/hop/issues/3987

   ### What needs to happen?
   
   Fix typo in "Set variables" action:
   
![image](https://github.com/apache/hop/assets/169351618/b60d5bab-7226-4197-9e38-1d41de87bfb8)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui, Component: Workflows


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix #3321 improved documentation (hop)

2024-05-27 Thread via GitHub


dsanderbi commented on PR #3980:
URL: https://github.com/apache/hop/pull/3980#issuecomment-2133606043

   @hansva i'll also include the example.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Multiple hops to the same action in a workflow (hop)

2024-05-27 Thread via GitHub


hansva closed issue #3944: [Bug]: Multiple hops to the same action in a workflow
URL: https://github.com/apache/hop/issues/3944


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Translations update from Weblate (hop)

2024-05-27 Thread via GitHub


hansva merged PR #3982:
URL: https://github.com/apache/hop/pull/3982


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump to 2.10.0-SNAPSHOT (hop)

2024-05-27 Thread via GitHub


xdelox commented on PR #3984:
URL: https://github.com/apache/hop/pull/3984#issuecomment-2133422682

   Sure, sorry,  I did it in a hurry :) 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Bump versions to 2.10.0-SNAPSHOT (hop)

2024-05-27 Thread via GitHub


hansva closed issue #3983: [Task]: Bump versions to 2.10.0-SNAPSHOT
URL: https://github.com/apache/hop/issues/3983


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump to 2.10.0-SNAPSHOT (hop)

2024-05-27 Thread via GitHub


hansva merged PR #3984:
URL: https://github.com/apache/hop/pull/3984


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Null pointer exception while executing a Webservice pipeline (hop)

2024-05-27 Thread via GitHub


Keziake commented on issue #3498:
URL: https://github.com/apache/hop/issues/3498#issuecomment-219399

   Hi,
   I'm having the same issue.
   
   Here is the message and stack:
   
   URI: | /hop/webService/
   500
   javax.servlet.ServletException: Error producing web service output
   org.apache.hop.www.WebServiceServlet-2ba9ed19
   javax.servlet.ServletException: Error producing web service output
   org.apache.hop.core.exception.HopException: Error preparing remote pipeline 
Cannot invoke "org.apache.hop.core.logging.LogLevel.getLevel()" **because 
"filterLogLevel" is null**
   java.lang.NullPointerException: Cannot invoke 
"org.apache.hop.core.logging.LogLevel.getLevel()" **because "filterLogLevel" is 
null**
   
   javax.servlet.ServletException: Error producing web service output
at 
org.apache.hop.www.WebServiceServlet.doGet(WebServiceServlet.java:231)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at org.apache.hop.www.BaseHttpServlet.service(BaseHttpServlet.java:103)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:550)
at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:234)
at 
org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:59)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:567)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at 
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)
at java.base/java.lang.Thread.run(Thread.java:1589)
   Caused by: org.apache.hop.core.exception.HopException: 
   Error preparing remote pipeline
   Cannot invoke "org.apache.hop.core.logging.LogLevel.getLevel()" because 
"filterLogLevel" is null
   
at 
org.apache.hop.pipeline.engines.remote.RemotePipelineEngine.prepareExecution(RemotePipelineEngine.java:259)
at 
org.apache.hop.www.WebServiceServlet.doGet(WebServiceServlet.java:195)
... 30 more
   Caused by: java.lang.NullPointerException: Cannot invoke 
"org.apache.hop.core.logging.LogLevel.getLevel()" because "filterLogLevel" is 
null
at org.apache.hop.core.logging.LogLevel.isVisible(LogLevel.java:103)
at org.apache.hop.core.logging.LogChannel.println(LogChannel.java:105)
at org.apache.hop.core.logging.LogChannel.logBasic(LogChannel.java:157)
at 
org.apache.hop.pipeline.engines.remote.RemotePipelineEngine.prepareExecution(RemotePipelineEngine.java:230)
... 31 more
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Task]: Issue with Maven Builds: Assembly Creation Error and Rat Check Failure (hop)

2024-05-27 Thread via GitHub


dsanderbi opened a new issue, #3986:
URL: https://github.com/apache/hop/issues/3986

   ### What needs to happen?
   
   OS: Windows 11
   Maven: 3.6.3
   Java: OpenJDK 17.0.11
   
   **It should be checked why Maven Builds fail on Windows OS**.
   
   The following behavior occurs on Windows 11:
   
   Executing
   `mvn clean install -pl :hop-assemblies-samples -am`
   results in _"Failed to create assembly: Error creating assembly archive 
samples: archive cannot be empty"._
   
   Executing
   `mvn clean install -pl :hop-transform-textfile -am apache-rat:check`
   results in a failure during the Rat check.
   This is triggered by an **empty** file generated during the execution of 
**hop-transform-textfile**.
   The file gets stored here : 
_\hop\plugins\transforms\textfile\textFileOutput.txt_
   
   NOTE: also the execution of "hop-plugins-misc-git" will fail on Windows, but 
this is a known issue, as mentioned by @nadment
   
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Other


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump to 2.10.0-SNAPSHOT (hop)

2024-05-27 Thread via GitHub


xdelox opened a new pull request, #3984:
URL: https://github.com/apache/hop/pull/3984

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Docs Apache Airflow Plugin (hop)

2024-05-27 Thread via GitHub


hansva closed issue #3967: [Task]: Docs Apache Airflow Plugin
URL: https://github.com/apache/hop/issues/3967


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] indentation fix, minor updates #3967 (hop)

2024-05-27 Thread via GitHub


hansva merged PR #3977:
URL: https://github.com/apache/hop/pull/3977


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] indentation fix, minor updates #3967 (hop)

2024-05-26 Thread via GitHub


hansva commented on PR #3977:
URL: https://github.com/apache/hop/pull/3977#issuecomment-2132244706

   my guess is the reference to #987 is wrong in the PR should another ticket 
then #2237 be referenced here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Translations update from Weblate (hop)

2024-05-26 Thread via GitHub


hop-weblate opened a new pull request, #3982:
URL: https://github.com/apache/hop/pull/3982

   Translations update from [Weblate](http://translate.project-hop.org) for 
[Apache Hop/Hop](http://translate.project-hop.org/projects/apache-hop/hop/).
   
   
   It also includes following components:
   
   * [Apache Hop/util 
2](http://translate.project-hop.org/projects/apache-hop/util-2/)
   
   * [Apache 
Hop/transform](http://translate.project-hop.org/projects/apache-hop/transform/)
   
   * [Apache 
Hop/meta](http://translate.project-hop.org/projects/apache-hop/meta/)
   
   * [Apache Hop/git](http://translate.project-hop.org/projects/apache-hop/git/)
   
   * [Apache 
Hop/impl](http://translate.project-hop.org/projects/apache-hop/impl/)
   
   * [Apache 
Hop/injector](http://translate.project-hop.org/projects/apache-hop/injector/)
   
   * [Apache 
Hop/context](http://translate.project-hop.org/projects/apache-hop/context/)
   
   * [Apache Hop/delegates 
1](http://translate.project-hop.org/projects/apache-hop/delegates-1/)
   
   * [Apache 
Hop/remote](http://translate.project-hop.org/projects/apache-hop/remote/)
   
   * [Apache 
Hop/resource](http://translate.project-hop.org/projects/apache-hop/resource/)
   
   * [Apache 
Hop/server](http://translate.project-hop.org/projects/apache-hop/server/)
   
   * [Apache 
Hop/database](http://translate.project-hop.org/projects/apache-hop/database/)
   
   * [Apache 
Hop/ping](http://translate.project-hop.org/projects/apache-hop/ping/)
   
   * [Apache Hop/meta 
3](http://translate.project-hop.org/projects/apache-hop/meta-3/)
   
   * [Apache Hop/transform 
3](http://translate.project-hop.org/projects/apache-hop/transform-3/)
   
   * [Apache Hop/gui 
3](http://translate.project-hop.org/projects/apache-hop/gui-3/)
   
   * [Apache Hop/metadata 
4](http://translate.project-hop.org/projects/apache-hop/metadata-4/)
   
   * [Apache Hop/config 
2](http://translate.project-hop.org/projects/apache-hop/config-2/)
   
   * [Apache Hop/bulkloader 
2](http://translate.project-hop.org/projects/apache-hop/bulkloader-2/)
   
   * [Apache Hop/metadata 
6](http://translate.project-hop.org/projects/apache-hop/metadata-6/)
   
   * [Apache 
Hop/plugins](http://translate.project-hop.org/projects/apache-hop/plugins/)
   
   * [Apache 
Hop/i18n](http://translate.project-hop.org/projects/apache-hop/i18n/)
   
   * [Apache 
Hop/simpleeval](http://translate.project-hop.org/projects/apache-hop/simpleeval/)
   
   * [Apache Hop/output 
1](http://translate.project-hop.org/projects/apache-hop/output-1/)
   
   * [Apache 
Hop/evalfilesmetrics](http://translate.project-hop.org/projects/apache-hop/evalfilesmetrics/)
   
   * [Apache 
Hop/createfolder](http://translate.project-hop.org/projects/apache-hop/createfolder/)
   
   * [Apache 
Hop/snowflake](http://translate.project-hop.org/projects/apache-hop/snowflake/)
   
   * [Apache 
Hop/abort](http://translate.project-hop.org/projects/apache-hop/abort/)
   
   * [Apache 
Hop/pipeline](http://translate.project-hop.org/projects/apache-hop/pipeline/)
   
   * [Apache 
Hop/workflow](http://translate.project-hop.org/projects/apache-hop/workflow/)
   
   * [Apache 
Hop/deleteresultfilenames](http://translate.project-hop.org/projects/apache-hop/deleteresultfilenames/)
   
   * [Apache 
Hop/pgpverify](http://translate.project-hop.org/projects/apache-hop/pgpverify/)
   
   * [Apache 
Hop/delay](http://translate.project-hop.org/projects/apache-hop/delay/)
   
   * [Apache 
Hop/checkdbconnection](http://translate.project-hop.org/projects/apache-hop/checkdbconnection/)
   
   * [Apache 
Hop/telnet](http://translate.project-hop.org/projects/apache-hop/telnet/)
   
   * [Apache 
Hop/dtdvalidator](http://translate.project-hop.org/projects/apache-hop/dtdvalidator/)
   
   * [Apache 
Hop/xslt](http://translate.project-hop.org/projects/apache-hop/xslt/)
   
   * [Apache 
Hop/mysqlbulkfile](http://translate.project-hop.org/projects/apache-hop/mysqlbulkfile/)
   
   * [Apache 
Hop/as400command](http://translate.project-hop.org/projects/apache-hop/as400command/)
   
   * [Apache 
Hop/sftpput](http://translate.project-hop.org/projects/apache-hop/sftpput/)
   
   * [Apache 
Hop/ftpdelete](http://translate.project-hop.org/projects/apache-hop/ftpdelete/)
   
   * [Apache 
Hop/mailvalidator](http://translate.project-hop.org/projects/apache-hop/mailvalidator/)
   
   * [Apache 
Hop/flink](http://translate.project-hop.org/projects/apache-hop/flink/)
   
   * [Apache 
Hop/bigtable](http://translate.project-hop.org/projects/apache-hop/bigtable/)
   
   * [Apache 
Hop/dataflow](http://translate.project-hop.org/projects/apache-hop/dataflow/)
   
   * [Apache 
Hop/hivecatalog](http://translate.project-hop.org/projects/apache-hop/hivecatalog/)
   
   * [Apache Hop/io](http://translate.project-hop.org/projects/apache-hop/io/)
   
   * [Apache Hop/gui](http://translate.project-hop.org/projects/apache-hop/gui/)
   
   * [Apache 

[PR] Fix #3321 improved documentation (hop)

2024-05-25 Thread via GitHub


dsanderbi opened a new pull request, #3980:
URL: https://github.com/apache/hop/pull/3980

   Adapted "Set Variables" documentation.
   
   Sample is added here as suggested by @hansva
   [samples.zip](https://github.com/apache/hop/files/15445159/samples.zip)
   
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Update hop-gui.adoc (hop)

2024-05-25 Thread via GitHub


hansva merged PR #3976:
URL: https://github.com/apache/hop/pull/3976


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Shortcuts to switch perspective are not working #3779 (hop)

2024-05-25 Thread via GitHub


hansva merged PR #3979:
URL: https://github.com/apache/hop/pull/3979


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Bug]: Workflow engine type "Hop remote workflow engine" can reference itself (hop)

2024-05-25 Thread via GitHub


hansva closed issue #3935: [Bug]: Workflow engine type "Hop remote workflow 
engine" can reference itself
URL: https://github.com/apache/hop/issues/3935


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Remote run configuration refers to itself #3935 (hop)

2024-05-25 Thread via GitHub


hansva merged PR #3962:
URL: https://github.com/apache/hop/pull/3962


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Remote run configuration refers to itself #3935 (hop)

2024-05-25 Thread via GitHub


nadment commented on PR #3962:
URL: https://github.com/apache/hop/pull/3962#issuecomment-2131367428

   That's a bit of a twisted scenario, and in that case are all the 
RemoteRunConfiguration metadata accessible from the starting point?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] indentation fix, minor updates #3987 (hop)

2024-05-25 Thread via GitHub


bamaer opened a new pull request, #3977:
URL: https://github.com/apache/hop/pull/3977

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [x] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [x] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [x] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Translations update from Weblate (hop)

2024-05-24 Thread via GitHub


hansva merged PR #3958:
URL: https://github.com/apache/hop/pull/3958


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Update hop-gui.adoc (hop)

2024-05-24 Thread via GitHub


hansva opened a new pull request, #3976:
URL: https://github.com/apache/hop/pull/3976

   Fixed typo.
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Update hop-gui.adoc (hop)

2024-05-24 Thread via GitHub


hansva commented on PR #3975:
URL: https://github.com/apache/hop/pull/3975#issuecomment-2129608937

   thank you for the fix!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Update hop-gui.adoc (hop)

2024-05-24 Thread via GitHub


hansva merged PR #3975:
URL: https://github.com/apache/hop/pull/3975


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Update hop-gui.adoc (hop)

2024-05-24 Thread via GitHub


dsanderbi opened a new pull request, #3975:
URL: https://github.com/apache/hop/pull/3975

   Fixed typo.
   
   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [x] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [x] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[I] [Bug]: Hop Gui - unable to insert a new Simple Mapping transform (hop)

2024-05-24 Thread via GitHub


dave-csc opened a new issue, #3974:
URL: https://github.com/apache/hop/issues/3974

   ### Apache Hop version?
   
   2.8.0
   
   ### Java version?
   
   openjdk version "21.0.2" 2024-01-16
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   Create a new pipeline in Hop GUI, and insert a new Simple Mapping transform. 
When clicking on the transform's name, or selecting it and then "Edit" on the 
menu, Hop GUI reports the following error:
   
   > Oops! Unable to open dialog for this transform
   > NullPointerException: Cannot invoke "java.lang.CharSequence.length()" 
because "this.text" is null
   > Root cause: NullPointerException: Cannot invoke 
"java.lang.CharSequence.length()" because "this.text" is null
   
   The detailed stack trace follows:
   
   > java.lang.NullPointerException: Cannot invoke 
"java.lang.CharSequence.length()" because "this.text" is null
   >at java.base/java.util.regex.Matcher.getTextLength(Matcher.java:1808)
   >at java.base/java.util.regex.Matcher.reset(Matcher.java:461)
   >at java.base/java.util.regex.Matcher.(Matcher.java:256)
   >at java.base/java.util.regex.Pattern.matcher(Pattern.java:1180)
   >at 
org.apache.hop.pipeline.transforms.mapping.SimpleMappingDialog.getData(SimpleMappingDialog.java:366)
   >at 
org.apache.hop.pipeline.transforms.mapping.SimpleMappingDialog.open(SimpleMappingDialog.java:298)
   >at 
org.apache.hop.ui.hopgui.file.pipeline.delegates.HopGuiPipelineTransformDelegate.editTransform(HopGuiPipelineTransformDelegate.java:174)
   >at 
org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.editTransform(HopGuiPipelineGraph.java:3400)
   >at 
org.apache.hop.ui.hopgui.file.pipeline.HopGuiPipelineGraph.editTransform(HopGuiPipelineGraph.java:2192)
   >at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
   >at java.base/java.lang.reflect.Method.invoke(Method.java:580)
   >at 
org.apache.hop.core.gui.plugin.action.GuiActionLambdaBuilder.lambda$createLambda$0(GuiActionLambdaBuilder.java:96)
   >at 
org.apache.hop.ui.hopgui.context.GuiContextUtil.lambda$handleActionSelection$0(GuiContextUtil.java:183)
   >at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
   >at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
   >at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5040)
   >at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4520)
   >at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:473)
   >at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:351)
   
   The transform stays in place and is no longer selectable, until the pipeline 
is closed and restarted (with the same behaviour described above if you still 
try to configure it).
   
   This doesn't seem to occur with existing pipelines with the Simple Mapping 
transform in it (e.g. the pipeline included among the samples).
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: Hop Gui, Component: Transforms


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [RELEASE] update documentation version (hop)

2024-05-24 Thread via GitHub


hansva merged PR #3973:
URL: https://github.com/apache/hop/pull/3973


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [RELEASE] update documentation version (hop)

2024-05-24 Thread via GitHub


hansva opened a new pull request, #3973:
URL: https://github.com/apache/hop/pull/3973

   **Please** add a meaningful description for your change here
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   - [ ] Run `mvn clean install apache-rat:check` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
   - [ ] If you have a group of commits related to the same change, please 
squash your commits into one and force push your branch using `git rebase -i`.
   - [ ] Mention the appropriate issue in your description (for example: 
`addresses #123`), if applicable.
   
   To make clear that you license your contribution under the [Apache License 
Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   you have to acknowledge this by using the following check-box.
   
   - [ ] I hereby declare this contribution to be licensed under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
   - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Remote run configuration refers to itself #3935 (hop)

2024-05-24 Thread via GitHub


hansva commented on PR #3962:
URL: https://github.com/apache/hop/pull/3962#issuecomment-2129424873

   this is a great first step, but shouldn't we load the linked configuration 
to see if that one then doesn't target one of the already used configurations. 
I know this isn't used often but someone could make `remote 1 -> remote 2 -> 
remote 1`and that wouldn't be detected this way


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: update Apache Beam documentation (hop)

2024-05-24 Thread via GitHub


hansva closed issue #3291: [Task]: update Apache Beam documentation
URL: https://github.com/apache/hop/issues/3291


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] updated beam versions #3291 (hop)

2024-05-24 Thread via GitHub


hansva merged PR #3959:
URL: https://github.com/apache/hop/pull/3959


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Align label widgets for workflow and pipeline properties #3965 (hop)

2024-05-24 Thread via GitHub


hansva merged PR #3966:
URL: https://github.com/apache/hop/pull/3966


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Task]: Align label widgets for workflow and pipeline properties (hop)

2024-05-24 Thread via GitHub


hansva closed issue #3965: [Task]: Align label widgets for workflow and 
pipeline properties 
URL: https://github.com/apache/hop/issues/3965


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



  1   2   3   4   5   6   7   8   9   10   >