Thank you for using Bass Machina on a regular basis.
We would like to inform you about new features.
S3 data source added

Amazon S3 was added to the data source.
By registering an access key and secret key, you can upload a file (putObject).
Please check こちら for details on how to connect.
Notify when reviews are approved, rejected, and completed

Until now, notifications have been sent when a review request has been created.
Now, in addition to the time of creation, notifications will also be sent when approved/rejected, and when all conditions have been met and the review is completed.
The layout when displaying tables has been changed

The table UI for list display has been fixed.
Until now, the button for CSV download was displayed separately, but now it is integrated at the top of the table.
Login user information, group, and environment information can now be used in processing scripts.

Using the value
baseMachinaContext
, it is now possible to obtain base machina usage status/setting information in processing scriptsbaseMachinaContext
contains the following information.- user(information about the logged-in user)
- environment(information about the environment currently being used)
- groups(information about groups the logged-in user belongs to)
The groups I belong to are displayed in the project member list table.

The project member list table, which until now displayed permission information in the categories of whether they are administrators or regular users, has been corrected.
From now on, groups to which each user belongs will be displayed.
Minor feature fixes
- Fixed an issue where the conductors for normal users to transition to the job execution history were hidden.
- Fixed an issue where an error occurred when parentheses were used in parameter names in Firestore actions and JavaScript actions.
- The maximum number of characters that can be set for action descriptions has been raised.
- Fixed the place where the value is 0 by default when no value is entered, so that it is an empty value.