-
Notifications
You must be signed in to change notification settings - Fork 39
Nexus #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nexus #356
Conversation
…es for docker. Nexus runs behind the proxy, but I need to fix that for komet
Fix some configuration to build and run Komet via JPro using docker
Fix Nginx configuration to run Komet via JPro locally using Docker
…ter the file name twice (ikmdev#321) * Update version to start feature: jpro-109-fix-exporting-a-file-prompts-the-user-to-enter-the-file-name-twice * Update JPro Platform dependencies to version `0.5.6` * Update version to finish feature: jpro-109-fix-exporting-a-file-prompts-the-user-to-enter-the-file-name-twice
* Update version to start feature: IIA-1130-try2 * initial commit * Update version to finish feature: IIA-1130-try2 * code review fixes and hiding stamp when in create mode
…verts back to its previous value after user close and reopen the window (ikmdev#330) * Removed the code to reflect correct data. * Removed commented code.
* Update version to start feature: IIA-1649-bugfix-property-bump-genedit * fix checks basically who invoked the window * fixing poms
* Update version to start feature: IIA-1471-Component-Default-Value * Feature/IIA-1471: Use "Placeholder" and Default Value for Undefined Component Field * Update version to finish feature: IIA-1471-Component-Default-Value
* Update version to start feature: IIA-1417-new-semantic-from-pattern-window * summon new semantic form context menu on pattern window * Update version to finish feature: IIA-1417-new-semantic-from-pattern-window
* Update version to start feature: IIA-1579-semantic-title * update the title area text * Update version to finish feature: IIA-1579-semantic-title * using viewCalculator for the pattern's FQN
…w call (ikmdev#337) * Update version to start feature: jpro-111-fix-npe-in-popover-ocurring-randomly-on-show-call * Update ControlsFX dependency to version `11.2.2` * Update version to finish feature: jpro-111-fix-npe-in-popover-ocurring-randomly-on-show-call
* Update version to start feature: IIA-1408-new-semantic-no-selection-made * new semantic wording * Update version to finish feature: IIA-1408-new-semantic-no-selection-made
… Creating Semantic (ikmdev#335) * Update version to start feature: IIA-1484-add-reference-component-1 * add Reference component details * Update version to finish feature: IIA-1484-add-reference-component-1 * updated the controller for binding the component field * removed the commented code and unused imports * add reference component field --------- Co-authored-by: Doug Holubek <dholubek@users.noreply.github.com>
…dev#340) * Update version to start feature: IIA-1467-IIA-1468-IIA-1469-IIA-1670-Placeholder * Feature/IIA-1467, IIA-1468, IIA-1469, IIA-1470: Add placeholder feature to data types * Update version to finish feature: IIA-1467-IIA-1468-IIA-1469-IIA-1670-Placeholder * Feature/IIA-1467, IIA-1468, IIA-1469, IIA-1470: remove commented out code --------- Co-authored-by: Doug Holubek <dholubek@users.noreply.github.com>
…mdev#339) * Update version to start feature: IIA-1590-search-concept * Search textfield Clear function * Update version to finish feature: IIA-1590-search-concept * updated the cursor values for text and close button --------- Co-authored-by: Doug Holubek <dholubek@users.noreply.github.com>
* Update version to start feature: IIA-1646-Correct-Image-Check * Feature/IIA-1646: Implementing Image check properly * Update version to finish feature: IIA-1646-Correct-Image-Check --------- Co-authored-by: Doug Holubek <dholubek@users.noreply.github.com>
* Update version to start feature: IIA-1130-default-values * working for everything except reference component * remove comment * allow zero by itself while still disallowing leading zeros * Update version to finish feature: IIA-1130-default-values
…es (ikmdev#342) * Update version to start feature: jpro-106-implement-show-more-show-less-for-other-names * Implement a custom control that displays a collapsible/expandable list of nodes with animated transitions * Implement `Show More/Show Less` functionality for `Other Names` section using `KLExpandableNodeListControl`. Revise Descriptions section layout/styling to align with Figma designs. * Update version to finish feature: jpro-106-implement-show-more-show-less-for-other-names * Some cleanup * Change background color from `-Grey-White` to standard `white` for codebase consistency
…ove bottom insets (ikmdev#346) * Update version to start feature: jpro-118-standardize-semantic-window-backgrounds-remove-insets * Remove the opacity property from the parent container to ensure the `white` background color renders correctly in each section of the Semantic windows * Set the background color to `white` for the top section of all Semantic windows * Remove the bottom inset from the last section of each Pattern, Lidr, and GenEditing window * Update version to finish feature: jpro-118-standardize-semantic-window-backgrounds-remove-insets
* Update version to start feature: IIA-1645-Reordering-List-Submit * Feature/IIA-1645: Reordering a List is no longer enabling submit * Update version to finish feature: IIA-1645-Reordering-List-Submit * Feature/IIA-1645: When value changes write to database if submit button is enabled
* Update version to start feature: IIA-1579-semantic-title * changing the title * feature finish commit * fixes * fix typo --------- Co-authored-by: Doug Holubek <dholubek@deloitte.com>
…kmdev#349) * Update version to start feature: IIA-1655-Set-Reordering * Feature/IIA-1655 AND IIA-1687: Update Tinker core and fix component set reordering issue * Update version to finish feature: IIA-1655-Set-Reordering
* Update version to start feature: IIA-1684-Component-Integer-MinValue * Feature/IIA-1684: When creating a semantic use Concept with Integer.MIN_VALUE for empty Components * Feature/IIA-1684: Update version in POM files and remove feature branch words
carldea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Looks good to me.
I will approve and merge as this doesn't effect the installed application.
Note:
In the future we should examine ways to use jlink and the dockSlim tool to make thinner JRE runtimes and docker images respectively. Based on our profiling the app while using snomedct it is very memory heavy. Reducing the runtime footprint would be ideal.
Adding a number of docker-compose targets including nexus, gitea, and a homepage that can be accessed via http://localhost when doing a
docker compose up