Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge v2 staging into v3 #128

Merged
merged 50 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
d687cc5
Print out a long line to check log length
1000TurquoisePogs Oct 23, 2023
591ccd7
Split component log checking into its own function with a 512 char tr…
1000TurquoisePogs Nov 2, 2023
fdf7e60
Compile fixes
1000TurquoisePogs Nov 2, 2023
88f279d
Avoid spam from ZWE_ env vars
1000TurquoisePogs Nov 8, 2023
f0e9d66
Fixed syslog output
1000TurquoisePogs Nov 9, 2023
308b31e
Merge branch 'v2.x/master' into feature/v2/spot-short-logs
1000TurquoisePogs Nov 9, 2023
95eaed2
Merge pull request #101 from zowe/feature/v2/spot-short-logs
1000TurquoisePogs Nov 9, 2023
e7436f6
remove the printf
1000TurquoisePogs Nov 9, 2023
fe03e15
Shrink launcher truncation to 126 to match syslog limit:
1000TurquoisePogs Nov 15, 2023
5cf08b8
Merge pull request #103 from zowe/bugfix/wto-component-stall
1000TurquoisePogs Nov 16, 2023
aac529d
v2.14.0
Jan 9, 2024
9720fb4
v2.15.0
Jan 9, 2024
6321d22
Merge branch 'v2.x/master' into v2.x/staging
MarkAckert Jan 9, 2024
b47b2db
Merge pull request #105 from zowe/v2.x/staging
MarkAckert Jan 9, 2024
7fbc71a
Fix version to master
Jan 9, 2024
e57424b
Merge pull request #106 from zowe/users/jstruga/fix-master-version
MarkAckert Jan 9, 2024
cef7dc0
v2.15.0
Jan 9, 2024
1daa803
Switch ha line to be compatible with zwegener. looks to have no effec…
1000TurquoisePogs Jan 31, 2024
a30b666
attempt to get config filled out
1000TurquoisePogs Feb 1, 2024
1b64495
v2.16.0
Feb 20, 2024
dcc0426
Update CHANGELOG.md
1000TurquoisePogs Mar 8, 2024
0ab9238
Max DSN length update
Martin-Zeithaml Mar 26, 2024
add9b0a
Update ZWESLSTC
1000TurquoisePogs Mar 27, 2024
49587f3
Update ZWESLSTC
1000TurquoisePogs Mar 27, 2024
e39805f
Update ZWESLSTC
1000TurquoisePogs Apr 15, 2024
80184b2
Merge pull request #108 from zowe/bugfix/v2/heappools-64-fix
1000TurquoisePogs Apr 16, 2024
0fdc785
Merge branch 'v2.x/staging' into feature/zwegener
1000TurquoisePogs May 1, 2024
a73a091
Merge pull request #107 from zowe/feature/zwegener
1000TurquoisePogs May 1, 2024
f3342ce
Merge branch 'v2.x/staging' into v2.x/master
May 2, 2024
c2abc08
Merge pull request #113 from zowe/user/jstruga/update-master
MarkAckert May 2, 2024
5a40b15
v2.17.0
May 2, 2024
3549c65
This is a proof of concept of running the launcher without using zwe …
1000TurquoisePogs May 13, 2024
defc878
Merge branch 'v2.x/staging' into test/no-zwe
1000TurquoisePogs May 13, 2024
2e57f1a
Using configmgr to read config yaml for enabled components and check …
Gautham-coder Jun 12, 2024
f40ce5e
Appending the copied env string with NULL character for correct behavior
Gautham-coder Jun 18, 2024
202f73a
Merge pull request #118 from zowe/copy-env-with-null
1000TurquoisePogs Jun 18, 2024
efd3c66
Merge pull request #117 from zowe/get-components-list
JoeNemo Jun 19, 2024
f574e26
Restore debug lines
1000TurquoisePogs Jun 20, 2024
8ece11d
Merge branch 'v2.x/staging' into test/no-zwe
1000TurquoisePogs Jun 20, 2024
81cf8f0
Merge pull request #115 from zowe/test/no-zwe
JoeNemo Jun 26, 2024
8e5a84c
Merge branch 'v2.x/master' into v2.x/staging
1000TurquoisePogs Jul 3, 2024
228f3b3
remove condition to bump from staging
Jul 24, 2024
8a2fc18
Merge pull request #125 from zowe/users/jstruga/remove-condition
1000TurquoisePogs Jul 24, 2024
7e962bf
v2.19.0
Aug 14, 2024
5c18c44
Add missing logic in staging
Aug 16, 2024
a103587
Merge pull request #126 from zowe/users/jstruga/missing-logic-staging
1000TurquoisePogs Aug 16, 2024
0c0bcfa
v2.19.0
Aug 19, 2024
265d58f
Update manifest.yaml
struga0258 Aug 19, 2024
c29d97a
Merge pull request #127 from zowe/struga0258-patch-2
1000TurquoisePogs Aug 19, 2024
6389a4c
v2.19.0
Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- v2.x/master
- v2.x/staging
- v2.x/rc
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:
Expand Down Expand Up @@ -183,7 +185,7 @@ jobs:
uses: zowe-actions/shared-actions/release@main

