-
Notifications
You must be signed in to change notification settings - Fork 133
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
[#285] unifies test bundle naming #286
Merged
fgdrf
merged 25 commits into
locationtech:master
from
fgdrf:F_285_unify_test_bundle_naming
Mar 10, 2019
Merged
[#285] unifies test bundle naming #286
fgdrf
merged 25 commits into
locationtech:master
from
fgdrf:F_285_unify_test_bundle_naming
Mar 10, 2019
Conversation
This file contains 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
Pull Request Build is fine, except one regression why #284 has been field |
Just a note, conflicts with #224 (because test module is modified) |
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
fgdrf
force-pushed
the
F_285_unify_test_bundle_naming
branch
from
May 19, 2018 18:58
32d5279
to
c20954c
Compare
Signed-off-by: egouge <egouge@refractions.net>
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
* upgrade to geotools 19.2 and java 8 Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
* Closed Feature Iterator Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
…of (locationtech#298) where an edit geom used to be --> the geom is selected again Signed-off-by: sloob <43416137+sloob@users.noreply.github.com>
* Multi node hanging problem fix Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
…ocationtech#324) adds the possibility to change the vertex transparency of an edit geom via the preferences Signed-off-by: sloob <sebastian.loob@ibykus.de>
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
* get fill opacity of edit geom from preference store Signed-off-by: sloob <sebastian.loob@ibykus.de>
…locationtech#330) Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
…ontech#299) * faster rendering by looking at min and max scales before read Signed-off-by: sloob <sebastian.loob@ibykus.de>
…t actions (locationtech#333) * improve DistanceTool to work correctly during Map zoom in and zoom out actions and also display last segment length Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
…cationtech#332) ViewportModel in order to avoid possible NPE. Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
… and made them final (locationtech#335) * change visibility of category finder methods in ToolManager to public and made them final to prohibit their subclassing. Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com> * pulls up methods to IToolManager Interface Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
* Prevent Exception when the Transform is null Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
Signed-off-by: Michael Sementsov <michael.sementsov@ibykus.de>
…g-platform into fgdrf-F_285_unify_test_bundle_naming
fgdrf
added a commit
to fgdrf/udig-platform
that referenced
this pull request
Dec 23, 2019
* [locationtech#285] unifies test bundle naming Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net> * match pluginid to file path Signed-off-by: egouge <egouge@refractions.net>
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.
renames test bundles and suffixes with
.tests
Signed-off-by: Frank Gasdorf fgdrf@users.sourceforge.net