Commit log

bb8a214 command: fix "comment edit" usage

Michael Muré created

db70743 entity: generalize the combined Ids, use 64 length

Michael Muré created

fcf4391 bug: fix tests

Michael Muré created

d96284d Change the comment ID to use both bug and comment ID references.

Click to expand commit body
Add comment edit command
This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment.

vince created

2788c5f bug: don't store the id in Bug, match how it's done for Identity

Michael Muré created

497ec13 bug: debug

Michael Muré created

2bf2b2d entity: unique function to generate IDs

Michael Muré created

b01aa18 identity: PR fixes

Michael Muré created

ab57d74 deal with the previous changes

Michael Muré created

7163b22 bug: Id from first operation data, not git + remove root link

Michael Muré created

5ae8a13 identity: Id from data, not git + hold multiple lamport clocks

Michael Muré created

fb0c5fd repo: expose all lamport clocks, move clocks in their own folder

Michael Muré created

44d7587 lamport: match wikipedia algorithm

Michael Muré created

956f98b Merge pull request #536 from MichaelMure/dependabot/npm_and_yarn/webui/graphql-tools/git-loader-6.2.6

Click to expand commit body
build(deps): [security] bump @graphql-tools/git-loader from 6.2.4 to 6.2.6 in /webui

Cláudio Silva created

3b08731 Merge pull request #559 from claudioantonio/webui_543_ifloggedin

Click to expand commit body
Webui 543 ifloggedin

Michael Muré created

3d86c1c Apply suggestions from code review

Michael Muré created

7829db8 Commit for #543

Click to expand commit body
- To test I forced Ifloggedin always return null.
- Layout is ok even when edition components are hidden.

Cláudio created

e47052b Commit for #557

Click to expand commit body
- Formatting

Cláudio created

96d5191 Commit for #557

Click to expand commit body
- Formatting

Cláudio created

8d71888 Commit for #557

Click to expand commit body
- Adding more details
- Tip when lint error occur

Cláudio created

ef7a0f1 Merge pull request #555 from claudioantonio/master

Click to expand commit body
Commit for #541

Michael Muré created

0eb4a59 Merge pull request #556 from 5nord/366-multiple-bugs-with-gitlab-bridge

Click to expand commit body
Fix comparison mix-up in gitlab importer

Michael Muré created

34e6f3c Fix comparison mix-up in gitlab importer

Matthias Simon created

c5313bd Merge pull request #517 from MichaelMure/dependabot/npm_and_yarn/webui/ini-1.3.8

Click to expand commit body
build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui

Cláudio Silva created

29ea8df Commit for #541

Cláudio created

12323b9 Webui 548 (#549)

Click to expand commit body
* Commit for #548

* Commit for #548

Cláudio Silva created

52f6563 Merge pull request #547 from claudioantonio/webui_546

Click to expand commit body
Webui 546

Michael Muré created

ad45f91 Commit for #546

Click to expand commit body
- Fixing code review requests

Cláudio created

b6a967e Merge pull request #545 from claudioantonio/webui_544

Click to expand commit body
Webui 544

Michael Muré created

b7ec240 Fix #546

Click to expand commit body
- Fixing code review requests

Cláudio created

52ada2d fix #544

Click to expand commit body
- Fixing code review requests

Cláudio created

7b1b77d Commit for #546

Cláudio created

e68e930 Merge pull request #2 from claudioantonio/webui_544

Click to expand commit body
Commit for #544

Cláudio Silva created

e4ce918 Commit for #544

Cláudio created

fd8d110 Merge pull request #1 from claudioantonio/webui_535

Click to expand commit body
Webui 535

Cláudio Silva created

abb005e Commit for #535

Cláudio created

25a1f4d Commit for #535

Cláudio created

a005c17 Merge pull request #540 from claudioantonio/webui_539

Click to expand commit body
Commit for #539

Michael Muré created

1871f09 Merge pull request #534 from MichaelMure/gh-bridge-pull-fix

Click to expand commit body
Fix github bridge import

Michael Muré created

bacfa32 Commit for #539

Click to expand commit body
- 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

Click to expand commit body
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

Click to expand commit body
Webui - Allow to create bugs #158

Michael Muré created

32eb181 Commit for #158

Click to expand commit body
- Fix code convention violations

Cláudio created

898c037 Commit for #158

Click to expand commit body
- Fixing github quality code checking issues

Cláudio created

33d53e1 Commit for #158

Cláudio created

a5e0dee Partial commit for #158

Click to expand commit body
- 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

Click to expand commit body
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

Click to expand commit body
- 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

Click to expand commit body
- 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