-
Notifications
You must be signed in to change notification settings - Fork 5
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
Collaboration Tools #47
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6830be - Browse repository at this point
Copy the full SHA f6830beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bbf6cc - Browse repository at this point
Copy the full SHA 1bbf6ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08dc647 - Browse repository at this point
Copy the full SHA 08dc647View commit details -
Configuration menu - View commit details
-
Copy full SHA for b580eb6 - Browse repository at this point
Copy the full SHA b580eb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d1a377 - Browse repository at this point
Copy the full SHA 6d1a377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4948ad9 - Browse repository at this point
Copy the full SHA 4948ad9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39cf789 - Browse repository at this point
Copy the full SHA 39cf789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 646d614 - Browse repository at this point
Copy the full SHA 646d614View commit details -
Configuration menu - View commit details
-
Copy full SHA for a289403 - Browse repository at this point
Copy the full SHA a289403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9709a - Browse repository at this point
Copy the full SHA 3f9709aView commit details
Commits on Sep 22, 2023
-
Simplify the computation of max non empty time point in the merge Dat…
…aset The computation previously needed to read the SpimData and went through all the SpatialTemporalIndex. This can be simplified to one iteration over the list of spots which is actually a lot less complex than creating the SpatialTemporalIndex.
Configuration menu - View commit details
-
Copy full SHA for 4f3f398 - Browse repository at this point
Copy the full SHA 4f3f398View commit details -
Configuration menu - View commit details
-
Copy full SHA for 866815d - Browse repository at this point
Copy the full SHA 866815dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a1113 - Browse repository at this point
Copy the full SHA a0a1113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013b3df - Browse repository at this point
Copy the full SHA 013b3dfView commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 340b07e - Browse repository at this point
Copy the full SHA 340b07eView commit details -
Change exception handling. Exception are handled by the caller. Change method ignorePattern() to relevantFilesFilter(). Simplify isClean
Configuration menu - View commit details
-
Copy full SHA for d28a157 - Browse repository at this point
Copy the full SHA d28a157View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc39105 - Browse repository at this point
Copy the full SHA dc39105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 409a558 - Browse repository at this point
Copy the full SHA 409a558View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f24f1dd - Browse repository at this point
Copy the full SHA f24f1ddView commit details
Commits on Oct 2, 2023
-
Rename MastodonGitUtils and MastodonGitPlugins
MastodonGitUtils -> MastodonGitRepository MastodonGitPlugins -> MastodonGitController
Configuration menu - View commit details
-
Copy full SHA for 1f3388c - Browse repository at this point
Copy the full SHA 1f3388cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c63b699 - Browse repository at this point
Copy the full SHA c63b699View commit details -
Configuration menu - View commit details
-
Copy full SHA for abaa7a0 - Browse repository at this point
Copy the full SHA abaa7a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a0b47 - Browse repository at this point
Copy the full SHA c4a0b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for d14608b - Browse repository at this point
Copy the full SHA d14608bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c665067 - Browse repository at this point
Copy the full SHA c665067View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323203e - Browse repository at this point
Copy the full SHA 323203eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13055ee - Browse repository at this point
Copy the full SHA 13055eeView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d96f4ad - Browse repository at this point
Copy the full SHA d96f4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9367de4 - Browse repository at this point
Copy the full SHA 9367de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd272f - Browse repository at this point
Copy the full SHA afd272fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f713f - Browse repository at this point
Copy the full SHA 14f713fView commit details -
MastodonGitController: make switch branch also perform a git fetch
This is necessary to have a complete up to date list of remote branches.
Configuration menu - View commit details
-
Copy full SHA for ac351e2 - Browse repository at this point
Copy the full SHA ac351e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3d7c3 - Browse repository at this point
Copy the full SHA ab3d7c3View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9d1a92 - Browse repository at this point
Copy the full SHA c9d1a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 884f43c - Browse repository at this point
Copy the full SHA 884f43cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc27080 - Browse repository at this point
Copy the full SHA bc27080View commit details
Commits on Oct 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24daad7 - Browse repository at this point
Copy the full SHA 24daad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea80b28 - Browse repository at this point
Copy the full SHA ea80b28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21b713 - Browse repository at this point
Copy the full SHA a21b713View commit details -
Mastodon Git: don't initialize repository when sharing a project
It is very easy to initialize a repository when using github or gitlab. And is impossible to go back to the uninitialized state. So it is better for the "share project" command to assume that the github / gitlab repo was already created. That way we also don't need to decide whether to call the default branch "main" or "master".
Configuration menu - View commit details
-
Copy full SHA for e9ec343 - Browse repository at this point
Copy the full SHA e9ec343View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8aaa1 - Browse repository at this point
Copy the full SHA ed8aaa1View commit details
Commits on Oct 18, 2023
-
Mastodon Git: fix reset command, to undo changes on disc
Previously the reset command would fail. If for example the user made some changes, and then saved them to disc.
Configuration menu - View commit details
-
Copy full SHA for 66376ab - Browse repository at this point
Copy the full SHA 66376abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1dfd9 - Browse repository at this point
Copy the full SHA 1e1dfd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c42548 - Browse repository at this point
Copy the full SHA 8c42548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26dc173 - Browse repository at this point
Copy the full SHA 26dc173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676f4a6 - Browse repository at this point
Copy the full SHA 676f4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 331e0d0 - Browse repository at this point
Copy the full SHA 331e0d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1effc68 - Browse repository at this point
Copy the full SHA 1effc68View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f6b9be - Browse repository at this point
Copy the full SHA 5f6b9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5965628 - Browse repository at this point
Copy the full SHA 5965628View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fcffc - Browse repository at this point
Copy the full SHA 60fcffcView commit details -
Mastodon Git: let the SettingsService implement ImageJService
Why is this necessary? I don't now. But "extends Service" would lead to a missing service error when starting Mastodon from within Fiji.
Configuration menu - View commit details
-
Copy full SHA for b736536 - Browse repository at this point
Copy the full SHA b736536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86366e7 - Browse repository at this point
Copy the full SHA 86366e7View commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee362b0 - Browse repository at this point
Copy the full SHA ee362b0View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 915ee0f - Browse repository at this point
Copy the full SHA 915ee0fView commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef14faf - Browse repository at this point
Copy the full SHA ef14fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efb1c9 - Browse repository at this point
Copy the full SHA 9efb1c9View commit details
Commits on Nov 9, 2023
-
PersistentCredentials: fix typo
Co-authored-by: Stefan Hahmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6779be - Browse repository at this point
Copy the full SHA d6779beView commit details -
Refactor PersistentCredentials
Try to improve code readability by introducing a callback method for the interaction between the SingleUseCredentialsProvider and the PersistentCredentials class. Improve thread safety by making the getUsernameAndPassword method syncronized. This avoids to show multiple dialogues in parallel to the user in parallel.
Configuration menu - View commit details
-
Copy full SHA for 1bec310 - Browse repository at this point
Copy the full SHA 1bec310View commit details
Commits on Nov 10, 2023
-
Mastodon Git: clicking cancel on username, password dialog is handled…
… better Previously: The user clicking cancel on the username & password dialog inderectly triggered a TransportException. The exception message would be shown in an error dialog, and the stack trace was printed on the console. Now: The user clicking cancel throws a CancellationExcpetion. The exception is catched at an appropriate location and no confusing error dialog or stack trace is shown.
Configuration menu - View commit details
-
Copy full SHA for 6d773fd - Browse repository at this point
Copy the full SHA 6d773fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae511d1 - Browse repository at this point
Copy the full SHA ae511d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef6a52 - Browse repository at this point
Copy the full SHA cef6a52View commit details -
Mastodon Git: include stack traces in the error message dialog
Avoid to print stack traces on the console.
Configuration menu - View commit details
-
Copy full SHA for 050375b - Browse repository at this point
Copy the full SHA 050375bView commit details
Commits on Nov 13, 2023
-
MastodonGitRepository: improve exceptions
Don't throw the very generic RuntimeException
Configuration menu - View commit details
-
Copy full SHA for b2c868a - Browse repository at this point
Copy the full SHA b2c868aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23462c7 - Browse repository at this point
Copy the full SHA 23462c7View commit details -
Mastodon Git: refactor the dialogues
Move the demo code into the src/test/java folder. Make sure the dialogues are properly disposed such that they can be garbage collected and that the JVM properly shuts down.
Configuration menu - View commit details
-
Copy full SHA for 3736a42 - Browse repository at this point
Copy the full SHA 3736a42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3170f4d - Browse repository at this point
Copy the full SHA 3170f4dView commit details -
MastodonGitController: make the command identifiers more user-friendly
Users will see the command identifiers in the short-cuts config page. These identifiers should therefor be understandable.
Configuration menu - View commit details
-
Copy full SHA for 24f2994 - Browse repository at this point
Copy the full SHA 24f2994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09effdc - Browse repository at this point
Copy the full SHA 09effdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for efc98a7 - Browse repository at this point
Copy the full SHA efc98a7View commit details -
Remove MastodonGitCommitCommand
The class is replace with the CommitMessageDialog
Configuration menu - View commit details
-
Copy full SHA for baf318d - Browse repository at this point
Copy the full SHA baf318dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f265a - Browse repository at this point
Copy the full SHA 69f265aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7cc4a - Browse repository at this point
Copy the full SHA 9c7cc4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 136eeb1 - Browse repository at this point
Copy the full SHA 136eeb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911d9fe - Browse repository at this point
Copy the full SHA 911d9feView commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff26e88 - Browse repository at this point
Copy the full SHA ff26e88View commit details