Lena
454f4e5962
12 Setup Identity Page
2021-04-13 19:07:57 +02:00
Lena
134ac8aacd
12 Add code to dynamically switch depending on valuue for isProtected
2021-04-13 19:07:57 +02:00
Lena
e55761b2f8
Add fields, id as tooltip, and display none if value not set #12
2021-04-13 19:07:57 +02:00
Lena
cef44db8c7
Add popup menu fpr user informations #12
2021-04-13 19:07:57 +02:00
Michael Muré
62fb09a53c
Merge pull request #624 from GlancingMind/upstream-fix-and-improve-rendering-of-markdown-elements
...
WebUI: Fix and improve rendering of markdown elements
2021-04-12 19:26:29 +02:00
Michael Muré
491f0ea951
Merge pull request #627 from GlancingMind/upstream-set-bug-labels
...
WebUI: Set bug labels
2021-04-12 19:17:26 +02:00
Michael Muré
c71d26d513
Merge pull request #625 from GlancingMind/upstream-minor-bugfixes
...
Minor bugfixes
2021-04-10 09:52:17 +02:00
Michael Muré
d09b9d7c5a
Merge pull request #585 from MichaelMure/dev-gh-bridge
...
Deal with github bridge import rate limit
2021-04-10 09:50:51 +02:00
Alexander Scharinger
8fb6ea0d95
Github brdige: move credential loading and client creation back
...
Reason: failing integration tests
2021-04-09 15:56:32 +02:00
Alexander Scharinger
be24cdfec4
Revert "Bridges: move credential loading and client creation"
...
This reverts commit 3d14e2e67c
.
2021-04-09 15:41:27 +02:00
Michael Muré
10a80f1888
github: minor cleanups
2021-04-09 13:07:45 +02:00
Michael Muré
1520f678f7
Merge remote-tracking branch 'origin/master' into dev-gh-bridge
2021-04-09 13:01:14 +02:00
Alexander Scharinger
0fd570171d
Improve feedback for user when Github rate limiting
...
The Github bridge itself should not write anything. This commit removes
code writing to stdout and itroduces an event `ImportEventRateLimiting`
to `core.ImportResult` in order to inform about a rate limiting situation
of the Github GraphQL API. Now the communication with the user is
delegated to the various user interfaces.
2021-04-08 23:57:25 +02:00
Alexander Scharinger
ede5e218ac
Add comment to clarify look ahead in import channel
2021-04-08 23:20:05 +02:00
Alexander Scharinger
3d14e2e67c
Bridges: move credential loading and client creation
...
Gitlab and Jira bridge: move credential loading and client creation from
`Init` to `ImportAll` in order to harmonize the behaviour of the
different bridges.
2021-04-08 22:48:31 +02:00
Sascha
c37d3d7718
Fix label alignment to title on bug list page
...
Also add className support for custom label component.
This allows to set the margin of an label where the label is used instead of
defining a fixed margin in the label component.
2021-04-08 19:03:08 +02:00
Michael Muré
bc5f618eba
Merge pull request #628 from MichaelMure/entity-fix
...
cache: many fixes following the dag entity migration
2021-04-08 16:25:22 +02:00
Michael Muré
5549925235
cache: many fixes following the dag entity migration
2021-04-08 16:18:31 +02:00
Sascha
f980d9487e
Replace switch to save lines of code :-)
2021-04-08 15:52:54 +02:00
Sascha
116e0533b6
Remove elliptic background from gear icon
2021-04-08 14:57:39 +02:00
Sascha
2f7c29153b
Fix pipeline fail and remove unused file
2021-04-08 14:57:39 +02:00
Sascha
5bad12bed2
Remove console.logs
2021-04-08 14:57:39 +02:00
Sascha
cb609c28b5
Increase width of list/labelmenu and stretch color for menuitems
2021-04-08 14:57:39 +02:00
Sascha
4d4172bb4c
Cut of very long labels with an ellipse
2021-04-08 14:57:39 +02:00
Sascha
f5df854def
Some changes to the label menu
...
- Increase width of label menu
- Use default selection styling instead of bold text
- Use rem unit for labelcolor
- Remove some tenary operator usage
2021-04-08 14:57:39 +02:00
Sascha
4517de919a
LabelMenu prefer break-on-word-boundary
2021-04-08 14:57:39 +02:00
Sascha
9b2cf1ba32
Add/Remove from filtering while creating new label works
2021-04-08 14:57:39 +02:00
Sascha
41418c912d
Let CreateNewLabel-Btn appear as first element in list
2021-04-08 14:57:39 +02:00
Tim Becker
d39e6c4c43
Add label menu to bug detail page
...
Also support label color in label filter menu on bug list page
2021-04-08 14:56:59 +02:00
Michael Muré
a3e098d763
Merge pull request #626 from GlancingMind/upstream-prevent-page-reloads
...
Prevent page reload for redirecting components
2021-04-08 13:24:26 +02:00
Sascha
d80b2ad038
Prevent page reload for redirecting components
...
Link instantly to:
- NewBugPage
- BackToList
2021-04-08 11:48:28 +02:00
Sascha
3d5ac70f0a
Only set bugtitle if title is diffrent
2021-04-08 11:27:41 +02:00
Sascha
5c897f4ffb
Fix invalid tab selection console error
2021-04-08 11:27:41 +02:00
Michael Muré
abbed0ff12
Merge pull request #623 from GlancingMind/upstream-additional-filters-for-bug-list
...
WebUI: Additional filters for bug list
2021-04-07 21:29:50 +02:00
Sascha
acfaf6b50f
Fix MessageHistoryDialog console error
2021-04-07 19:30:16 +02:00
Sascha
d4ad748e61
Render comment history via markdown
2021-04-07 19:30:14 +02:00
Sascha
23300d1c1a
Use custom anchor in markdown
...
The custom anchor will be more readable in dark mode.
Also it will supports linking within the SPA.
2021-04-07 19:30:09 +02:00
Sascha
50ef67664d
Add emoji rendering support via remark-gemoji
2021-04-07 19:30:07 +02:00
Sascha
637bce7ba7
Fix and improve rendering of markdown elements
...
- Markdown will no be rendered
- Render text always below an image
- block quotes wont be just indented text
2021-04-07 19:29:52 +02:00
Sascha
ccdaa16052
Support filtering by multiple selected authors
2021-04-07 13:50:52 +02:00
Sascha
a92b99876d
Remove auto fixing of eslint errors
2021-04-07 13:50:49 +02:00
Sascha
3380135182
Make filter/search input full width
2021-04-07 13:50:47 +02:00
Aien Saidi
41ee97a4f6
fix: regex issue
2021-04-07 13:08:26 +02:00
Sascha
d2845605c2
Fix readability of filter input field in dark mode
2021-04-07 13:08:26 +02:00
Aien Saidi
72fc0ef73e
fix: issue with keyDown propagation
2021-04-07 13:08:26 +02:00
Aien Saidi
1216fb1e27
chore: returning value
2021-04-07 13:08:26 +02:00
Aien Saidi
bff9fa673a
fix: issue with regex
2021-04-07 13:08:26 +02:00
Aien Saidi
248201bcbd
fix: issue with toggling the author
2021-04-07 13:08:26 +02:00
Aien Saidi
f82071a3d7
feat: use predefined filters
2021-04-07 13:08:26 +02:00
Aien Saidi
92ce861fab
feat: multiple label filter
...
- add search functionality in menu items
2021-04-07 13:08:26 +02:00