Andrew Nesbitt

Results 117 issues of Andrew Nesbitt

We currently have support for the status api, showing pass/fail/error for pull requests with older CI integrations, new CI integrations like GitHub actions use a different ["checks"](https://docs.github.com/en/rest/reference/checks) api. This will...

enhancement
help wanted

If the state of a notification changes due to a webhook delivery, currently the list view will update automatically via websocket but the pinned search count does not, it would...

enhancement
help wanted
extension

Extracted from https://github.com/octobox/octobox/pull/2852 Now that we have a new api, the old endpoints still work but have duplicate logic, they should be redirected to the new api with a deprecation...

refactor

Working on making octobox able to create notifications for subjects (issues, prs etc) that don't have a remote notification record on GitHub (i.e. where `github_id` is null) Some example use...

enhancement

The current security score on https://observatory.mozilla.org/analyze/octobox.io is F (0/100), which is pretty terrible, there's a good number of easy fixes to improve. ![Screenshot 2021-11-02 at 16 08 33](https://user-images.githubusercontent.com/1060/139897394-6041d253-8274-4d3c-ab3d-d13222ee9939.png)

security

Related issue on the extension repo: https://github.com/octobox/extension/issues/7 I'm going to be experimenting with expanding Octobox to hold more things, allowing users to use it to build workflows that help their...

enhancement
extension

Currently every contribution requires checking out the repository locally, installing a bunch of npm modules and running the script to update the readme. I propose we set up a [github...

kind/enhancement

Is there a way of reading out the meta data about each module as JSON or some other machine readable format from the site? I'd love to add LuaRocks support...

As contribulator is getting merged in here (see https://github.com/24pullrequests/24pullrequests/discussions/3514), we should have a project show page that shows the details of the project and it's score breakdown as well as...

enhancement
help wanted

It might be fun to have a badge that maintainers can add to the readmes of their project to show that they support 24pullrequests, quickly made one with http://shields.io/ ![https://img.shields.io/badge/Supporting-24PullRequests-red.svg?style=flat](https://img.shields.io/badge/Supporting-24PullRequests-red.svg?style=flat)...

help wanted