roberttstephens/webanalytics 47
Open source analytics program written in go (golang) and javascript.
A little helper repo to set up a local linux environment
roberttstephens/debian-preseed 1
An example of preseeding debian with virsh-install
roberttstephens/960-layout-system 0
960ls code repository. The 960 Layout System was created to help streamline web designers' workflow by giving them all the power of 960.gs in a nice, easy-to-use interface that is useful for noob and guru alike. Powered by Flask python framework and jQuery
roberttstephens/ansible-playbook-monit 0
Ansible role for configuring Monit.
roberttstephens/cookiecutter-flask 0
A flask template with Twitter Bootstrap 3, asset bundling+minification, starter templates, and registration/authentication. For use with cookiecutter.
push eventmassgov/openmass
commit sha f35517ed4af55af19de2fee050dcf9bb49144cab
DP-19787: Increase the cron timeout for superset queue items
push time in 10 hours
PR opened massgov/openmass
Description:
The needs attention dashboard/views haven't had any data since March 2020. This fixes the integration with superset. When cron runs the data will be queued and processed. While the data is processed, requests are made to superset. The data is then saved in the mass_superset_data table.
The calls to superset were calling a non-existant old view. In addition, the superset API has changed and this decreases the batch size from 1000 to 500 to eliminate timeouts.
Jira: (Skip unless you are MA staff) https://jira.mass.gov/browse/DP-19787
To Test: URLs that show this data:
-
/admin/home
-
/admin/content
-
/admin/ma-dash/my-content
-
/admin/ma-dash/needs-review
-
[ ] Add steps to test this feature
Screenshots/GIFs: Use something like licecap to capture gifs to demonstrate behaviors.
pr created time in 11 hours
push eventmassgov/openmass
commit sha 9035ed39c771b7856080fb5a66d415919262427e
DP-19787: Add changelog
push time in 11 hours
create barnchmassgov/openmass
branch : DP-19787-fix-needs-attention-views
created branch time in 11 hours
issue commentalanmcruickshank/sqlfluff
Explain .sqlfluff config options more clearly in the config docs
FYI, the [sqlfluff:templater:jinja:context] option took me a little bit to understand, even though it's simple in hindsight. I had a params dictionary and sqlfluff failed to parse that jinja variable. I solved it with something like params={'first_var':'value_1','second_var':'value_2'} .
It might help someone else if it's listed at https://docs.sqlfluff.com/en/latest/configuration.html#complex-variable-templating .
comment created time in a month
pull request commenthoneybadger-io/honeybadger-php
Add environment to custom and raw notifications
@sixlive I was hoping to add some tests, but haven't been able to get around to it yet. Feel free to merge if you think it's ready, though!
comment created time in 2 months
push eventroberttstephens/honeybadger-php
commit sha 2467b96f1f1ebca115a8e0f02dd0f3857a95747f
Coding standard
push time in 2 months
PR opened honeybadger-io/honeybadger-php
Status
WIP
Description
While integrating this into drupal using https://github.com/nathandentzau/drupal-honeybadger and using a custom notification, I noticed that the environment name did not populate in the Honeybadger dashboard.
This PR will add the environment name to custom and raw notifications. It defaults to production because of https://github.com/honeybadger-io/honeybadger-php/blob/master/src/Config.php#L40 .
Related PRs
None
Todos
- [ ] Tests
- [ ] Documentation
- [ ] Changelog Entry (unreleased)
Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.
> git pull --prune
> git checkout <branch>
> vendor/bin/phpunit
pr created time in 2 months
create barnchroberttstephens/honeybadger-php
branch : add-environment-name-notifications
created branch time in 2 months
fork roberttstephens/honeybadger-php
PHP library for reporting errors to Honeybadger.io :elephant: :zap:
fork in 2 months
push eventroberttstephens/drupal-honeybadger
commit sha 206def9a5bd64465c9f15a46105e2d9774aa88a9
Read the overridden config (#2)
commit sha 11420e6b7e47285ed5eff3ece40e9e7f12e58be7
Merge remote-tracking branch 'upstream/master' into read-overridden-config-test
push time in 2 months
PR opened nathandentzau/drupal-honeybadger
Update test to call get method on config
pr created time in 2 months
create barnchroberttstephens/drupal-honeybadger
branch : read-overridden-config-test
created branch time in 2 months
push eventroberttstephens/drupal-honeybadger
commit sha 296e2d6b9272a0a187cc2d99aac4553cbea791ad
Update test to call get method on config
push time in 2 months
PR opened nathandentzau/drupal-honeybadger
The getRawData method gets the data without overrides (see method comment at https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Config%21Config.php/8.8.x ).
Using the get method will read the overridden config from settings.php files.
pr created time in 2 months
create barnchroberttstephens/drupal-honeybadger
branch : read-overridden-config
created branch time in 2 months
PR closed nathandentzau/drupal-honeybadger
The honeybadger class wasn't being instantiated. This creates a logger to ensure that honeybadger is present.
This also fixes an issue where the overridden config wasn't being grabbed.
I'm happy to discuss if you think there's a better way to get honeybadger running.
BTW, this still doesn't report all exceptions, but it does grab errors. I'm doing some investigation to see if I can log the exceptions to honeybadger through the log method of the logger.
pr closed time in 2 months
pull request commentnathandentzau/drupal-honeybadger
Add a logger so honeybadger runs, grab overridden config
Honeybadger wasn't running because of some custom code/config, so it looks like a logger isn't necessary on a vanilla drupal site. I'm closing this PR in favor of one that only has a change to grab overridden config.
comment created time in 2 months
PR opened nathandentzau/drupal-honeybadger
The honeybadger class wasn't being instantiated. This creates a logger to ensure that honeybadger is present.
This also fixes an issue where the overridden config wasn't being grabbed.
I'm happy to discuss if you think there's a better way to get honeybadger running.
BTW, this still doesn't report all exceptions, but it does grab errors.
pr created time in 2 months
fork roberttstephens/drupal-honeybadger
This is a Honeybadger integration module for Drupal.
fork in 2 months