Skip to content

Commit

Permalink
Merge pull request activepieces#1401 from activepieces/release/0.3.15
Browse files Browse the repository at this point in the history
feat: release 0.3.15
  • Loading branch information
abuaboud authored Jun 1, 2023
2 parents fd614a2 + afc693f commit c42af22
Show file tree
Hide file tree
Showing 11 changed files with 332 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.0'
services:
activepieces:
image: activepieces/activepieces:0.3.14
image: activepieces/activepieces:0.3.15
container_name: activepieces
restart: unless-stopped
privileged: true
Expand Down
9 changes: 9 additions & 0 deletions docs/_snippets/apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,15 @@
</Card>
</a>

<a href="https://activepieces.com/docs/pieces/apps/clockodo">
<Card>
<p align="center">
<strong>Clockodo</strong>
<img height="75px" width="75px" src="https://cdn.activepieces.com/pieces/clockodo.png" />
</p>
</Card>
</a>

<a href="https://activepieces.com/docs/pieces/apps/connections">
<Card>
<p align="center">
Expand Down
57 changes: 57 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,63 @@ Semantic versioning is a standardized way of versioning software projects. It us

<Note>You will only see Version X.Y here as all Patch changes (Z) are added under their minor versions.</Note>

### 06/01/2023

**Features:**

- Filter Flow Runs by Status.
- Ability to Reorder steps by drag and drop.
- Ability to view Published/Draft Versions from the Builder.
- Ability to disable Activepieces OAuth2 apps for self-hosters.
- Payload dialog no longer appears on test flows if sample data is provided.
- Testing Code Steps now resolve variables from previous steps, and the dialog to provide input has been removed.

**Fixes:**

- Fixed the saving indicator in the builder.
- Wordpress will now show all categories and tags.
- If a flow times out or has an internal error, a snackbar will now show up; before, it would just keep loading.
- Fixed a bug in Branch Conditions where "or" between condition groups didn't work.
- When you add a new folder, it will now scroll to the newest folder too.
- Code Steps is no longer deleted from the published version when editing the draft version anymore.
- Fixed copying autocomplete tags variables and removed unneeded keyboard shortcuts in the autocomplete UI.
- The Webhook Trigger can now handle multipart format (files and fields).
- Fixed a bug where duplicating a Flow could remove a code piece from the newest version in the original flow.

**Pieces:**

- Todoist: Added more inputs for the "Add Tasks" Action by @MyWay.
- Matrix: Ability to send messages using Room Alias instead of ID by @MyWay.
- Salesforce: Updated "Record (Advanced)" and "Create Record (Advanced)" Actions.
- Google Sheets: Updated "Update Row" Action.
- Twitter: "Create Tweet" Action.
- Store: "Add Item to List" and "Delete Item From List" Actions.
- Mautic: "Create Contact," "Search Contact," "Update Contact," "Create Company," "Search Company," and "Update Company" Actions by @bibhuti-did-this.
- Gmail:"Add Reply To" for the "Send Email" Action.
- WordPress: "Create Page" Action.
- Asana: Added "Due Date" and "Assignee" inputs to the "Create Task" Action.
- Google Calendar: "Add Events" Action by @bibhuti-did-this.
- Clockodo: Added all types of Actions for Entry, Customer, Project, Service, Team, User, and Absence by @JanHolger.
- Discord: The "Send Message" webhook now has an "embed" field by @Abdallah-Alwarawreh.
- Blackbaud: "Create Gift," "Get Gift List," and "Get Fundraising Lists" Actions by @HKudria.

**Development Experience:**

- Docker Compose Development now works for ARM-based machines (like MacOS).
- Turned on strict checking mode for the backend package.
- In the piece framework, the Number property now gives a number instead of a string.
- Added a new DateTime Property.
- In Actions, you can now use hooks to stop and pause the flow in the context.

**New Contributors:**

