Skip to content

Commit

Permalink
update server: update dependencies "v-common", version = "=0.10.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Jun 3, 2024
1 parent 001aa4f commit c048391
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion conf/veda.modules
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ccus2

web-api
module = web-api
args = --http_port=8080 --use-direct-ft-query=true --workers=1 --db-connection=db-conn-1
args = --http_port=8080 --use-direct-ft-query=true --workers=1 --db-connection=db-conn-1 --use_authorization_cache=false --stat_mode=full


#queue2storage
Expand Down
5 changes: 3 additions & 2 deletions conf/veda.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sparql_db = http://127.0.0.1:7878
sparql_not_indexed = "v-s:Journal, v-s:JournalRecord, v-wf:WorkOrder, v-wf:WorkItem, v-wf:Variable, v-s:Membership, v-s:PermissionStatement"

stat_collector_url = tcp://127.0.0.1:40899
stat_mode=none

#redis_addr = 127.0.0.1:6379
#geo_port = 8070
Expand All @@ -46,13 +47,13 @@ scripts_location = ./public/js/server
#mstorage_watchdog_period = 3m
auth_watchdog_period = 200s

use_az_cache = true
#use_authorization_cache = true

[alias]
db-conn-1 = tcp://veda6:[email protected]:3309
db-conn-2 = ./data

[az_cache]
[authorization_cache]
write = true
expiration = 30m
cleanup_interval = 1h
Expand Down
2 changes: 1 addition & 1 deletion source/veda-fanout-email/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ log = "0.4"
lettre = "0.9.4"
lettre_email = "0.9.4"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-fanout-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ mysql = "17.0.0"
log = "0.4"
chrono = "0.4"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-geo-indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ redis = "0.12.0"
env_logger = "0.6"
log = "0.4"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-queue2storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ url = "2.1.1"
csv = "1.1"
scan_fmt = "0.1.3"

v_common = { package = "v-common", version = "0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-ro-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
log = "0.4"
nng = "1.0.0"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-search-index-pt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ url = "2.1.1"
serde = "1.0"
bincode = "1.2.1"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-search-index-tt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ url = "2.1.1"
bincode = "1.2.1"
serde = "1.0"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-search-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ log = "0.4"
nng = "1.0.0"
serde_json = "1.0"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }
2 changes: 1 addition & 1 deletion source/veda-sparql-indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ base64 = "0.13"
version = "3.0.0"
git-version = "0.3.9"

v_common = { package = "v-common", version = "=0.10.0" }
v_common = { package = "v-common", version = "=0.10.6" }
#v_common = { package = "v-common", path = "../../../v-common" }

0 comments on commit c048391

Please sign in to comment.