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

[Author] [New] Add FlexSearch.js with git auto-update via single package.json #13245

Merged
merged 1 commit into from Mar 2, 2019
Merged

[Author] [New] Add FlexSearch.js with git auto-update via single package.json #13245

merged 1 commit into from Mar 2, 2019

Conversation

ts-thomas
Copy link
Contributor

@ts-thomas ts-thomas commented Feb 6, 2019

Pull request template for new library

Pull request for issue: #
Related issue(s): # #

Checklist for Pull request or lib adding request issue follows the conventions.

Note that if you are using a distribution purpose repository/package, please also provide the url and other related info like popularity of the source code repo/package.

Profile of the lib

Essential checklist

  • I'm the author of this library
    • I would like to add link to the page of this library on CDNJS on website / readme
  • This lib was not found on cdnjs repo
  • Doesn't already exist / has duplicate issue and PR
  • The lib has notable popularity
    • More than 200 [Stars / Watchers / Forks] on [GitHub / Bitbucket]
    • More than 800 downloads stats per month on npm registry
  • Project has public repository on famous online hosting platform (or been hosted on npm)

Auto-update checklist

  • Has valid tags for each versions (for git auto-update)
  • Auto-update setup
  • Auto-update target/source is valid.
  • Auto-update filemap is correct.

Git commit checklist

  • The first line of commit message is less then 50 chars; clean, clear and easy to understand.
  • The parent of the commit(s) in the PR is not older than 3 days.
  • Pull request is sent from a non-master branch with a meaningful name.
  • Separate unrelated changes into different commits.
  • Use rebase to squash/fixup dummy/unnecessary commits into only one commit.
  • Close corresponding issue in commit message
  • Mention related issue(s), people in commit message, comment.

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

Oops 😨 f2d4f36 CI test failed ❗

@ts-thomas please take a look at CI build https://ci.cdnjs.com/cdnjs/cdnjs/25742 for details 📝 !
Most of the error will have corresponding explanation, so that you will know what's wrong and then try to fix it!
If you cannot understand the error message and need help, feel free to ask our maintainers ☺️

@PeterDaveHello
Copy link
Contributor

@ts-thomas Maybe you'd also like to try to reuse a pull request instead of opening new one 😏?

@PeterDaveHello
Copy link
Contributor

@ts-thomas you can just commit on the branch you sending this pull request, it'll be updated ;)

@ts-thomas
Copy link
Contributor Author

ts-thomas commented Feb 6, 2019

Ok sorry, there was a message that the forked master branch was too old^^

@PeterDaveHello
Copy link
Contributor

@ts-thomas Oh, I didn't notice that, can also help you update it if you're not working locally ;)

@ts-thomas
Copy link
Contributor Author

Hopefully now its fine :)

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

@ts-thomas congratulations! af2c0d1 CI test passed! ✅
Please wait for the further review from the maintainers!

For the details 📃, please take a look at ➡️ https://ci.cdnjs.com/cdnjs/cdnjs/25743, thank you 😀

@PeterDaveHello PeterDaveHello changed the title Add FlexSearch.js [Author] [New] Add FlexSearch.js with git auto-update via single package.json Feb 6, 2019
@PeterDaveHello
Copy link
Contributor

@ts-thomas cool, I'll help squash the commits into a single one, and take a look later ;)

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

@ts-thomas congratulations! 059adfa CI test passed! ✅
Please wait for the further review from the maintainers!

For the details 📃, please take a look at ➡️ https://ci.cdnjs.com/cdnjs/cdnjs/25744, thank you 😀

@ts-thomas
Copy link
Contributor Author

Squashing would be great, I'm currently just on Github, thanks a lot :)

@ghost ghost assigned PeterDaveHello Feb 6, 2019
@ghost ghost added the in progress label Feb 6, 2019
Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

@ts-thomas congratulations! 82dba94 CI test passed! ✅
Please wait for the further review from the maintainers!

For the details 📃, please take a look at ➡️ https://ci.cdnjs.com/cdnjs/cdnjs/25745, thank you 😀

@MattIPv4
Copy link
Member

@ts-thomas Is there a default file for this library?

@ts-thomas
Copy link
Contributor Author

Hello, yes it is. The file „flexsearch.min.js“ is the default file.

@MattIPv4
Copy link
Member

@ts-thomas Could you set that as the filename property in the json?

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

Oops 😨 ba2b5d0 CI test failed ❗

@ts-thomas please take a look at CI build https://ci.cdnjs.com/cdnjs/cdnjs/26030 for details 📝 !
Most of the error will have corresponding explanation, so that you will know what's wrong and then try to fix it!
If you cannot understand the error message and need help, feel free to ask our maintainers ☺️

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

Oops 😨 7ea4131 CI test failed ❗

@ts-thomas please take a look at CI build https://ci.cdnjs.com/cdnjs/cdnjs/26031 for details 📝 !
Most of the error will have corresponding explanation, so that you will know what's wrong and then try to fix it!
If you cannot understand the error message and need help, feel free to ask our maintainers ☺️

@ts-thomas
Copy link
Contributor Author

@MattIPv4 Done. Thanks.

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

@ts-thomas congratulations! 86efe31 CI test passed! ✅
Please wait for the further review from the maintainers!

For the details 📃, please take a look at ➡️ https://ci.cdnjs.com/cdnjs/cdnjs/26041, thank you 😀

Copy link
Contributor Author

@ts-thomas ts-thomas left a comment

Choose a reason for hiding this comment

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

Fix filename in package.json

Copy link
Contributor

@PeterBot PeterBot left a comment

Choose a reason for hiding this comment

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

@ts-thomas congratulations! a6e12e1 CI test passed! ✅
Please wait for the further review from the maintainers!

For the details 📃, please take a look at ➡️ https://ci.cdnjs.com/cdnjs/cdnjs/26058, thank you 😀

@PeterDaveHello PeterDaveHello merged commit b390037 into cdnjs:master Mar 2, 2019
@ghost ghost removed the in progress label Mar 2, 2019
@PeterDaveHello
Copy link
Contributor

Here we go 🎉
https://cdnjs.com/libraries/FlexSearch

@ts-thomas
Copy link
Contributor Author

Nice one 👍

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

4 participants