Skip to content
Snippets Groups Projects

Draft: Servant Api Specification

Open Emily Pillmore requested to merge emily/modular-servant-api into master
1 unresolved thread

This PR does 3 things:

  1. Specifies a modular definition for the Skete Servant api, along with associated clients and server. The design is granular to facilitate better testing (standalone clients are easier to test when their component apis are separate from the rest of the API)

  2. Restructures the project to define a toplevel RestAPI.hs module, with client/server/util definitions in an associated RestAPI/* namespace.

  3. Adds the Servant-* dependencies, cleans up old code.

Addresses #21

Edited by Emily Pillmore

Merge request reports

Approval is optional
Merge blocked: 1 check failed
Merge request must not be draft.

Merge details

  • 5 commits and 1 merge commit will be added to master.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
65 , (T.unpack . pvName $ pid) ++ ".cabal"], BSL.fromStrict r))
48 return mResult
49
50 -- serveIndexH :: GitFat.GitFatConfig -> Handler BSL.ByteString
51 -- serveIndexH ss =
52 -- (Storage.storage ss :: GitFat.GitFat p Handler a -> Handler a) $ do
53 -- let ps = "all"
54 -- pis <- Storage.list ps
55 -- snd . createIndexTar . catMaybes <$> forM pis (\pid -> do
56 -- mc <- Storage.labelDataLookup ps pid "cabal"
57 -- case mc of
58 -- Nothing -> return Nothing
59 -- Just r -> r `deepseq` do
60 -- return $ Just (joinPath [ T.unpack . pvName $ pid
61 -- , show . pvVersion $ pid
62 -- , (T.unpack . pvName $ pid) ++ ".cabal"], BSL.fromStrict r))
  • Emily Pillmore changed the description

    changed the description

  • Emily Pillmore added 1 commit

    added 1 commit

    Compare with previous version

  • Emily Pillmore changed the description

    changed the description

  • Emily Pillmore marked this merge request as draft

    marked this merge request as draft

  • Emily Pillmore added 1 commit

    added 1 commit

    • 71dca7f3 - remove cruft, add preliminary hackage Users api. TODO: clients, handlers, data api

    Compare with previous version

  • Emily Pillmore added 1 commit

    added 1 commit

    • 56004082 - rework the dir structure into something more sane, crank out User data types...

    Compare with previous version

  • Emily Pillmore added 1 commit

    added 1 commit

    • 73d2dbb4 - rework the dir structure into something more sane, crank out User data types...

    Compare with previous version

  • Emily Pillmore added 1 commit

    added 1 commit

    Compare with previous version

  • Emily Pillmore added 1 commit

    added 1 commit

    Compare with previous version

  • Emily Pillmore added 1 commit

    added 1 commit

    • d0c0c84b - rework the dir structure into something more sane, crank out User data types...

    Compare with previous version

  • Emily Pillmore added 1 commit

    added 1 commit

    • cc5fc874 - add core feature and relevant data

    Compare with previous version

  • Emily Pillmore added 2 commits

    added 2 commits

    • b18dc5e6 - add Uploaders api, hlint things, fix cabal.project to work with 3.4
    • 601209d9 - remove =

    Compare with previous version

  • Please register or sign in to reply
    Loading