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

Revert Remove __trigger #1274

Merged
merged 8 commits into from Oct 27, 2022
Merged

Revert Remove __trigger #1274

merged 8 commits into from Oct 27, 2022

Conversation

TheIronDev
Copy link
Contributor

Description

Code sample

spec/v1/function-builder.spec.ts Show resolved Hide resolved
spec/v1/providers/analytics.spec.ts Show resolved Hide resolved
spec/v1/providers/database.spec.ts Outdated Show resolved Hide resolved
spec/v1/providers/database.spec.ts Outdated Show resolved Hide resolved
spec/v1/providers/firestore.spec.ts Show resolved Hide resolved
Comment on lines 6 to 25
export const MINIMAL_V2_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
concurrency: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};

export const MINIMAL_V1_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oof, didn't see they were moved during conflict resolution.

Are you ok with:

export { MINIMAL_V1_ENDPOINT, MINIMAL_V2_ENDPOINT } from "../../fixtures";

Copy link
Contributor

Choose a reason for hiding this comment

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

I'd prefer we fix import statements, but given the size of this PR that is fine w/ me.

src/common/config.ts Outdated Show resolved Hide resolved
Comment on lines 6 to 25
export const MINIMAL_V2_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
concurrency: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};

export const MINIMAL_V1_ENDPOINT: ManifestEndpoint = {
availableMemoryMb: RESET_VALUE,
ingressSettings: RESET_VALUE,
maxInstances: RESET_VALUE,
minInstances: RESET_VALUE,
serviceAccountEmail: RESET_VALUE,
timeoutSeconds: RESET_VALUE,
vpc: RESET_VALUE,
};
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd prefer we fix import statements, but given the size of this PR that is fine w/ me.

@taeold taeold merged commit d6d05aa into master Oct 27, 2022
@taeold taeold deleted the tystark.cherry_pick__trigger branch October 27, 2022 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants