Not builtChanges

Summary

  1. Delete all configs process (commit: a064796cbbdb99751763d85ace01f041a7bfd35c) (details)
  2. Upgrade database model (commit: 909341de18a58f46f100188110d0f61506448958) (details)
  3. Add and update totalBytesWritten (commit: c89a3a460eee1c732da3a4096c169ed2f42a067b) (details)
  4. Display totalBytesWritten in GUI (commit: 7a4044cbb9e83d149dd2291a92107ff10ab91632) (details)
  5. Distinguish queues types (commit: 810288f8f53177eb8f8f8e91ccf22467a754b099) (details)
  6. update danish wording (commit: a9d1464c12a7c08f9484cead7afee284764db8a4) (details)
  7. update danish wording (commit: c69421ee0e47bf1f31112f13e8fa887bf913892f) (details)
  8. Added a to-do related to NAS-2875 (commit: 85b7a3ac9e8761c879014a931f2f94fe07066be4) (details)
  9. Changed domain match to element 3 of crawl log line (commit: afd201569e56243da9f1fc5c88179806adb637a9) (details)
  10. Us crawl log field 11 for domain (commit: 530d443d1c093ced66f5fc473e516c6b5c0373f6) (details)
  11. Changing back to 10. Issue is with crawl log caching. (commit: 1ecfd3917eea680d0c84a1809b54b87104643555) (details)
  12. Created common method for filtering carwl logs by domain or regex (commit: c0b47406849900e9abe978d2039f36990858985c) (details)
  13. Added corrected behaviour when the seed is missing a scheme. (commit: 0d30f3765d08aa9bdfcbe3ba33429d7f6fb486f2) (details)
  14. Fix to NAS-2883 (commit: bfe20c8963fb50986ebacce856f636dee5b6f75f) (details)
  15. [maven-release-plugin] prepare release netarchivesuite-7.4 (commit: ff43b1ffbb7beea67078a7b5f95043677bbabeea) (details)
  16. [maven-release-plugin] prepare for next development iteration (commit: 395ff291e16c4aa5ecbeb0659df6fcd14ce1ff31) (details)
