Skip to content

Commit f96f179

Browse files
authored
Feature/refactor input clients (#16)
* Improve layer separation by defining InputClients * Move examples * Update gitignore * Adjust local solution selector * Simplify property building * Error handling for input fetching * Http error handling --------- Co-authored-by: Dominik <wezik@users.noreply.github.com>
1 parent 5c05838 commit f96f179

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

+327
-383
lines changed

.gitignore

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,6 @@
1-
.gradle
1+
.gradle/
22
build/
3-
!gradle/wrapper/gradle-wrapper.jar
4-
!**/src/main/**/build/
5-
!**/src/test/**/build/
6-
7-
### IntelliJ IDEA ###
8-
.idea
9-
.idea/modules.xml
10-
.idea/jarRepositories.xml
11-
.idea/compiler.xml
12-
.idea/libraries/
13-
*.iws
14-
*.iml
15-
*.ipr
16-
out/
17-
!**/src/main/**/out/
18-
!**/src/test/**/out/
19-
20-
### Kotlin ###
21-
.kotlin
22-
23-
### Eclipse ###
24-
.apt_generated
25-
.classpath
26-
.factorypath
27-
.project
28-
.settings
29-
.springBeans
30-
.sts4-cache
31-
bin/
32-
!**/src/main/**/bin/
33-
!**/src/test/**/bin/
34-
35-
### NetBeans ###
36-
/nbproject/private/
37-
/nbbuild/
38-
/dist/
39-
/nbdist/
40-
/.nb-gradle/
41-
42-
### VS Code ###
43-
.vscode/
44-
45-
### Mac OS ###
46-
.DS_Store
47-
3+
.idea/
484
.kotlin/
5+
.cache/
496
kls_database.db
50-
51-
inputs/*.txt
52-
inputs/*/*.txt
53-
!inputs/*/example/
54-
!inputs/*/example/**
55-
56-
.envrc
57-
.env
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)