Skip to content

Commit

Permalink
Merge branch 'release/2.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Mar 8, 2024
2 parents 412977b + 47982e3 commit 46e53d9
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 9 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": "Display Copy Help",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/Stars.Console/bin/Debug/net6.0/Stars.dll",
"args": [
"copy",
"-h"
],
"cwd": "${workspaceFolder}/src",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": "Display Plugins",
"type": "coreclr",
Expand Down
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [2.19.5](https://github.com/Terradue/Stars/compare/2.19.4...2.19.5)
## [2.20.1](https://github.com/Terradue/Stars/compare/2.20.0...2.20.1)

### Commits

- Add launch configuration for displaying copy help [`54e7561`](https://github.com/Terradue/Stars/commit/54e756116e4eaa36207318947dd29e693346ced6)

## [2.20.0](https://github.com/Terradue/Stars/compare/2.19.6...2.20.0) - 2024-03-07

### Merged

- Changes for Vision-1 metadata extraction [`#47`](https://github.com/Terradue/Stars/pull/47)
- SciHub refresh 1.28.5 for Sentinel-3 DATAAUTHOR-252 [`#45`](https://github.com/Terradue/Stars/pull/45)

### Commits

- Vision-1 refactoring and test changes [`fa35730`](https://github.com/Terradue/Stars/commit/fa357300e5f04dc26bbcc38dcec79d2e5fae34e5)
- Initial changes for different DIMAP format (Vision-1 bundles) [`aef5f65`](https://github.com/Terradue/Stars/commit/aef5f65eb8cc2820ca93a6d046c20b68fc0fb0cc)
- Corrections for Vision-1 and related functionality [`bb50fbd`](https://github.com/Terradue/Stars/commit/bb50fbd3e406045310e2fd8b03daf67fd6a6119b)

## [2.19.6](https://github.com/Terradue/Stars/compare/2.19.5...2.19.6) - 2024-02-27

### Commits

- Update GeosquareService and AmazonCustomS3Config classes [`c192cf0`](https://github.com/Terradue/Stars/commit/c192cf05adfa20409f22a437cabc02afac7bfdfa)
- Update project versions to 2.19.6 [`da25d1f`](https://github.com/Terradue/Stars/commit/da25d1f98fa714b44800b6ca95084e0ff5807e56)

## [2.19.5](https://github.com/Terradue/Stars/compare/2.19.4...2.19.5) - 2024-02-26

### Commits

- Update version numbers to 2.19.5 [`9dfb5dd`](https://github.com/Terradue/Stars/commit/9dfb5dd5df6b05edc68dd372696dc49129fc91cb)
- fix for empty serviceUrl in AmazonCustomS3Config.cs [`5a42ea8`](https://github.com/Terradue/Stars/commit/5a42ea8cbb32032b58e239d91703f86df21d972e)

## [2.19.4](https://github.com/Terradue/Stars/compare/2.19.3...2.19.4) - 2024-02-20
Expand Down
1 change: 1 addition & 0 deletions src/Stars.Console/Operations/BaseOperation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

namespace Terradue.Stars.Console.Operations
{
[HelpOption]
internal abstract class BaseOperation
{
[Option]
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Console/Terradue.Stars.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
<Version>2.20.0</Version>
<Version>2.20.1</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Description>Stars is a CLI for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Data/Terradue.Stars.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ProjectName>Terradue.Stars.Data</ProjectName>
<Title>Terradue.Stars.Data</Title>
<Description>Collection of data Plugins for Terradue.Stars</Description>
<Version>2.20.0</Version>
<Version>2.20.1</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<NoWarn>NU1603</NoWarn>
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Data/ThirdParty/Publication/GeosquareService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task<IPublicationState> PublishAsync(IPublicationModel publicationM

GeosquarePublicationState state = new GeosquarePublicationState(geosquareModel, client);
state.Hash = guid;
await routingService.RouteAsync(route, 4, null, state, ct);
await routingService.RouteAsync(route, publicationModel.Depth, null, state, ct);

state.OsdUri = new Uri(client.BaseAddress,
string.Format("{0}/cat/{1}/description", geosquareModel.Index, guid.Value));
Expand Down
2 changes: 1 addition & 1 deletion src/Stars.Services/Terradue.Stars.Services.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Terradue.Stars</Title>
<Description>Stars is a set of services for working with Spatio Temporal Catalog such as STAC but not only</Description>
<Version>2.20.0</Version>
<Version>2.20.1</Version>
<!-- <VersionSuffix>beta.8</VersionSuffix> -->
<Version Condition=" '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</Version>
<AssemblyName>Terradue.Stars.Services</AssemblyName>
Expand Down
3 changes: 0 additions & 3 deletions src/Stars.Tests/S3Tests.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
using System;
using System.IO;
using System.Linq;
using System.Net;
using System.Threading;
using System.Threading.Tasks;
using Amazon.S3.Model;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Options;
using Stac;
using Stac.Extensions.File;
using Terradue.Stars.Interface;
using Terradue.Stars.Services;
using Terradue.Stars.Services.Model.Stac;
using Terradue.Stars.Services.Resources;
using Terradue.Stars.Services.Router;
using Terradue.Stars.Services.Supplier;
using Terradue.Stars.Services.Supplier.Carrier;
using Terradue.Stars.Services.Supplier.Destination;
Expand Down

0 comments on commit 46e53d9

Please sign in to comment.