[GitHub] [hop] hansva commented on pull request #2562: Configuration setting to determine selector field order #2558

2023-03-14 Thread via GitHub


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

   Yes that's the suggestion I'm making


-- 
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



[GitHub] [hop] nadment commented on pull request #2562: Configuration setting to determine selector field order #2558

2023-03-14 Thread via GitHub


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

   I'm not sure I understand.
   
   Add method  to  ConstUi class:
   
   public void sortFieldNames(String[] fieldNames) {
 if ( PropsUi.getInstance().isSortFieldByName() ) {
   Const.sortStrings(fieldNames);
 }
   }
   
   and use 
   
   ConstUi.sortFieldNames(fieldNames);


-- 
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



[GitHub] [hop] bamaer opened a new pull request, #2565: initial version workflow logging samples, new and updated docs. fixes…

2023-03-14 Thread via GitHub


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

   … #2398
   
   **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



[GitHub] [hop] usbrandon opened a new issue, #2564: [Feature Request]: Database Lookup - Vertical resize should resize the input panels in proportion.

2023-03-14 Thread via GitHub


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

   ### What would you like to happen?
   
   Database Lookup - Vertical resize should resize the input panels in 
proportion.
   
   https://user-images.githubusercontent.com/1233654/225076231-53bdf37c-ae6f-41aa-8fd2-69756cd69b14.png;>
   
   
   
   
   ### 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



[GitHub] [hop] hansva merged pull request #2549: fix #2254

2023-03-14 Thread via GitHub


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


-- 
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



[GitHub] [hop] hansva closed issue #2254: [Bug]: Kettle import: run configuration reference not properly imported

2023-03-14 Thread via GitHub


hansva closed issue #2254: [Bug]: Kettle import: run configuration reference 
not properly imported
URL: https://github.com/apache/hop/issues/2254


-- 
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



[GitHub] [hop] hansva merged pull request #2553: 2346

2023-03-14 Thread via GitHub


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


-- 
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



[GitHub] [hop] hansva commented on pull request #2562: Configuration setting to determine selector field order #2558

2023-03-14 Thread via GitHub


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

   couldn't we turn this around and add the check for the option in Const.java ?
   Then it will always be correct for next developement too


-- 
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



[GitHub] [hop] hansva closed issue #2545: [Bug]: Start Action can have conditional output

2023-03-14 Thread via GitHub


hansva closed issue #2545: [Bug]: Start Action can have conditional output
URL: https://github.com/apache/hop/issues/2545


-- 
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



[GitHub] [hop] hansva merged pull request #2551: Fix Start Action can have conditional output #2545

2023-03-14 Thread via GitHub


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


-- 
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



[GitHub] [hop] hansva closed issue #2002: [Task]: Cleanup XML of action Workflow

2023-03-14 Thread via GitHub


hansva closed issue #2002: [Task]: Cleanup XML of action Workflow
URL: https://github.com/apache/hop/issues/2002


-- 
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



[GitHub] [hop] hansva closed issue #1986: [Task]: Cleanup XML of action Pipeline

2023-03-14 Thread via GitHub


hansva closed issue #1986: [Task]: Cleanup XML of action Pipeline
URL: https://github.com/apache/hop/issues/1986


-- 
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



[GitHub] [hop] hansva closed issue #2075: [Feature Request]: Use MetaSelectionLine in Workflow and Pipeline action

2023-03-14 Thread via GitHub


hansva closed issue #2075: [Feature Request]: Use MetaSelectionLine in Workflow 
and Pipeline action
URL: https://github.com/apache/hop/issues/2075


-- 
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



[GitHub] [hop] hansva merged pull request #2539: Cleanup XML of action Workflow #2002 and Pipeline #1986

2023-03-14 Thread via GitHub


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


-- 
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



[GitHub] [hop] hansva closed issue #2361: [Bug]: Workflow action - run_configuration xml entry present twice

2023-03-14 Thread via GitHub


hansva closed issue #2361: [Bug]: Workflow action - run_configuration xml entry 
present twice
URL: https://github.com/apache/hop/issues/2361


-- 
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



[GitHub] [hop] hansva closed issue #2511: [Feature Request]: improve Hop Gui dialog for projects and environments

2023-03-14 Thread via GitHub


hansva closed issue #2511: [Feature Request]: improve Hop Gui dialog for 
projects and environments
URL: https://github.com/apache/hop/issues/2511


-- 
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



[GitHub] [hop] hansva closed issue #2476: [Feature Request]: Add additonal/new Date Format Mask strings for AM/PM to the existing list

2023-03-14 Thread via GitHub


hansva closed issue #2476: [Feature Request]: Add additonal/new Date Format 
Mask strings for AM/PM to the existing list
URL: https://github.com/apache/hop/issues/2476


-- 
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



[GitHub] [hop] hansva merged pull request #2552: Add additonal Date Format Mask for AM/PM #2476

2023-03-14 Thread via GitHub


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


-- 
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



[GitHub] [hop] hansva merged pull request #2563: Translations update from Weblate

2023-03-14 Thread via GitHub


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


-- 
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



[GitHub] [hop] hop-weblate opened a new pull request, #2563: Translations update from Weblate

2023-03-14 Thread via GitHub


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

   Translations update from [Weblate](https://translate.project-hop.org) for 
[Apache Hop 
Codebase/Hop](https://translate.project-hop.org/projects/apache-hop-codebase/hop/).
   
   
   It also includes following components:
   
   * [Apache Hop 
Codebase/foo](https://translate.project-hop.org/projects/apache-hop-codebase/foo/)
   
   * [Apache Hop 
Codebase/blockuntiltransformsfinish](https://translate.project-hop.org/projects/apache-hop-codebase/blockuntiltransformsfinish/)
   
   * [Apache Hop 
Codebase/kettle](https://translate.project-hop.org/projects/apache-hop-codebase/kettle/)
   
   * [Apache Hop 
Codebase/valuemapper](https://translate.project-hop.org/projects/apache-hop-codebase/valuemapper/)
   
   * [Apache Hop 
Codebase/pgpdecryptstream](https://translate.project-hop.org/projects/apache-hop-codebase/pgpdecryptstream/)
   
   * [Apache Hop 
Codebase/writetofile](https://translate.project-hop.org/projects/apache-hop-codebase/writetofile/)
   
   * [Apache Hop 
Codebase/mysqlbulkload](https://translate.project-hop.org/projects/apache-hop-codebase/mysqlbulkload/)
   
   * [Apache Hop 
Codebase/synchronizeaftermerge](https://translate.project-hop.org/projects/apache-hop-codebase/synchronizeaftermerge/)
   
   * [Apache Hop 
Codebase/rest](https://translate.project-hop.org/projects/apache-hop-codebase/rest/)
   
   * [Apache Hop 
Codebase/mail](https://translate.project-hop.org/projects/apache-hop-codebase/mail/)
   
   * [Apache Hop 
Codebase/deletefile](https://translate.project-hop.org/projects/apache-hop-codebase/deletefile/)
   
   * [Apache Hop 
Codebase/zipfile](https://translate.project-hop.org/projects/apache-hop-codebase/zipfile/)
   
   * [Apache Hop Codebase/gui 
3](https://translate.project-hop.org/projects/apache-hop-codebase/gui-3/)
   
   * [Apache Hop 
Codebase/http](https://translate.project-hop.org/projects/apache-hop-codebase/http/)
   
   * [Apache Hop 
Codebase/writer](https://translate.project-hop.org/projects/apache-hop-codebase/writer/)
   
   * [Apache Hop 
Codebase/mongodboutput](https://translate.project-hop.org/projects/apache-hop-codebase/mongodboutput/)
   
   * [Apache Hop 
Codebase/mongodbinput](https://translate.project-hop.org/projects/apache-hop-codebase/mongodbinput/)
   
   * [Apache Hop 
Codebase/mongodbdelete](https://translate.project-hop.org/projects/apache-hop-codebase/mongodbdelete/)
   
   * [Apache Hop 
Codebase/splunkinput](https://translate.project-hop.org/projects/apache-hop-codebase/splunkinput/)
   
   * [Apache Hop 
Codebase/shell](https://translate.project-hop.org/projects/apache-hop-codebase/shell/)
   
   * [Apache Hop 
Codebase/joinrows](https://translate.project-hop.org/projects/apache-hop-codebase/joinrows/)
   
   * [Apache Hop Codebase/plugins 
1](https://translate.project-hop.org/projects/apache-hop-codebase/plugins-1/)
   
   * [Apache Hop 
Codebase/kafka](https://translate.project-hop.org/projects/apache-hop-codebase/kafka/)
   
   * [Apache Hop 
Codebase/mssqlbulkload](https://translate.project-hop.org/projects/apache-hop-codebase/mssqlbulkload/)
   
   * [Apache Hop 
Codebase/creditcardvalidator](https://translate.project-hop.org/projects/apache-hop-codebase/creditcardvalidator/)
   
   * [Apache Hop 
Codebase/transform](https://translate.project-hop.org/projects/apache-hop-codebase/transform/)
   
   * [Apache Hop 
Codebase/cassandraoutput](https://translate.project-hop.org/projects/apache-hop-codebase/cassandraoutput/)
   
   * [Apache Hop 
Codebase/orabulkloader](https://translate.project-hop.org/projects/apache-hop-codebase/orabulkloader/)
   
   * [Apache Hop 
Codebase/uniquerowsbyhashset](https://translate.project-hop.org/projects/apache-hop-codebase/uniquerowsbyhashset/)
   
   * [Apache Hop 
Codebase/flattener](https://translate.project-hop.org/projects/apache-hop-codebase/flattener/)
   
   * [Apache Hop 
Codebase/delete](https://translate.project-hop.org/projects/apache-hop-codebase/delete/)
   
   * [Apache Hop 
Codebase/model](https://translate.project-hop.org/projects/apache-hop-codebase/model/)
   
   * [Apache Hop 
Codebase/execinfo](https://translate.project-hop.org/projects/apache-hop-codebase/execinfo/)
   
   * [Apache Hop 
Codebase/perspective](https://translate.project-hop.org/projects/apache-hop-codebase/perspective/)
   
   * [Apache Hop Codebase/metadata 
2](https://translate.project-hop.org/projects/apache-hop-codebase/metadata-2/)
   
   * [Apache Hop 
Codebase/filelocked](https://translate.project-hop.org/projects/apache-hop-codebase/filelocked/)
   
   * [Apache Hop 
Codebase/snmptrap](https://translate.project-hop.org/projects/apache-hop-codebase/snmptrap/)
   
   * [Apache Hop 
Codebase/snowflake](https://translate.project-hop.org/projects/apache-hop-codebase/snowflake/)
   
   * [Apache Hop 
Codebase/fuzzymatch](https://translate.project-hop.org/projects/apache-hop-codebase/fuzzymatch/)
   
   * [Apache Hop