- name: '[Release 2] NPM bump version (if necessary)'
if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' && env.IS_FORMAL_RELEASE_BRANCH == 'true' && env.PRE_RELEASE_STRING == ''}}
if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' && env.IS_RELEASE_BRANCH == 'true' }}
uses: zowe-actions/shared-actions/bump-version@main
with:
version: minor
Expand Down
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# Zowe Launcher Changelog

All notable changes to the Zowe Launcher package will be documented in this file..
All notable changes to the Zowe Launcher package will be documented in this file.
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.

## 2.17.0
- Using configmgr to create the component list rather than zwe. (#117)

## 2.13.0
- Bugfix: Changed timestamp to UTC to match the server timestamps (#103)
- Bugfix: Removed server timestamps from syslog to avoid duplicate logging of time (#103)
- Bugfix: Avoided hang on components when components were logging messages longer than 1024 characters. (#103)
- Enhancement: syslog output per line is capped at 512 bytes, extra characters will be omitted (#103)
- Enhancement: Added milliseconds logging to match the server timestamps (#103)
- Enhancement: Launcher prints a message at the beginning of startup to alert users whether or not their log output has long enough lines to be readable if sent to support. (#101)
- Added a wrapper for wtoPrintf3

## 2.12.0
- Added a wrapper for wtoPrintf3
- Bugfix: Fixed a gap in WTO syslog checking
- Bugfix: Fixed a gap in WTO syslog checking
2 changes: 1 addition & 1 deletion build/launcher.proj.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT="launcher"
VERSION=2.12.0
VERSION=2.14.0
DEPS="QUICKJS LIBYAML COMMON"

QUICKJS="quickjs"
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: launcher
# Component identifier. This identifier matches artifact path in Zowe Artifactory https://zowe.jfrog.io/.
id: org.zowe.launcher
# Component version
version: 2.13.0
version: 2.19.0
# Human readable component name
title: Zowe Launcher
# Human readable component description
Expand Down
15 changes: 8 additions & 7 deletions samplib/ZWESLSTC
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//ZWESLSTC PROC RGN=0M,HAINST='{{ha_instance_id}}'
//ZWESLSTC PROC RGN=0M,HAINST='__ha_instance_id__'
//********************************************************************/
//* This program and the accompanying materials are */
//* made available under the terms of the */
Expand All @@ -22,10 +22,11 @@
//********************************************************************/
//ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT,
// PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.'
//STEPLIB DD DSNAME=&SYSUID..LOADLIB,DISP=SHR
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*,LRECL=1600
//SYSERR DD SYSOUT=*
//STEPLIB DD DSNAME={zowe.setup.dataset.authLoadlib},
// DISP=SHR
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*,LRECL=1600
//SYSERR DD SYSOUT=*
//********************************************************************/
//*
//* CONFIG= can be either a single path ex.
Expand Down Expand Up @@ -55,7 +56,7 @@
//********************************************************************/
//STDENV DD *
_CEE_ENVFILE_CONTINUATION=\
_CEE_RUNOPTS=HEAPPOOLS(OFF)
_CEE_RUNOPTS=HEAPPOOLS(OFF),HEAPPOOLS64(OFF)
_EDC_UMASK_DFLT=0002
CONFIG=#zowe_yaml
CONFIG={ZWE_CLI_PARAMETER_CONFIG}
/*
Loading
Loading