Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17 | dependabot[bot] | 2022-09-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.13 to 0.17.17. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) - [Commits](https://github.com/99designs/gqlgen/compare/v0.17.13...v0.17.17) --- updated-dependencies: - dependency-name: github.com/99designs/gqlgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | webui: add a flag to log handling errors | Michael Muré | 2022-08-23 | 3 | -2/+73 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 24 | -366/+301 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 | 6 | -12/+21 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 28 | -20539/+20756 |
| | |||||
* | build: go 1.18 minimum | Michael Muré | 2022-07-31 | 1 | -1/+1 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 7 | -2812/+6008 |
| | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 | 1 | -2/+1 |
| | |||||
* | graphql: fix two invalid mutex lock leading to data races | Michael Muré | 2022-06-05 | 2 | -6/+6 |
| | |||||
* | update gqlgen | Michael Muré | 2022-02-15 | 1 | -1296/+2931 |
| | |||||
* | GraphQL: Implement AddCommentAndReopenBug mutation | Sascha | 2021-05-26 | 5 | -8/+463 |
| | |||||
* | GraphQL: Add AddCommandAndCloseBug mutation | Sascha | 2021-05-20 | 5 | -34/+490 |
| | |||||
* | Merge pull request #605 from ↵ | Michael Muré | 2021-04-23 | 1 | -1/+1 |
|\ | | | | | | | | | GlancingMind/upstream-12-allow-users-to-inspect-their-current-identity-details WebUI: Add user profile | ||||
| * | Use profile page for each identity | Sascha | 2021-04-13 | 1 | -4/+0 |
| | | | | | | | | | | Authorcomponent links to the authors profile page. Replace pofile buglist with statistics | ||||
| * | Add basic bug listing | Lena | 2021-04-13 | 1 | -1/+5 |
| | | |||||
* | | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -6/+33 |
|/ | | | | fix #630 | ||||
* | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 5 | -0/+419 |
|\ | |||||
| * | Improve description of target-field | Sascha | 2021-03-20 | 1 | -1/+1 |
| | | |||||
| * | GrapQL: Regenerate the GraphQL-Server | Sascha | 2021-03-19 | 2 | -25/+364 |
| | | |||||
| * | GraphQL: Add target to EditCommentInput | Sascha | 2021-03-19 | 2 | -1/+4 |
| | | |||||
| * | Fix compilation errors | Sascha | 2021-03-19 | 2 | -2/+5 |
| | | |||||
| * | GraphQL: Add EditComment input/payload to gen_models | Sascha | 2021-03-19 | 1 | -0/+22 |
| | | |||||
| * | GraphQL: Add EditComment mutation to schema | Sascha | 2021-03-19 | 1 | -0/+22 |
| | | |||||
| * | GraphQL: Add EditComment to mutation type | Sascha | 2021-03-19 | 1 | -0/+2 |
| | | |||||
| * | GraphQL: Resolve new EditComment mutation | Sascha | 2021-03-19 | 1 | -0/+28 |
| | | |||||
* | | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 2 | -19/+6 |
| | | |||||
* | | deal with the previous changes | Michael Muré | 2021-02-14 | 1 | -45/+4 |
|/ | |||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -1/+4 |
| | |||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -1/+1 |
| | |||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 3 | -174/+173 |
| | |||||
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 | 40 | -0/+18222 |
Included in the changes: - create a new /api root package to hold all API code, migrate /graphql in there - git API handlers all use the cache instead of the repo directly - git API handlers are now tested - git API handlers now require a "repo" mux parameter - lots of untangling of API/handlers/middleware - less code in commands/webui.go |