f7dec7e
cache: fix no-label filter not properly wired
Michael Muré created
f7dec7e
cache: fix no-label filter not properly wired
Michael Muré created
aa0449a
Merge remote-tracking branch 'origin/master' into dag-entity
Michael Muré created
e985653
cache: test for FTS bub with long description
Michael Muré created
32958b5
cache: only FTS index token < 100 characters
Michael Muré created
919227c
Merge pull request #608 from MichaelMure/fix-config
repo: fix various config issues around case insentivity
Michael Muré created
890c014
repo: fix various config issues around case insentivity
Michael Muré created
b2e98ef
Github bridge: refactor message handling
Alexander Scharinger created
db57227
Github bridge: stop sleep-timer on SIGINT
Alexander Scharinger created
21b330d
Github bridge: fix message about timeout
Alexander Scharinger created
fb6b2d8
Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issues
WebUI: Edit comments and inspect edit history
Michael Muré created
bd6159a
Treat description not as edit
Sascha created
2646c63
Github bridge: Refactor
Alexander Scharinger created
01b9490
Merge pull request #604 from MichaelMure/sec-issue
repo: fix security issue that could lead to arbitrary code execution
Michael Muré created
9434d2e
repo: fix security issue that could lead to arbitrary code execution
see https://blog.golang.org/path-security for details
Michael Muré created
52df5a1
Merge pull request #600 from GlancingMind/upstream-improve-navigation
WebUI: Improve navigation
Michael Muré created
aeb26d0
webui: stay within the SPA when redirecting from the header
Michael Muré created
fbf7c48
webui: fix eslint?
Michael Muré created
5215634
entity: add support for storing files
Michael Muré created
aa91f39
Fix (hoepfully) eslint error for pipeline
Unfortunatly will this result in error for eslint on local machine... *sigh*
Sascha created
50f146a
Remove BackToList button from NewBugPage
Sascha created
f752dd5
Remove BackToList button from BugPage
Sascha created
00fbd0a
Fix highlighting of tabs and error in console
Sascha created
9fa40d3
Add tooltip to unimplemented navigations
Sascha created
a332c08
Center navbar and disable unresolved navigations
Sascha created
1e411f5
Fix eslint empty line error
Sascha created
8d8eb29
Add test navbar
Sascha created
6744cdd
Merge pull request #603 from GlancingMind/upstream-28-comment-counter-for-each-bug-on-buglist
Display count of comment for each bug on bug list
Michael Muré created
b7ddb22
Fixate message counter to end of bug row
Previously the counter has shifted around depending on the length of the bug titles.
Sascha created
4a2e04d
Improve description of target-field
Sascha created
c610d94
Remove TODO comments
Sascha created
4c5a0f3
Improve message history accordions
- Add unfold icon to edit history accordions - Change order of edit number. Most recent should have highest id and initial description should always have "#1 Edit" - Add "(Initial description)' to title of the first comment version
Sascha created
688cc33
Display real number of comment
Sascha created
4c77614
Add message icon with placeholder count
Sascha created
6f26afb
Number accordion elements
Sascha created
5b56255
Fix eslint pipeline fail hopefully
Sascha created
bd316ef
Improve readability of accordion summary
Sascha created
de9dd69
Sort history from most recent edit to old
Sascha created
dfb039a
Rename MessageEditHistoryQuery
Sascha created
155b37e
Use dialog with accordion for message history menu
Sascha created
d453abd
Move toggle button out of history menu
Sascha created
defd1ae
Populate history menu with edit steps
Sascha created
25d3aca
Add test menu for edit history
Sascha created
58e1240
Add space between edit button and edited indicator
Sascha created
142adfd
Update message view after editing
Sascha created
b06f7c7
Reduced arbitary variable names
Sascha created
9fb033e
Return of new comment works...
...but the types are quite hacky
Sascha created
d6c3ffa
Fix graphql filename capitalization
Sascha created
d4f96fa
Use theme colors for submit button
Sascha created
0e3caba
Update comment on submit
Sascha created
9f6c045
Several fixes
- Fix misspelling of cancel... - Fix flickering of green "update comment" button - Fill input with comment text - Close edit view after submit
Sascha created