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

chore: make CI config DRY #470

Merged
merged 16 commits into from
May 31, 2019
Merged

chore: make CI config DRY #470

merged 16 commits into from
May 31, 2019

Conversation

bartlomieju
Copy link
Member

Reference

Using templates to configure CI to dry up configuration

.ci/steps.unix.yml Outdated Show resolved Hide resolved
@@ -0,0 +1,7 @@
steps:
Copy link
Member

Choose a reason for hiding this comment

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

I'd refer ci directory to .ci

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought about it, but won't it be confusing for users? It'll look like one of the available modules.

Copy link
Member

Choose a reason for hiding this comment

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

ok good point

@bartlomieju
Copy link
Member Author

@ry this should be ready for review

azure-pipelines.yml Outdated Show resolved Hide resolved
- bash: npm install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
- powershell: iwr https://deno.land/x/install/install.ps1 -out install.ps1; .\install.ps1 $(DENO_VERSION)
- bash: echo "##vso[task.prependpath]C:\Users\VssAdministrator\.deno\\bin"
- bash: npx eslint **/*.ts --max-warnings=0
Copy link
Member

Choose a reason for hiding this comment

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

Can the eslint be moved to common?

Copy link
Member Author

@bartlomieju bartlomieju May 31, 2019

Choose a reason for hiding this comment

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

Nope, it's run with npx on Linux and Windows, but not on Mac. I tried running it with npx under Mac as well, but there's not npx

Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@ry ry merged commit 8a9993b into denoland:master May 31, 2019
@bartlomieju bartlomieju deleted the chore-dry_ci_config branch May 31, 2019 21:32
ry pushed a commit to ry/deno that referenced this pull request Oct 9, 2019
inverted-capital pushed a commit to dreamcatcher-tech/napps that referenced this pull request Oct 24, 2024
inverted-capital pushed a commit to dreamcatcher-tech/napps that referenced this pull request Oct 24, 2024
Changes:
1. Notifications use ULIDs for their IDs.
2. Removes the `notifications` index from KV, as it seems unnecessary.
3. Removed the `createdAt` property from notifications.
4. Removes `newNotificationProps()`, as it now seems unnecessary.

Closes denoland#473
Towards denoland#470
CC @lino-levan (this might be a good reference to learn more about
ULIDs)
inverted-capital pushed a commit to dreamcatcher-tech/napps that referenced this pull request Oct 24, 2024
Description

This PR fixes denoland#470 

Notes for Reviewers
rename and restructure /tools folder

---------

Signed-off-by: Jigar Rathod <jigarrathod2704@gmail.com>
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.

2 participants