Skip to content

Commit

Permalink
Merge pull request #31 from mmahacek/develop
Browse files Browse the repository at this point in the history
v0.0.13 release
  • Loading branch information
mmahacek authored Dec 1, 2023
2 parents eba5a15 + fee4b3e commit cd741ef
Show file tree
Hide file tree
Showing 36 changed files with 337 additions and 2,642 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,6 @@ on:
permissions:
contents: read

# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Install Node.js
# uses: actions/setup-node@v2
# with:
# node-version: '16'
# - name: Install Antora
# run: npm i antora
# - name: Generate Site
# run: npx antora antora-playbook-local.yml
# - name: Publish to GitHub Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./public

jobs:
# Build the documentation and upload the static HTML files as an artifact.
build:
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog


## [0.0.13] 2023-12-1

### What's Changed

* Fixed `foreign_source` model for processing `parameter`s.
* Updated `dao` and `model` module bases to allow importing within from the `pyonms` module
* Remove deprecated cloud portal module
* Remove deprecated Antora documentation

**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.0.12...v0.0.13

## [0.0.12] 2023-11-30

### What's Changed
Expand All @@ -8,7 +20,6 @@

**Full Changelog**: https://github.com/mmahacek/PyONMS/compare/v0.0.11...v0.0.12


## [0.0.11] 2023-11-29

### What's Changed
Expand Down
29 changes: 0 additions & 29 deletions antora-playbook-local.yml

This file was deleted.

14 changes: 0 additions & 14 deletions docs/antora.yml

This file was deleted.

18 changes: 0 additions & 18 deletions docs/modules/ROOT/nav.adoc

This file was deleted.

69 changes: 0 additions & 69 deletions docs/modules/ROOT/pages/endpoints/alarms.adoc

This file was deleted.

Loading

0 comments on commit cd741ef

Please sign in to comment.