Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web server instead of batch report generation #15

Merged
merged 15 commits into from
Dec 11, 2019
Merged

web server instead of batch report generation #15

merged 15 commits into from
Dec 11, 2019

Commits on Dec 11, 2019

  1. server: initial implementation, multitenant auth + label fetch

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    f17f18a View commit details
    Browse the repository at this point in the history
  2. fix typo in var name

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    da28365 View commit details
    Browse the repository at this point in the history
  3. server: add /labels + the label selection form

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    8b1f025 View commit details
    Browse the repository at this point in the history
  4. server: save labels, propagate ctx, rearly returns

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    e52ff52 View commit details
    Browse the repository at this point in the history
  5. server: use emoji as favicon 📃

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    823b3b6 View commit details
    Browse the repository at this point in the history
  6. refactoring: move papers.Paper to the new package

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    68dd1f1 View commit details
    Browse the repository at this point in the history
  7. token: attach session cookie exiration to the token

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    8eb03a0 View commit details
    Browse the repository at this point in the history
  8. doc: better reporting in logs

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ee8696f View commit details
    Browse the repository at this point in the history
  9. refactoring: extract markdown package

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    3728df1 View commit details
    Browse the repository at this point in the history
  10. server: extract&aggregate papers, render the list 🎉

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    6f5e072 View commit details
    Browse the repository at this point in the history
  11. test: catch up \w refactorings

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    bf3e494 View commit details
    Browse the repository at this point in the history
  12. refactoring: better paper abstract split + benchmark

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    777baa7 View commit details
    Browse the repository at this point in the history
  13. doc: add some TODOs

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    02bf9be View commit details
    Browse the repository at this point in the history
  14. cli: fix template rendering after server refactoring

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    161ddb5 View commit details
    Browse the repository at this point in the history
  15. doc: document the web server

    Signed-off-by: Alexander Bezzubov <[email protected]>
    bzz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    c5bd728 View commit details
    Browse the repository at this point in the history