briefcase icon indicating copy to clipboard operation
briefcase copied to clipboard

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make billions of data points from ODK portable. Contribute and make the world a better place! ✨💼✨

Results 84 briefcase issues
Sort by recently updated
recently updated
newest added

#### Software versions `master` (post https://github.com/getodk/briefcase/pull/872) #### Problem description https://github.com/getodk/briefcase/pull/872 introduced a new warning dialog with a documentation reference when pushing a form with multiple versions to Central. Currently the...

help wanted

#### Software versions Briefcase master Java 8 #### Problem description Export is crashing after canceling pull when empty submissions are created #### Steps to reproduce the problem 1. Start a...

#### Software versions Briefcase v1.17.4, Java v1.8 #### Problem description Forms aren’t immediately showing up in push or export after a canceled pull #### Steps to reproduce the problem 1....

#### Software versions Briefcase v1.17.4, openjdk 11.0.7 2020-04-14 OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1) OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing) #### Problem description The export hangs forever when...

bug
help wanted

#### Software versions Briefcase v1.17.4 (only this version was checked) #### Problem description Pull from Collect directory where a few versions of the same form are available is not possible...

#### Software versions Briefcase v1.17.4 #### Problem description ```java Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at org.opendatakit.briefcase.ui.reused.transfer.sourcetarget.source.Aggregate.storeSourcePrefs(Aggregate.java:88) at org.opendatakit.briefcase.ui.pull.PullPanel.lambda$new$2(PullPanel.java:76) at org.opendatakit.briefcase.ui.reused.transfer.sourcetarget.SourceOrTargetPanel.lambda$triggerOnSelect$0(SourceOrTargetPanel.java:111) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.opendatakit.briefcase.ui.reused.transfer.sourcetarget.SourceOrTargetPanel.triggerOnSelect(SourceOrTargetPanel.java:111) at org.opendatakit.briefcase.ui.reused.transfer.sourcetarget.SourceOrTargetPanel.reload(SourceOrTargetPanel.java:86) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.opendatakit.briefcase.ui.reused.transfer.sourcetarget.ShowSourceOrTargetForm.lambda$new$1(ShowSourceOrTargetForm.java:51)...

bug

#### Software versions Briefcase v1.17.4.x, Java v1.x.x, operating system, Aggregate v1.x.x, Collect v1.x.x... #### Problem description Pull before export probably has never worked for forms pulled from Central. It works...

enhancement

#### Software versions Briefcase v1.17.4 #### Problem description Crash on attempted cancel of pull from Central server when offline #### Steps to reproduce the problem 1. Open Briefcase, get a...

bug

Feedback from @ggalmazor at #870: it would be helpful to have a test that just verifies the publish action on first form upload so it's clear that happens.

As part of a software testing course in our university we are submitting this pull request. Our first assignment was to try and increase test coverage (especially branch coverage for...