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

Dev 312 (#424) #425

Merged
merged 1 commit into from
Jan 21, 2022
Merged

Dev 312 (#424) #425

merged 1 commit into from
Jan 21, 2022

Conversation

zigi
Copy link
Owner

@zigi zigi commented Jan 21, 2022

  • zigistat update

this resolves two issue it seems

  1. incorrect reporting that a member was deleted
  2. a check not always happening
  • Fix ISPF stats

  • Change to use AMBLIST for load libraries


And a few other small changes to better check for changes

  • Update for correct add tagging

Needed to add usssafe for the auto tag routines

  • Update to column align lmod stat file

  • Correct AMBLIST (lmod) stats year

  • Support PDSE load libraries for stats

  • Fix deletion of detected deleted members

  • Update program object date stats

  • Update zigistat for progress for amblist

  • Update ZIGISTAT for ZGBATCH usage

  • Fix tagging of copied datasets/members


Note: the older chtag routines remain but the calls to
them are comments (for now until they are removed)

  • fix untag on change detected copy

  • Clarification tutorial panel updates

  • Update tutorial for hex 00 as a bad character

  • Fix ZIGIH030 to remove x 00 as not a problem

  • Update confirm member delete process


Should now be clearer

  • Update tutorial panel for confirm member delete

  • Improve history


limit the commits displayed for history

  • show and recover still don't work right
  • update to fix history recovery

Hopefully all recovery issues resolved

  • Fix tagging for adddsn (ads)

  • Update $CHANGES panel

  • require git 2.26 or newer due to tag issues

  • Fix (I hope) the check issue

  • Fix if prefix is null


The table will still show a null prefix but now a clone and a replace
will not fail with a qualignr of 0.

  • Update release notes and $changes ispf panel

  • Update README.md

Correct a typo and add information on text file corruption due to special characters.

  • Update README.md

Fix typo

  • Correct codep (codepage) by removing x'0D'

the x'0D' was at the end of the codepage in .gitattributes and
needed to be removed.

  • Update ZIGI.RELEASE

Clarify the codepage tagging.

  • Fix two small issues

  1. On the GREP popup the 1st entry field is considered the ISPF
    command field. This causes a problem is the text entered is
    in fact an ISPF command (in the ISPF command table).
    ** Fixed by adding CMD() to the )BODY which causes the panel
    to treat the field as data for the application.
  2. Doing a History Select to View the historical version of a file
    a failure will occur if the lrecl > 255 when the HILITE OFF is
    issued. ** Fixed by testing the LRECL before doing the HILITE OFF
  • Fix add of empty PDS

Caused failure in getpds.

  • Update Release notes for recent bug fixes

  • Update more popup panels with CMD()


This prevents ISPF commands from being invoked within a popup
which would cause panel display problems as the ISPF command
panel is probably too large for the popup window.

  • Update $CHANGES panel

  • Remove invalid entries from History list

  • Update release notes and remove obsolete code


Within the zigi exec were sections of code in comments because
they were obsolete - they are now gone.

  • Fix zigistat for statistics

broke when adding the stats for load libraries via amblist

  • Update if history (S/R) fails to show errors

Will fail if the status is not clean.

  • Fixed history and stash

History will now check if there are changes in the repo and
use Stash if there are
Stash will now check if there are changes in the repo and
if none then tell the user stash isn't applicable

Co-authored-by: Lionel.Dyck lbdyck@gmail.com
Co-authored-by: Lionel.Dyck lionel_dyck@triserv.com
Co-authored-by: Lionel B. Dyck 42328411+lbdyck@users.noreply.github.com

* zigistat update
---------------
this resolves two issue it seems
  1. incorrect reporting that a member was deleted
  2. a check not always happening

* Fix ISPF stats

* Change to use AMBLIST for load  libraries
-----------------------------------------
And a few other small changes to better check for changes

* Update for correct add tagging
------------------------------
Needed to add usssafe for the auto tag routines

* Update to column align lmod stat file

* Correct AMBLIST (lmod) stats year

* Support PDSE load libraries for stats

* Fix deletion of detected deleted members

* Update program object date stats

* Update zigistat for progress for amblist

* Update ZIGISTAT for ZGBATCH usage

* Fix tagging of copied datasets/members
--------------------------------------
Note: the older chtag routines remain but the calls to
      them are comments (for now until they are removed)

* fix untag on change detected copy

* Clarification tutorial panel updates

* Update tutorial for hex 00 as a bad character

* Fix ZIGIH030 to remove x 00  as not a problem

* Update confirm member delete process
------------------------------------
Should now be clearer

* Update tutorial panel for confirm member delete

* Improve history
---------------
limit the commits displayed for history
- show and recover still don't work right

* update to fix history recovery
------------------------------
Hopefully all recovery issues resolved

* Fix tagging for adddsn (ads)

* Update $CHANGES panel

* require git 2.26 or newer due to tag issues

* Fix (I hope) the check issue

* Fix if prefix is null
---------------------
The table will still show a null prefix but now a clone and a replace
will not fail with a qualignr of 0.

* Update release notes and $changes ispf panel

* Update README.md

Correct a typo and add information on text file corruption due to special characters.

* Update README.md

Fix typo

* Correct codep (codepage) by removing x'0D'
------------------------------------------
the x'0D' was at the end of the codepage in .gitattributes and
needed to be removed.

* Update ZIGI.RELEASE

Clarify the codepage tagging.

* Fix two small issues
--------------------
1. On the GREP popup the 1st entry field is considered the ISPF
   command field. This causes a problem is the text entered is
   in fact an ISPF command (in the ISPF command table).
   ** Fixed by adding CMD() to the )BODY which causes the panel
      to treat the field as data for the application.
2. Doing a History Select to View the historical version of a file
   a failure will occur if the lrecl > 255 when the HILITE OFF is
   issued. ** Fixed by testing the LRECL before doing the HILITE OFF

* Fix add of empty PDS
--------------------
Caused failure in getpds.

* Update Release notes for recent bug fixes

* Update more popup panels with CMD()
-----------------------------------
This prevents ISPF commands from being invoked within a popup
which would cause panel display problems as the ISPF command
panel is probably too large for the popup window.

* Update $CHANGES panel

* Remove invalid entries from History list

* Update release notes and remove obsolete code
---------------------------------------------
Within the zigi exec were sections of code in comments because
they were obsolete - they are now gone.

* Fix zigistat for statistics
---------------------------
broke when adding the stats for load libraries via amblist

* Update if history (S/R) fails to show errors
--------------------------------------------
Will fail if the status is not clean.

* Fixed history and stash
-----------------------
History will now check if there are changes in the repo and
  use Stash if there are
Stash will now check if there are changes in the repo and
  if none then tell the user stash isn't applicable

Co-authored-by: Lionel.Dyck <lbdyck@gmail.com>
Co-authored-by: Lionel.Dyck <lionel_dyck@triserv.com>
Co-authored-by: Lionel B. Dyck <42328411+lbdyck@users.noreply.github.com>
@zigi zigi merged commit 87b7a37 into master Jan 21, 2022
@zigi zigi deleted the 312-rc branch January 21, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant