25a1f4d
Commit for #535
Cláudio created
25a1f4d
Commit for #535
Cláudio created
a005c17
Merge pull request #540 from claudioantonio/webui_539
Commit for #539
Michael Muré created
1871f09
Merge pull request #534 from MichaelMure/gh-bridge-pull-fix
Fix github bridge import
Michael Muré created
bacfa32
Commit for #539
- validating to avoid empty comments - comment button now is green
Cláudio created
1b0b713
Merge pull request #533 from 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
Michael Muré created
abd16ff
Merge pull request #538 from claudioantonio/webui_158
Webui - Allow to create bugs #158
Michael Muré created
32eb181
Commit for #158
- Fix code convention violations
Cláudio created
898c037
Commit for #158
- Fixing github quality code checking issues
Cláudio created
33d53e1
Commit for #158
Cláudio created
a5e0dee
Partial commit for #158
- 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
Cláudio created
0102f8d
build(deps): [security] bump @graphql-tools/git-loader in /webui
Bumps [@graphql-tools/git-loader](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/loaders/git) from 6.2.4 to 6.2.6. **This update includes a security fix.** - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/loaders/git/CHANGELOG.md) - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/git-loader@6.2.6/packages/loaders/git) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
d673eb9
Partial commit for #158
- Fix for unexpected change in AppBar style when importing Paper see: https://github.com/mui-org/material-ui/issues/19157
Cláudio created
f8d41c3
Partial commit for #158
- 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
Cláudio created
1ccbf2c
Add comments
Alexander Scharinger created
c009bea
Partial commit for #158
- 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)
Cláudio created
62bcfd9
Fix bug
Alexander Scharinger created
343ef14
Partial commit for #158
- layout and style completed
Cláudio created
4739fbc
build(deps): bump github.com/MichaelMure/go-term-text
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>
dependabot-preview[bot] created
2d6f34a
Integrate new Github Bridge import
Alexander Scharinger created
2c0cf10
Add GraphQL github-bridge query for comment edits
Alexander Scharinger created
955c6fa
Add GraphQL github timeline query and iterator
Alexander Scharinger created
799341b
Add issue edit iterator
Alexander Scharinger created
824cefd
Add issue iterator
Alexander Scharinger created
d08f01c
Add GraphQL github issue query
Alexander Scharinger created
1b4eeb0
Merge pull request #524 from 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
Michael Muré created
511bdd8
Merge pull request #526 from 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
Michael Muré created
c019fed
Partial commit for #158
- Added bt to create new issue and its style (github like)
Cláudio created
9ad4469
Partial commit to #158
- Prettier package update to fix CRLF problem when running on Windows
Cláudio created
e43bf27
build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
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>
dependabot-preview[bot] created
68e4c51
build(deps): bump golang.org/x/text from 0.3.4 to 0.3.5
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>
dependabot-preview[bot] created
a53a763
build(deps): [security] bump node-notifier from 8.0.0 to 8.0.1 in /webui
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1. **This update includes a security fix.** - [Release notes](https://github.com/mikaelbr/node-notifier/releases) - [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md) - [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
078c85b
Merge pull request #518 from MichaelMure/expose-format-version
expose format version
Michael Muré created
e3737f2
expose format version
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.
vince created
d122668
build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. **This update includes a security fix.** - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] created
0baf65c
WIP: Pinpoint some of the reasons for bug #385
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.
Alexander Scharinger created
0545ad6
Merge pull request #513 from 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
Michael Muré created
f289f91
build(deps): bump github.com/blevesearch/bleve from 1.0.13 to 1.0.14
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>
dependabot-preview[bot] created
bf476f9
Merge pull request #510 from MichaelMure/repo-rework
Repo rework
Michael Muré created
8128bb7
repo: close before deleting
Michael Muré created
52ef5e9
add github actions
Michael Muré created
c884d55
repo: move bleve there
Michael Muré created
71e1303
repo: simpler clock mutex locking
Michael Muré created
be6e653
repo: remove the memory-only repo for now
Michael Muré created
4ef2c11
repo: finish RepoStorage move
Michael Muré created
bca9ae8
repo: more work towards RepoStorage
Michael Muré created
28adf41
Move new RepoStorage interface to GoGitRepo, revert repoTest
Mark created
ecf1215
Add RepoStorage interface (for draft PR)
Mark created
54d123c
Merge pull request #508 from 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
Michael Muré created
6576f3d
build(deps): bump github.com/xanzy/go-gitlab from 0.39.0 to 0.40.1
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>
dependabot-preview[bot] created
61bfc51
Update README.md
Michael Muré created