-
Notifications
You must be signed in to change notification settings - Fork 53
[REL-8880] Imiller/rel 8880/backmerge integration framework private mirror #115
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
[REL-8880] Imiller/rel 8880/backmerge integration framework private mirror #115
Conversation
Co-authored-by: Henry Barrow <[email protected]>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.12 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* minor copyedits for big segment store manifests * also update descriptions (used in upsells only) * Update integrations/dynamodb/manifest.json --------- Co-authored-by: Henry Barrow <[email protected]>
Adding Cortex integration
…rations [sc-231112] add chronosphere and bitrise
[sc-232630] Add Sumatra integration
Adding Ditto integration
Adding zeoptap
[sc-237945] action fix for Chronosphere
[sc-242199] adding Tealium Synced Segments
Add Port integration
…hte json parsing & fix memberListRequest (#665)
* add integration for dynatrace api v2 * update README to point to Dynatrace events api v2 * minor cleanup * accommodate the case where the tag was not provided * tweaks --------- Co-authored-by: Isabelle Miller <[email protected]>
* add new capability * add ai to categories * add resourceAction to capabilities enum * stub manifest * add resourceType to capability * add resourceType to manifest * update square icon * udpate horizontal icon * add note about beta * flesh out body * update to buttonAction * cleanup * use flag.key
* add * update context var
…ration that can be used for multiple things in the codebase (#675)
…(#676) * see title * update schema and add new prompt
* Adding AI config test run manifest * run prettier * Updated assets
* feat: [SEC-7263] Add dependency-scan GitHub Actions workflow Generate Node.js SBOM using launchdarkly/common-actions for SEC-7263. Add policy evaluation step with bom-* artifacts pattern. Configure triggers for pull requests and main branch pushes. Co-Authored-By: Patrick Kaeding <[email protected]> * fix: use ubuntu-latest runner instead of invalid runner spec Replace runs-on=${{ github.run_id }}/runner=ubuntu22-2cpu-8gb-x64 with ubuntu-latest to resolve 'invalid runner spec' error in private repository CI. Use actions/checkout@v4 instead of runs-on/action for standard GitHub runner. Co-Authored-By: Patrick Kaeding <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
| @@ -0,0 +1,299 @@ | |||
| # Capabilities | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i have genuinely no idea where these came from as they don't appear to have previously been on either public or private repo. but they're great docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were intentionally deleted from this repo to prefer the documentation on our public docs site so we should not reintroduce them here.
ldhenry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should reintroduce the docs directory. Additionally, we should try to get the ./merge_to_public.sh script working again so this is not such a manual process. I think #116 will unblock us there.
| @@ -0,0 +1,299 @@ | |||
| # Capabilities | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These were intentionally deleted from this repo to prefer the documentation on our public docs site so we should not reintroduce them here.
This PR should mostly reconcile this public repo with our private repo. We updated the docs site links at some point, which accounts for most of the changes.
Related Jira issue: REL-8880: reconcile differences & backmerge integration-framework private & public