aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* jira: fix a nil contextMichael Muré2020-02-151-1/+2
|
* jira: rework to use the credential system + adapt to refactorsMichael Muré2020-02-155-278/+346
|
* Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1512-31/+29
|\
| * Merge pull request #328 from MichaelMure/bridge-refactorMichael Muré2020-02-1512-31/+29
| |\ | | | | | | bridges: pass the context to Init for when a client build process need it
| | * bridges: pass the context to Init for when a client build process needs itMichael Muré2020-02-1512-31/+29
| |/
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-157-100/+54
|\|
| * Merge pull request #326 from MichaelMure/bridge-refactorMichael Muré2020-02-157-100/+54
| |\ | | | | | | bridges: more refactor and cleanup
| | * bridges: more refactor and cleanupMichael Muré2020-02-157-100/+54
| | |
* | | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1527-440/+478
|\| |
| * | Merge pull request #325 from MichaelMure/bridge-refactorMichael Muré2020-02-1525-430/+468
| |\| | | | | | | bridges: massive refactor
| | * bridges: massive refactorMichael Muré2020-02-1525-430/+468
| |/ | | | | | | | | | | - automatic flag validation and warning - generalized prompt - cleanups
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-1487-4040/+6756
|\|
| * Merge pull request #321 from MichaelMure/cred-passwordMichael Muré2020-02-1417-78/+377
| |\ | | | | | | auth: refactor and introduce Login and LoginPassword, salt IDs
| | * auth: refactor and introduce Login and LoginPassword, salt IDsMichael Muré2020-02-1217-78/+377
| | |
| * | Merge pull request #319 from ↵Michael Muré2020-02-132-1/+3
| |\ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.25.0 build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0
| | * | build(deps): bump github.com/xanzy/go-gitlab from 0.24.0 to 0.25.0dependabot-preview[bot]2020-02-112-1/+3
| | |/ | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.24.0...v0.25.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| * | Merge pull request #320 from ↵Michael Muré2020-02-132-1/+3
| |\ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/gorilla/mux-1.7.4 build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4
| | * | build(deps): bump github.com/gorilla/mux from 1.7.3 to 1.7.4dependabot-preview[bot]2020-02-122-1/+3
| | |/ | | | | | | | | | | | | | | | | | | Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.7.3...v1.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
| * | Merge pull request #323 from MichaelMure/webui/typescriptMichael Muré2020-02-1363-3867/+6231
| |\ \ | | | | | | | | Webui/typescript
| | * | webui: format some filesludovicm672020-02-125-45/+42
| | | |
| | * | webui: run linterludovicm672020-02-124-0/+4
| | | |
| | * | webui: finish TypeScript conversionludovicm672020-02-1216-109/+150
| | | |
| | * | webui: fix Content typeQuentin Gliech2020-02-121-4/+4
| | | |
| | * | graphql: server side take responsability to commitMichael Muré2020-02-125-639/+30
| | | |
| | * | graphql: expose the name of RepositoryMichael Muré2020-02-124-3/+77
| | | |
| | * | webui: lint graphql filesQuentin Gliech2020-02-116-8/+77
| | | |
| | * | webui: stop using defaultRepositoryQuentin Gliech2020-02-1110-19/+16
| | | |
| | * | graphql: merge defaultRepository and repository for simplified webUI codeMichael Muré2020-02-114-73/+21
| | | |
| | * | webui: make travis run unit testsQuentin Gliech2020-02-111-0/+1
| | | |
| | * | webui: force import orderQuentin Gliech2020-02-1124-43/+77
| | | |
| | * | webui: typecheck remaining bug list componentsQuentin Gliech2020-02-118-77/+128
| | | |
| | * | webui: fix logo urlludovicm672020-02-111-1/+1
| | | |
| | * | webui: convert custom tags to TypeScriptludovicm672020-02-112-2/+5
| | | |
| | * | webui: convert more things to typescriptQuentin Gliech2020-02-1110-58/+79
| | | |
| | * | webui: convert bug list to typescriptQuentin Gliech2020-02-1110-139/+218
| | | |
| | * | webui: convert bug view to TypeScriptludovicm672020-02-1111-119/+97
| | | |
| | * | webui: generate TS types for graphql queriesQuentin Gliech2020-02-1113-185/+578
| | | |
| | * | webui: transform index and App to TypeScriptludovicm672020-02-116-3/+62
| | | |
| | * | webui: upgrade packages + add some typescript dependenciesludovicm672020-02-112-2620/+4844
| | |/
| * | Merge pull request #322 from MichaelMure/travis-jsMichael Muré2020-02-121-22/+2
| |\ \ | | | | | | | | travis: test with latest nodejs and LTS
| | * | travis: test with latest nodejs and LTSMichael Muré2020-02-121-22/+2
| |/ /
| * / readme: update install instruction with go modulesMichael Muré2020-02-121-3/+3
| |/
| * Merge pull request #317 from MichaelMure/bridges-improveMichael Muré2020-02-108-71/+140
| |\ | | | | | | github/gitlab: many fixes and improvments at the config step
| | * github/gitlab: many fixes and improvments at the config stepMichael Muré2020-02-108-71/+140
| |/
* | jira: admittedly biased go stylingMichael Muré2020-02-093-198/+154
| |
* | jira: use the new generalized promptsMichael Muré2020-02-091-105/+40
| |
* | Merge remote-tracking branch 'origin/master' into cheshirekow-jiraMichael Muré2020-02-091134-331895/+10244
|\|
| * Merge pull request #316 from MichaelMure/lazy-graphqlMichael Muré2020-02-0935-1276/+1791
| |\ | | | | | | graphql: use the cache in priority for fast browsing in the WebUI
| | * use the handle-interfaces-implementing-interfaces of gqlgen to fix a ↵Michael Muré2020-02-093-3/+8
| | | | | | | | | | | | generation bug
| | * cache: add proper locking to avoid concurrent accessMichael Muré2020-02-093-31/+123
| | |