-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: BMDSoftware/dicoogle
base: 2.5.1-bmd
head repository: BMDSoftware/dicoogle
compare: master
Commits on Jul 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3c74cf5 - Browse repository at this point
Copy the full SHA 3c74cf5View commit details -
* Added Models for DICOMObjects * Added a structural index for DICOMObjects
Configuration menu - View commit details
-
Copy full SHA for 42ff9ea - Browse repository at this point
Copy the full SHA 42ff9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5c977 - Browse repository at this point
Copy the full SHA 4b5c977View commit details
Commits on Nov 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f0e7525 - Browse repository at this point
Copy the full SHA f0e7525View commit details -
Merge branch 'dev' into imp/dicomobjectmodel
Conflicts: dicoogle/pom.xml sdk/pom.xml
Configuration menu - View commit details
-
Copy full SHA for 7fd6125 - Browse repository at this point
Copy the full SHA 7fd6125View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9092a7 - Browse repository at this point
Copy the full SHA d9092a7View commit details
Commits on Nov 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fe45853 - Browse repository at this point
Copy the full SHA fe45853View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f89b4 - Browse repository at this point
Copy the full SHA e6f89b4View commit details
Commits on Dec 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b6e82de - Browse repository at this point
Copy the full SHA b6e82deView commit details
Commits on Jan 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f8feffb - Browse repository at this point
Copy the full SHA f8feffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c107d50 - Browse repository at this point
Copy the full SHA c107d50View commit details
Commits on Feb 23, 2016
-
Merge branch 'master' into imp/dicomobjectmodel
Conflicts: dicoogle/src/main/java/pt/ua/dicoogle/core/dim/DIMGeneric.java
Configuration menu - View commit details
-
Copy full SHA for 83b979b - Browse repository at this point
Copy the full SHA 83b979bView commit details
Commits on Jan 19, 2017
-
Merge branch 'imp/dicomobjectmodel' of github.com:bioinformatics-ua/d…
…icoogle into wip/sdk_dim
Configuration menu - View commit details
-
Copy full SHA for b2a46e7 - Browse repository at this point
Copy the full SHA b2a46e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d58426 - Browse repository at this point
Copy the full SHA 4d58426View commit details
Commits on Jan 25, 2017
-
Dead plugin awareness + plugins web service
- add data type for dead plugins - add list of dead plugins in plugin controller - mark plugins as dead when they fail on configuration - add plugin controller methods for retrieving servlet plugins, dead plugins and plugin set names - add PluginsServlet for retrieving plugin information, attach to `/plugins/*`
Configuration menu - View commit details
-
Copy full SHA for 4c30e40 - Browse repository at this point
Copy the full SHA 4c30e40View commit details
Commits on Jan 31, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 53e3c30 - Browse repository at this point
Copy the full SHA 53e3c30View commit details -
- add server settings manager - add JAXB annotations to server settings fields - add test (still failiing)
Configuration menu - View commit details
-
Copy full SHA for d0649f8 - Browse repository at this point
Copy the full SHA d0649f8View commit details -
- clear more rGUI stuff - change ServerSettings to become an interface in SDK - old ServerSettings becomes LegacyServerSettings - fix DIMSErspTimeout not being read from xml file - rename settings changer methods - have ServerSettingsManager hold and manage the global instance - add test for legacy settings (turns out a complete one wouldn't pass...)
Configuration menu - View commit details
-
Copy full SHA for fb7cd9e - Browse repository at this point
Copy the full SHA fb7cd9eView commit details -
Heavy server settings related refactor
- Remove more rGUI content - Remove some unused and obsolete classes - Modify server settings API (in hierarchical fashion) - Add SOPClass data structure in SDK - Tweak tests (they pass!)
Configuration menu - View commit details
-
Copy full SHA for 840f0ae - Browse repository at this point
Copy the full SHA 840f0aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c9a48 - Browse repository at this point
Copy the full SHA 93c9a48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8b5b4 - Browse repository at this point
Copy the full SHA 1e8b5b4View commit details -
Prepare new server settings impl for defaults and saving
- complete essential impl of DicomServicesImpl#createDefaults - adjust server settings manager to not require inner in some methods - add tests for default settings and saving settings to a file
Configuration menu - View commit details
-
Copy full SHA for 2731133 - Browse repository at this point
Copy the full SHA 2731133View commit details -
Modify server settings to use XML mapping
- change Jackson object mapper to use XmlMapper - add/modify the annotations required - update tests accordingly
Configuration menu - View commit details
-
Copy full SHA for 7068c0f - Browse repository at this point
Copy the full SHA 7068c0fView commit details -
Jackson serialization of legacy server settings
- add server settings migration test - fix some bugs around "Path" and "dicoogleDir" in legacy server settings (!!!) - tweak server settings: web-server -> autostart and port become attributes - tweak server settings: archive -> dim-providers becomes dim-provider - remove json server settings file
Configuration menu - View commit details
-
Copy full SHA for 68f1502 - Browse repository at this point
Copy the full SHA 68f1502View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ec3b0 - Browse repository at this point
Copy the full SHA 85ec3b0View commit details -
ServerSettings: more tweaking and fixing
- add toString to implementation classes - test SOP classes properly - test more than one default storage
Configuration menu - View commit details
-
Copy full SHA for 0b2dae6 - Browse repository at this point
Copy the full SHA 0b2dae6View commit details -
- Modify server settings manager to always save to new format - Add settings migration on ServerSettingsManager#init() - Set new server settings path to confs/server.xml - Improve message from bad server settings initialization - Recover node name prompt in Main
Configuration menu - View commit details
-
Copy full SHA for d8af4cc - Browse repository at this point
Copy the full SHA d8af4ccView commit details -
Merge branch 'dev' into imp/server-settings-refactor
# Conflicts: # dicoogle/src/main/java/pt/ua/dicoogle/server/SOPList.java
Configuration menu - View commit details
-
Copy full SHA for 4433e0a - Browse repository at this point
Copy the full SHA 4433e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30571e3 - Browse repository at this point
Copy the full SHA 30571e3View commit details -
ServerSettings improvements in SOP classes and default TSs
- move default transfer syntax in SOP classes to dedicated element in server settings XML schema - add default transfer syntaxes and SOP classes in default DicomServicesImpl - add tests accordingly - minor code tweaks
Configuration menu - View commit details
-
Copy full SHA for f73c439 - Browse repository at this point
Copy the full SHA f73c439View commit details -
Configuration menu - View commit details
-
Copy full SHA for d83b00f - Browse repository at this point
Copy the full SHA d83b00fView commit details
Commits on Feb 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for acce294 - Browse repository at this point
Copy the full SHA acce294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76fd092 - Browse repository at this point
Copy the full SHA 76fd092View commit details
Commits on Feb 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d009bd3 - Browse repository at this point
Copy the full SHA d009bd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2dbb98 - Browse repository at this point
Copy the full SHA d2dbb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d53ee7 - Browse repository at this point
Copy the full SHA 8d53ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 986b908 - Browse repository at this point
Copy the full SHA 986b908View commit details
Commits on Feb 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9439e19 - Browse repository at this point
Copy the full SHA 9439e19View commit details -
Merge branch 'master' of github.com:bioinformatics-ua/dicoogle into w…
…ip/sdk_dim_draftAPI
Configuration menu - View commit details
-
Copy full SHA for 786952e - Browse repository at this point
Copy the full SHA 786952eView commit details -
Merge branch 'dev' of github.com:bioinformatics-ua/dicoogle into wip/…
…sdk_dim_draftAPI
Configuration menu - View commit details
-
Copy full SHA for 9af6dac - Browse repository at this point
Copy the full SHA 9af6dacView commit details
Commits on Feb 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 25d822a - Browse repository at this point
Copy the full SHA 25d822aView commit details -
Added version in frontend maven plugin and added skip command to avoi…
…d install node/npm.
Configuration menu - View commit details
-
Copy full SHA for 1352093 - Browse repository at this point
Copy the full SHA 1352093View commit details -
Configuration menu - View commit details
-
Copy full SHA for a532489 - Browse repository at this point
Copy the full SHA a532489View commit details
Commits on Feb 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9a97235 - Browse repository at this point
Copy the full SHA 9a97235View commit details
Commits on Feb 15, 2017
-
Improve image servlet resiliance and usability
- change cached image path resolution to use a hash of the URI - add cache resilience to tmp directory removal - add support for empty "thumbnail" query string parameter - minor whitespace adjustment
Configuration menu - View commit details
-
Copy full SHA for 7b0dbcb - Browse repository at this point
Copy the full SHA 7b0dbcbView commit details
Commits on Feb 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6075077 - Browse repository at this point
Copy the full SHA 6075077View commit details
Commits on Mar 1, 2017
-
Invalidate "keyword" parameter in search service
- ignore "keyword" query string parameter in `/search`. - add "expand" parameter to let users keep the old behaviour if so is intended.
Configuration menu - View commit details
-
Copy full SHA for 5fd1538 - Browse repository at this point
Copy the full SHA 5fd1538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 344e259 - Browse repository at this point
Copy the full SHA 344e259View commit details
Commits on Mar 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d755e53 - Browse repository at this point
Copy the full SHA d755e53View commit details
Commits on Mar 17, 2017
-
- add constant uid field and getter to Task, plus more constructors - add output containing the spawned tasks to ForceIndexing servlet's POST method - adjust RunningIndexTask singleton interface to retrieve UID from task itself
Configuration menu - View commit details
-
Copy full SHA for 066f5a7 - Browse repository at this point
Copy the full SHA 066f5a7View commit details
There are no files selected for viewing