Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/isolate-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
abuaboud committed May 14, 2024
2 parents 275b7a4 + 88ae285 commit aab5f8d
Show file tree
Hide file tree
Showing 77 changed files with 2,088 additions and 507 deletions.
36 changes: 36 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,42 @@
"contributions": [
"plugin"
]
},
{
"login": "LevwTech",
"name": "Abdelrahman Mostafa ",
"avatar_url": "https://avatars.githubusercontent.com/u/69399787?v=4",
"profile": "https://github.com/LevwTech",
"contributions": [
"plugin"
]
},
{
"login": "HamzaZagha",
"name": "Hamza Zagha",
"avatar_url": "https://avatars.githubusercontent.com/u/45468866?v=4",
"profile": "https://github.com/HamzaZagha",
"contributions": [
"bug"
]
},
{
"login": "founderblocks-sils",
"name": "Lasse Schuirmann",
"avatar_url": "https://avatars.githubusercontent.com/u/88160672?v=4",
"profile": "https://founderblocks.io/",
"contributions": [
"plugin"
]
},
{
"login": "Startouf",
"name": "Cyril Duchon-Doris",
"avatar_url": "https://avatars.githubusercontent.com/u/7388889?v=4",
"profile": "https://about.me/cyril_duchon_doris",
"contributions": [
"plugin"
]
}
],
"commitType": "docs"
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ COPY . .
COPY .npmrc package.json package-lock.json ./
RUN npm ci

RUN npx nx run-many --target=build --projects=server-api --configuration production --skip-nx-cache
RUN npx nx run-many --target=build --projects=ui-core --configuration production --skip-nx-cache
RUN npx nx run-many --target=build --projects=server-api --configuration production
RUN npx nx run-many --target=build --projects=ui-core --configuration production

