mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-28 18:20:04 +00:00
Compare commits
9 Commits
webcfg_bin
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3815115af | ||
|
|
6dcabbcf5f | ||
|
|
6782ae7868 | ||
|
|
e274b572dd | ||
|
|
4107159696 | ||
|
|
94531a3faa | ||
|
|
373acb170a | ||
|
|
262a23e00e | ||
|
|
193706c21c |
17
.github/workflows/push.yml
vendored
17
.github/workflows/push.yml
vendored
@@ -4,7 +4,7 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'AUTHORS'
|
- 'AUTHORS'
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
runs-on: [ ubuntu-latest ]
|
runs-on: [ ubuntu-latest ]
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -38,10 +38,8 @@ jobs:
|
|||||||
- name: Make Build Directory
|
- name: Make Build Directory
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
|
|
||||||
- name: Get Sonarcloud Binaries
|
- name: Install sonar-scanner and build-wrapper
|
||||||
working-directory: build
|
uses: sonarsource/sonarcloud-github-c-cpp@v2
|
||||||
run: |
|
|
||||||
../.github/scripts/get_sonarcloud.sh
|
|
||||||
|
|
||||||
- name: CMake
|
- name: CMake
|
||||||
working-directory: build
|
working-directory: build
|
||||||
@@ -52,7 +50,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: |
|
run: |
|
||||||
build-wrapper-linux-x86/build-wrapper-linux-x86-64 --out-dir bw-output make all test
|
build-wrapper-linux-x86-64 --out-dir bw-output make all test
|
||||||
|
|
||||||
- name: Merge GCOV Reports for Sonarcloud
|
- name: Merge GCOV Reports for Sonarcloud
|
||||||
working-directory: build
|
working-directory: build
|
||||||
@@ -66,7 +64,8 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Upload Codecov.io
|
- name: Upload Codecov.io
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
|
||||||
with:
|
with:
|
||||||
directory: .
|
directory: .
|
||||||
|
flags: unittests
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
12
CHANGELOG.md
12
CHANGELOG.md
@@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
- Add additional HTTP headers for call to Themis from Convey
|
|
||||||
|
|
||||||
## [1.1.4]
|
## [v1.1.5]
|
||||||
|
- Add additional HTTP headers for call to Themis from Convey
|
||||||
|
- Change default branch name to `main`
|
||||||
|
|
||||||
|
## [v1.1.4]
|
||||||
- on connect retry, requery jwt only if it failed before
|
- on connect retry, requery jwt only if it failed before
|
||||||
- put two timestamps in connection health file; start conn and current
|
- put two timestamps in connection health file; start conn and current
|
||||||
- change health file update interval to 240sec
|
- change health file update interval to 240sec
|
||||||
@@ -102,8 +105,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
### Added
|
### Added
|
||||||
- Initial creation
|
- Initial creation
|
||||||
|
|
||||||
[Unreleased]: https://github.com/Comcast/parodus/compare/1.1.4...HEAD
|
[Unreleased]: https://github.com/Comcast/parodus/compare/v1.1.5...HEAD
|
||||||
[1.1.4]: https://github.com/Comcast/parodus/compare/1.1.3...1.1.4
|
[1.1.5]: https://github.com/Comcast/parodus/compare/v1.1.4...v1.1.5
|
||||||
|
[1.1.4]: https://github.com/Comcast/parodus/compare/1.1.3...v1.1.4
|
||||||
[1.1.3]: https://github.com/Comcast/parodus/compare/1.1.2...1.1.3
|
[1.1.3]: https://github.com/Comcast/parodus/compare/1.1.2...1.1.3
|
||||||
[1.1.2]: https://github.com/Comcast/parodus/compare/1.1.1...1.1.2
|
[1.1.2]: https://github.com/Comcast/parodus/compare/1.1.1...1.1.2
|
||||||
[1.1.1]: https://github.com/Comcast/parodus/compare/1.0.4...1.1.1
|
[1.1.1]: https://github.com/Comcast/parodus/compare/1.0.4...1.1.1
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.7)
|
cmake_minimum_required(VERSION 2.8.7)
|
||||||
|
|
||||||
#project(parodus VERSION 1.1.15)
|
#project(parodus VERSION 1.1.5)
|
||||||
project(parodus)
|
project(parodus)
|
||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
|
|||||||
Reference in New Issue
Block a user