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

update class comment for cleaner help content #274

Closed
wants to merge 65 commits into from
Closed

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    918b904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ca5d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Issue #261: tweak components and specs to get to the point where we l…

    …oad enough to hit GemTalk/Rowan#516 (which turns out to be pilot error) [ci skip]
    dalehenrich committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0c49428 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Issue #261: final tweak needed to import the (presumed) functionality…

    … needed for using the GsDevKit_home lookup scheme with the st_launcher tonel class/shebang scheme [ci skip]
    dalehenrich committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    ba3c659 View commit details
    Browse the repository at this point in the history
  2. Issue #261: create BaselineOfGsDevKit_launcher and create AbstractGsD…

    …evKitProgram ... getting ready to build basic infastructure for executing generaic Smalltalk scripts using GsDevKit_home image naming scheme, including creation and deployment of the solo extent [ci skip]
    dalehenrich committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    3d74514 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Issue #261: solo topaz deploy script is already to create topaz solo …

    …extent ... start process of converting the st_launcher scripts to GsDefKit_home scripts [ci skip]
    dalehenrich committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e058909 View commit details
    Browse the repository at this point in the history
  2. Issue #261: convert gsdevkit_launcher to run scripts directly in gsde…

    …vkit_launcher solo extent (no need to generate commandline ... at this point in time) [ci skip]
    dalehenrich committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    fdcc9d1 View commit details
    Browse the repository at this point in the history
  3. Issue #261: create some of the missing methods needed to load and exe…

    …cute the script [ci skip]
    dalehenrich committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    cfd3024 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Issue #261: fine tune alt_bin/gsdevkit_launcher and friends so that h…

    …ello.st and error.st are running without error ... need to test -D flag [ci skip]
    dalehenrich committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    513fcf8 View commit details
    Browse the repository at this point in the history
  2. Issue #261: checkpoint ... starting work on copyScriptClasses.st -- c…

    …onvert scripts between filetree format (editable in tODE) and tonel format (executable format) [ci skip]
    dalehenrich committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    76faa2f View commit details
    Browse the repository at this point in the history
  3. Issue #261: moved the tonel script classes to the tonel Scripts packa…

    …ge ... symbolic link back ... [ci skip]
    dalehenrich committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    366ac89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c8c41 View commit details
    Browse the repository at this point in the history
  5. Issue #261: copyScriptClasses.st script written and it correctly read…

    …s tonel scripts and writes filetree scripts ... filetree to tonel needs testing [ci skip]
    dalehenrich committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    1777061 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d9d0d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9077c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Issue #261: deployed topaz solo image cannot have filetree Scripts lo…

    …aded as DataCurator, but for tODE development env we do want Scripts available for editing in image ... adjust deploy and tode bootstrap scripts accordingly [ci skip]
    dalehenrich committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    162c644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d3478 View commit details
    Browse the repository at this point in the history
  3. Issue #261: now this is canonical order and Rowan is not writing clas…

    …s properties correctly for filetree [ci skip]
    dalehenrich committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    ebd9138 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Issue #261: Rowan is now writing out class properties in canonical fo…

    …rmat for filetree [ci skip]
    dalehenrich committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    d9b504d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Issue #261: add some class-side methods, so that the scripts can be i…

    …nvoked from within the image [ci skip]
    dalehenrich committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    2d15096 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Issue #260: initial version of bootstrap.sh script ... make sure GemS…

    …tone 3.5.0 product tree present and download zipped gsdevkit_launcher solo extent [ci skip]
    dalehenrich committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e6ae98c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52f5f54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b957e44 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Issue #260: get started on the install_launcher.st script which will …

    …finish the job started by bootstrap_launcher --- written in smalltalk --- so it will serve as an example script [ci skip]
    dalehenrich committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    582f091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9488274 View commit details
    Browse the repository at this point in the history
  3. Issue #260: add two new tODE scripts that synchronize the filetree an…

    …d tonel script packages ... to be used during tODE-based development ... update the stone creation scripts to make sure that the tODE scripts are mounted into the tODE dev environment [ci skip]
    dalehenrich committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    738e4ba View commit details
    Browse the repository at this point in the history
  4. Issue #260: adjust the copyScriptClasses script ... add --list option…

    … and empty arg list means that the default list of classes is copied ... write list of processed classes to objOut [ci skip]
    dalehenrich committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e5e8a4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    52cb462 View commit details
    Browse the repository at this point in the history
  6. Issue #260: symbolic links to scripts need to be relative paths ... f…

    …ix bug in install_launcher.st [ci skip]
    dalehenrich committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    d595847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cce8d9c View commit details
    Browse the repository at this point in the history
  8. Issue #260: rename the two Script repositories to rowan/tonel and row…

    …an/filetree ... [ci skip]
    dalehenrich committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    cfb9752 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Issue #260: add GsHostProcess support for use of an exit status block…

    … ... implement the tiny library of unix function calls that was built up for st_launcher [ci skip]
    dalehenrich committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    4ee296e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011cfc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26fff8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    badceb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67ad471 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. :Issue

    dalehenrich committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    99d590f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd96f72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c527903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5bdfdb View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Issue #261: not practical to createStone from non-bash script (yet) .…

    ….. change to do --populate (which is practical) [ci skip]
    dalehenrich committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    4873f19 View commit details
    Browse the repository at this point in the history
  2. Issue #261: update readme, now that install_launcher.st is not called…

    … directly by the developer [ci skip]
    dalehenrich committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    2b128d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2248d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a909a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4fcde3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45da192 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. update readme.md

    brunobuzzi committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    f659ce8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #266 from brunobuzzi/issue_260

    update readme.md for issue #265 .. thanks @brunobuzzi
    dalehenrich authored Nov 5, 2019
    Configuration menu
    Copy the full SHA
    9900e80 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Configuration menu
    Copy the full SHA
    6114c1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #267 from brunobuzzi/issue_260

    remove dependence on realpath linux command
    dalehenrich authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    6b867a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    f01af7f View commit details
    Browse the repository at this point in the history
  2. Issue #265: fix README for when to add alt_bin to path ... remove the…

    … symbolic links for scripts as they don't work correctly AFAICT
    dalehenrich committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    0d206ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92845dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a769bc2 View commit details
    Browse the repository at this point in the history
  5. Issue #268: looks like the relative symbolic links were not at fault …

    …for the readlink related problems
    dalehenrich committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e393886 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fc8b7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e7eacd View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Merge pull request #269 from GsDevKit/issue_265

    merge work on #265 and #268
    dalehenrich authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    d6440a6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    fcc6509 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #270 from brunobuzzi/issue_260

    move realpath function definition to the top of the script
    dalehenrich authored Nov 10, 2019
    Configuration menu
    Copy the full SHA
    6f00331 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    7f077b2 View commit details
    Browse the repository at this point in the history
  2. unused method removed.

    help added as external md file
    brunobuzzi committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    7b4a17a View commit details
    Browse the repository at this point in the history
  3. use stdout for output

    new generated products.st script
    brunobuzzi committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    97189b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Merge pull request #272 from brunobuzzi/issue_260

    downloadsHome and productsHome added to AbstractGsDevKitProgram
    dalehenrich authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    961b18b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e25bb2c View commit details
    Browse the repository at this point in the history