Robert J. Lang
Robert J. Lang
I'm soliciting further input. Some questions that come to mind: * If this (or something like it) is a good thing, where should it go? Linked from /modules? A separate...
Sure. Closing in favor of https://github.com/backdrop-ops/backdropcms.org/issues/442.
During the dev meeting, @quicksketch mentioned that he'd found a way to simulate webhooks on his local system by (IIRC) looking in the Github log to get what was sent...
Available to test and deploy. I think anyone can build a local instance of b.org for testing, but (a) it's a lot trickier now that CiviCRM is part of b.org,...
> Also, a local instance will not have the possibly thousands of nodes pointing at projects. Sure they would. That would be the primary point of building a local version...
I've started [putting together instructions for setting up a local instance with the current (sanitized) db and config](https://github.com/backdrop-ops/backdropcms.org/issues/1041). Should have something in the next few days, will ping here when...
For those wanting to set up a local instance, I've [created a PR](https://github.com/backdrop-ops/backdropcms.org/pull/1042) on https://github.com/backdrop-ops/backdropcms.org/issues/1041 with instructions that you can try out. If you find anything unclear or non-working, post...
Meanwhile, I installed our GH token credentials on my local, enabled Devel module, and ran this code to get downloads for a single module: ``` $temp = borg_project_metrics_get_downloads('webform'); dpm($temp,'$temp'); ```...
Ah. ``` $temp = borg_project_metrics_get_downloads('backdrop-contrib/webform'); dpm($temp,'$temp'); ``` returns 10245, which is the correct number. So that, at least, works.
> Can you check `backdrop-contrib/views_bulk_operations`? ``` $temp = borg_project_metrics_get_downloads('backdrop-contrib/views_bulk_operations'); dpm($temp,'$temp'); ``` This returns 818.