- @tarunsamanta2k20: Fixed a typo in the Flows Run table.
- @HKudria for contributing to Blackbaud.
- @Abdallah-Alwarawreh: Enriched the Discord "Send Message" functionality.
- @JanHolger: Created the perfect Clockodo piece.

**Full Changelog**: [View full changelog here](https://github.com/activepieces/activepieces/compare/0.3.14..0.3.15)

### 05/15/2023

**Pieces:**
Expand Down
3 changes: 2 additions & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"pieces/apps/cal-com",
"pieces/apps/calendly",
"pieces/apps/clickup",
"pieces/apps/clockodo",
"pieces/apps/connections",
"pieces/apps/constant-contact",
"pieces/apps/csv",
Expand Down Expand Up @@ -239,4 +240,4 @@
"github": "https://github.com/activepieces/activepieces",
"discord": "https://discord.gg/2jUXBKDdP8"
}
}
}
18 changes: 18 additions & 0 deletions docs/pieces/apps/blackbaud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,22 @@ This connector will enable you to insert multiple contacts into Blackbaud by inp
Upsert Contact based on Email
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Gift subtypes ">
Returns a list of gift subtypes.
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Fundraising List">
Get Fundraising List
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create gift">
Create gift
</Card>
</CardGroup>

217 changes: 217 additions & 0 deletions docs/pieces/apps/clockodo.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
---
title: 'Clockodo'
---

## Triggers


<CardGroup cols={2}>
<Card title="New Entry">
Triggers when a new time entry is created
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="New Absence Enquiry">
Triggers when a new absence enquiry is created
</Card>
</CardGroup>


---

## Actions


<CardGroup cols={2}>
<Card title="Create Entry">
Creates an entry in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Entry">
Retrieves a single entry from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Entries">
Fetches entries from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update Entry">
Updates an entry in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Delete Entry">
Deletes an entry in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create Customer">
Creates a customer in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Customer">
Retrieves a single customer from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update Customer">
Updates a customer in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Customers">
Fetches customers from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Delete Customer">
Deletes a customer in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create Project">
Creates a project in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Project">
Retrieves a single project from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Projects">
Fetches projects from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update Project">
Updates a project in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Delete Project">
Deletes a project in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create Service">
Creates a service in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Service">
Retrieves a single service from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update Service">
Updates a service in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Services">
Fetches services from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Delete Service">
Deletes a service in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Team">
Retrieves a single team from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Teams">
Fetches teams from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get User">
Retrieves a single user from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Users">
Fetches users from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create User">
Creates a user in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update User">
Updates a user in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Delete User">
Deletes a user in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create Absence">
Creates a absence in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Absence">
Retrieves a single absence from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update Absence">
Updates an absence in clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Get Absences">
Fetches absences from clockodo
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Delete Absence">
Deletes an absence in clockodo
</Card>
</CardGroup>

7 changes: 7 additions & 0 deletions docs/pieces/apps/discord.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ description: ""
7. **Make sure to keep the webhook URL private and only share it with trusted parties**.
8. Once you have the webhook URL you can use it in activepieces.

## Options
Username (Optional): The display name for the webhook.
Content: The message content to send.
Avatar_url (Optional): The avatar url for the webhook.
Embeds (Optional): Embeds to send with the webhook message, please refer to [this](https://birdie0.github.io/discord-webhooks-guide/structure/username.html).
TTS (Optional): Make a robotic voice to read the message out loud.

---

## Triggers
Expand Down
6 changes: 6 additions & 0 deletions docs/pieces/apps/google-calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ description: ""
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create Event">
Add Event
</Card>
</CardGroup>

12 changes: 12 additions & 0 deletions docs/pieces/apps/salesforce.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ title: 'Salesforce'
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Create Object (Advanced)">
Create new object
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Update Object (Advanced)">
Update object by Id
</Card>
</CardGroup>

<CardGroup cols={2}>
<Card title="Batch Upsert (Advanced)">
Batch upsert a record by external id
Expand Down
Loading

0 comments on commit c42af22

Please sign in to comment.