Commit Graph

683 Commits

Author SHA1 Message Date
Amine Hilaly
630bbc6753
Update bridge configure long description and examples 2019-05-29 22:58:01 +02:00
Amine
5ea0cb138b
Update documentation and function naming
Co-Authored-By: Michael Muré <batolettre@gmail.com>
2019-05-29 22:58:01 +02:00
Amine Hilaly
aa439fae06
Add bridge configure documentation and examples 2019-05-29 22:58:01 +02:00
Amine Hilaly
5911cb96c0
Change github regex for better matching
Remove '.git' suffixes from URLs
Change token scope for public repositories to `repo:public_repo`
2019-05-29 22:58:01 +02:00
Amine Hilaly
99b6107487
Disable bridgeConfigure sort flags option
rename `validateGithubURLRemotes` to `getValideGithubRemoteURLs`
2019-05-29 22:58:01 +02:00
Amine Hilaly
1c146a1b67
Change client default timeout value to 60 seconds
add named return values for
easier validation for 2FA codes
2019-05-29 22:58:01 +02:00
Amine
1022b9e536
Update flags descriptions
Enhance printing in prompt

Co-Authored-By: Michael Muré <batolettre@gmail.com>
2019-05-29 22:58:01 +02:00
Amine Hilaly
43758a14fd
Add warning messages for launchpad-preview
fix --target flag description
improve comments
2019-05-29 22:58:01 +02:00
Amine Hilaly
0de2bd92b0
Launchpad bridge configuration from BridgeParams Project and URL
Improve Github config comments
2019-05-29 22:58:01 +02:00
Amine Hilaly
46ce1059b6
Update Github bridge configuration
Use GetRemotes in `promptURL` to suggest repo urls
Add `promptTokenOptions` to select token a configuration option
2019-05-29 22:58:01 +02:00
Sladyn
2c4c0132bf
Add GetRemotes functionalities 2019-05-29 22:58:01 +02:00
Amine Hilaly
f01b9bca12
Fix typo in github bridge rm 2019-05-29 22:58:01 +02:00
Amine Hilaly
70268ff4ec
Change keyUser to keyOwner in Github bridge 2019-05-29 22:58:01 +02:00
Amine Hilaly
5f80f242fa
Launchpad changes
Use bridge params to configure the bridge
2019-05-29 22:58:01 +02:00
Amine Hilaly
6deb6ec469
Github bridge updates
Use bridge params to configure the bridge
2019-05-29 22:58:01 +02:00
Amine Hilaly
f124df7e73
changes to the BridgeImpl Interface
Add bridge params
Change bridge.Configure signature
2019-05-29 22:58:01 +02:00
Michael Muré
8bfc65df6c commands: add flags/config to control the automatic opening in the default browser 2019-05-27 21:47:26 +02:00
Michael Muré
d564e37b31 repository: add ReadConfigBool and ReadConfigString functions 2019-05-27 21:39:55 +02:00
Michael Muré
c7abac388a repo: refactor how test repo are created/cleaned 2019-05-27 21:14:55 +02:00
Michael Muré
9865dfcdf0
Update README.md 2019-05-23 19:06:46 +02:00
Michael Muré
d1a2e0a4cf
Update FUNDING.yml 2019-05-23 19:04:11 +02:00
Michael Muré
8d27fb8ade
Create FUNDING.yml 2019-05-23 19:02:53 +02:00
Michael Muré
71d84aa893
Merge pull request #135 from MichaelMure/github-import
Enhancement to Github iterator and importer
2019-05-23 17:42:20 +02:00
Amine Hilaly
a6d85fbdbb
improve github importer and iterator
drop  and use query variables instead
initialize timeline query variables in the constructor
improve naming and add comments to public functions
2019-05-23 14:21:44 +02:00
Amine Hilaly
458f4da101
fix imported bugs count 2019-05-23 14:21:44 +02:00
Amine Hilaly
2a97056124
introduce nextValidIssueEdit and nextValidCommentEdit to escape empty Diffobjects
calling nextValidEdit functions directly after a new query (Fixing a bug where capacity=2)
2019-05-23 14:21:44 +02:00
Amine Hilaly
12f6fd61be
call NextIssueEdit from ensureIssue 2019-05-23 14:21:44 +02:00
Amine Hilaly
b6dfd45602
Fix importer/exporter design errors 2019-05-23 14:21:44 +02:00
Michael Muré
f20708ad36
Merge pull request #150 from MichaelMure/sandhose/webui/markdown
webui: Render markdown in messages
2019-05-23 02:26:03 +02:00
Michael Muré
8c263465fb
Merge pull request #149 from MichaelMure/sandhose/authored
graphql: Implement `Authored` whenever possible
2019-05-22 23:31:46 +02:00
Quentin Gliech
356d1b412c
webui: Render markdown 2019-05-22 22:06:31 +02:00
Quentin Gliech
1c2ee10ce7
graphql: Implement Authored whenever possible
webui: Use a fragment for Authored nodes
2019-05-22 21:46:43 +02:00
Michael Muré
6e20bf0e73
Merge pull request #113 from ludovicm67/patch-colors
bug: add label color directly in the core
2019-05-22 20:56:37 +02:00
Michael Muré
485ca59004 vendor: update dependencies 2019-05-22 20:53:53 +02:00
Amine Hilaly
aa6247ce87
webui: Add Label gql fragment 2019-05-22 20:41:03 +02:00
Amine Hilaly
511ef0105c
Webui: use grahql response to create labels colors 2019-05-22 20:38:00 +02:00
Amine Hilaly
af8216cf35
Update grpahql tests 2019-05-22 20:22:36 +02:00
Amine Hilaly
24c3e1f8df
Regen graphql with gqlgen 0.9.0 2019-05-22 20:22:35 +02:00
ludovicm67
9adf6de4b5
graphql: expose label color 2019-05-22 20:22:35 +02:00
ludovicm67
d156f41d99
core: use RBGA color from image/color 2019-05-22 20:22:35 +02:00
ludovicm67
9839d8bc00
core: rename Color to RGBColor 2019-05-22 20:22:35 +02:00
ludovicm67
e3ce535705
test: add some tests for label color 2019-05-22 20:22:35 +02:00
ludovicm67
1d94fd1b31
core: format and add some comments for color label 2019-05-22 20:22:34 +02:00
ludovicm67
93bed322fa
core: add color for label 2019-05-22 20:22:33 +02:00
Michael Muré
e781d6c7fe
Merge pull request #148 from MichaelMure/sandhose/webui-update-deps
Updates WebUI dependencies & rework the bug list pagination
2019-05-22 20:09:29 +02:00
Quentin Gliech
a43c7ea1c8
webui: Bump dependencies 2019-05-22 19:59:33 +02:00
Quentin Gliech
51ca8527dc
webui: Rework pagination 2019-05-22 19:52:01 +02:00
Quentin Gliech
d79ef7a794
webui: Migrate to Material-UI's new style API 2019-05-22 19:52:01 +02:00
Michael Muré
1a7ccd594a
Merge pull request #145 from 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
2019-05-21 14:15:33 +02:00
Michael Muré
150f79c4d1
Merge pull request #144 from MichaelMure/dependabot/dep/github.com/skratchdot/open-golang-79abb63
build(deps): bump github.com/skratchdot/open-golang from `75fb7ed` to `79abb63`
2019-05-21 14:09:44 +02:00