Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add verbose flag to go test | Amine Hilaly | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | rename GITHUB_TOKEN to GITHUB_PRIVATE_TOKEN | Amine Hilaly | 2019-06-07 | 6 | -13/+13 |
| | |||||
* | make token visible in configuration process | Amine Hilaly | 2019-06-07 | 2 | -19/+28 |
| | | | | | validate token global fixes | ||||
* | Allow cancelling configuration | Amine | 2019-06-05 | 3 | -3/+10 |
| | | | | | | correct error message Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Skip test validateUsername in travis environment | Amine Hilaly | 2019-06-03 | 2 | -1/+5 |
| | |||||
* | add unit tests for launchpad bridge configuration | Amine Hilaly | 2019-05-30 | 4 | -13/+170 |
| | | | | | add tests for validateUsername in Github bridge panic when compile regex fail | ||||
* | Update man pages and bash_completion | Amine Hilaly | 2019-05-29 | 5 | -5/+170 |
| | |||||
* | Update configuration process and add unit tests | Amine Hilaly | 2019-05-29 | 3 | -18/+187 |
| | | | | Update launchpad bridge | ||||
* | Update bridge configure long description and examples | Amine Hilaly | 2019-05-29 | 1 | -13/+43 |
| | |||||
* | Update documentation and function naming | Amine | 2019-05-29 | 3 | -9/+9 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Add bridge configure documentation and examples | Amine Hilaly | 2019-05-29 | 1 | -3/+21 |
| | |||||
* | 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 |
| | |