Commit Graph

10 Commits

Author SHA1 Message Date
Konstantin Schaper
3a8d031ed5 Introduce stale while revalidate pattern (#1555)
This Improves the frontend performance with stale while
revalidate pattern.

There are noticeable performance problems in the frontend that
needed addressing. While implementing the stale-while-revalidate
pattern to display cached responses while re-fetching up-to-date
data in the background, in the same vein we used the opportunity
to remove legacy code involving redux as much as possible,
cleaned up many components and converted them to functional
react components.

Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
2021-02-24 08:17:40 +01:00
Eduard Heimbuch
0eeddd5103 enrich commit mentions by internal links e. g. "repoNamespace/repoName@commitId" 2020-06-24 15:26:50 +02:00
Sebastian Sdorra
12355f2754 fixed review findings 2020-05-20 11:18:58 +02:00
Sebastian Sdorra
9f97442d4f normalize paths with ".." and "." in markdown content 2020-05-20 08:39:06 +02:00
Sebastian Sdorra
d1f10ec5a7 rebuild MarkdownLinkRenderer and added real world use cases 2020-05-19 15:51:33 +02:00
Sebastian Sdorra
50e4316886 improve MarkdownLinkRenderer
- render target _blank link for all external http links
- render simple a link for all links with protocol or anchor links
- render local html push link for all internal links
2020-05-19 12:59:02 +02:00
Florian Scholdei
a148d29770 Correct mixing concepts, Link instead of a for internal links, adjust regex 2020-05-15 09:54:20 +02:00
Florian Scholdei
327bde9515 Correct misplacing of path context 2020-05-15 00:40:56 +02:00
Florian Scholdei
9131b5eb2f Add another fragment test case which caused jenkins error 2020-05-14 23:35:14 +02:00
Florian Scholdei
62a87e6234 Resolve markdown links correctly 2020-05-14 12:23:27 +02:00