-
Notifications
You must be signed in to change notification settings - Fork 8
CI build matrix & selected repo statistics #1
Comments
We now read all readmes from all repos. I've added a check / x if readme is present or not; next step is to parse them to look for status badges etc. |
Doesn't this technically grab the repo name and check against travis, or does this actually parse the README files? If so, can you point me to that? |
@RichardLitt it does fetch the full text of the readme's -- not parsing them yet, but just about to start 😄 the |
@harlantwood may be good to have multiple columns for readme:
Also would be good:
|
@jbenet great list, thanks. @RichardLitt we are now actually parsing the readme and looking for certain buttons: https://github.com/ipfs/ci-status/blob/515a2bbe1e289fb864e07a99d7fdb6477f8c987e/src/index.coffee#L63 I added some datatable styling as well, to make it more readable. Latest: http://ipfs.github.io/ci-status/ |
@jbenet I moved your ideas into the checklist at the top: #1 (comment) |
looking awesome : ) http://ipfs.github.io/ci-status/ -- still things left to do, but wanted to share : ) |
@harlantwood blank screen in chrome atm :( |
yeah, thanks, github is throttling api requests... I filed a bug : ( #5 here is a screenshot of the latest in the meantime... |
that looks great! thanks for screenshot |
There is still work to do in this story. I added a help wanted tag in case anyone wants to jump in; happy to do some more work myself, and/or help others contribute. It would be interesting to know:
|
Definitely more we can do here. Regarding priority, I'm not sure, because I don't know who is using this. I can use it more to figure out how to keep IPFS repos up to date, but I haven't been doing that enough. Thank you for the reminder. I would like Contribute, patents, and the stars // issue counts. I don't know the best way to track pageviews; I believe we could use google analytics. @dignifiedquire Do you know? |
@harlantwood Might be a smart idea to split up this issue into a few different issues? It's hard for me to keep track of what is needed and what isn't. |
@RichardLitt google analytics is possible, there are others like mixpanel I like a bit more as it is much easier to get understandable data out of it. |
Looks like we're using google analytics on https://ipfs.io/ ; I'd suggest we use whatever is most "standard" for us already. |
@RichardLitt I'm open to spinning off into other issues. Right now it's all in one checklist in the top comment. Feel free to split things out if inspired. |
I split the remaining items out into their own issues. Closing this one! |
Moving over from: ipfs/infra#25
OK, I'm going to take a stab at a fully client-side build monitor tool that can run from IPFS.
updated to incorporate jbenet items from a comment below:
Features:
Deployment:
Meta:
The text was updated successfully, but these errors were encountered: