Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webui: lint graphql files | Quentin Gliech | 2020-02-11 | 1 | -0/+55 |
| | |||||
* | webui: typecheck remaining bug list components | Quentin Gliech | 2020-02-11 | 1 | -3/+8 |
| | |||||
* | webui: convert bug list to typescript | Quentin Gliech | 2020-02-11 | 1 | -10/+65 |
| | |||||
* | webui: generate TS types for graphql queries | Quentin Gliech | 2020-02-11 | 1 | -110/+482 |
| | |||||
* | webui: transform index and App to TypeScript | ludovicm67 | 2020-02-11 | 1 | -0/+27 |
| | |||||
* | webui: upgrade packages + add some typescript dependencies | ludovicm67 | 2020-02-11 | 1 | -2615/+4834 |
| | |||||
* | webui: enhance the issue list page | Quentin Gliech | 2020-01-24 | 1 | -29/+38 |
| | | | | | | This starts some ground work for filtering & moves the pagination logic in the query params. Also has a nice loading placeholder. | ||||
* | webui: use the IntrospectionFragmentMatcher & update dependencies | Quentin Gliech | 2020-01-21 | 1 | -2502/+5439 |
| | |||||
* | webui: Fix bug listing style | Quentin Gliech | 2019-09-04 | 1 | -9/+9 |
| | |||||
* | webui: upgrade to material-ui 4 | Michael Muré | 2019-08-31 | 1 | -287/+263 |
| | |||||
* | webui: update react-scripts | Michael Muré | 2019-08-31 | 1 | -7497/+4120 |
| | |||||
* | Merge pull request #160 from ↵ | Michael Muré | 2019-06-06 | 1 | -3/+3 |
|\ | | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/js-yaml-3.13.1 build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui | ||||
| * | build(deps): bump js-yaml from 3.13.0 to 3.13.1 in /webui | dependabot[bot] | 2019-06-05 | 1 | -3/+3 |
| | | | | | | | | | | | | Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1. - [Release notes](https://github.com/nodeca/js-yaml/releases) - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1) | ||||
* | | build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui | dependabot[bot] | 2019-06-05 | 1 | -3/+3 |
|/ | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui | dependabot-preview[bot] | 2019-06-03 | 1 | -36/+61 |
| | | | | | Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.9. **This update includes security fixes.** - [Release notes](https://github.com/npm/node-tar/releases) - [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.9) | ||||
* | webui: Render markdown | Quentin Gliech | 2019-05-22 | 1 | -9/+343 |
| | |||||
* | webui: Bump dependencies | Quentin Gliech | 2019-05-22 | 1 | -25/+27 |
| | |||||
* | webui: Rework pagination | Quentin Gliech | 2019-05-22 | 1 | -22/+170 |
| | |||||
* | webui: Upgrade dependencies | Quentin Gliech | 2019-03-30 | 1 | -2412/+3813 |
| | | | | | | | | | | | | | | | | | | @material-ui/core: 1.5.1 → 3.9.3 @material-ui/icons: 2.0.3 → 3.0.2 apollo-boost: 0.1.23 → 0.3.1 graphql: 14.0.2 → 14.2.0 moment: 2.23.0 → 2.24.0 react: 16.7.0 → 16.8.6 react-apollo: 2.3.3 → 2.5.3 react-dom: 16.7.0 → 16.8.6 react-router: 4.3.1 → 5.0.0 react-router-dom: 4.3.1 → 5.0.0 react-scripts: 2.1.3 → 2.1.8 eslint-config-prettier: 3.3.0 → 4.1.0 eslint-plugin-prettier: 2.7.0 → 3.0.1 prettier: 1.15.3 → 1.16.4 | ||||
* | upgrade webui dependency | Michael Muré | 2019-01-07 | 1 | -282/+413 |
| | |||||
* | webui: upgrade npm dependencies to fix ↵ | Michael Muré | 2018-12-23 | 1 | -4837/+8666 |
| | | | | https://nvd.nist.gov/vuln/detail/CVE-2018-16469 | ||||
* | webui: Format everything with prettier | Quentin Gliech | 2018-08-19 | 1 | -0/+47 |
| | |||||
* | webui: revamp the bug list | Michael Muré | 2018-08-14 | 1 | -2355/+2763 |
| | |||||
* | Basic WebUI | Quentin Gliech | 2018-07-22 | 1 | -2325/+2558 |
| | | | | Based on Material-UI, react-router and react-apollo | ||||
* | add compiled webui | Michael Muré | 2018-07-18 | 1 | -4/+9 |
| | |||||
* | cleanup webui | Michael Muré | 2018-07-17 | 1 | -7/+21 |
| | |||||
* | add the infrastructure for an embedded web UI + command | Michael Muré | 2018-07-16 | 1 | -0/+11258 |