Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reorganize the webUI and API code | Michael Muré | 2020-06-27 |
| | | | | | | | | | | 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 | ||
* | Use ErrNotAuthenticated | Luke Granger-Brown | 2020-06-27 |
| | |||
* | Pull out context-stuff from identity into graphqlidentity package | Luke Granger-Brown | 2020-06-27 |
| | |||
* | Change graphql Go handlers to pluck identity out of context instead. | Luke Granger-Brown | 2020-06-27 |
| | |||
* | Add support for read-only mode for web UI. | Luke Granger-Brown | 2020-06-27 |
| | | | | Fixes #402. | ||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||
* | bug: harmonize how time are used, fix some issues in command special formats | Michael Muré | 2020-06-25 |
| | | | | This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be. | ||
* | query: no need for an ast package | Michael Muré | 2020-03-28 |
| | |||
* | cache: replace the all-in-one query parser by a complete one with ↵ | Michael Muré | 2020-03-28 |
| | | | | AST/lexer/parser | ||
* | identity: bring back the login to hold that info from bridges (purely ↵ | Michael Muré | 2020-02-25 |
| | | | | informational) | ||
* | graphql: server side take responsability to commit | Michael Muré | 2020-02-12 |
| | |||
* | graphql: expose the name of Repository | Michael Muré | 2020-02-12 |
| | |||
* | graphql: merge defaultRepository and repository for simplified webUI code | Michael Muré | 2020-02-11 |
| | |||
* | use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵ | Michael Muré | 2020-02-09 |
| | | | | generation bug | ||
* | cleanups, doc | Michael Muré | 2020-02-09 |
| | |||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 |
| | | | | seconds | ||
* | fix merge | Michael Muré | 2020-02-08 |
| | |||
* | more more wip | Michael Muré | 2020-02-08 |
| | |||
* | upgrade to gqlgen master, waiting for a release | Michael Muré | 2020-02-05 |
| | |||
* | migrate to go modules | Michael Muré | 2020-02-05 |
| | |||
* | bug: rename RGBA to Color | ludovicm67 | 2019-10-15 |
| | |||
* | graphql: make repository.validLabels a connection | Michael Muré | 2019-09-04 |
| | |||
* | more hash-->id fixes | Michael Muré | 2019-08-13 |
| | |||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 |
| | |||
* | fix everything following the hash-->id change | Michael Muré | 2019-08-08 |
| | |||
* | graphql: don't use the gqlgen command to generate to avoid pulling urfave/cli | Michael Muré | 2019-07-09 |
| | |||
* | graphql: fix typo | Michael Muré | 2019-06-23 |
| | |||
* | cache: consistently use "ref" to fetch a repository | Michael Muré | 2019-06-23 |
| | |||
* | fix tests | Michael Muré | 2019-06-16 |
| | |||
* | graphql: change mutations to respect the Relay specification | Michael Muré | 2019-06-16 |
| | | | | | | | https://facebook.github.io/relay/graphql/mutations.htm This specification also allow to expose a mutationId for fire and forget, as well as the created operation. | ||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 |
| | |||
* | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 |
| | | | | webui: Use a fragment for Authored nodes | ||
* | Update grpahql tests | Amine Hilaly | 2019-05-22 |
| | |||
* | Regen graphql with gqlgen 0.9.0 | Amine Hilaly | 2019-05-22 |
| | |||
* | graphql: expose label color | ludovicm67 | 2019-05-22 |
| | |||
* | Update graphql package to support gqlgen 0.9.0 | Amine Hilaly | 2019-05-15 |
| | |||
* | graphql: expose valid labels | ludovicm67 | 2019-04-10 |
| | |||
* | Support gqlgen v0.8.3 | Amine Hilaly | 2019-04-09 |
| | |||
* | graphql: fix test indentation | Michael Muré | 2019-04-05 |
| | |||
* | graphql: make Bug's actors and participants a connection | Michael Muré | 2019-04-05 |
| | |||
* | Expose actors and participants in snapshot and bug excerpt | Amine Hilaly | 2019-04-04 |
| | | | | | | | | Append operations authors to each list on Apply() call Expose actors and participants in graphql Add actor/participant query filter and documentation | ||
* | graphql: expose allIdentities, identities and userIdentity in the repo | Michael Muré | 2019-04-01 |
| | |||
* | a round of cleanup | Michael Muré | 2019-03-01 |
| | |||
* | github: fix 3 edge-case failures | Michael Muré | 2019-03-01 |
| | |||
* | identity: complete the graphql api | Michael Muré | 2019-03-01 |
| | |||
* | identity: add more test for serialisation and push/pull/merge + fixes | Michael Muré | 2019-03-01 |
| | |||
* | identity: more cleaning and fixes after a code review | Michael Muré | 2019-03-01 |
| | |||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 |
| | |||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 |
| | |||
* | WIP identity in git | Michael Muré | 2019-03-01 |
| |