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:48:06 UTC

[incubator-sdap-nexus] branch SDAP-372 created (now fcd9771)

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

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


      at fcd9771  Added changelogs

This branch includes the following new commits:

     new fcd9771  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.



[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-372
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit fcd97719d358e2e6f8cea2de6a1bebf34b071dec
Author: skorper <st...@gmail.com>
AuthorDate: Wed Jun 1 17:47:56 2022 -0700

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

diff --git a/analysis/CHANGELOG.md b/analysis/CHANGELOG.md
new file mode 100644
index 0000000..6daa66d
--- /dev/null
+++ b/analysis/CHANGELOG.md
@@ -0,0 +1,15 @@
+# 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