Skip to content

Commit

Permalink
Merge branch 'activepieces:main' into gdrive-shared-drive
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanprmr committed May 13, 2024
2 parents 598e594 + 4253303 commit 64c2916
Show file tree
Hide file tree
Showing 74 changed files with 1,767 additions and 658 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,33 @@
"contributions": [
"plugin"
]
},
{
"login": "thirstycode",
"name": "Pratik Kinage",
"avatar_url": "https://avatars.githubusercontent.com/u/37847256?v=4",
"profile": "https://www.gamespecifications.com/",
"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"
]
}
],
"commitType": "docs"
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ Not into coding but still interested in contributing? Come join our [Discord](ht
<td align="center" valign="top" width="14.28%"><a href="http://javix64.com"><img src="https://avatars.githubusercontent.com/u/58471170?v=4?s=100" width="100px;" alt="Javier HM"/><br /><sub><b>Javier HM</b></sub></a><br /><a href="#plugin-javix64" title="Plugin/utility libraries">🔌</a></td>
<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>
</tr>
</tbody>
</table>
Expand Down
56 changes: 22 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"openai": "4.17.5",
"papaparse": "5.4.1",
"pdf-parse": "1.1.1",
"pdf-text-reader": "4.0.1",
"pdf-text-reader": "4.1.0",
"pg": "8.11.3",
"pickleparser": "0.1.0",
"pino-loki": "2.1.3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="ap-w-full ap-pt-2">
@if(featureLocked) {
<ap-upgrade-note [insideTab]="true" class="ap-mb-2" [featureNoteTitle]="upgradeNoteTitle" [featureNote]="upgradeNote"
docsLink="https://www.activepieces.com/docs/operations/audit-logs"></ap-upgrade-note>
featureKey="AUDIT_LOGS"
></ap-upgrade-note>
} @else {

<table mat-table [dataSource]="dataSource" class="ap-w-[100%]" i18n-aria-label aria-label="Audit Events">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@if(isFeatureLocked) {
<div class="ap-mb-4">
<ap-upgrade-note
featureKey="PROJECTS"
[featureNoteTitle]="upgradeNoteTitle"
[featureNote]="upgradeNote"
></ap-upgrade-note>
Expand Down
2 changes: 1 addition & 1 deletion packages/pieces/community/github/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@activepieces/piece-github",
"version": "0.3.9"
"version": "0.3.10"
}

0 comments on commit 64c2916

Please sign in to comment.