Renan GEHAN
Renan GEHAN
``` checkSuites: {nodes: [{status: "COMPLETED", conclusion: "CANCELLED", app: {name: "Travis CI"}}]} ```
- Detect PR/issues that are stale (more than X days without interaction) - Display it somewhere in the cards - Make a staleness threshold configurable somewhere
We'd need: - Export button in the sidebar that would copy a serialized filter definition to the clipboard - An import button that would allow that serialized filter to be...
Refreshing a Jira filter doesn't always work. Sometimes it even clear it completely, forcing the user to clear the cache
For now, we cannot search issues/PR by their creation date. Ideally, I'd like to be able to do something like: - Search for issues/PR that are older than: 1 day,...
We need to wrap `chrome.storage` in the `IStorage` interface defined in: https://github.com/pinqy520/mobx-persist/blob/master/src/storage.ts
If a `token` is provided, we could fetch the list of: - All the repos the user has access to - All the organizations the user has access to -...
I can imagine: - `$username` or `$me` that would be replaced by the user's name - More to come Before doing that, we'd need to fetch the user's profile (`/me`...