Commit a064796cbbdb99751763d85ace01f041a7bfd35c by clara.wiatrowski
Delete all configs process
(commit: a064796cbbdb99751763d85ace01f041a7bfd35c)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/HarvestDefinitionDBDAO.java
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_it.properties
The file was modifiedharvester/harvestdefinition-gui/src/main/webapp/Definitions-edit-selective-harvest.jsp
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/webinterface/SelectiveHarvestUtil.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/HarvestDefinitionDAO.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/webinterface/Constants.java
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_da.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_fr.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_de.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations.properties
Commit 909341de18a58f46f100188110d0f61506448958 by clara.wiatrowski
Upgrade database model
(commit: 909341de18a58f46f100188110d0f61506448958)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/DBSpecifics.java
The file was modifieddeploy/deploy-core/scripts/derby/createfullhddb.sql
The file was modifieddeploy/deploy-core/scripts/mysql/createfullhddb.mysql
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/MySQLSpecifics.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/PostgreSQLSpecifics.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/DerbySpecifics.java
The file was modifieddeploy/deploy-core/scripts/postgresql/netarchivesuite_init.sql
Commit c89a3a460eee1c732da3a4096c169ed2f42a067b by clara.wiatrowski
Add and update totalBytesWritten
(commit: c89a3a460eee1c732da3a4096c169ed2f42a067b)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/HarvesterDatabaseTables.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/harvesting/monitor/StartedJobInfo.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/RunningJobsInfoDBDAO.java
The file was modifiedharvester/heritrix3/heritrix3-monitor/src/main/java/dk/netarkivet/heritrix3/monitor/resources/H3JobResource.java
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/harvesting/distribute/CrawlProgressMessage.java
Commit 7a4044cbb9e83d149dd2291a92107ff10ab91632 by clara.wiatrowski
Display totalBytesWritten in GUI
(commit: 7a4044cbb9e83d149dd2291a92107ff10ab91632)
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_de.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_fr.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_it.properties
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/webinterface/HarvestStatusRunningTablesSort.java
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/webinterface/HTMLUtils.java
The file was modifiedharvester/history-gui/src/main/webapp/Harveststatus-running-jobdetails.jsp
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_da.properties
The file was modifiedharvester/history-gui/src/main/webapp/Harveststatus-running.jsp
Commit 810288f8f53177eb8f8f8e91ccf22467a754b099 by clara.wiatrowski
Distinguish queues types
(commit: 810288f8f53177eb8f8f8e91ccf22467a754b099)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/webinterface/Constants.java
The file was modifiedcommon/common-core/src/main/java/dk/netarkivet/common/webinterface/HTMLUtils.java
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_fr.properties
The file was modifiedharvester/heritrix3/heritrix3-monitor/src/main/java/dk/netarkivet/heritrix3/monitor/resources/H3JobResource.java
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_de.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_da.properties
The file was modifiedharvester/history-gui/src/main/webapp/Harveststatus-running-jobdetails.jsp
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_it.properties
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations.properties
Commit a9d1464c12a7c08f9484cead7afee284764db8a4 by clara.wiatrowski
update danish wording
(commit: a9d1464c12a7c08f9484cead7afee284764db8a4)
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_da.properties
Commit c69421ee0e47bf1f31112f13e8fa887bf913892f by clara.wiatrowski
update danish wording
(commit: c69421ee0e47bf1f31112f13e8fa887bf913892f)
The file was modifiedharvester/harvester-core/src/main/resources/dk/netarkivet/harvester/Translations_da.properties
Commit 85b7a3ac9e8761c879014a931f2f94fe07066be4 by Colin Rosenthal (csr)
Added a to-do related to NAS-2875
(commit: 85b7a3ac9e8761c879014a931f2f94fe07066be4)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
Commit afd201569e56243da9f1fc5c88179806adb637a9 by Colin Rosenthal (csr)
Changed domain match to element 3 of crawl log line
(commit: afd201569e56243da9f1fc5c88179806adb637a9)
The file was modifiedpom.xml
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
Commit 530d443d1c093ced66f5fc473e516c6b5c0373f6 by Colin Rosenthal (csr)
Us crawl log field 11 for domain
(commit: 530d443d1c093ced66f5fc473e516c6b5c0373f6)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
Commit 1ecfd3917eea680d0c84a1809b54b87104643555 by Colin Rosenthal (csr)
Changing back to 10. Issue is with crawl log caching.
(commit: 1ecfd3917eea680d0c84a1809b54b87104643555)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
Commit c0b47406849900e9abe978d2039f36990858985c by Colin Rosenthal (csr)
Created common method for filtering carwl logs by domain or regex
(commit: c0b47406849900e9abe978d2039f36990858985c)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
Commit 0d30f3765d08aa9bdfcbe3ba33429d7f6fb486f2 by Colin Rosenthal (csr)
Added corrected behaviour when the seed is missing a scheme.
(commit: 0d30f3765d08aa9bdfcbe3ba33429d7f6fb486f2)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/viewerproxy/webinterface/Reporting.java
The file was modifiedharvester/harvester-core/pom.xml
Commit bfe20c8963fb50986ebacce856f636dee5b6f75f by Colin Rosenthal (csr)
Fix to NAS-2883
(commit: bfe20c8963fb50986ebacce856f636dee5b6f75f)
The file was modifiedharvester/harvester-core/src/main/java/dk/netarkivet/harvester/datamodel/HarvestDefinitionDBDAO.java
Commit ff43b1ffbb7beea67078a7b5f95043677bbabeea by Colin Rosenthal (csr)
[maven-release-plugin] prepare release netarchivesuite-7.4
(commit: ff43b1ffbb7beea67078a7b5f95043677bbabeea)
The file was modifiedharvester/harvestchannel-gui/pom.xml
The file was modifiedharvester/harvestdefinition-gui/pom.xml
The file was modifiedpom.xml
The file was modifieddeploy/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-monitor/pom.xml
The file was modifiedarchive/archive-test/pom.xml
The file was modifiedharvester/harvester-core/pom.xml
The file was modifiedharvester/history-gui/pom.xml
The file was modifiedwayback/wayback-indexer/pom.xml
The file was modifiedharvester/harvester-test/pom.xml
The file was modifiedwayback/pom.xml
The file was modifiedharvester/harvest-scheduler/pom.xml
The file was modifiedmonitor/pom.xml
The file was modifiedmonitor/monitor-core/pom.xml
The file was modifiedwayback/wayback-resourcestore/pom.xml
The file was modifiedcommon/common-core/pom.xml
The file was modifiedarchive/bitpreservation-gui/pom.xml
The file was modifiedhadoop-uber-jar/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-bundler/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-extensions/pom.xml
The file was modifiedharvester/pom.xml
The file was modifiedharvester/qa-gui/pom.xml
The file was modifiedcommon/pom.xml
The file was modifiedarchive/archive-core/pom.xml
The file was modifiedcommon/common-test/pom.xml
The file was modifieddeploy/deploy-core/pom.xml
The file was modifiedhadoop-uber-jar-invoker/pom.xml
The file was modifiedmonitor/status-gui/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-controller/pom.xml
The file was modifiedharvester/heritrix3/pom.xml
The file was modifiedmonitor/monitor-test/pom.xml
The file was modifiedintegration-test/system-test/pom.xml
The file was modifiedbuild-tools/pom.xml
The file was modifiedintegration-test/pom.xml
The file was modifiedarchive/pom.xml
The file was modifieddeploy/distribution/pom.xml
The file was modifiedwayback/wayback-test/pom.xml
The file was modifieddeploy/deploy-test/pom.xml
The file was modifiedcommon/netarchivesuite-test-utils/pom.xml
Commit 395ff291e16c4aa5ecbeb0659df6fcd14ce1ff31 by Colin Rosenthal (csr)
[maven-release-plugin] prepare for next development iteration
(commit: 395ff291e16c4aa5ecbeb0659df6fcd14ce1ff31)
The file was modifiedmonitor/status-gui/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-extensions/pom.xml
The file was modifiedintegration-test/pom.xml
The file was modifiedcommon/pom.xml
The file was modifiedharvester/heritrix3/pom.xml
The file was modifiedarchive/pom.xml
The file was modifieddeploy/distribution/pom.xml
The file was modifiedmonitor/pom.xml
The file was modifiedwayback/wayback-test/pom.xml
The file was modifiedarchive/bitpreservation-gui/pom.xml
The file was modifiedbuild-tools/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-bundler/pom.xml
The file was modifiedmonitor/monitor-core/pom.xml
The file was modifiedmonitor/monitor-test/pom.xml
The file was modifiedwayback/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-monitor/pom.xml
The file was modifiedwayback/wayback-indexer/pom.xml
The file was modifiedarchive/archive-test/pom.xml
The file was modifieddeploy/deploy-test/pom.xml
The file was modifiedharvester/harvester-core/pom.xml
The file was modifiedharvester/harvester-test/pom.xml
The file was modifiedintegration-test/system-test/pom.xml
The file was modifiedharvester/pom.xml
The file was modifiedharvester/harvest-scheduler/pom.xml
The file was modifiedharvester/heritrix3/heritrix3-controller/pom.xml
The file was modifieddeploy/pom.xml
The file was modifieddeploy/deploy-core/pom.xml
The file was modifiedharvester/harvestchannel-gui/pom.xml
The file was modifiedarchive/archive-core/pom.xml
The file was modifiedpom.xml
The file was modifiedwayback/wayback-resourcestore/pom.xml
The file was modifiedhadoop-uber-jar/pom.xml
The file was modifiedcommon/common-core/pom.xml
The file was modifiedharvester/history-gui/pom.xml
The file was modifiedhadoop-uber-jar-invoker/pom.xml
The file was modifiedcommon/common-test/pom.xml
The file was modifiedharvester/harvestdefinition-gui/pom.xml
The file was modifiedcommon/netarchivesuite-test-utils/pom.xml
The file was modifiedharvester/qa-gui/pom.xml