7 Commits

Author SHA1 Message Date
Samuele Locatelli f0b2f3daa1 Merge branch 'release/UpdateiOS_Topic_02' 2025-05-08 17:37:46 +02:00
Samuele Locatelli 9b14695b54 Fix pubblicazione x calcolo ZIP x upload nexus 2025-05-08 17:37:12 +02:00
Samuele Locatelli 9ea98a4acd Update pacchetto eqnSender 2025-05-08 17:28:53 +02:00
Samuele Locatelli d611a10579 Merge tag 'UpdateiOS_Topic_01' into develop
Aggiornato topic messaggio iOS
2025-05-08 17:28:01 +02:00
Samuele Locatelli 9ca7b8fb4e Merge branch 'release/UpdateiOS_Topic_01' 2025-05-08 17:27:49 +02:00
Samuele Locatelli 50b107e963 Update test REST 2025-05-08 17:27:19 +02:00
Samuele Locatelli ba39ec4ea0 Update notifica x iOS x inviare mappa su notifica 2025-05-08 17:27:06 +02:00
15 changed files with 70 additions and 6 deletions
+2 -1
View File
@@ -2,6 +2,7 @@ variables:
VERS_MAIN: '1.0'
NEXUS_PATH: 'EQN/EqnSend'
APP_NAME: 'Eqn.Sender'
ZIP_NAME: 'EqnSender'
SOL_NAME: 'Eqn.Sender'
# helper x fix pacchetti nuget da repo locale nexus.steamware.net
@@ -40,7 +41,7 @@ variables:
# helper creazione hash files
.hashBuild: &hashBuild
- |
$Target = $env:APP_NAME + "\bin\publish\" + $env:APP_NAME + ".zip"
$Target = $env:APP_NAME + "\bin\publish\" + $env:ZIP_NAME + ".zip"
$MD5 = Get-FileHash $Target -Algorithm MD5
$SHA1 = Get-FileHash $Target -Algorithm SHA1
New-Item $Target".md5"
+9 -1
View File
@@ -1,5 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {}
"tools": {
"dotnet-ef": {
"version": "9.0.4",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}
+1
View File
@@ -216,6 +216,7 @@ namespace Eqn.Sender.Controllers
{
MutableContent = true,
ContentAvailable = true,
Category = rawData.iOSAction,
Sound = rawData.notifySound,
Alert = new ApsAlert()
{
+1 -1
View File
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>1.0.2405.2008</Version>
<Version>1.0.2505.0817</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>352f62a7-3b7d-40cd-ab21-b55a5fefae44</UserSecretsId>
@@ -5,5 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project>
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<History>True|2025-05-08T15:28:21.8660505Z||;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>EqnSender - Gestione invio messaggi piattaforma EQN</i>
<h4>Versione: 1.0.2405.2008</h4>
<h4>Versione: 1.0.2505.0817</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.0.2405.2008
1.0.2505.0817
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.0.2405.2008</version>
<version>1.0.2505.0817</version>
<url>http://nexus.steamware.net/repository/SWS/EqnSender/stable/0/EqnSender.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/EqnSender/stable/0/ChangeLog.html</changelog>
<mandatory>false</mandatory>
@@ -0,0 +1,16 @@
meta {
name: Cache.QuakesALLAuto
type: http
seq: 1
}
get {
url: https://{{CACHE_URL}}/distquake_download_automatic21.php?mag=0.0&pro=all
body: none
auth: inherit
}
params:query {
mag: 0.0
pro: all
}
+9
View File
@@ -0,0 +1,9 @@
meta {
name: EQN Test
}
vars:pre-request {
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
BASE_URL: https://localhost:7033
}
+3
View File
@@ -0,0 +1,3 @@
meta {
name: FCMSender
}
+9
View File
@@ -0,0 +1,9 @@
{
"version": "1",
"name": "EQN",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
+5
View File
@@ -0,0 +1,5 @@
vars {
BASE_URL: http://localhost:7033
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
}
+5
View File
@@ -0,0 +1,5 @@
vars {
BASE_URL: https://172.16.1.151:5007
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
}
+5
View File
@@ -0,0 +1,5 @@
vars {
BASE_URL: http://eqnsend.ovh
CACHE_URL: cache.earthquakenetwork.it
EQN_URL: srv.earthquakenetwork.it
}