Commit Graph

1665 Commits

Author SHA1 Message Date
Alexander Scharinger
1ccbf2cb63 Add comments 2021-01-28 14:42:20 +01:00
Cláudio
c009bea662 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)
2021-01-26 14:54:58 -03:00
Alexander Scharinger
62bcfd985d Fix bug 2021-01-26 12:07:26 +01:00
Cláudio
343ef1455e Partial commit for #158
- layout and style completed
2021-01-25 07:59:39 -03:00
dependabot-preview[bot]
4739fbcbeb
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>
2021-01-25 04:37:44 +00:00
Alexander Scharinger
2d6f34acad Integrate new Github Bridge import 2021-01-24 21:37:44 +01:00
Alexander Scharinger
2c0cf10527 Add GraphQL github-bridge query for comment edits 2021-01-24 21:31:35 +01:00
Alexander Scharinger
955c6fa7d4 Add GraphQL github timeline query and iterator 2021-01-24 21:31:27 +01:00
Alexander Scharinger
799341baf2 Add issue edit iterator 2021-01-24 21:31:15 +01:00
Alexander Scharinger
824cefd2eb Add issue iterator 2021-01-24 21:31:05 +01:00
Alexander Scharinger
d08f01c8c3 Add GraphQL github issue query 2021-01-24 21:30:44 +01:00
Michael Muré
1b4eeb0690
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
2021-01-24 19:49:07 +01:00
Michael Muré
511bdd8562
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
2021-01-24 19:48:44 +01:00
Cláudio
c019fed48d Partial commit for #158
- Added bt to create new issue and its style (github like)
2021-01-24 09:54:10 -03:00
Cláudio
9ad4469f9b Partial commit to #158
- Prettier package update to fix CRLF problem when running on Windows
2021-01-24 08:17:04 -03:00
dependabot-preview[bot]
e43bf277b7
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>
2021-01-14 04:44:11 +00:00
dependabot-preview[bot]
68e4c51641
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>
2021-01-11 04:40:41 +00:00
dependabot-preview[bot]
a53a763f0e
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>
2020-12-21 16:18:54 +00:00
Michael Muré
078c85be4e
Merge pull request #518 from MichaelMure/expose-format-version
expose format version
2020-12-15 14:21:23 +01:00
vince
e3737f216a
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.
2020-12-15 14:11:07 +01:00
dependabot-preview[bot]
d122668065
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>
2020-12-14 04:21:23 +00:00
Alexander Scharinger
0baf65cd64 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.
2020-12-12 23:57:46 +01:00
Michael Muré
0545ad6a6c
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
2020-12-09 23:09:16 +01:00
dependabot-preview[bot]
f289f911ad
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>
2020-12-09 04:46:47 +00:00
Michael Muré
bf476f98d1
Merge pull request #510 from MichaelMure/repo-rework
Repo rework
2020-12-08 15:17:22 +01:00
Michael Muré
8128bb79b0
repo: close before deleting 2020-12-08 15:09:58 +01:00
Michael Muré
52ef5e96f5
add github actions 2020-12-08 15:03:56 +01:00
Michael Muré
c884d557bf
repo: move bleve there 2020-12-08 14:42:13 +01:00
Michael Muré
71e1303234
repo: simpler clock mutex locking 2020-12-08 13:15:21 +01:00
Michael Muré
be6e653f15
repo: remove the memory-only repo for now 2020-12-08 13:07:53 +01:00
Michael Muré
4ef2c11040
repo: finish RepoStorage move 2020-12-08 13:07:51 +01:00
Michael Muré
bca9ae8274
repo: more work towards RepoStorage 2020-12-05 21:41:10 +01:00
Mark
28adf41af6
Move new RepoStorage interface to GoGitRepo, revert repoTest 2020-12-05 21:41:10 +01:00
Mark
ecf1215ac9
Add RepoStorage interface (for draft PR) 2020-12-05 21:41:09 +01:00
Michael Muré
54d123c675
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
2020-12-05 01:52:48 +01:00
dependabot-preview[bot]
6576f3d808
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>
2020-12-03 04:42:44 +00:00
Michael Muré
61bfc51ebe
Update README.md 2020-11-29 21:38:45 +01:00
Michael Muré
70168de69b
go.sum 2020-11-29 21:33:08 +01:00
Michael Muré
b996153550
Merge pull request #503 from 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
2020-11-23 17:18:10 +01:00
Michael Muré
69b94e8578
Merge pull request #502 from kenrestivo/patch-1
Spelling
2020-11-23 11:12:25 +01:00
dependabot-preview[bot]
048f3cfd69
build(deps): bump github.com/blevesearch/bleve from 1.0.12 to 1.0.13
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>
2020-11-23 04:40:40 +00:00
ken restivo
baac2a0c4c
Update README.md 2020-11-22 18:43:29 -08:00
Michael Muré
2f4ca77f77
Merge pull request #499 from MichaelMure/remove-identity
add remove identity feature
2020-11-22 15:33:08 +01:00
vince
647b05eee4
add remove identity feature
also adds:
- listlocalidentities
- refactors refstoids into entity package
2020-11-22 15:20:51 +01:00
Michael Muré
c03b2d9694
Merge pull request #498 from 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
2020-11-22 14:07:33 +01:00
Michael Muré
9daa8ad04d
github: minor cleanups 2020-11-22 14:04:47 +01:00
Michael Muré
8d5c47011a
Merge pull request #496 from rng-dynamics/master
Replace Github authorization endpoint by device authorization grant
2020-11-22 14:04:23 +01:00
Alexander Scharinger
eded1f10c4 Change return type from map to struct 2020-11-18 09:18:32 +01:00
rng-dynamics
09a845855f Apply suggestions from code review
Co-authored-by: Michael Muré <batolettre@gmail.com>
2020-11-18 09:18:32 +01:00
Alexander Scharinger
1b889a9198 Revision of Github bridge device authorization grant 2020-11-18 09:18:32 +01:00