Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change github regex for better matching | Amine Hilaly | 2019-05-29 | 1 | -7/+17 |
| | | | | | Remove '.git' suffixes from URLs Change token scope for public repositories to `repo:public_repo` | ||||
* | Disable `bridgeConfigure` sort flags option | Amine Hilaly | 2019-05-29 | 2 | -2/+3 |
| | | | | rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs` | ||||
* | Change client default timeout value to 60 seconds | Amine Hilaly | 2019-05-29 | 2 | -26/+15 |
| | | | | | add named return values for easier validation for 2FA codes | ||||
* | Update flags descriptions | Amine | 2019-05-29 | 3 | -10/+11 |
| | | | | | Enhance printing in prompt Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add warning messages for launchpad-preview | Amine Hilaly | 2019-05-29 | 3 | -4/+11 |
| | | | | | fix --target flag description improve comments | ||||
* | Launchpad bridge configuration from `BridgeParams` Project and URL | Amine Hilaly | 2019-05-29 | 2 | -8/+53 |
| | | | | Improve Github config comments | ||||
* | Update Github bridge configuration | Amine Hilaly | 2019-05-29 | 1 | -86/+200 |
| | | | | | Use GetRemotes in `promptURL` to suggest repo urls Add `promptTokenOptions` to select token a configuration option | ||||
* | Add GetRemotes functionalities | Sladyn | 2019-05-29 | 4 | -1/+38 |
| | |||||
* | Fix typo in github bridge rm | Amine Hilaly | 2019-05-29 | 1 | -1/+1 |
| | |||||
* | Change keyUser to keyOwner in Github bridge | Amine Hilaly | 2019-05-29 | 4 | -13/+15 |
| | |||||
* | Launchpad changes | Amine Hilaly | 2019-05-29 | 1 | -6/+12 |
| | | | | Use bridge params to configure the bridge | ||||
* | Github bridge updates | Amine Hilaly | 2019-05-29 | 1 | -67/+189 |
| | | | | Use bridge params to configure the bridge | ||||
* | changes to the BridgeImpl Interface | Amine Hilaly | 2019-05-29 | 3 | -12/+42 |
| | | | | | Add bridge params Change bridge.Configure signature | ||||
* | commands: add flags/config to control the automatic opening in the default ↵ | Michael Muré | 2019-05-27 | 7 | -22/+96 |
| | | | | browser | ||||
* | repository: add ReadConfigBool and ReadConfigString functions | Michael Muré | 2019-05-27 | 5 | -0/+133 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 10 | -82/+86 |
| | |||||
* | Update README.md | Michael Muré | 2019-05-23 | 1 | -14/+14 |
| | |||||
* | Update FUNDING.yml | Michael Muré | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Create FUNDING.yml | Michael Muré | 2019-05-23 | 1 | -0/+3 |
| | |||||
* | Merge pull request #135 from MichaelMure/github-import | Michael Muré | 2019-05-23 | 3 | -72/+100 |
|\ | | | | | Enhancement to Github iterator and importer | ||||
| * | improve github importer and iterator | Amine Hilaly | 2019-05-23 | 2 | -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 count | Amine Hilaly | 2019-05-23 | 1 | -2/+4 |
| | | |||||
| * | introduce `nextValidIssueEdit` and `nextValidCommentEdit` to escape empty ↵ | Amine Hilaly | 2019-05-23 | 2 | -20/+22 |
| | | | | | | | | | | | | `Diff`objects calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2) | ||||
| * | call NextIssueEdit from ensureIssue | Amine Hilaly | 2019-05-23 | 1 | -10/+9 |
| | | |||||
| * | Fix importer/exporter design errors | Amine Hilaly | 2019-05-23 | 2 | -51/+66 |
|/ | |||||
* | Merge pull request #150 from MichaelMure/sandhose/webui/markdown | Michael Muré | 2019-05-23 | 4 | -13/+368 |
|\ | | | | | webui: Render markdown in messages | ||||
| * | webui: Render markdown | Quentin Gliech | 2019-05-22 | 4 | -13/+368 |
| | | |||||
* | | Merge pull request #149 from MichaelMure/sandhose/authored | Michael Muré | 2019-05-22 | 18 | -58/+87 |
|\ \ | |/ |/| | graphql: Implement `Authored` whenever possible | ||||
| * | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 18 | -58/+87 |
| | | | | | | | | webui: Use a fragment for Authored nodes | ||||
* | | Merge pull request #113 from ludovicm67/patch-colors | Michael Muré | 2019-05-22 | 14 | -117/+628 |
|\| | | | | | bug: add label color directly in the core | ||||
| * | webui: Add Label gql fragment | Amine Hilaly | 2019-05-22 | 5 | -60/+55 |
| | | |||||
| * | Webui: use grahql response to create labels colors | Amine Hilaly | 2019-05-22 | 5 | -70/+96 |
| | | |||||
| * | Update grpahql tests | Amine Hilaly | 2019-05-22 | 1 | -4/+25 |
| | | |||||
| * | Regen graphql with gqlgen 0.9.0 | Amine Hilaly | 2019-05-22 | 1 | -16/+30 |
| | | |||||
| * | graphql: expose label color | ludovicm67 | 2019-05-22 | 7 | -50/+432 |
| | | |||||
| * | core: use RBGA color from image/color | ludovicm67 | 2019-05-22 | 2 | -44/+39 |
| | | |||||
| * | core: rename Color to RGBColor | ludovicm67 | 2019-05-22 | 2 | -78/+54 |
| | | |||||
| * | test: add some tests for label color | ludovicm67 | 2019-05-22 | 1 | -0/+60 |
| | | |||||
| * | core: format and add some comments for color label | ludovicm67 | 2019-05-22 | 1 | -21/+23 |
| | | |||||
| * | core: add color for label | ludovicm67 | 2019-05-22 | 1 | -0/+40 |
| | | |||||
* | | vendor: update dependencies | Michael Muré | 2019-05-22 | 32 | -562/+436 |
|/ | |||||
* | Merge pull request #148 from MichaelMure/sandhose/webui-update-deps | Michael Muré | 2019-05-22 | 14 | -358/+458 |
|\ | | | | | Updates WebUI dependencies & rework the bug list pagination | ||||
| * | webui: Bump dependencies | Quentin Gliech | 2019-05-22 | 2 | -30/+32 |
| | | |||||
| * | webui: Rework pagination | Quentin Gliech | 2019-05-22 | 4 | -155/+237 |
| | | |||||
| * | webui: Migrate to Material-UI's new style API | Quentin Gliech | 2019-05-22 | 10 | -173/+189 |
|/ | |||||
* | Merge pull request #145 from ↵ | Michael Muré | 2019-05-21 | 2 | -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.4 | dependabot[bot] | 2019-05-21 | 2 | -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-21 | 1 | -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-golang | dependabot[bot] | 2019-05-21 | 1 | -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-21 | 2 | -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 |