# Install backend production dependencies
RUN cd dist/packages/server/api && npm install --production --force
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,12 @@ Not into coding but still interested in contributing? Come join our [Discord](ht
<td align="center" valign="top" width="14.28%"><a href="http://farag.tech"><img src="https://avatars.githubusercontent.com/u/50884619?v=4?s=100" width="100px;" alt="Mohamed Hassan"/><br /><sub><b>Mohamed Hassan</b></sub></a><br /><a href="https://github.com/activepieces/activepieces/issues?q=author%3AMohamedHassan499" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.coasy.com/"><img src="https://avatars.githubusercontent.com/u/17610709?v=4?s=100" width="100px;" alt="Christian Schab"/><br /><sub><b>Christian Schab</b></sub></a><br /><a href="#plugin-christian-schab" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://www.gamespecifications.com/"><img src="https://avatars.githubusercontent.com/u/37847256?v=4?s=100" width="100px;" alt="Pratik Kinage"/><br /><sub><b>Pratik Kinage</b></sub></a><br /><a href="#plugin-thirstycode" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LevwTech"><img src="https://avatars.githubusercontent.com/u/69399787?v=4?s=100" width="100px;" alt="Abdelrahman Mostafa "/><br /><sub><b>Abdelrahman Mostafa </b></sub></a><br /><a href="#plugin-LevwTech" title="Plugin/utility libraries">🔌</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/HamzaZagha"><img src="https://avatars.githubusercontent.com/u/45468866?v=4?s=100" width="100px;" alt="Hamza Zagha"/><br /><sub><b>Hamza Zagha</b></sub></a><br /><a href="https://github.com/activepieces/activepieces/issues?q=author%3AHamzaZagha" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://founderblocks.io/"><img src="https://avatars.githubusercontent.com/u/88160672?v=4?s=100" width="100px;" alt="Lasse Schuirmann"/><br /><sub><b>Lasse Schuirmann</b></sub></a><br /><a href="#plugin-founderblocks-sils" title="Plugin/utility libraries">🔌</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://about.me/cyril_duchon_doris"><img src="https://avatars.githubusercontent.com/u/7388889?v=4?s=100" width="100px;" alt="Cyril Duchon-Doris"/><br /><sub><b>Cyril Duchon-Doris</b></sub></a><br /><a href="#plugin-Startouf" title="Plugin/utility libraries">🔌</a></td>
</tr>
</tbody>
</table>
Expand Down
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: ghcr.io/activepieces/activepieces:0.25.1
image: ghcr.io/activepieces/activepieces:0.26.0
container_name: activepieces
restart: unless-stopped
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOXED or old activepieces, checking the breaking change documentation for more info.
Expand Down
165 changes: 165 additions & 0 deletions docs/about/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,171 @@ Semantic versioning is a standardized way of versioning software projects. It us

Here's the revised text with improved grammar and spelling:

### 13/05/2024

**✨ Exciting New Features**

* feat: no-code friendly JSON viewer for steps output / input (#4586) @AbdulTheActivePiecer
* feat: add connections filters (by name and by piece) (#4507) @islamaf
* feat: increase webhook throughput via queued worker processing (#4543) @abuaboud
* feat: add listener to zoom on ctrl+mouse wheel (#4534) @islamaf
* feat: add platform role to user (#4481) @abuaboud

**🧩 Pieces**

* fix(notion): new updated trigger (#4670) @abuaboud
* feat(whatsapp-business): add sendMessage, sendMedia actions (#4639) @LevwTech
* feat(webhook): introduce production & testing url (#4635) @islamaf
* feat(openai): Extract Data from Text Action (#4636) @kishanprmr
* feat(wordpress): Add ACF field option for create/update post actions (#4637) @kishanprmr
* fix(trello): fix boards dropdown error (#4648) @kishanprmr
* feat(todoist): update task, find task and mark task completed action (#4641) @kishanprmr
* fix(github): load more than 100 repo (#4644) @kishanprmr
* feat(poper): New Lead Trigger (#4642) @thirstycode
* feat(zerobounce): validate email action (#4626) @abuaboud
* feat(queue): clear queue action (#4622) @AbdullahBitar
* feat(queue): pull items / push items into queue (#4620) @AbdullahBitar
* feat(slack): add reaction to message action (#4618) @kishanprmr
* feat(google-sheets): Updated Row Trigger Based on User Provided Column (#4604) @kishanprmr
* fix(webflow): show collection fields in all items actions (#4597) @kishanprmr
* feat(mailjet): send action (#4606) @christian-schab
* fix(apitable): Fix Boolean Field Not Updating Issue (#4603) @kishanprmr
* feat(segment): identify user (#4602) @abuaboud
* fix(moxie-crm): Fix Test Trigger Payload Issue (#4581) @kishanprmr
* fix(apitable): fail step on API error (#4577) @kishanprmr
* feat(google-calendar): Add Attendees to Event Action (#4579) @kishanprmr
* feat(google-calendar): event color option for create/update event action (#4572) @javix64
* feat(wordpress): update post action (#4558) @kishanprmr
* feat(slack): add bot integration steps for channel actions/triggers (#4556) @kishanprmr
* feat(google-docs): find document action (#4557) @kishanprmr
* feat(gmail-dev): new email trigger in gmail developer edition piece (#4544) @kishanprmr
* feat(notion): find database item by property value action (#4546) @kishanprmr
* fix(store): fix append value action for RUN scope (#4545) @kishanprmr
* fix(google-sheets): fix missing option for other trigger (#4533) @AdamSelene

**🐞 Bug Fixes**

* fix(webhook): distinguish test webhooks to run when flow not published/enabled (#4662) @islamaf
* fix: flow table pieces icons were being duplicated (#4656) @AbdulTheActivePiecer
* fix: continue flow on pause (#4651) @islamaf
* fix: change the step run duration to seconds (#4654) @islamaf
* fix: show dynamic input toggle for arrays (#4632) @AbdulTheActivePiecer
* fix: delay step were failing after loop (#4619) @abuaboud
* fix: github name can be nullable (#4593) @abuaboud
* fix: list cloud platform template (#4568) @abuaboud
* fix: list templates (#4567) @abuaboud
* fix: resolve platform id for managed login (#4566) @abuaboud
* fix: show data pills inside array inputs, instead of "Custom Code" (#4561) @AbdulTheActivePiecer
* fix: enhance runs list inside the builder by using better icons and making them clickable (#4560) @AbdulTheActivePiecer
* fix: allow copying and pasting data pills and undoing/redoing that (#4559) @AbdulTheActivePiecer
* fix: enhance panning in the builder using laptops touchpads (#4550) @AbdulTheActivePiecer

**🎨 Enhancements & Polish**

* feat(webhook): introduce production & testing url (#4635) @islamaf
* feat: delete flow on git when deleted on user interface (#4615) @abuaboud
* chore: add different colors for step output values depending on their types. (#4596) @AbdulTheActivePiecer

**📚 Documentation**

* docs: add HamzaZagha as a contributor for bug (#4672) @allcontributors
* docs: add LevwTech as a contributor for plugin (#4653) @allcontributors
* docs: add thirstycode as a contributor for plugin (#4645) @allcontributors
* docs: add christian-schab as a contributor for plugin (#4608) @allcontributors
* docs: add MohamedHassan499 as a contributor for bug (#4594) @allcontributors
* docs: reset password instructions for sqlite3 (#4592) @abuaboud
* docs: add code snippets (#4589) @abuaboud
* docs: add javix64 as a contributor for plugin (#4582) @allcontributors

**🧹 Maintenance & Dev Experience**

* chore: security upgrade pdf-text-reader from 4.0.1 to 5.0.0 (#4643) @abuaboud
* chore(deps): bump pdfjs-dist and pdf-text-reader (#4646) @dependabot
* chore(deps): bump ejs from 3.1.9 to 3.1.10 (#4607) @dependabot
* chore(apollo): bump package json (#4609) @abuaboud
* chore: change table header background color (#4576) @abuaboud
* refactor: unify cloud database entities with enterprise (#4570) @abuaboud
* refactor: platform restrictions and login for platform (#4563) @abuaboud
* refactor: add logging for token expired (#4554) @abuaboud
* chore: add domain name on request trial + telemetry (#4553) @abuaboud

**Thanks ❤️**
@AbdulTheActivePiecer, @AbdullahBitar, @AdamSelene, @LevwTech, @abuaboud, @allcontributors, @allcontributors[bot], @christian-schab, @dependabot, @dependabot[bot], @islamaf, @javix64, @kishanprmr, @snyk-bot, @thirstycode and root


### 23/04/2024

**✨ Exciting New Features**

* feat(google-sheets): new and updated Row Trigger and Insert Multiple Rows Action (#4483) @kishanprmr
* feat(admin-console): release notifications & updates history (#4487) @islamaf
* feat: add report issue to connection dialog for unknown errors (#4465) @abuaboud
* feat: show updates in admin console (#4467) @islamaf

**🧩 Pieces**

* fix(notion): button field causing errors in rendering database properties (#4517) @kishanprmr
* feat(slack): Improve load sample data, find user by email, create channel and update profile action (#4498) @kishanprmr
* feat(google-sheets): New/Updated Row Trigger and Insert Multiple Rows Action (#4483) @kishanprmr
* feat(http): add proxy capabilities to the "send request" action (#4480) @pfernandez98
* feat(straico): Ask AI and Custom API Call Action (#4489) @dennisrongo
* feat(google-drive): Move file and set file as public action (#4479) @pfernandez98
* fix(google-drive): exclude folders from file polling (#4477) @AbdullahBitar
* feat(todoist): add section_id to create task action (#4456) @rendyt1
* feat(google-drive): allow new file trigger to include content (#4342) @AbdullahBitar
* fix(todoist): wrong authorization header for custom API call (#4436) @rendyt1
* fix(google-sheets): Add row number in response and fix find rows action (#4529) @kishanprmr

**🐞 Bug Fixes**


* fix: render array of properties (#4530) @AbdulTheActivePiecer
* fix(embed-sdk): stop opening new window in embedding after duplicating a flow (#4525) @AbdulTheActivePiecer
* fix: create new folder api (#4508) @abuaboud
* fix: retry update flow request (#4505) @abuaboud
* fix: inserting suggestions was always invalid (#4497) @AbdulTheActivePiecer
* fix(audit-logs): table had issues loading (#4490) @AbdulTheActivePiecer
* fix: hide unrequired auth for actions (#4491) @AbdulTheActivePiecer
* fix: triggering saving in read-only mode (#4473) @AbdulTheActivePiecer
* fix(embed-sdk): add connection iframe only when used (#4469) @AbdulTheActivePiecer
* fix(embed-sdk): allow copying and pasting inside embedding (#4468) @AbdulTheActivePiecer
* fix: export template not showing correct json (#4447) @abuaboud

**🎨 Enhancements & Polish**

* chore: improve viewed dates in versions list and icons indicating version status (Draft/Published) (#4526) @AbdulTheActivePiecer
* feat: reordering items in the array property (#4513) @islamaf
* feat(embed-sdk): add custom navigation handler (#4485) @AbdulTheActivePiecer
* feat: new date and time format (#4502) @abuaboud
* chore: style copy webhook url button and add a better note for testing core webhook trigger (#4501) @AbdulTheActivePiecer
* feat: add folder name to flow api (#4499) @abuaboud
* feat: self serve custom domains (#4474) @islamaf
* fix: change reset zoom icon (#4478) @uniqueeest
* fix: more typos in the code (#4449) @szepeviktor

**📚 Documentation**

* docs(embed-sdk): add changelog (#4503) @abuaboud
* docs: improve building pieces section (#4509) @abuaboud
* docs: add uniqueeest as a contributor for code (#4486) @allcontributors
* docs: add islamaf as a contributor for bug (#4464) @allcontributors
* docs: add rendyt1 as a contributor for plugin (#4454) @allcontributors
* docs: add szepeviktor as a contributor for code (#4452) @allcontributors
* docs: fix typos & improve embedding documentation (#4448) @abuaboud
* docs: improve embed docs and document project pieces filter (#4433) @abuaboud

**🧹 Maintenance & Dev Experience**

* refactor: move sandbox files to server-worker (#4514) @abuaboud
* chore: remove unique email and platform null constraints (#4476) @abuaboud
* chore: security upgrade ngx-markdown from 16.0.0 to 17.0.0 (#4470) @abuaboud
* refactor: move all ui ee packages to folder ee/ui (#4466) @abuaboud
* fix: change pulumi project name in package.json (#4463) @islamaf

**Thanks ❤️**
@AbdulTheActivePiecer, @AbdullahBitar, @AdamSelene, @abuaboud, @allcontributors, @allcontributors[bot], @dennisrongo, @islamaf, @kishanprmr, @pfernandez98, @rendyt1, @snyk-bot, @szepeviktor, @tintinthedev and @uniqueeest


### 12/04/2024


Expand Down
Loading

0 comments on commit aab5f8d

Please sign in to comment.