Skip to content

update #238

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

Merged
merged 47 commits into from
Apr 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
44b0162
Fixed #169, Fixed #170, Fixed #171, Fixed #172, Fixed #183
thomaswoehlke Apr 10, 2020
67024e1
work in progress
thomaswoehlke Apr 11, 2020
572170f
work in progress
thomaswoehlke Apr 11, 2020
936662d
work in progress
thomaswoehlke Apr 11, 2020
6a48c75
work in progress
thomaswoehlke Apr 11, 2020
848c1c2
work in progress
thomaswoehlke Apr 11, 2020
2e90727
work in progress
thomaswoehlke Apr 11, 2020
e3e5919
work in progress
thomaswoehlke Apr 11, 2020
6217a73
work in progress
thomaswoehlke Apr 11, 2020
7b17880
work in progress
thomaswoehlke Apr 11, 2020
5ff302a
work in progress
thomaswoehlke Apr 11, 2020
ac0d187
work in progress
thomaswoehlke Apr 11, 2020
4c0ddb4
work in progress
thomaswoehlke Apr 11, 2020
c245f35
work in progress
thomaswoehlke Apr 11, 2020
da9280d
work in progress
thomaswoehlke Apr 11, 2020
eea1fec
work in progress
thomaswoehlke Apr 11, 2020
5554779
work in progress
thomaswoehlke Apr 11, 2020
71148d9
work in progress
thomaswoehlke Apr 11, 2020
e8bb208
work in progress
thomaswoehlke Apr 11, 2020
502dcf4
work in progress
thomaswoehlke Apr 11, 2020
7edf7ac
work in progress
thomaswoehlke Apr 11, 2020
a0b9f45
work in progress
thomaswoehlke Apr 11, 2020
aa34833
work in progress
thomaswoehlke Apr 11, 2020
674088e
work in progress
thomaswoehlke Apr 11, 2020
d4069a4
work in progress
thomaswoehlke Apr 11, 2020
b362047
work in progress
thomaswoehlke Apr 11, 2020
ac3a891
work in progress
thomaswoehlke Apr 11, 2020
c0ed5d6
work in progress
thomaswoehlke Apr 11, 2020
23106d8
work in progress
thomaswoehlke Apr 11, 2020
3e126b6
work in progress
thomaswoehlke Apr 11, 2020
f0cb51c
work in progress
thomaswoehlke Apr 11, 2020
4ad68eb
work in progress
thomaswoehlke Apr 11, 2020
d2d6a59
work in progress
thomaswoehlke Apr 11, 2020
96b8458
work in progress
thomaswoehlke Apr 11, 2020
5baa74b
work in progress
thomaswoehlke Apr 11, 2020
60aeb21
work in progress
thomaswoehlke Apr 11, 2020
c446f77
work in progress
thomaswoehlke Apr 11, 2020
8567d22
work in progress
thomaswoehlke Apr 11, 2020
138dc0b
work in progress
thomaswoehlke Apr 11, 2020
eb3bb28
work in progress
thomaswoehlke Apr 11, 2020
0415c20
work in progress
thomaswoehlke Apr 11, 2020
0084976
work in progress
thomaswoehlke Apr 11, 2020
54fcbe9
Fixed #223, Fixed #224, Fixed #225, Fixed #226, Fixed #227, Fixed #22…
thomaswoehlke Apr 11, 2020
f2ce58a
Fixed #201, Fixed #202, Fixed #203, Fixed #204, Fixed #205, Fixed #20…
thomaswoehlke Apr 11, 2020
e8a19ac
Fixed #220, Fixed #221, Fixed #222
thomaswoehlke Apr 11, 2020
b0682e6
Fixed #220, Fixed #221, Fixed #222
thomaswoehlke Apr 11, 2020
754ecb5
Fixed #220, Fixed #221, Fixed #222
thomaswoehlke Apr 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/simpleworklist.iml
/.classpath
/.project
/.idea
#/.idea
/.settings
/SimpleWorklist.mdzip.bak
/mvn.log
Expand All @@ -19,7 +19,7 @@
/etc/mavenlog3.txt
target/
.env
.idea/
#.idea/
*.iml
.classpath
.project
Expand All @@ -33,5 +33,7 @@ setenv.cmd
/src/main/java/org/woehlke/simpleworklist/project/x.txt
/src/main/java/org/woehlke/simpleworklist/task/x.txt
/src/main/java/org/woehlke/simpleworklist/context/x.txt
/src/main/java/org/woehlke/simpleworklist/error/x.txt
/src/main/java/org/woehlke/simpleworklist/application/error/x.txt
/src/main/java/org/woehlke/simpleworklist/searchRequest/x.txt
/.idea/workspace.xml
/.idea/misc.xml
22 changes: 22 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__antlr_antlr_2_7_7.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__avalon_framework_avalon_framework_4_1_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__ch_ethz_ganymed_ganymed_ssh2_build210.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__ch_qos_logback_logback_classic_1_2_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__ch_qos_logback_logback_core_1_2_3.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__classworlds_classworlds_1_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_beust_jcommander_1_72.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_fasterxml_classmate_1_5_1.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_github_spotbugs_spotbugs_4_0_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/libraries/Maven__com_google_code_findbugs_jsr305_3_0_2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading