aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * improve github importer and iteratorAmine Hilaly2019-05-232-24/+34
| * fix imported bugs countAmine Hilaly2019-05-231-2/+4
| * introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty `Di...Amine Hilaly2019-05-232-20/+22
| * 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 markdownQuentin Gliech2019-05-224-13/+368
* | Merge pull request #149 from MichaelMure/sandhose/authoredMichael Muré2019-05-2218-58/+87
|\ \ | |/ |/|
| * graphql: Implement `Authored` whenever possibleQuentin Gliech2019-05-2218-58/+87
* | Merge pull request #113 from ludovicm67/patch-colorsMichael Muré2019-05-2214-117/+628
|\|
| * 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
|\
| * 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 MichaelMure/dependabot/dep/github.com/spf13/cobr...Michael Muré2019-05-212-4/+4
|\
| * build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4dependabot[bot]2019-05-212-4/+4
* | Merge pull request #144 from MichaelMure/dependabot/dep/github.com/skratchdot...Michael Muré2019-05-211-2/+2
|\ \
| * | build(deps): bump github.com/skratchdot/open-golangdependabot[bot]2019-05-211-2/+2
| |/
* | Merge pull request #139 from MichaelMure/dependabot/dep/github.com/gorilla/mu...Michael Muré2019-05-212-12/+4
|\ \
| * | build(deps): bump github.com/gorilla/mux from 1.6.2 to 1.7.2dependabot[bot]2019-05-212-12/+4
| |/
* | Merge pull request #136 from MichaelMure/dependabot/dep/github.com/shurcooL/v...Michael Muré2019-05-211-2/+2
|\ \ | |/ |/|
| * build(deps): bump github.com/shurcooL/vfsgen from `62bca83` to `6a9ea43`dependabot[bot]2019-05-211-2/+2
|/
* Merge pull request #134 from A-Hilaly/gqlgenMichael Muré2019-05-1532-644/+1197
|\
| * Update graphql package to support gqlgen 0.9.0Amine Hilaly2019-05-1511-523/+642
| * Upgrade gqlgen version to v0.9.0Amine Hilaly2019-05-1521-121/+555
|/
* Merge pull request #133 from zYeoman/patch-1Michael Muré2019-05-141-2/+3
|\
| * commands: ls fix CJK characters out of alignmentYongwen Zhuang2019-05-141-2/+3
|/
* text: fix escape sequence disapearing at the end of a lineMichael Muré2019-05-102-1/+12
* readme: polishingMichael Muré2019-05-071-14/+21
* Merge pull request #131 from A-Hilaly/github-importMichael Muré2019-05-0621-389/+2183
|\
| * Add unicode control characters test caseAmine Hilaly2019-05-0511-32/+1404
| * Fix import bugAmine Hilaly2019-05-051-1/+1
| * Add old importer comments in the iteratorAmine Hilaly2019-05-053-11/+33