Gabriel Le Breton

Results 118 issues of Gabriel Le Breton

* Adds settings for all existing checks * All defaults to critical services * Display wether the service is critical or not in the html response Example with following settings:...

This is my first browser extension so I'm not sure how tests should be integrated in here, but oh I want some. - [x] Setup travis (already done :tada:) -...

help wanted
good first issue

Right now, the extension uses [webextensions search history](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/history/search) as shown here: https://github.com/GabLeRoux/webextensions-history-browser/blob/db85c3e4a1779a625feb4a6806f8a86d9926edae/src/js/history.js#L26-L38 But the extension should probably use [history​.get​Visits() ](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history/getVisits) for the actual complete history of visits. Thanks to [Paul...

[`bootstrap-daterangepicker`](https://github.com/dangrossman/daterangepicker) Library is already installed. It would be very neat to be able to filter the history results based on selected dates so we can easily get a list of...

enhancement

This is reproduced directly on the following page right now: https://editor.datatables.net/examples/dates/formatting.html ![image](https://user-images.githubusercontent.com/1264761/58881669-a4dbb280-86a8-11e9-824c-93d0613b7702.png) According to the documentation, it is totally possible to sort using a custom algorithm (and in this case,...

Once #21 is completed, we will then be able to add settings and let the user specify its own date format according to the ones available with [moment.js](https://momentjs.com/)

Someone told me the icon looks like the one from Quicktime ahah. Anyway, it would be great to have more sizes available so it can be displayed in many sizes...

I don't exactly know how this should be implemented, but there is an api provided by firefox that allows us to query the history directly. Right now, the extension queries...

enhancement
help wanted

I guess this could be interesting for many reasons. Since this extension uses datables, it shouldn't be too hard to integrate this: https://datatables.net/reference/button/excel

good first issue