aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Partial commit for #158Cláudio2021-01-292-11/+141
| | | | | | | | | | - It´s possible to create new issue with title and first message from webui - form simple validation - Extraction from CommentForm to create a generic component for Comments Next steps - Styles - Readme update about codegen usage and enforcing playground usage
* Partial commit for #158Cláudio2021-01-291-1/+1
| | | | | | - Fix for unexpected change in AppBar style when importing Paper see: https://github.com/mui-org/material-ui/issues/19157
* Partial commit for #158Cláudio2021-01-283-20/+32
| | | | | | | | - It´s possible to create new issues from webui (only title) Next step - Finish new issue form (First comment field and style) - Update Readme about codegen usage and enforcing playground usage
* Partial commit for #158Cláudio2021-01-266-23/+126
| | | | | | | | | | - Component GBButton created - New issue form partially created (only title) - Refactoring for GBButon usage Next steps - Practice GraphQL calls - Finish New issue form (add first comment and submit)
* Partial commit for #158Cláudio2021-01-251-2/+8
| | | | - layout and style completed
* Partial commit for #158Cláudio2021-01-242-2/+38
| | | | - Added bt to create new issue and its style (github like)
* Partial commit to #158Cláudio2021-01-244-19/+22
| | | | - Prettier package update to fix CRLF problem when running on Windows
* Merge pull request #518 from MichaelMure/expose-format-versionMichael Muré2020-12-154-4/+42
|\ | | | | expose format version
| * expose format versionvince2020-12-154-4/+42
|/ | | | this commit exposes the format version of the operation pack and identity to reduce the changes needed in vendored code when migrating. This also creates error variables that can be propagated and tested against for migrations.
* Merge pull request #513 from ↵Michael Muré2020-12-092-1/+11
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/blevesearch/bleve-1.0.14 build(deps): bump github.com/blevesearch/bleve from 1.0.13 to 1.0.14
| * build(deps): bump github.com/blevesearch/bleve from 1.0.13 to 1.0.14dependabot-preview[bot]2020-12-092-1/+11
|/ | | | | | | Bumps [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v1.0.13...v1.0.14) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #510 from MichaelMure/repo-reworkMichael Muré2020-12-0833-317/+620
|\ | | | | Repo rework
| * repo: close before deletingMichael Muré2020-12-082-0/+10
| |
| * add github actionsMichael Muré2020-12-083-0/+82
| |
| * repo: move bleve thereMichael Muré2020-12-0811-59/+262
| |
| * repo: simpler clock mutex lockingMichael Muré2020-12-083-12/+11
| |
| * repo: remove the memory-only repo for nowMichael Muré2020-12-081-32/+3
| |
| * repo: finish RepoStorage moveMichael Muré2020-12-0821-192/+191
| |
| * repo: more work towards RepoStorageMichael Muré2020-12-059-51/+97
| |
| * Move new RepoStorage interface to GoGitRepo, revert repoTestMark2020-12-052-13/+7
| |
| * Add RepoStorage interface (for draft PR)Mark2020-12-053-18/+17
| |
* | Merge pull request #508 from ↵Michael Muré2020-12-052-1/+2
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.40.1 build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1
| * build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1dependabot-preview[bot]2020-12-032-1/+2
|/ | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.39.0 to 0.40.1. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.39.0...v0.40.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update README.mdMichael Muré2020-11-291-2/+2
|
* go.sumMichael Muré2020-11-291-0/+6
|
* Merge pull request #503 from ↵Michael Muré2020-11-232-1/+7
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/blevesearch/bleve-1.0.13 build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13
| * build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13dependabot-preview[bot]2020-11-232-1/+7
| | | | | | | | | | | | | | Bumps [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v1.0.12...v1.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #502 from kenrestivo/patch-1Michael Muré2020-11-231-1/+1
|\ \ | |/ |/| Spelling
| * Update README.mdken restivo2020-11-221-1/+1
|/
* Merge pull request #499 from MichaelMure/remove-identityMichael Muré2020-11-224-56/+170
|\ | | | | add remove identity feature
| * add remove identity featurevince2020-11-225-56/+173
| | | | | | | | | | | | also adds: - listlocalidentities - refactors refstoids into entity package
* | Merge pull request #498 from ↵Michael Muré2020-11-222-1/+7
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/blevesearch/bleve-1.0.12 build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12
| * | build(deps): bump github.com/blevesearch/bleve from 1.0.10 to 1.0.12dependabot-preview[bot]2020-11-182-1/+7
| | | | | | | | | | | | | | | | | | | | | Bumps [github.com/blevesearch/bleve](https://github.com/blevesearch/bleve) from 1.0.10 to 1.0.12. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v1.0.10...v1.0.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | github: minor cleanupsMichael Muré2020-11-221-12/+26
| | |
* | | Merge pull request #496 from rng-dynamics/masterMichael Muré2020-11-221-97/+109
|\ \ \ | |/ / |/| | Replace Github authorization endpoint by device authorization grant
| * | Change return type from map to structAlexander Scharinger2020-11-181-13/+18
| | |
| * | Apply suggestions from code reviewrng-dynamics2020-11-181-2/+2
| | | | | | | | | Co-authored-by: Michael Muré <batolettre@gmail.com>
| * | Revision of Github bridge device authorization grantAlexander Scharinger2020-11-181-59/+72
| | |
| * | Replace Github authorization endpoint by device authorization grantAlexander Scharinger2020-11-181-100/+94
|/ / | | | | | | Fix issue #484
* | Merge pull request #446 from MichaelMure/bug-ftsVincent Tiu2020-11-1713-136/+419
|\ \ | | | | | | bug full text search
| * | Update docs for full text searchMike Goldin2020-11-174-3/+26
| | |
| * | query: english specialized indexingMichael Muré2020-11-171-0/+2
| | |
| * | ls: fix query quotationMichael Muré2020-11-172-30/+53
| | |
| * | Add full-text search support in the ls commandMike Goldin2020-11-172-51/+54
| | |
| * | Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-174-55/+221
| | |
| * | query: expand the tokenizer/parser to parse arbitrary search termsMichael Muré2020-11-175-50/+116
|/ /
* | Merge pull request #485 from MichaelMure/gitlab-title-fixMichael Muré2020-11-171-3/+7
|\ \ | |/ |/| cleanup title on gitlab import
| * revert go sum changesvince2020-11-171-7/+0
| |
| * cleanup title on gitlab importvince2020-10-282-3/+14
| |
* | build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 (#494)dependabot-preview[bot]2020-11-022-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * build(deps): bump github.com/fatih/color from 1.9.0 to 1.10.0 Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/fatih/color/releases) - [Commits](https://github.com/fatih/color/compare/v1.9.0...v1.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * tidy Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de>