-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from nasa/integration-candidate
cFS bundle Integration candidate: 2021-03-30
- Loading branch information
Showing
13 changed files
with
142 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Changelog | ||
|
||
# Controls when the action will run. | ||
on: | ||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Run Changelog | ||
uses: heinrichreimer/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
issuesLabel: "### Closed issues" | ||
breakingLabel: "### Breaking changes" | ||
enhancementLabel: "### Implemented enhancements" | ||
bugsLabel: "### Fixed bugs" | ||
deprecatedLabel: "### Deprecated" | ||
removedLabel: "### Removed" | ||
securityLabel: "### Security fixes" | ||
pullRequests: false | ||
author: false | ||
|
||
- name: "Upload changelog" | ||
uses: actions/[email protected] | ||
with: | ||
name: "Changelog" | ||
path: CHANGELOG.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ci_lab
updated
4 files
+18 −13 | README.md | |
+39 −25 | fsw/src/ci_lab_app.c | |
+3 −1 | fsw/src/ci_lab_events.h | |
+1 −1 | fsw/src/ci_lab_version.h |
Submodule sample_app
updated
11 files
+7 −0 | README.md | |
+10 −14 | fsw/mission_inc/sample_app_perfids.h | |
+11 −17 | fsw/platform_inc/sample_app_msgids.h | |
+10 −15 | fsw/platform_inc/sample_app_table.h | |
+0 −5 | fsw/src/sample_app.c | |
+9 −9 | fsw/src/sample_app.h | |
+10 −14 | fsw/src/sample_app_events.h | |
+10 −15 | fsw/src/sample_app_msg.h | |
+3 −8 | fsw/src/sample_app_version.h | |
+8 −9 | unit-test/coveragetest/sample_app_coveragetest_common.h | |
+19 −17 | unit-test/inc/ut_sample_app.h |
Submodule sch_lab
updated
3 files
+5 −0 | README.md | |
+0 −2 | fsw/src/sch_lab_app.c | |
+1 −1 | fsw/src/sch_lab_version.h |
Submodule to_lab
updated
3 files
+5 −0 | README.md | |
+0 −1 | fsw/src/to_lab_app.c | |
+1 −1 | fsw/src/to_lab_version.h |
Submodule osal
updated
42 files
Submodule psp
updated
6 files
+6 −0 | README.md | |
+1 −1 | fsw/mcp750-vxworks/inc/psp_version.h | |
+1 −1 | fsw/pc-linux/inc/psp_version.h | |
+1 −1 | fsw/pc-rtems/inc/psp_version.h | |
+2 −1 | fsw/shared/CMakeLists.txt | |
+45 −0 | ut-stubs/ut_psp_stubs.c |