Reduce friction#7572
Merged
Merged
Conversation
…folder URI to the clipboard
…to define logging level
…e database connection parameters
…ored correctly with the project
Register an optional one-level parent project in the container via HOP_PARENT_PROJECT_NAME/FOLDER so child projects inherit parent metadata. Preserve existing parentProjectName when keeping config files.
…elds Add Const.expandIntegerString / toIntExpanded / toLongExpanded so users can enter large integers with grouping separators (100,000,000), k/m/g/b suffixes (100m), and scientific forms (1e8, 1x10^8). Opt-in at row limits, sort/buffer sizes, commit/batch sizes, and related parse sites without changing strict toInt/toLong. Add a TextVar # indicator (next to $) with tooltip documenting the formats on dialogs that use expanded parsing.
…roject depends on
…ath variables Expand HopGui file/directory browse replacement beyond PROJECT_HOME so the longest matching path-like variable from the active project or environment configuration is rewritten (e.g. SOURCE_FILES).
…pose When creating a lifecycle environment, pre-fill the name with the project name and append a purpose suffix (e.g. -development, -test) until the user edits the name manually.
mattcasters
marked this pull request as ready for review
July 19, 2026 16:23
Contributor
|
Suggestion for issue #2400: |
mattcasters
marked this pull request as draft
July 19, 2026 18:03
nadment
reviewed
Jul 19, 2026
| LifecycleEnvironmentDialog.ImportVariables.ProjectRequired.Title=Project required | ||
| LifecycleEnvironmentDialog.ImportVariables.ProjectRequired.Message=Please select the project associated with this environment before importing variables. | ||
| LifecycleEnvironmentDialog.ImportVariables.NoneFound.Title=No variables to import | ||
| LifecycleEnvironmentDialog.ImportVariables.NoneFound.Message=No ${VARIABLE} expressions were found in the project that are not already defined in the environment configuration files. |
Contributor
…folder URI to the clipboard (properties file fix)
…ncrypted Avoid nested encryption when Encode value is used twice in the described variables dialog (PR review feedback).
Contributor
Author
mattcasters
marked this pull request as ready for review
July 19, 2026 18:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Issue #2195 : Execution Information : Add a button to copy the folder URI to the clipboard
issue #2292 : Make the empty execution locations tree more welcoming
Issue #2331 : Add variable PARENT_PROJECT_HOME
Issue #2351 : execution information perspective tabs are not stored correctly with the project
Issue #2400 : As a Developer I would like to be able to generate database connection parameters
Issue #2596 : add parent project support to basic image
Issue #2597 : Replace filepaths with env variables
Issue #2637 : Allow Custom Logging dialog to accept a variable to define logging level
Issue #2710 : Provide a way to display and output variables a project depends on
Issue #2735 : Add a quick way to configure a new environment
Issue #2742 : Add operations on transforms for unit tests as multi-transform actions
Issue #2931 : Use thousands separators in input boxes where possible.