aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #162 from A-Hilaly/bridge-listMichael Muré2019-06-061-0/+3
|\ | | | | Consistent bridge implementations list
| * Sort bridges listAmine Hilaly2019-06-061-0/+3
| |
* | Merge pull request #160 from ↵Michael Muré2019-06-061-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 /webuidependabot[bot]2019-06-051-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)
* | | Merge pull request #163 from ↵Michael Muré2019-06-061-3/+3
|\ \ \ | |/ / |/| | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/handlebars-4.1.2 build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webui
| * | build(deps): bump handlebars from 4.1.1 to 4.1.2 in /webuidependabot[bot]2019-06-051-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>
* | Merge pull request #159 from MichaelMure/dependabot/npm_and_yarn/webui/tar-4.4.9Michael Muré2019-06-031-36/+61
|\ \ | |/ |/| build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webui
| * build(deps): [security] bump tar from 4.4.1 to 4.4.9 in /webuidependabot-preview[bot]2019-06-031-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)
* commands: add flags/config to control the automatic opening in the default ↵Michael Muré2019-05-277-22/+96
| | | | browser
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-275-0/+133
|
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-2710-82/+86
|
* Update README.mdMichael Muré2019-05-231-14/+14
|
* Update FUNDING.ymlMichael Muré2019-05-231-1/+1
|
* Create FUNDING.ymlMichael Muré2019-05-231-0/+3
|
* Merge pull request #135 from MichaelMure/github-importMichael Muré2019-05-233-72/+100
|\ | | | | Enhancement to Github iterator and importer
| * improve github importer and iteratorAmine Hilaly2019-05-232-24/+34
| | | | | | | | | | | | drop and use query variables instead initialize timeline query variables in the constructor improve naming and add comments to public functions
| * fix imported bugs countAmine Hilaly2019-05-231-2/+4
| |
| * introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty ↵Amine Hilaly2019-05-232-20/+22
| | | | | | | | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2)
| * call NextIssueEdit from ensureIssueAmine Hilaly2019-05-231-10/+9
| |
| * Fix importer/exporter design errorsAmine Hilaly2019-05-232-51/+66
|/
* Merge pull request #150 from MichaelMure/sandhose/webui/markdownMichael Muré2019-05-234-13/+368
|\ | | | | webui: Render markdown in messages
| * webui: Render markdownQuentin Gliech2019-05-224-13/+368
| |
* | Merge pull request #149 from MichaelMure/sandhose/authoredMichael Muré2019-05-2218-58/+87
|\ \ | |/ |/| graphql: Implement `Authored` whenever possible
| * graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-2218-58/+87
| | | | | | | | webui: Use a fragment for Authored nodes
* | Merge pull request #113 from ludovicm67/patch-colorsMichael Muré2019-05-2214-117/+628
|\| | | | | bug: add label color directly in the core
| * webui: Add Label gql fragmentAmine Hilaly2019-05-225-60/+55
| |
| * Webui: use grahql response to create labels colorsAmine Hilaly2019-05-225-70/+96
| |
| * Update grpahql testsAmine Hilaly2019-05-221-4/+25
| |
| * Regen graphql with gqlgen 0.9.0Amine Hilaly2019-05-221-16/+30
| |
| * graphql: expose label colorludovicm672019-05-227-50/+432
| |
| * core: use RBGA color from image/colorludovicm672019-05-222-44/+39
| |
| * core: rename Color to RGBColorludovicm672019-05-222-78/+54
| |
| * test: add some tests for label colorludovicm672019-05-221-0/+60
| |
| * core: format and add some comments for color labelludovicm672019-05-221-21/+23
| |
| * core: add color for labelludovicm672019-05-221-0/+40
| |
* | vendor: update dependenciesMichael Muré2019-05-2232-562/+436
|/
* Merge pull request #148 from MichaelMure/sandhose/webui-update-depsMichael Muré2019-05-2214-358/+458
|\ | | | | Updates WebUI dependencies & rework the bug list pagination
| * webui: Bump dependenciesQuentin Gliech2019-05-222-30/+32
| |
| * webui: Rework paginationQuentin Gliech2019-05-224-155/+237
| |
| * webui: Migrate to Material-UI's new style APIQuentin Gliech2019-05-2210-173/+189
|/
* Merge pull request #145 from ↵Michael Muré2019-05-212-4/+4
|\ | | | | | | | | MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.4 build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
| * build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4dependabot[bot]2019-05-212-4/+4
| | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #144 from ↵Michael Muré2019-05-211-2/+2
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63 build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
| * | build(deps): bump github.com/skratchdot/open-golangdependabot[bot]2019-05-211-2/+2
| |/ | | | | | | | | | | | | Bumps [github.com/skratchdot/open-golang](https://github.com/skratchdot/open-golang) from `75fb7ed` to `79abb63`. - [Release notes](https://github.com/skratchdot/open-golang/releases) - [Commits](https://github.com/skratchdot/open-golang/compare/75fb7ed4208cf72d323d7d02fd1a5964a7a9073c...79abb63cd66e41cb1473e26d11ebdcd68b04c8e5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #139 from ↵Michael Muré2019-05-212-12/+4
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/dep/github.com/gorilla/mux-1.7.2 build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2
| * | build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2dependabot[bot]2019-05-212-12/+4
| |/ | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.6.2 to 1.7.2. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.6.2...v1.7.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #136 from ↵Michael Muré2019-05-211-2/+2
|\ \ | |/ |/| | | | | MichaelMure/dependabot/dep/github.com/shurcooL/vfsgen-6a9ea43 build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`
| * build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`dependabot[bot]2019-05-211-2/+2
|/ | | | | | | Bumps [github.com/shurcooL/vfsgen](https://github.com/shurcooL/vfsgen) from `62bca83` to `6a9ea43`. - [Release notes](https://github.com/shurcooL/vfsgen/releases) - [Commits](https://github.com/shurcooL/vfsgen/compare/62bca832be04bd2bcaabd3b68a6b19a7ec044411...6a9ea43bcacdf716a5c1b38efff722c07adf0069) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge pull request #134 from A-Hilaly/gqlgenMichael Muré2019-05-1532-644/+1197
|\ | | | | Upgrade gqlgen version to v0.9.0
| * Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-1511-523/+642
| |