Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |