Skip to content

Commit d3444ed

Browse files
authored
Merge pull request #196 from adamint/dev
Explicitly add javax.xml.bind dependency, implement bulk requesting
2 parents 52338dc + bacf91e commit d3444ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1542
-18843
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
36-
37-
**Additional context**
38-
Add any other context about the problem here.
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
8-
---
9-
10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12-
13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
15-
16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
18-
19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 127 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,128 @@
1-
2-
# Created by https://www.gitignore.io/api/gradle,kotlin,intellij
3-
# Edit at https://www.gitignore.io/?templates=gradle,kotlin,intellij
4-
5-
### Intellij ###
6-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8-
9-
# User-specific stuff
10-
.idea/**/workspace.xml
11-
.idea/**/tasks.xml
12-
.idea/**/usage.statistics.xml
13-
.idea/**/dictionaries
14-
.idea/**/shelf
15-
16-
# Generated files
17-
.idea/**/contentModel.xml
18-
19-
# Sensitive or high-churn files
20-
.idea/**/dataSources/
21-
.idea/**/dataSources.ids
22-
.idea/**/dataSources.local.xml
23-
.idea/**/sqlDataSources.xml
24-
.idea/**/dynamic.xml
25-
.idea/**/uiDesigner.xml
26-
.idea/**/dbnavigator.xml
27-
28-
# Gradle
29-
.idea/**/gradle.xml
30-
.idea/**/libraries
31-
32-
# Gradle and Maven with auto-# When using Gradle or Maven with auto-import, you should exclude module files,
33-
# since they will be recreated, and may cause churn. Uncomment if using
34-
# auto-import.
35-
.idea/modules.xml
36-
.idea/*.iml
37-
.idea/modules
38-
39-
# CMake
40-
cmake-build-*/
41-
42-
# Mongo Explorer plugin
43-
.idea/**/mongoSettings.xml
44-
45-
# File-based project format
46-
*.iws
47-
48-
# IntelliJ
49-
out/
50-
51-
# mpeltonen/sbt-idea plugin
52-
.idea_modules/
53-
54-
# JIRA plugin
55-
atlassian-ide-plugin.xml
56-
57-
# Cursive Clojure plugin
58-
.idea/replstate.xml
59-
60-
# Crashlytics plugin (for Android Studio and IntelliJ)
61-
com_crashlytics_export_strings.xml
62-
crashlytics.properties
63-
crashlytics-build.properties
64-
fabric.properties
65-
66-
# Editor-based Rest Client
67-
.idea/httpRequests
68-
69-
# Android studio 3.1+ serialized cache file
70-
.idea/caches/build_file_checksums.ser
71-
72-
### Intellij Patch ###
73-
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
74-
75-
# *.iml
76-
# modules.xml
77-
# .idea/misc.xml
78-
# *.ipr
79-
80-
# Sonarlint plugin
81-
.idea/sonarlint
82-
83-
### Kotlin ###
84-
# Compiled class file
85-
*.class
86-
87-
# Log file
88-
*.log
89-
90-
# BlueJ files
91-
*.ctxt
92-
93-
# Mobile Tools for Java (J2ME)
94-
.mtj.tmp/
95-
96-
# Package Files #
97-
*.jar
98-
*.war
99-
*.nar
100-
*.ear
101-
*.zip
102-
*.tar.gz
103-
*.rar
104-
105-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
106-
hs_err_pid*
107-
108-
### Gradle ###
109-
.gradle
110-
/build/
111-
112-
# Ignore Gradle GUI config
113-
gradle-app.setting
114-
115-
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
116-
!gradle-wrapper.jar
117-
118-
# Cache of project
119-
.gradletasknamecache
120-
121-
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
122-
# gradle/wrapper/gradle-wrapper.properties
123-
124-
### Gradle Patch ###
125-
**/build/
126-
127-
# End of https://www.gitignore.io/api/gradle,kotlin,intellij
1+
2+
# Created by https://www.gitignore.io/api/gradle,kotlin,intellij
3+
# Edit at https://www.gitignore.io/?templates=gradle,kotlin,intellij
4+
5+
### Intellij ###
6+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
7+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
8+
9+
# User-specific stuff
10+
.idea/**/workspace.xml
11+
.idea/**/tasks.xml
12+
.idea/**/usage.statistics.xml
13+
.idea/**/dictionaries
14+
.idea/**/shelf
15+
16+
# Generated files
17+
.idea/**/contentModel.xml
18+
19+
# Sensitive or high-churn files
20+
.idea/**/dataSources/
21+
.idea/**/dataSources.ids
22+
.idea/**/dataSources.local.xml
23+
.idea/**/sqlDataSources.xml
24+
.idea/**/dynamic.xml
25+
.idea/**/uiDesigner.xml
26+
.idea/**/dbnavigator.xml
27+
28+
# Gradle
29+
.idea/**/gradle.xml
30+
.idea/**/libraries
31+
32+
# Gradle and Maven with auto-# When using Gradle or Maven with auto-import, you should exclude module files,
33+
# since they will be recreated, and may cause churn. Uncomment if using
34+
# auto-import.
35+
.idea/modules.xml
36+
.idea/*.iml
37+
.idea/modules
38+
39+
# CMake
40+
cmake-build-*/
41+
42+
# Mongo Explorer plugin
43+
.idea/**/mongoSettings.xml
44+
45+
# File-based project format
46+
*.iws
47+
48+
# IntelliJ
49+
out/
50+
51+
# mpeltonen/sbt-idea plugin
52+
.idea_modules/
53+
54+
# JIRA plugin
55+
atlassian-ide-plugin.xml
56+
57+
# Cursive Clojure plugin
58+
.idea/replstate.xml
59+
60+
# Crashlytics plugin (for Android Studio and IntelliJ)
61+
com_crashlytics_export_strings.xml
62+
crashlytics.properties
63+
crashlytics-build.properties
64+
fabric.properties
65+
66+
# Editor-based Rest Client
67+
.idea/httpRequests
68+
69+
# Android studio 3.1+ serialized cache file
70+
.idea/caches/build_file_checksums.ser
71+
72+
### Intellij Patch ###
73+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
74+
75+
# *.iml
76+
# modules.xml
77+
# .idea/misc.xml
78+
# *.ipr
79+
80+
# Sonarlint plugin
81+
.idea/sonarlint
82+
83+
### Kotlin ###
84+
# Compiled class file
85+
*.class
86+
87+
# Log file
88+
*.log
89+
90+
# BlueJ files
91+
*.ctxt
92+
93+
# Mobile Tools for Java (J2ME)
94+
.mtj.tmp/
95+
96+
# Package Files #
97+
*.jar
98+
*.war
99+
*.nar
100+
*.ear
101+
*.zip
102+
*.tar.gz
103+
*.rar
104+
105+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
106+
hs_err_pid*
107+
108+
### Gradle ###
109+
.gradle
110+
/build/
111+
112+
# Ignore Gradle GUI config
113+
gradle-app.setting
114+
115+
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
116+
!gradle-wrapper.jar
117+
118+
# Cache of project
119+
.gradletasknamecache
120+
121+
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
122+
# gradle/wrapper/gradle-wrapper.properties
123+
124+
### Gradle Patch ###
125+
**/build/
126+
127+
# End of https://www.gitignore.io/api/gradle,kotlin,intellij
128128
/.idea/

0 commit comments

Comments
 (0)