[GitHub] [hop] hansva opened a new issue, #2366: [Task]: (DOC) define HOP regular expressions

2023-02-15 Thread via GitHub
hansva opened a new issue, #2366: URL: https://github.com/apache/hop/issues/2366 ### What needs to happen? https://hop.apache.org/manual/next/pipeline/transforms/textfileinput.html - "Selecting files using Regular Expressions" gives examples of some unusual regex constructs. Pl

[GitHub] [hop] hansva opened a new issue, #2367: [Task]: (DOC) improve yamlinput.adoc

2023-02-15 Thread via GitHub
hansva opened a new issue, #2367: URL: https://github.com/apache/hop/issues/2367 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-4043 https://hop.apache.org/manual/next/pipeline/transforms/yamlinput.html needs clarifications: - What kinds o

[GitHub] [hop] hansva opened a new issue, #2368: [Task]: (DOC) improve userdefinedjavaclass

2023-02-15 Thread via GitHub
hansva opened a new issue, #2368: URL: https://github.com/apache/hop/issues/2368 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-4042 https://hop.apache.org/manual/next/pipeline/transforms/userdefinedjavaclass.html is very sketchy. Questio

[GitHub] [hop] hansva opened a new issue, #2370: [Feature Request]: Variables in Workflow Schedule in Workflow Start Node

2023-02-15 Thread via GitHub
hansva opened a new issue, #2370: URL: https://github.com/apache/hop/issues/2370 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-3922 It should be possible to fill scheduling parameters with variables ![image](https://user-images.githu

[GitHub] [hop] hansva opened a new issue, #2371: [Bug]: Clicking yes or no on Javascript content changed window closes window and doesn't persist changes

2023-02-15 Thread via GitHub
hansva opened a new issue, #2371: URL: https://github.com/apache/hop/issues/2371 ### Apache Hop version? 2.3 ### Java version? 11 ### Operating system Windows ### What happened? Migration: https://issues.apache.org/jira/browse/HOP-3916 I

[GitHub] [hop] hansva opened a new issue, #2372: [Bug]: Canvas does not expand when "pushing" the sides

2023-02-15 Thread via GitHub
hansva opened a new issue, #2372: URL: https://github.com/apache/hop/issues/2372 ### Apache Hop version? 2.3 ### Java version? 11 ### Operating system Windows ### What happened? Migration: https://issues.apache.org/jira/browse/HOP-3012 I

[GitHub] [hop] hansva commented on issue #2372: [Bug]: Canvas does not expand when "pushing" the sides

2023-02-15 Thread via GitHub
hansva commented on issue #2372: URL: https://github.com/apache/hop/issues/2372#issuecomment-1431184897 Still valid remark in current version. the canvas should expand when placing a transform near the edge -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [hop] mattcasters opened a new pull request, #2373: Fix for issue #2320 : The Execution Information Perspective from Remote Location returns a HopException

2023-02-15 Thread via GitHub
mattcasters opened a new pull request, #2373: URL: https://github.com/apache/hop/pull/2373 Fix for issue #2320 : The Execution Information Perspective from Remote Location returns a HopException Also adds some test in the hop_server IT project for remote logging, querying, data readi

[GitHub] [hop] gugoan opened a new issue, #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan opened a new issue, #2374: URL: https://github.com/apache/hop/issues/2374 ### What needs to happen? Hi, I would like to validate the right way to pass a parameter in Hop Run, in the windows environment. I tried as instructed on the site and it did not work. *: In Hop

[GitHub] [hop] DAJGIT commented on issue #2320: [Bug]: The Execution Information Perspective from Remote Location returns a HopException

2023-02-15 Thread via GitHub
DAJGIT commented on issue #2320: URL: https://github.com/apache/hop/issues/2320#issuecomment-1431397335 I appreciate your quick response, thank you! -- 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 t

[GitHub] [hop] DAJGIT commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
DAJGIT commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431432621 Hi, try with double quotes around the parameters, like this .\hop-run.bat -j ROTINA_SUPERA -r local -e PROD_ROTINA_SUPERA -f "C:\Apache Hop\Pipelines\ROTINA_SUPERA\ATUALIZACAO_SUPER

