Skip to content

Releases: feenkcom/gtoolkit

Release v1.0.1490

01 Feb 16:53
Compare
Choose a tag to compare
Release version v1.0.1490

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1490/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-demos/commit/cb7efc by Oscar Nierstrasz
Fixed class comment feenkcom/gtoolkit#4290

Release v1.0.1489

01 Feb 15:22
Compare
Choose a tag to compare
Release version v1.0.1489

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1489/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-demos/commit/3951cc by Oscar Nierstrasz
Formatting feenkcom/gtoolkit#4291


https://github.com/feenkcom/gtoolkit-demos/commit/4d3380 by Oscar Nierstrasz
Updated class comment feenkcom/gtoolkit#4291

Release v1.0.1488

01 Feb 09:52
Compare
Choose a tag to compare
Release version v1.0.1488

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1488/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/lepiter/commit/d69607 by Oscar Nierstrasz
Collect moveable pages using a pragma so that other packages can add examples to test as extension methods. feenkcom/gtoolkit#4291


https://github.com/feenkcom/gt4graphql/commit/65057c by Oscar Nierstrasz
Turned test page for gqlSnippet into an extension method. feenkcom/gtoolkit#4291


https://github.com/feenkcom/gtoolkit-demos/commit/cdd530 by Oscar Nierstrasz
Turned test page for HelloWorld into an extension method. feenkcom/gtoolkit#4291

Release v1.0.1487

31 Jan 20:26
Compare
Choose a tag to compare
Release version v1.0.1487

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1487/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit-utility/commit/ac6f48 by Alistair Grant
GtSubprocessWithInMemoryOutputExamples>>retryCommand correct retry count


https://github.com/feenkcom/gtoolkit-utility/commit/109c30 by Alistair Grant
GtSubprocessWithInMemoryOutput retryCount is the number of retries excluding the first run.


https://github.com/feenkcom/Brick/commit/438f23 by Don Roberts
Refactor ExpandButton attributes

https://github.com/feenkcom/gtoolkit-coder/commit/97c7c1 by Andrei Chiș
Merge pull request #11 from lifeware-sa/main

Source Coder Attribute message is not caring about receiving the shortcuts

https://github.com/feenkcom/gtoolkit-coder/commit/d30f34 by Don Roberts
Refactor ExpandButton attributes

https://github.com/feenkcom/gtoolkit-coder/commit/264e0e by Vincent Blondeau
On parsing error, the textElement displaying the message should be focuseable to accept shortcuts


https://github.com/feenkcom/gt4pharo/commit/3558af by Andrei Chiș
Extract the logic for creating the preview element to another method

https://github.com/feenkcom/gt4pharo/commit/48c933 by Andrei Chiș
Merge pull request #11 from lifeware-sa/refactoring-formatting

Force default formatting to new methods

https://github.com/feenkcom/gt4pharo/commit/672230 by Don Roberts
Merge branch 'main' of https://github.com/feenkcom/gt4pharo


https://github.com/feenkcom/gt4pharo/commit/378450 by Don Roberts
Refactor GtTextFolderAttribute

https://github.com/feenkcom/gt4pharo/commit/44eff2 by Vincent Blondeau
force default formatting to new methods

https://github.com/feenkcom/PythonBridge/commit/ed4f66 by Sven Van Caekenberghe
bump PyPI version


https://github.com/feenkcom/PythonBridge/commit/677125 by Sven Van Caekenberghe
Improve msgpack socket server error handling


https://github.com/feenkcom/PythonBridge/commit/0500c9 by Sven Van Caekenberghe
Add experimental code to run a python bridge by spawning


https://github.com/feenkcom/gt4smacc/commit/e712f7 by John Brant
updating package prereqs

https://github.com/feenkcom/gt4smacc/commit/3d3c9d by John Brant
adding filtering to annotations


https://github.com/feenkcom/gt4smacc/commit/a1fdff by John Brant
fixing highlighter bug

https://github.com/feenkcom/gt4smacc/commit/e19959 by John Brant
changing search filter construction

https://github.com/feenkcom/gt4smacc/commit/f56401 by John Brant
a few code cleanups for filters

https://github.com/feenkcom/gt4smacc/commit/98a3e4 by John Brant
refactoring parser filters to use new filter model

https://github.com/feenkcom/gt4smacc/commit/cf5cd6 by John Brant
reworking parser filters

