Monthly Archives: June 2022

PUM V13.07 – LogNotice Structure, OpenAPI

With version 13.07 I added a LogNotice structure – a log support within the database. Each domain object can have its own collection of LogNotices. I also added API-definitions to export an OpenAPI Spec of the whole API to a … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.06 – Project Package added

with version 13.06 I introduced a base project structure, a base user project membership structure and a base user project role – data structures and API definition to maintain these structures

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13.04 – UserGroups package added

With the version 13.04, I added a UserGroup package – containing UserGroup model, UserGroupMemebership model – with lots of API-Call definitions to manage this data.

Posted in Smalltalk | Tagged , , , | Leave a comment

Some infos about my Z180 progresses

I am working on a new, old vintage Z180 based system – the BumbleBee/HC. This system is devided into a slave system and a master system. The slave system is the part I am working on first – its a … Continue reading

Posted in Smalltalk | Tagged , , , , , , , , , , | Leave a comment

PUM 13, some minor changes

Some changes are waiting very long for implementation. So during holiday I implemented two of these smaller points: When adding a new attribute to a class in the domain hierarchy, the user is asked if the new attribute shoudlalso be … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment

PUM 13 – next packages: Password Support

I added one additional structure packages, implemented in PUM 13.02 Password Support Structure This package uses the user class and adds two API calls to the model: ChangePassword CheckPassword with the needed parameter classes.

Posted in Smalltalk | Tagged , | Leave a comment

PUM 13 – next packages: UserRoles, System Statistics

I added two additional structure packages, implemented in PUM 13.01 Simple User Roles The first package is a simple user role package. It adds an enumeration for three different roles: globalAdmin, customerAdmin, user. More can be manually added. It also … Continue reading

Posted in Smalltalk | Tagged , , | Leave a comment

PUM V13

So, the first experimental version of PUM13 is up and running – good to invest some days into that tool again. I added all of the most important structure packages I mentioned in a previous posting – so now within … Continue reading

Posted in Smalltalk | Tagged , , , | Leave a comment

VAST Platform 2022 (11.0.0)

So I downloaded the newest version of VAST from Instantiations site and did some smaller test – just to see, if loading of PUM is still possible. I imported all needed libraries (PUM is available with version 11.x from there) … Continue reading

Posted in Smalltalk | Tagged | Leave a comment

PUM – Towards version 13

With version Gemstone/S 3.6.4 and the availability of a RabbitMQ connection I am now working on version 13 of PUM – supporting the application stack consisting of Gemstone/S, PostgreSQL and RabbitMQ. I gave up the idea to port PUM to … Continue reading

Posted in PUM, Smalltalk | Tagged | Leave a comment