Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix merge | Michael Muré | 2021-02-14 | 5 | -50/+7 |
| | |||||
* | minor cleanups | Michael Muré | 2021-02-14 | 10 | -9/+10 |
| | |||||
* | entity: make sure merge commit don't have operations | Michael Muré | 2021-02-14 | 1 | -0/+4 |
| | |||||
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 51 | -2040/+335 |
| | |||||
* | entity: support different author in staging operations | Michael Muré | 2021-02-14 | 8 | -101/+113 |
| | |||||
* | entity: pass the identity resolver instead of defining it once | Michael Muré | 2021-02-14 | 7 | -57/+53 |
| | | | | | Having the resolver in Definition doesn't actually work well as the resolver is very situational. | ||||
* | entity: clock loader | Michael Muré | 2021-02-14 | 1 | -0/+41 |
| | |||||
* | entity: expose create and edit lamport clocks | Michael Muré | 2021-02-14 | 1 | -13/+38 |
| | |||||
* | entity: implement remove | Michael Muré | 2021-02-14 | 4 | -2/+56 |
| | |||||
* | entity: remove the pack lamport time that doesn't bring anything actually | Michael Muré | 2021-02-14 | 4 | -118/+4 |
| | |||||
* | require go 1.15 | Michael Muré | 2021-02-14 | 2 | -2/+2 |
| | |||||
* | entity: working commit signatures | Michael Muré | 2021-02-14 | 4 | -7/+105 |
| | |||||
* | entity: test all merge scenario | Michael Muré | 2021-02-14 | 2 | -28/+200 |
| | |||||
* | entity: use BFS instead of DFS to get the proper topological order | Michael Muré | 2021-02-14 | 1 | -19/+17 |
| | |||||
* | entity: more testing and bug fixing | Michael Muré | 2021-02-14 | 8 | -89/+221 |
| | |||||
* | entity: readAll and more testing | Michael Muré | 2021-02-14 | 10 | -22/+203 |
| | |||||
* | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 19 | -228/+303 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 38 | -1516/+1547 |
| | |||||
* | entity: total ordering of operations | Michael Muré | 2021-02-14 | 2 | -7/+23 |
| | |||||
* | entity: clocks and write | Michael Muré | 2021-02-14 | 4 | -52/+387 |
| | |||||
* | entity: add embryo of a generic, DAG-enabled entity | Michael Muré | 2021-02-14 | 3 | -0/+333 |
| | |||||
* | repository: partially add two new functions to RepoData | Michael Muré | 2021-02-14 | 6 | -16/+96 |
| | |||||
* | entity: add error to signal invalid format | Michael Muré | 2021-02-14 | 1 | -18/+21 |
| | |||||
* | command: fix "comment edit" usage | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | |||||
* | entity: generalize the combined Ids, use 64 length | Michael Muré | 2021-02-14 | 9 | -78/+110 |
| | |||||
* | bug: fix tests | Michael Muré | 2021-02-14 | 4 | -23/+33 |
| | |||||
* | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 15 | -6/+303 |
| | | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment. | ||||
* | bug: don't store the id in Bug, match how it's done for Identity | Michael Muré | 2021-02-14 | 3 | -35/+26 |
| | |||||
* | bug: debug | Michael Muré | 2021-02-14 | 1 | -0/+2 |
| | |||||
* | entity: unique function to generate IDs | Michael Muré | 2021-02-14 | 3 | -17/+19 |
| | |||||
* | identity: PR fixes | Michael Muré | 2021-02-14 | 6 | -7/+20 |
| | |||||
* | deal with the previous changes | Michael Muré | 2021-02-14 | 19 | -138/+124 |
| | |||||
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 19 | -307/+341 |
| | |||||
* | identity: Id from data, not git + hold multiple lamport clocks | Michael Muré | 2021-02-14 | 8 | -386/+432 |
| | |||||
* | repo: expose all lamport clocks, move clocks in their own folder | Michael Muré | 2021-02-14 | 22 | -75/+251 |
| | |||||
* | lamport: match wikipedia algorithm | Michael Muré | 2021-02-14 | 2 | -2/+2 |
| | |||||
* | Merge pull request #536 from ↵ | Cláudio Silva | 2021-02-11 | 1 | -14/+475 |
|\ | | | | | | | | | MichaelMure/dependabot/npm_and_yarn/webui/graphql-tools/git-loader-6.2.6 build(deps): [security] bump @graphql-tools/git-loader from 6.2.4 to 6.2.6 in /webui | ||||
| * | build(deps): [security] bump @graphql-tools/git-loader in /webui | dependabot-preview[bot] | 2021-01-29 | 1 | -14/+475 |
| | | | | | | | | | | | | | | | | 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> | ||||
* | | Merge pull request #559 from claudioantonio/webui_543_ifloggedin | Michael Muré | 2021-02-09 | 3 | -26/+53 |
|\ \ | | | | | | | Webui 543 ifloggedin | ||||
| * | | Apply suggestions from code review | Michael Muré | 2021-02-09 | 1 | -11/+11 |
| | | | |||||
| * | | Commit for #543 | Cláudio | 2021-02-08 | 2 | -20/+35 |
| | | | | | | | | | | | | | | | - To test I forced Ifloggedin always return null. - Layout is ok even when edition components are hidden. | ||||
| * | | Commit for #557 | Cláudio | 2021-02-08 | 1 | -3/+2 |
| | | | | | | | | | | | | - Formatting | ||||
| * | | Commit for #557 | Cláudio | 2021-02-08 | 1 | -4/+4 |
| | | | | | | | | | | | | - Formatting | ||||
| * | | Commit for #557 | Cláudio | 2021-02-08 | 1 | -7/+20 |
| | | | | | | | | | | | | | | | - Adding more details - Tip when lint error occur | ||||
* | | | Merge pull request #555 from claudioantonio/master | Michael Muré | 2021-02-08 | 13 | -9/+8 |
|\| | | | | | | | | Commit for #541 | ||||
| * | | Commit for #541 | Cláudio | 2021-02-05 | 13 | -9/+8 |
| | | | |||||
* | | | Merge pull request #556 from 5nord/366-multiple-bugs-with-gitlab-bridge | Michael Muré | 2021-02-08 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Fix comparison mix-up in gitlab importer | ||||
| * | | | Fix comparison mix-up in gitlab importer | Matthias Simon | 2021-02-07 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #517 from MichaelMure/dependabot/npm_and_yarn/webui/ini-1.3.8 | Cláudio Silva | 2021-02-05 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui | ||||
| * | | build(deps): [security] bump ini from 1.3.5 to 1.3.8 in /webui | dependabot-preview[bot] | 2020-12-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | 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> |