https://github.com/feenkcom/gt4smacc/commit/a5f92d by John Brant
[feenkcom/gtoolkit#4288] update toggles when switching between source and grammar views

https://github.com/feenkcom/lepiter/commit/5b00e7 by Oscar Nierstrasz
Added examples for moving remaining nsippet types, with scaffolding for those that cannot yet be moved. feenkcom/gtoolkit#4291


https://github.com/feenkcom/lepiter/commit/a5decb by Oscar Nierstrasz
Added isVolatileMonitor testing method to disable invalid views for volatile databases. feenkcom/gtoolkit#4291


https://github.com/feenkcom/lepiter/commit/97ea27 by Oscar Nierstrasz
Disabled the GitHub snippets as these are not working (commented out the leSnippetSpecification). feenkcom/gtoolkit#4291


https://github.com/feenkcom/lepiter/commit/2e0b7d by Oscar Nierstrasz
Implement examples for moving most of the types of snippets. feenkcom/gtoolkit#4291


https://github.com/feenkcom/lepiter/commit/2ea313 by Oscar Nierstrasz
Renamed hasAttachedLink to canMoveToAnotherDatabase and implemented it as true for most Snippet types. feenkcom/gtoolkit#4291


https://github.com/feenkcom/lepiter/commit/2a9675 by Oscar Nierstrasz
Removed LeWordSnippet>>hasAttachedLinks feenkcom/gtoolkit#4291


https://github.com/feenkcom/lepiter/commit/45febb by Oscar Nierstrasz
Refactored LePage>>#canMoveToAnotherDatabase so each snippet reports whether it has attached links. feenkcom/gtoolkit#4291


https://github.com/feenkcom/gt4graphql/commit/9a6cd2 by Andrei Chiș
GtGQLSnippet can be moved to other databases

https://github.com/feenkcom/gtoolkit-demos/commit/e9dfe6 by Oscar Nierstrasz
Added snippet demo to default image feenkcom/gtoolkit#4294


https://github.com/feenkcom/gtoolkit-demos/commit/2709f1 by Oscar Nierstrasz
HelloWorldSnippet demo for feenkcom/gtoolkit#4294


https://github.com/feenkcom/gtoolkit-remoterunner/commit/7dc5f6 by Andrei Chiș
Merge 1d8627397854150e144c09385c78d24c1d12ecaf

https://github.com/feenkcom/gtoolkit-remoterunner/commit/f22cae by Andrei Chiș
Update some view titles

https://github.com/feenkcom/iceberg-git-cli/commit/7a43bb by Sven Van Caekenberghe
Add the -- flag to rev-parse in IceGitCliRepository>>#revparse: to be avoid confusion


https://github.com/feenkcom/gtoolkit-world/commit/1abee1 by Oscar Nierstrasz
Fixed typo in custom view


https://github.com/feenkcom/gt4gemstone/commit/abf10d by Andrei Chiș
Fix dbSize

https://github.com/feenkcom/gt4gemstone/commit/879a16 by Alistair Grant
Add #isInteger & #utf8Encoded to GemStone, topaz input from /dev/null


https://github.com/feenkcom/gt4gemstone/commit/e6ab58 by Alistair Grant
GtRsrProxyServiceClient>>gtRemoteMetaFor: include class methods


https://github.com/feenkcom/gt4gemstone/commit/cf0c21 by Andrei Chiș
Add a way to execute code in gemstone in coder

https://github.com/feenkcom/gt4gemstone/commit/840063 by Andrei Chiș
Fix issue in mac download script

https://github.com/feenkcom/gt4aws/commit/87ab4a by Alistair Grant
GtAwsDescribeAutoscalingGroupsCommand retry if JSON output is corrupt


https://github.com/feenkcom/gt4llm/commit/f4d6b3 by Veit Heller
Remove step-wise tutors and exemplify chat


https://github.com/feenkcom/gt4llm/commit/821987 by Veit Heller
Move to using one chat type with multiple providers instead of subclasses of chat


https://github.com/feenkcom/gt4llm/commit/0a4521 by Veit Heller
Fix Ollama model creation from modelfile and `<>` style link styling in message

Release v1.0.1486

30 Jan 14:13
Compare
Choose a tag to compare
Release version v1.0.1486

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1486/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gtoolkit/commit/f2aab7 by Andrei Chiș
Update Jenkinsfile - no need to load Sparkle

Release v1.0.1485

28 Jan 18:54
Compare
Choose a tag to compare
Release version v1.0.1485

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1485/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4pharo/commit/5d17d6 by John Brant
adding examples for overridden getter methods

https://github.com/feenkcom/gtoolkit/commit/f6267c by John Brant
Update gtoolkit-builder.version to v0.172.0

Release v1.0.1484

28 Jan 17:23
Compare
Choose a tag to compare
Release version v1.0.1484

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1484/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4gemstone/commit/54a984 by Veit Heller
Parameterize versions on MacOS

Release v1.0.1483

28 Jan 14:49
Compare
Choose a tag to compare
Release version v1.0.1483

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1483/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4llm/commit/c39417 by Veit Heller
Add RAG case study to gt4llm Lepiter


https://github.com/feenkcom/gt4llm/commit/fcba3c by Veit Heller
Add RAG case study to gt4llm Lepiter

Release v1.0.1482

28 Jan 13:03
Compare
Choose a tag to compare
Release version v1.0.1482

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1482/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4llm/commit/7852d1 by Veit Heller
Add parts of the vector store API to OpenAI

Release v1.0.1481

28 Jan 10:48
Compare
Choose a tag to compare
Release version v1.0.1481

Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1481/src';
    load

All commits (including upstream repositories) since last build:
https://github.com/feenkcom/gt4git/commit/da448a by Sven Van Caekenberghe
Run clone as an async job with notification


https://github.com/feenkcom/gt4git/commit/c056da by Sven Van Caekenberghe
Run commmit as an async job with notification