aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #544Cláudio2021-02-022-6/+6
| | | | - Fixing code review requests
* Commit for #544Cláudio2021-02-021-0/+16
|
* Merge pull request #1 from claudioantonio/webui_535Cláudio Silva2021-02-024-22/+197
|\ | | | | Webui 535
| * Commit for #535Cláudio2021-02-021-1/+5
| |
| * Commit for #535Cláudio2021-02-024-22/+193
|/
* Merge pull request #540 from claudioantonio/webui_539Michael Muré2021-02-013-69/+45
|\ | | | | Commit for #539
| * Commit for #539Cláudio2021-01-313-69/+45
| | | | | | | | | | - validating to avoid empty comments - comment button now is green
* | Merge pull request #534 from MichaelMure/gh-bridge-pull-fixMichael Muré2021-02-013-419/+345
|\ \ | |/ |/| Fix github bridge import
| * Add commentsAlexander Scharinger2021-01-281-9/+41
| |
| * Fix bugAlexander Scharinger2021-01-261-1/+1
| |
| * Integrate new Github Bridge importAlexander Scharinger2021-01-243-812/+246
| |
| * Add GraphQL github-bridge query for comment editsAlexander Scharinger2021-01-242-1/+92
| |
| * Add GraphQL github timeline query and iteratorAlexander Scharinger2021-01-242-3/+115
| |
| * Add issue edit iteratorAlexander Scharinger2021-01-242-13/+97
| |
| * Add issue iteratorAlexander Scharinger2021-01-241-0/+90
| |
| * Add GraphQL github issue queryAlexander Scharinger2021-01-242-0/+40
| |
| * WIP: Pinpoint some of the reasons for bug #385Alexander Scharinger2020-12-122-5/+48
| | | | | | | | | | | | | | | | | | Work in progress. The github bridge contains a bug documented in issue #385. This commit shows what is the problem. There might be more problems. I have changed the GraphQL query for timeline items and there are much less wrong imports now. (Are there any malformed imports left?) I would like to rework the entire bridge/github/iterator in the near future in order to create a reliable fix for this bug.
* | Merge pull request #533 from ↵Michael Muré2021-01-312-1/+4
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/MichaelMure/go-term-text-0.2.10 build(deps): bump github.com/MichaelMure/go-term-text from 0.2.9 to 0.2.10
| * | build(deps): bump github.com/MichaelMure/go-term-textdependabot-preview[bot]2021-01-252-1/+4
| | | | | | | | | | | | | | | | | | | | | Bumps [github.com/MichaelMure/go-term-text](https://github.com/MichaelMure/go-term-text) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/MichaelMure/go-term-text/releases) - [Commits](https://github.com/MichaelMure/go-term-text/compare/v0.2.9...v0.2.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #538 from claudioantonio/webui_158Michael Muré2021-01-317-19/+272
|\ \ \ | |/ / |/| | Webui - Allow to create bugs #158
| * | Commit for #158Cláudio2021-01-302-27/+17
| | | | | | | | | | | | - Fix code convention violations
| * | Commit for #158Cláudio2021-01-304-51/+3
| | | | | | | | | | | | - Fixing github quality code checking issues
| * | Commit for #158Cláudio2021-01-292-2/+23
| | |
| * | 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 #524 from ↵Michael Muré2021-01-242-1/+2
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.5 build(deps): bump golang.org/x/text from 0.3.4 to 0.3.5
| * | | build(deps): bump golang.org/x/text from 0.3.4 to 0.3.5dependabot-preview[bot]2021-01-112-1/+2
| |/ / | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.4...v0.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #526 from ↵Michael Muré2021-01-242-1/+2
|\ \ \ | |/ / |/| | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.7.0 build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
| * | build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0dependabot-preview[bot]2021-01-142-1/+2
|/ / | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | 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>