| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Somehow, the stubs in tests/client.scm do not work when compiled
modules are found. This could be a guile bug.
* Makefile.am (SCM_LOG_DRIVER): Do not use pre-inst-env. Set only the
load path.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* mumi/client.scm: Import (rnrs io ports), (srfi srfi-71), (srfi
srfi-171), (ice-9 match), (ice-9 popen), (web client), (web response)
and (email email).
(issue-number-of-message, call-with-input-pipe, git-send-email): New
functions.
(send-email): New public function.
* scripts/mumi.in (show-mumi-usage): Document send-email subcommand.
(main): Add send-email subcommand.
* tests/client.scm: New file.
* Makefile.am (SCM_TESTS): Add tests/client.scm.
|
|
|
|
|
|
|
|
| |
* mumi/client.scm: New file.
* scripts/mumi.in: Import (mumi client).
(show-mumi-usage): Document search subcommand.
(main): Add search subcommand.
* Makefile.am (SOURCES): Add mumi/client.scm.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* mumi/web/graphql.scm: New file.
* Makefile.am (SOURCES): Register it.
* configure.ac: Test for guile-kolam.
* mumi/web/controller.scm: Import (mumi web graphql).
(controller): Pass on GraphQL requests to handle-graphql.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* mumi/debbugs.scm (bug-id->summary-file): New procedure.
* tests/debbugs.scm: New file.
* tests/data/spool/archive/95/26095.{report,status,summary}: New
files.
* Makefile.am (SCM_TESTS): Add tests/debbugs.scm.
(EXTRA_DIST): Include test data.
|
| |
|
|
|
|
|
| |
* mumi/xapian.scm: New file.
* Makefile.am (SOURCES): Add it.
|
|
|
|
|
| |
* mumi/debbugs.scm: New file.
* Makefile.am (SOURCES): Add it.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* mumi/bugs.scm: New file.
* etc/schema.sql: New file.
* Makefile.am (SOURCES): Add mumi/bugs.scm.
(dist_pkgdata_DATA): Add etc/schema.sql.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* assets/css/screen.css (.attachment:before): Add rule.
* assets/img/file.svg: New file.
* mumi/web/controller.scm (controller): Handle attachment route.
* mumi/web/download.scm: New file.
* mumi/web/view/utils.scm (display-multipart-chunk): Move into...
(display-message-body): ...this procedure; adjust to include
attachment download links.
* mumi/web/view/html.scm (issue-page): Adjust.
|
| |
|
|
|