Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from PipedreamHQ:master #1

Merged
merged 67 commits into from
Aug 13, 2022
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Aug 13, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

luancazarine and others added 30 commits August 2, 2022 09:03
* New Features
Actions:
  - List Highlights
  - Get Highlight Details
Triggers:
  - New Highlights (polling trigger)

* minor updates

Co-authored-by: michelle0927 <[email protected]>
* discord actions

* send-message-with-file action

* new discord sources

* update pnpm-lock.yaml

* channels prop optional

* remove console.log

* remove incorrect props
* return parsedValue whenever possible

* create value prop definition

* minor refactors

* refactor summaries exports

* use Function to evaluate js objects

* bump patch versions

* fix additional props
* [App:Infusionsoft] Creating TS structure

* [App:Infusionsoft] Creating 'get company'
And company listing

* [App:Infusionsoft] 'Get Company' action

* [App:Infusionsoft] Creating 'Get Contact'

* [App:Infusionsoft] 'Create Payment' action

* [App:Infusionsoft] 'Create order item' + types

* [App:Infusionsoft] Type adjustments

* [App:Infusionsoft] Organizing type files

* [App:Infusionsoft] Create Payment params

* [App:Infusionsoft] Fixing types in async options listing

* [App:Infusionsoft] Fixing http request

* [App:Infusionsoft] Webhook initial implementation
TS type correction pending

* [App:Infusionsoft] Functional webhook system

* [App:Infusionsoft] Creating generic hookObject type

* pnpm-lock.yaml

* Updating types package to 0.1.4

* [App:Infusionsoft] Common webhook source

* [App:Infusionsoft] Source structure additions

* [App:Infusionsoft] New appointment and desc changes

* [App:Infusionsoft] Order summary

* [App:Infusionsoft] Simplifying types

* [App:Infusionsoft] Webhook data and summaries

* [App:Infusionsoft] Summary changes and doc links

* [App:Infusionsoft] Simplifying types

* pnpm-lock.yaml

* [App:Infusionsoft] Simplifying types

* [App:Infusionsoft] Removing status from http response

* [App:Infusionsoft] ESLint + PD Axios

* [App:Infusionsoft] Naming convention fixes

* [App:Infusionsoft] Pull request suggested changes

* [App:Infusionsoft] Using PD Axios + $ for all requests

* [App:Infusionsoft] Request fix and quality improvements

* ESLint

* 'Create Payment' making some props mandatory

* ESLint

* tsconfig.json newline

* Removing 'new appointment' source
…3879)

* Fixed monitors list

* pnpm

* Source versions

* Package.json new line on end

* A little fix

* A little fix

* Update from datadog lib to axios

* pnpm

* Updating versions
* fix bug

* Change Update ID to string

Co-authored-by: vunguyenhung <[email protected]>
* new star added

* fix bug
* Adding PoC auth and data store docs

* Adding gifs and TOC links

* Fixing links

* edits

* Warning preamble

* Fixing alpha link, updating slack channel to use general

* Adding python support
* Setup

* Added one action

* pnpm

* update description

* Fix summary

* fix version

Co-authored-by: michelle0927 <[email protected]>
Co-authored-by: vunguyenhung <[email protected]>
* Adding context, rerun, respond python docs

* Trailing slash will get ya

* Small edits and fixes
* add random item source

* fix key

Co-authored-by: michelle0927 <[email protected]>
* Implement a parte of list search

* simple search in list

* action version

* typos

* version fix

Co-authored-by: Lucas Caresia <[email protected]>
Co-authored-by: michelle0927 <[email protected]>
* avoid exception if no phone number

* bump patch versions
* Remove ignoreMyself prop from Discord New Message source

* Move Discord New Message source to discord app folder

* Remove unused components/discord_bot/discord folder

in favor of components/discord

* Increment major version for Discord New Message source

Removing ignoreSelf prop is a potentially breaking change

* Update Discord New Message source name to include "(Instant)"

Makes name consistent with other Discord (Instant) sources
Remove ignoreMyself prop from Slack sources

Keep ignoreMyself prop in New Direct Message source and set default to
false

ignoreMyself is removed to make it easier to generate test events when
configuring the trigger in a workflow.
* Update dateTime format

Information on how to format dateTime for non-all-day events is unclear. Updated description of date start and end.
See documentation here: https://developers.google.com/calendar/api/v3/reference/events/insert

* bump patch version

Co-authored-by: Andrew Chuang <[email protected]>
* short.io - create a link action

* short.io - delete a link action

* short.io - improving create a link action
adding update a link action

* fixing action versions

* short.io - improvements on current link prop
expire a link action

* short.io added domain statistics action

* short.io - new link created source

* fixing domain-statistic action version

* minor updates

* pnpm-lock.yaml

* adding missing property: title

* fix to list links for domain restrictive keys

* commit to trigger checks

Co-authored-by: Alyson Freitas <[email protected]>
Co-authored-by: michelle0927 <[email protected]>
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](rojopolis/spellcheck-github-actions@0.25.0...0.26.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Actions and sources added

* pnpm

* typos

* Added deploy hook

* Create company action added

* Fixed deactivate

Co-authored-by: michelle0927 <[email protected]>
michelle0927 and others added 27 commits August 9, 2022 13:26
* Added sources and actions

* pnpm

* Removed invalid prop
* Added two sources

* pnpm

* Added sources

* Added empty space

* Added key

* Fixed requests
* OneDrive - Get table from Excel spreadsheet
- used axios for poc.
- will switch to graph client library when adding the next action.

* Update get-table.mjs

Updated key value

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/microsoft_onedrive/actions/get-table/get-table.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update `package.json` and `pnpm-lock.yaml`
#3978 (comment)

* add missing import

Co-authored-by: Andrew Chuang <[email protected]>
* fix - print json stringified object

* fix missing querystring dependency

* update pnpm-lock.yaml
* Action: Enroll Contact Into Workflow

* some adjusts
* thanks.io sources

* update pnpm-lock.yaml

* new actions

* new actions

* updates

* updates per review

* added countries options
* update setting lastDateCovered

* update per review
* Added sources

* pnpm

* Update components/webinargeek/sources/new-payment/new-payment.mjs

Co-authored-by: Andrew Chuang <[email protected]>

* Update components/webinargeek/sources/new-registration/new-registration.mjs

Co-authored-by: Andrew Chuang <[email protected]>

Co-authored-by: Andrew Chuang <[email protected]>
@pull pull bot added the ⤵️ pull label Aug 13, 2022
@pull pull bot merged commit aef432b into digitty-forks:master Aug 13, 2022
pull bot pushed a commit that referenced this pull request Sep 14, 2023
* package and pnpm lock

* pnpm lock

* AI-generated app file

* App file adjustments

* AI generated action #1

* Improvements on AI output

* pnpm

* Adding and updating props

* Adjustments to document translation action

* Prop definitions and adding optional props

* Detect AI Content + improvements

* Analyze sentiment in text + more propDefinitions

* Generate Image (AI)

* pnpm

* Description adjustments

* Generate Image finalizing

* Prop adjustments

* typos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment