Skip to content

Commit

Permalink
add updater using sparql diff
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Apr 9, 2024
1 parent 84035f1 commit 52537d5
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 46 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.3")

implementation 'com.the-qa-company:qendpoint:1.16.0'
implementation 'com.the-qa-company:qendpoint-backend:1.16.0'


testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
Expand Down
4 changes: 4 additions & 0 deletions cli/wiki-changes-updater.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
param(
$minlength,
$maxlength,
$server,
$sparql,
$date,
$updater,
$delta,
[Switch]
$syncrequest,
[Switch]
$today,
[Switch]
$color,
Expand Down
Loading

0 comments on commit 52537d5

Please sign in to comment.