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

feat(deadline): versionquery construct #175

Merged
merged 8 commits into from
Nov 5, 2020

Conversation

horsmand
Copy link
Contributor

@horsmand horsmand commented Oct 14, 2020

Fixes #176

This was tested by successfully deploying the TypeScript and Python example apps, and running the integration tests.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@horsmand horsmand changed the title feat(version-query): Created VersionQuery construct feat(deadline): Created VersionQuery construct Oct 14, 2020
@horsmand horsmand changed the title feat(deadline): Created VersionQuery construct feat(deadline): created versionquery construct Oct 14, 2020
@horsmand horsmand changed the title feat(deadline): created versionquery construct feat(deadline): versionquery construct Oct 14, 2020
Copy link
Contributor

@ddneilson ddneilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In hindsight, we should have coordinated how this was being implemented better before it got this far. A breaking change is not required to get this to work.

Copy link
Contributor

@ddneilson ddneilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes, David. This is looking much better.

@jusiskin jusiskin added the contribution/core This is a PR that came from AWS. label Oct 27, 2020
@ddneilson ddneilson self-requested a review November 3, 2020 16:45
ddneilson
ddneilson previously approved these changes Nov 5, 2020
versionString: props?.version,
// If we don't have a full static version string, create a random string that will force the Lambda to always
// run on redeploys, effectively checking for version updates.
forceRun: this.forceRun(props?.version),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the way you did this!

yashda
yashda previously approved these changes Nov 5, 2020
Copy link
Contributor

@yashda yashda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, approving! Thanks David!

@horsmand horsmand dismissed stale reviews from yashda and ddneilson via c634e09 November 5, 2020 17:44
yashda
yashda previously approved these changes Nov 5, 2020
@horsmand horsmand merged commit 78dcd86 into aws:mainline Nov 5, 2020
@horsmand horsmand deleted the version-query branch January 5, 2021 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Construct to supply Deadline installers
4 participants