[GitHub] [hop] gugoan commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431439751 Don t work I tried in the following ways: `-p anomes=2023-02` `-p "anomes=2023-02"` `-p "anomes"="2023-02"` -- This is an automated message from the Apache Git Service. T

[GitHub] [hop] hansva merged pull request #2373: Fix for issue #2320 : The Execution Information Perspective from Remote Location returns a HopException

2023-02-15 Thread via GitHub
hansva merged PR #2373: URL: https://github.com/apache/hop/pull/2373 -- 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

[GitHub] [hop] hansva closed issue #2320: [Bug]: The Execution Information Perspective from Remote Location returns a HopException

2023-02-15 Thread via GitHub
hansva closed issue #2320: [Bug]: The Execution Information Perspective from Remote Location returns a HopException URL: https://github.com/apache/hop/issues/2320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [hop] hansva commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
hansva commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-143137 In the [docs](https://hop.apache.org/manual/latest/hop-run/index.html) we specify the following `--parameters=key1="This value contains spaces",key2=value2` -- This is an automated

[GitHub] [hop] DAJGIT commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
DAJGIT commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431448391 Sorry, I solved a similar case with hop-conf.bat and worked like this: hop-conf.bat --config-file "C:\\env-variables.json" --config-file-set-variables "DB_HOSTNAME=localhost,DB_PASS

[GitHub] [hop] hansva opened a new issue, #2377: [Feature Request]: Beam - Implement Beam IO transforms for Splunk

2023-02-15 Thread via GitHub
hansva opened a new issue, #2377: URL: https://github.com/apache/hop/issues/2377 ### What would you like to happen? Implement Beam IO transforms for Splunk https://beam.apache.org/releases/javadoc/2.23.0/org/apache/beam/sdk/io/splunk/SplunkIO.html ### Issue Priority

[GitHub] [hop] hansva opened a new issue, #2378: [Feature Request]: Beam - Implement Beam IO transforms for Snowflake

2023-02-15 Thread via GitHub
hansva opened a new issue, #2378: URL: https://github.com/apache/hop/issues/2378 ### What would you like to happen? https://beam.apache.org/releases/javadoc/2.23.0/org/apache/beam/sdk/io/snowflake/SnowflakeIO.html Implement Beam IO transforms for Snowflake ### Issue Prio

[GitHub] [hop] hansva opened a new issue, #2380: [Task]: Add a bit of left padding on the Action Dialog

2023-02-15 Thread via GitHub
hansva opened a new issue, #2380: URL: https://github.com/apache/hop/issues/2380 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-2253 A little left padding on the icons (actions) on the popup dialogs would make them really look great. ![image]

[GitHub] [hop] hansva opened a new issue, #2381: [Task]: add extra information to delete message of metadata object

2023-02-15 Thread via GitHub
hansva opened a new issue, #2381: URL: https://github.com/apache/hop/issues/2381 ### What needs to happen? Currently when deleting a metadata object we do give a warning, but maybe we should explain the implications a bit more. - references are not updated/removed - may result i

[GitHub] [hop] hansva opened a new issue, #2382: [Feature Request]: Allow results to be evaluated in an action

2023-02-15 Thread via GitHub
hansva opened a new issue, #2382: URL: https://github.com/apache/hop/issues/2382 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2265 Allow the results of previous work in a workflow to be evaluated in detail: - Verify occurrences (or a

[GitHub] [hop] hansva opened a new issue, #2383: [Feature Request]: Add option to stop pipeline or workflow after some time

2023-02-15 Thread via GitHub
hansva opened a new issue, #2383: URL: https://github.com/apache/hop/issues/2383 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2276 As part of the various run configurations perhaps. TBD ### Issue Priority Priority: 3

[GitHub] [hop] hansva opened a new issue, #2384: [Feature Request]: GraphQL Input, Output, Update, Delete

2023-02-15 Thread via GitHub
hansva opened a new issue, #2384: URL: https://github.com/apache/hop/issues/2384 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2300 As a developer I'd like to have transforms that support GraphQL fully:  - Other services should be

[GitHub] [hop] hansva opened a new issue, #2385: [Feature Request]: Enable pritty print on XML output

2023-02-15 Thread via GitHub
hansva opened a new issue, #2385: URL: https://github.com/apache/hop/issues/2385 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2309 As soon as the XML Output result is saved to a file, add a flag to produce the XML file pritty printed.

[GitHub] [hop] hansva commented on pull request #2322: Refactor Regexp Test UI #2280

2023-02-15 Thread via GitHub
hansva commented on PR #2322: URL: https://github.com/apache/hop/pull/2322#issuecomment-1431514455 It seems I am missing some padding/space between the group and the textfield https://user-images.githubusercontent.com/1140235/219065811-031f8117-de7e-483d-b3d6-791792127904.png";> --

[GitHub] [hop] gugoan commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431584138 @DAJGIT @hansva I don't understand very well, can you give me an example of how the syntax would look in my example? I tried in countless ways `.\hop-run.bat -j ROTINA_SUPERA -

[GitHub] [hop] DAJGIT commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
DAJGIT commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431606073 Hi look at this example: ![image](https://user-images.githubusercontent.com/25872532/219082795-2dcd215e-c7fa-4514-91db-c1b6eb033aa3.png) ![image](https://user-images.githubuserc

[GitHub] [hop] DAJGIT commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
DAJGIT commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431613712 In your case should be: .\hop-run.bat -j ROTINA_SUPERA -r local -e PROD_ROTINA_SUPERA -f "C:\Apache Hop\Pipelines\ROTINA_SUPERA\SUP_PROCESSAR_CHAVE.hpl" -p="anomes=2023-02" -- This

[GitHub] [hop] nadment commented on pull request #2322: Refactor Regexp Test UI #2280

2023-02-15 Thread via GitHub
nadment commented on PR #2322: URL: https://github.com/apache/hop/pull/2322#issuecomment-1431635734 Can you test this version, I put the default image before the layout computation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [hop] gugoan commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431665724 Did not work. I forgot to mention that the parameter is for Worflow (which in turn is passed to each Pipeline). ![image](https://user-images.githubusercontent.com/1585443/219094

[GitHub] [hop] gugoan commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431676040 I realized that in my case, the command is 'breaking' the value=key of the parameter, and ends up being separated as if it were another argument passed. Could this be the cause of

[GitHub] [hop] DAJGIT commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
DAJGIT commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431682526 Look in command to start hop, PowerShell is erasing the double quotes: ![image](https://user-images.githubusercontent.com/25872532/219097525-39a069ac-e7cc-4d23-823e-687539d28ed6.png)

[GitHub] [hop] hansva commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
hansva commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431729419 I would indeed test if it works in CMD first. if it does there you might have to escape the " in powershell and turn it into `-p=\"anomes=2023-02\"` -- This is an automated message fro

[GitHub] [hop] gugoan closed issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan closed issue #2374: [Task]: Pass parameter in Hop Run URL: https://github.com/apache/hop/issues/2374 -- 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-ma

[GitHub] [hop] hansva commented on pull request #2322: Refactor Regexp Test UI #2280

2023-02-15 Thread via GitHub
hansva commented on PR #2322: URL: https://github.com/apache/hop/pull/2322#issuecomment-1431743032 That solves the issue! Thanks @nadment ! -- 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 spe

[GitHub] [hop] hansva merged pull request #2322: Refactor Regexp Test UI #2280

2023-02-15 Thread via GitHub
hansva merged PR #2322: URL: https://github.com/apache/hop/pull/2322 -- 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

[GitHub] [hop] gugoan commented on issue #2374: [Task]: Pass parameter in Hop Run

2023-02-15 Thread via GitHub
gugoan commented on issue #2374: URL: https://github.com/apache/hop/issues/2374#issuecomment-1431743030 Very good! It worked like this and it also worked with single quotes followed by double quotes: `.\hop-run.bat -j ROTINA_SUPERA -r local -e PROD_ROTINA_SUPERA -f "C:\Apache Hop

[GitHub] [hop] hansva closed issue #2280: [Task]: Regex Test UI - Change Green to #27ae60

2023-02-15 Thread via GitHub
hansva closed issue #2280: [Task]: Regex Test UI - Change Green to #27ae60 URL: https://github.com/apache/hop/issues/2280 -- 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 uns

[GitHub] [hop] openinbigdata opened a new issue, #2388: [Feature Request]: Add in Calculator transform a calcule Data A - B days

2023-02-15 Thread via GitHub
openinbigdata opened a new issue, #2388: URL: https://github.com/apache/hop/issues/2388 ### What would you like to happen? Even if the subtraction of days works, using the negative days value in the Date A + B days calculation, it would be more elegant and intuitive to have a Date A

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

2023-02-16 Thread via GitHub
hop-weblate opened a new pull request, #2389: URL: https://github.com/apache/hop/pull/2389 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 fo

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

2023-02-16 Thread via GitHub
hansva merged PR #2389: URL: https://github.com/apache/hop/pull/2389 -- 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

[GitHub] [hop] hansva commented on issue #2250: [Task]: Update dependencies to newer versions

2023-02-16 Thread via GitHub
hansva commented on issue #2250: URL: https://github.com/apache/hop/issues/2250#issuecomment-1432816808 I have added it as a thing for the next release, so by the end of march and included in the next release -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [hop] openinbigdata opened a new issue, #2390: [Bug]: Top tool bar is break

2023-02-16 Thread via GitHub
openinbigdata opened a new issue, #2390: URL: https://github.com/apache/hop/issues/2390 ### Apache Hop version? 2.4 ### Java version? 11 ### Operating system macOS ### What happened? The top toolbar always appears broken as you can see in the a

[GitHub] [hop] openinbigdata commented on issue #2390: [Bug]: Top tool bar is break

2023-02-16 Thread via GitHub
openinbigdata commented on issue #2390: URL: https://github.com/apache/hop/issues/2390#issuecomment-1432962749 The same happened in versions that I test: 2.3, 2.2 and 2.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [hop] bamaer opened a new issue, #2391: [Bug]: minor issues in docker docs

2023-02-16 Thread via GitHub
bamaer opened a new issue, #2391: URL: https://github.com/apache/hop/issues/2391 ### Apache Hop version? SNAPSHOT-20230216 ### Java version? openjdk version "11.0.17" 2022-10-18 ### Operating system Other ### What happened? https://hop.apache.o

[GitHub] [hop] bamaer opened a new pull request, #2392: updated java 11 reference, removed duplicate hop server port reference

2023-02-16 Thread via GitHub
bamaer opened a new pull request, #2392: URL: https://github.com/apache/hop/pull/2392 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly an

[GitHub] [hop] mattcasters opened a new issue, #2393: [Bug]: Hop Server no longer can be started by name

2023-02-16 Thread via GitHub
mattcasters opened a new issue, #2393: URL: https://github.com/apache/hop/issues/2393 ### Apache Hop version? 2.4.0 ### Java version? openjdk version "11.0.17" 2022-10-18 ### Operating system Linux ### What happened? When starting a hop server

[GitHub] [hop] usbrandon opened a new issue, #2394: [Feature Request]: SFTP Transform to return as list of folders and files in a site.

2023-02-16 Thread via GitHub
usbrandon opened a new issue, #2394: URL: https://github.com/apache/hop/issues/2394 ### What would you like to happen? Some of our vendors distribute files to us nightly contained in a folder named using a timestamp of when they produced the files. I need a transform that can give

[GitHub] [hop] nadment opened a new issue, #2395: [Task]: Improve the look & feel of the widgets per operating system

2023-02-16 Thread via GitHub
nadment opened a new issue, #2395: URL: https://github.com/apache/hop/issues/2395 ### Apache Hop version? 2.4 ### Java version? 11 ### Operating system Other ### What happened? I'm trying to improve the look & feel of the widgets on Windows, bu

[GitHub] [hop] hansva commented on pull request #2392: updated java 11 reference, removed duplicate hop server port reference #2391

2023-02-16 Thread via GitHub
hansva commented on PR #2392: URL: https://github.com/apache/hop/pull/2392#issuecomment-1433729757 "duplicate" port is needed, because of the shutdown port hop server now uses 2 ports -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [hop] hansva commented on issue #2390: [Bug]: Top tool bar is break

2023-02-16 Thread via GitHub
hansva commented on issue #2390: URL: https://github.com/apache/hop/issues/2390#issuecomment-1433731383 which java version are you using? is this an ARM java or is it using rosetta? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [hop] uraychang opened a new pull request, #2396: fix #2393 Hop Server no longer can be started by name

2023-02-16 Thread via GitHub
uraychang opened a new pull request, #2396: URL: https://github.com/apache/hop/pull/2396 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly

[GitHub] [hop] uraychang opened a new issue, #2397: [Task]: shutdown port for hop-server should be able to be configured via hop ui

2023-02-16 Thread via GitHub
uraychang opened a new issue, #2397: URL: https://github.com/apache/hop/issues/2397 ### What needs to happen? Currently, shutdown port for hop-server can be configured on command line but not on UI. ### Issue Priority Priority: 3 ### Issue Component Compone

[GitHub] [hop] bamaer commented on issue #2332: [Task]: Simple pipeline logging sample/directions

2023-02-16 Thread via GitHub
bamaer commented on issue #2332: URL: https://github.com/apache/hop/issues/2332#issuecomment-1434212610 the pipeline logging transform is undocumented. the `documentationUrl` property in `src/main/java/org/apache/hop/reflection/pipeline/transform/PipelineLoggingMeta.java` points to `/lo

[GitHub] [hop] bamaer opened a new issue, #2398: [Task]: Simple workflow logging sample/directions

2023-02-16 Thread via GitHub
bamaer opened a new issue, #2398: URL: https://github.com/apache/hop/issues/2398 ### What needs to happen? similar to #2332: - add an example workflow log metadata type and pipeline to the samples project. - improve documentation for the workflow logging metadata type -

[GitHub] [hop] hansva closed issue #2393: [Bug]: Hop Server no longer can be started by name

2023-02-17 Thread via GitHub
hansva closed issue #2393: [Bug]: Hop Server no longer can be started by name URL: https://github.com/apache/hop/issues/2393 -- 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

[GitHub] [hop] hansva merged pull request #2396: fix #2393 Hop Server no longer can be started by name

2023-02-17 Thread via GitHub
hansva merged PR #2396: URL: https://github.com/apache/hop/pull/2396 -- 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

[GitHub] [hop] hansva commented on pull request #2319: Maven add the build date in the MANFEST.MF file to complete issue #2153

2023-02-17 Thread via GitHub
hansva commented on PR #2319: URL: https://github.com/apache/hop/pull/2319#issuecomment-1434294996 This will fix the URL for the development builds, but I'll have to test if it then also works with released version. -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [hop] hansva opened a new issue, #2399: [Feature Request]: I would like to have the JDBC Meta plugin

2023-02-17 Thread via GitHub
hansva opened a new issue, #2399: URL: https://github.com/apache/hop/issues/2399 ### What would you like to happen? It would be great to see the JDBC Meta transform migrated into hop https://github.com/rpbouman/pentaho-pdi-plugin-jdbc-metadata ### Issue Priority P

[GitHub] [hop] hansva opened a new issue, #2400: [Feature Request]: As a Developer I would like to be able to generate database connection parameters

2023-02-17 Thread via GitHub
hansva opened a new issue, #2400: URL: https://github.com/apache/hop/issues/2400 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-1991 The best practice is to use parameters when creating a database connection. To do this you now potenti

[GitHub] [hop] hansva opened a new issue, #2402: [Bug]: Environments with tilde in filename are created in unexpected place on *nix systems

2023-02-17 Thread via GitHub
hansva opened a new issue, #2402: URL: https://github.com/apache/hop/issues/2402 ### Apache Hop version? 2.3 ### Java version? 11 ### Operating system Windows ### What happened? When a path starting with a tilde is used as ENVIRONMENT_HOME in t

[GitHub] [hop] nadment commented on pull request #2319: Maven add the build date in the MANFEST.MF file to complete issue #2153

2023-02-17 Thread via GitHub
nadment commented on PR #2319: URL: https://github.com/apache/hop/pull/2319#issuecomment-1434382981 You are right, use the getSpecificationVersion() method if the getImplementationVersion does not contain "SNAPSHOT" -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [hop] hansva opened a new issue, #2403: [Feature Request]: Create a load-balancing row distribution plugin

2023-02-17 Thread via GitHub
hansva opened a new issue, #2403: URL: https://github.com/apache/hop/issues/2403 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2365 While processing a lot of files with varying sizes in parallel it's useful to have a load-balancing row

[GitHub] [hop] hansva opened a new issue, #2404: [Feature Request]: Support for Objects and Array data types

2023-02-17 Thread via GitHub
hansva opened a new issue, #2404: URL: https://github.com/apache/hop/issues/2404 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2476 As a developer I come across objects and arrays stored as part of a record fairly regularly. I'd like Ho

[GitHub] [hop] hansva opened a new issue, #2406: [Task]: Flush Text File Output

2023-02-17 Thread via GitHub
hansva opened a new issue, #2406: URL: https://github.com/apache/hop/issues/2406 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-2568 Add option to flush the output stream on a regular interval or just flush every few seconds by default. For sl

[GitHub] [hop] hansva opened a new issue, #2411: [Task]: allow i18n in GuiPlugin annotation

2023-02-17 Thread via GitHub
hansva opened a new issue, #2411: URL: https://github.com/apache/hop/issues/2411 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-2667 Useful because that attribute contributes in having Hop Options dialog's tabs translated. I discovered this probl

[GitHub] [hop] hansva opened a new issue, #2412: [Task]: Workflow Log - "pipeline" in Hop view and "workflow" in Hop documentation

2023-02-17 Thread via GitHub
hansva opened a new issue, #2412: URL: https://github.com/apache/hop/issues/2412 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-2669 Both the documentation and the Hop GUI the workflow log contains wrong messages ![image](https://user-ima

[GitHub] [hop] hansva opened a new issue, #2414: [Feature Request]: Add option to Hop Tools to use a specific hop-config.json

2023-02-17 Thread via GitHub
hansva opened a new issue, #2414: URL: https://github.com/apache/hop/issues/2414 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-2799 When I launch hop-gui I want to be able to select a hop-config.json file as an argument. For exam

[GitHub] [hop] hansva opened a new issue, #2416: [Task]: Add new BQ Beam options: location and skipping validation

2023-02-17 Thread via GitHub
hansva opened a new issue, #2416: URL: https://github.com/apache/hop/issues/2416 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-2851 BigQueryIO.read() : add .withQueryLocation() and withoutValidation() options. ### Issue Priority

[GitHub] [hop] mattcasters opened a new pull request, #2418: Fix for issue #2320 : Execution Information Perspective for Remote Location fails

2023-02-17 Thread via GitHub
mattcasters opened a new pull request, #2418: URL: https://github.com/apache/hop/pull/2418 Fix for issue #2320 : The Execution Information Perspective from Remote Location returns a HopException -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [hop] hansva opened a new issue, #2419: [Feature Request]: add error handling to Metadata Injection

2023-02-17 Thread via GitHub
hansva opened a new issue, #2419: URL: https://github.com/apache/hop/issues/2419 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-4503 In my use case, I have a pipeline that is being injected that ends with a db table load (specifically Po

[GitHub] [hop] hansva opened a new issue, #2420: [Feature Request]: Allow user to add extra "type of test" in pipeline unit test

2023-02-17 Thread via GitHub
hansva opened a new issue, #2420: URL: https://github.com/apache/hop/issues/2420 ### What would you like to happen? Currently, only 2 types of tests can be added to the pipeline unit tests. It would be an excellent extra to be able to add custom types and populate the dropdown

[GitHub] [hop] hansva opened a new issue, #2421: [Feature Request]: Create new Data Type Arrow Vectors

2023-02-17 Thread via GitHub
hansva opened a new issue, #2421: URL: https://github.com/apache/hop/issues/2421 ### What would you like to happen? Migration: https://issues.apache.org/jira/browse/HOP-4121 I'd like to add a new core data type: an array of Apache Arrow FieldVectors. This allows for integrating

[GitHub] [hop] hansva opened a new issue, #2422: [Bug]: Text File Output - no header is added when using append

2023-02-17 Thread via GitHub
hansva opened a new issue, #2422: URL: https://github.com/apache/hop/issues/2422 ### Apache Hop version? 2.3 ### Java version? 11 ### Operating system Windows ### What happened? When using the append function and option "create file at start" i

[GitHub] [hop] hansva opened a new issue, #2423: [Task]: Documentation for basic auth on Hop Web

2023-02-17 Thread via GitHub
hansva opened a new issue, #2423: URL: https://github.com/apache/hop/issues/2423 ### What needs to happen? Explain how tomcat can be configured to add basic auth to Hop Web ### Issue Priority Priority: 2 ### Issue Component Component: Hop Web -- This is a

[GitHub] [hop] hansva merged pull request #2418: Fix for issue #2320 : Execution Information Perspective for Remote Location fails

2023-02-17 Thread via GitHub
hansva merged PR #2418: URL: https://github.com/apache/hop/pull/2418 -- 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

[GitHub] [hop] hansva opened a new issue, #2426: [Feature Request]: Drools Accumulator - Inject vs. modify row

2023-02-17 Thread via GitHub
hansva opened a new issue, #2426: URL: https://github.com/apache/hop/issues/2426 ### What would you like to happen? Hello, I placed a comment in commit for HOP https://github.com/apache/hop/commit/2e757440c4654b58299324229a4c6b51d1e3ca38#diff-eac62f95891a0ff873fef552a12d204d83fb852

[GitHub] [hop] hansva opened a new issue, #2427: [Task]: document how to run Hop projects in the cloud

2023-02-17 Thread via GitHub
hansva opened a new issue, #2427: URL: https://github.com/apache/hop/issues/2427 ### What needs to happen? Migration: https://issues.apache.org/jira/browse/HOP-4095 provide some guidance on how to set up a cloud-native Hop project ### Issue Priority Priority: 3

[GitHub] [hop] hansva commented on issue #2429: [Bug]: Stream lookup - Lookup key field list showing fields from both main and lookup hops

2023-02-17 Thread via GitHub
hansva commented on issue #2429: URL: https://github.com/apache/hop/issues/2429#issuecomment-1434714669 Extra info: Actually, when selecting the lookup transform and then pressing ok and reopening the transform the lists will be correct. No refresh of the field lists is done when selecti

[GitHub] [hop] hansva opened a new issue, #2430: [Bug]: Some internal variables are not being populated

2023-02-17 Thread via GitHub
hansva opened a new issue, #2430: URL: https://github.com/apache/hop/issues/2430 ### Apache Hop version? 2.3 ### Java version? 11 ### Operating system Windows ### What happened? Migration: https://issues.apache.org/jira/browse/HOP-4031 T

[GitHub] [hop] bamaer opened a new pull request, #2431: #2332 Simple pipeline logging sample/directions

2023-02-17 Thread via GitHub
bamaer opened a new pull request, #2431: URL: https://github.com/apache/hop/pull/2431 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly an

[GitHub] [hop] bamaer commented on issue #2312: [Bug]: Execution Information transform fails on LogLevel

2023-02-17 Thread via GitHub
bamaer commented on issue #2312: URL: https://github.com/apache/hop/issues/2312#issuecomment-1434848732 can't reproduce with any execution information data that was generated after 2023-01-20, so I assume this was caused by an issue that has been fixed in the meantime. closing for now. -

[GitHub] [hop] bamaer closed issue #2312: [Bug]: Execution Information transform fails on LogLevel

2023-02-17 Thread via GitHub
bamaer closed issue #2312: [Bug]: Execution Information transform fails on LogLevel URL: https://github.com/apache/hop/issues/2312 -- 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 comme

[GitHub] [hop] bamaer commented on issue #2312: [Bug]: Execution Information transform fails on LogLevel

2023-02-17 Thread via GitHub
bamaer commented on issue #2312: URL: https://github.com/apache/hop/issues/2312#issuecomment-1434862283 closed to soon. this doesn't cause the pipeline to fail (anymore), but the errors are still available in the logs. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [hop] hansva merged pull request #2431: #2332 Simple pipeline logging sample/directions

2023-02-18 Thread via GitHub
hansva merged PR #2431: URL: https://github.com/apache/hop/pull/2431 -- 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

[GitHub] [hop] hansva merged pull request #2387: Fix issue #2303: can't create project in non-existing folder

2023-02-18 Thread via GitHub
hansva merged PR #2387: URL: https://github.com/apache/hop/pull/2387 -- 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

[GitHub] [hop] nadment commented on pull request #2319: Maven add the build date in the MANIFEST.MF file to complete issue #2153

2023-02-18 Thread via GitHub
nadment commented on PR #2319: URL: https://github.com/apache/hop/pull/2319#issuecomment-1435659341 Do not use the method getSpecificationVersion() because it contains 2.4 and not 2.4.0 and the url of the document is 2.4.0 -- This is an automated message from the Apache Git Service. To re

[GitHub] [hop] bamaer opened a new issue, #2432: [Feature Request]: allow options to create projects and environments in the Hop Web container

2023-02-18 Thread via GitHub
bamaer opened a new issue, #2432: URL: https://github.com/apache/hop/issues/2432 ### What would you like to happen? add similar options as in the hop-run/hop-server container to specify a project and environment at startup. ### Issue Priority Priority: 1 ### Issu

[GitHub] [hop] bamaer opened a new issue, #2433: [Feature Request]: fix the hop-*.sh CLI tools in Hop Web

2023-02-18 Thread via GitHub
bamaer opened a new issue, #2433: URL: https://github.com/apache/hop/issues/2433 ### What would you like to happen? the hop-conf.sh, hop-run.sh etc tools are available in the Hop Web container, but are broken. ### Issue Priority Priority: 1 ### Issue Component

[GitHub] [hop] bamaer opened a new pull request, #2434: Hop Web: projects and environment startup options, fixed CLI tools #2432, #2433

2023-02-18 Thread via GitHub
bamaer opened a new pull request, #2434: URL: https://github.com/apache/hop/pull/2434 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly an

[GitHub] [hop] nadment opened a new issue, #2435: [Task]: Bump org.eclipse.platform.version to 3.122.0

2023-02-18 Thread via GitHub
nadment opened a new issue, #2435: URL: https://github.com/apache/hop/issues/2435 ### What needs to happen? This version makes great progress in dark mode under windows ### Issue Priority Priority: 3 ### Issue Component Component: Actions -- This is an au

[GitHub] [hop] bamaer opened a new issue, #2437: [Feature Request]: allow additional file operations in the file explorer perspective

2023-02-18 Thread via GitHub
bamaer opened a new issue, #2437: URL: https://github.com/apache/hop/issues/2437 ### What would you like to happen? the file explorer perspective should have more "real" file explorer functionalities: - drag and drop to move between folders - rename, copy, delete a file - s

[GitHub] [hop] nadment commented on pull request #2436: Fix #2435: Bump org.eclipse.platform.version to 3.122.0

2023-02-18 Thread via GitHub
nadment commented on PR #2436: URL: https://github.com/apache/hop/pull/2436#issuecomment-1435756254 Needs to be tested on Mac, Linux and Hop-web. Use method setLookOnMac and setLookOnLinux to adjust per os -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [hop] hansva merged pull request #2434: Hop Web: projects and environment startup options, fixed CLI tools #2432, #2433

2023-02-18 Thread via GitHub
hansva merged PR #2434: URL: https://github.com/apache/hop/pull/2434 -- 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

[GitHub] [hop] hansva closed issue #2432: [Feature Request]: allow to start the Hop Web container with project and environment options

2023-02-18 Thread via GitHub
hansva closed issue #2432: [Feature Request]: allow to start the Hop Web container with project and environment options URL: https://github.com/apache/hop/issues/2432 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [hop] hansva closed issue #2433: [Feature Request]: fix the hop-*.sh CLI tools in Hop Web

2023-02-18 Thread via GitHub
hansva closed issue #2433: [Feature Request]: fix the hop-*.sh CLI tools in Hop Web URL: https://github.com/apache/hop/issues/2433 -- 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 commen

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

2023-02-18 Thread via GitHub
hop-weblate opened a new pull request, #2438: URL: https://github.com/apache/hop/pull/2438 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 fo

[GitHub] [hop] bamaer opened a new pull request, #2439: dynamic sql row and detect empty stream samples #2237

2023-02-19 Thread via GitHub
bamaer opened a new pull request, #2439: URL: https://github.com/apache/hop/pull/2439 **Please** add a meaningful description for your change here Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly an

[GitHub] [hop] nadment closed issue #2303: [Bug]: can't create project in non-existing folder

2023-02-19 Thread via GitHub
nadment closed issue #2303: [Bug]: can't create project in non-existing folder URL: https://github.com/apache/hop/issues/2303 -- 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

[GitHub] [hop] nadment commented on issue #2437: [Feature Request]: allow additional file operations in the file explorer perspective

2023-02-19 Thread via GitHub
nadment commented on issue #2437: URL: https://github.com/apache/hop/issues/2437#issuecomment-1435989348 Allow the selection of several files -- 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 s

<    1   2   3   4   5   6   7   8   9   10   >