summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-08Remove explanatory output from templateHEADmasterMatthias Beyer
2021-08-08Remove dead codeMatthias Beyer
2021-08-08Skip one element to remove line zeroMatthias Beyer
2021-08-08Populate cache with extensionMatthias Beyer
2021-08-08Make sure we always load a syntax setMatthias Beyer
2021-08-08Highlight depending on filenameMatthias Beyer
2021-08-08Add some styleMatthias Beyer
2021-08-08Add ctrl-c handler for killing applicationMatthias Beyer
2021-08-08static: Import bulma 0.9.3Matthias Beyer
2021-08-05Open git2::Repository for every requestMatthias Beyer
2021-08-02Let worker open the repo, let main() spawn the workersMatthias Beyer
2021-08-02Fix typo in type nameMatthias Beyer
2021-08-02Rewrite backend implementation with more tokio asyncnessMatthias Beyer
2021-08-01Add including of stylesheetMatthias Beyer
2021-08-01Merge branch 'repobackend'Matthias Beyer
2021-08-01Make links absoluteMatthias Beyer
2021-08-01Implement blob loadingMatthias Beyer
2021-08-01Fix: We do not get the tree directly, but via the commit we have an OID forMatthias Beyer
2021-08-01Refactor backend worker for more logging and even less boilerplateMatthias Beyer
2021-08-01Add more loggin on request handling and response sendingMatthias Beyer
2021-08-01Cache finding of tree elementsMatthias Beyer
2021-08-01Backend worker: Add loggingMatthias Beyer
2021-08-01Remove unused importsMatthias Beyer
2021-08-01Finish removing direct git2::Repository interfacingMatthias Beyer
2021-08-01Refactor: Move locking to helper fn for less boilerplateMatthias Beyer
2021-08-01Impl finding tree from branchMatthias Beyer
2021-08-01Start removing the git2::Repository access for the whole applicationMatthias Beyer
2021-08-01Drop locks as soon as possibleMatthias Beyer
2021-08-01Add type aliases for less cognitive complexityMatthias Beyer
2021-08-01Abstract backend away to worker threadMatthias Beyer
2021-08-01Remove unused variantMatthias Beyer
2021-08-01Remove unused importsMatthias Beyer
2021-08-01Move model/state/RepoState to model/repo/RepoMatthias Beyer
2021-08-01Merge branch 'refactor'Matthias Beyer
2021-08-01Make route implementations do more things in parallelMatthias Beyer
2021-08-01Make sidebar data loading asyncMatthias Beyer
2021-08-01Make repo state fetching asyncMatthias Beyer
2021-08-01Split repository stat getter fn into two helper fnsMatthias Beyer
2021-08-01Move repository stat getter to RepoState typeMatthias Beyer
2021-08-01Refactor sidebar loading, rename types for more appropriate namesMatthias Beyer
2021-08-01Fix imports, module pathes, etcMatthias Beyer
2021-08-01Move state to modelMatthias Beyer
2021-08-01Split src/tree.rs to src/controllerMatthias Beyer
2021-08-01Move src/repository.rs to src/model/stat.rsMatthias Beyer
2021-08-01Move src/templates.rs split up to src/viewMatthias Beyer
2021-08-01Move highlight to helpers/Matthias Beyer
2021-08-01Make sidebar have name of elementMatthias Beyer
2021-08-01Add collecting of directory contentsMatthias Beyer
2021-08-01Remove tree_path from templateMatthias Beyer
2021-08-01Add logging outputMatthias Beyer