You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2022/06/02 00:46:41 UTC

[incubator-sdap-nexus] branch SDAP-387 updated (a951945 -> 07fce48)

This is an automated email from the ASF dual-hosted git repository.

skperez pushed a change to branch SDAP-387
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


    from a951945  Remove todos, add newline to end of file
     add c8a43bc  Fixed failing test
     new 07fce48  Added changelogs

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 analysis/CHANGELOG.md                              |   16 +
 .../tests/algorithms/test_base_doms_handler.py     | 2321 +-------------------
 data-access/CHANGELOG.md                           |   13 +
 3 files changed, 37 insertions(+), 2313 deletions(-)
 create mode 100644 analysis/CHANGELOG.md
 create mode 100644 data-access/CHANGELOG.md


[incubator-sdap-nexus] 01/01: Added changelogs

Posted by sk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

skperez pushed a commit to branch SDAP-387
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 07fce481eb8103fc22f0a2496c2865ef9de2967c
Author: skorper <st...@gmail.com>
AuthorDate: Wed Jun 1 17:46:29 2022 -0700

    Added changelogs
---
 analysis/CHANGELOG.md    | 16 ++++++++++++++++
 data-access/CHANGELOG.md | 13 +++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md
new file mode 100644
index 0000000..87cf64d
--- /dev/null
+++ b/analysis/CHANGELOG.md
@@ -0,0 +1,16 @@
+# 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).
+
+## [Unreleased]
+### Added
+- SDAP-372: Updated matchup algorithm to point to AWS insitu API endpoint
+- SDAP-372: Added new matchup endpoint `matchup_doms` that points to DOMS insitu endpoint
+
+### Changed
+### Deprecated
+### Removed
+### Fixed
+### Security
\ No newline at end of file
diff --git a/data-access/CHANGELOG.md b/data-access/CHANGELOG.md
new file mode 100644
index 0000000..1d217de
--- /dev/null
+++ b/data-access/CHANGELOG.md
@@ -0,0 +1,13 @@
+# 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).
+
+## [Unreleased]
+### Added
+### Changed
+### Deprecated
+### Removed
+### Fixed
+### Security
\ No newline at end of file