This repository was archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add --delay and --batch-size options to upload-sysmon-logs.py * attempt to CDK * add schedule rule * updates for review comments * address LGTM lint * cdk README * add extract-grapl-deployment-artifacts.sh * WIP build is broken * fix aws-cdk versions * some updates from local testing * WIP build still borked * README update * make dgraph-ttl a Construct instead of a NestedStack * fix an issue with the handler reference * some more updates from testing in sandbox * more fixes
… to a single AWS account. - All Constructs now use an interface for constructor params beyond scope and id. This essentially provides named params, making it clearer what the arguments are for.
Also gonna mix up our naming convention. For fun.
CDK - Add support for multiple Grapl deployments to single AWS account
* whitespace * add cdk-watchful dep * vendor cdk-watchful 0.5.1 * get vendored cdk-watchful to build * add watchful to the Grapl stack * some fixes * remove cdk-watchful DynamoDB stuff because we use on-demand pricing * remove unused import * instrument engagement and graphql * updates from local testing * make everything a NestedStack * internal-74 fix destroy_all.sh * remove dangerous S3 stuff
Updating CDK README to match changes from previous PR.
* added paging for graphQL endpoint * added front-end pagination to plugins * graphQL paging * fixed duplicate pagination bug for lenses * added styling for paging * formatting * Revert extra lenses * Styling * fixed any types * revisions * refactored custom routing to use react-router-dom HashRouter * remove redirectTo function * added logic to check if logged in * removed unneeded props * Improve performance of plugin page and fix warnings
* Resolve #299 by storing more information in schema_table * Reformat * Update provisioning and resolve an edge conflict? Co-authored-by: wimax-grapl <69007229+wimax-grapl@users.noreply.github.com>
Code cleanup and documentation work. Unfinished.
… of calls to CloudWatch (and save money) (#305) * Add accumulation/aggregation to the Metric Forwarder, grouping like MetricDatums together to lower the number of API calls we have to make.
…#304) * Removing the dependency rename in Cargo.tomls from grapl-graph-descriptions to graph-descriptions for libraries used by plugins: derive-dynamic-node and graph-generator-lib. This should remove the requirement that plugins would need to make the same rename in their Cargo.toml. * Removing all other references to renamed grapl-graph-descriptions.
Bumps [boto3](https://github.com/boto/boto3) from 1.14.44 to 1.15.8. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.14.44...1.15.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add a 'release Staging to Dockerhub every time code is pushed to Staging' workflow * Refactor to reduce copied code between the two release scripts
* A bugfix the staging-to-docker thing
Resolves #246 - replaces dgraph-rs with dgraph-tonic in graph-merger
Merging master into staging
jgrillo-grapl
approved these changes
Oct 1, 2020
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.
🥇
This pull request introduces 72 alerts and fixes 31 when merging 0681f0d into 8939772 - view on LGTM.com new alerts:
fixed alerts:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR correspond to?
None / Cutting a release
What changes does this PR make to Grapl? Why?
How were these changes tested?