Commit log

779b265 Bump golang.org/x/text from 0.3.5 to 0.3.6

Click to expand commit body
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.5...v0.3.6)

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] created

c61fd2a Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0

Click to expand commit body
Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](https://github.com/go-git/go-billy/compare/v5.0.0...v5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

dependabot[bot] created

ca9846f Merge pull request #616 from MichaelMure/dependabot/add-v2-config-file

Click to expand commit body
Create Dependabot config file

Michael Muré created

cc3b7c3 Create Dependabot config file

dependabot-preview[bot] created

fc04af3 Merge pull request #532 from MichaelMure/dag-entity

Click to expand commit body
Work towards a reusable entity datastructure + commit signature

Michael Muré created

cb9b065 entity: more comments

Michael Muré created

2055bd5 Merge pull request #611 from MichaelMure/fix-no-filter

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
see https://blog.golang.org/path-security for details

Michael Muré created

52df5a1 Merge pull request #600 from GlancingMind/upstream-improve-navigation

Click to expand commit body
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

Click to expand commit body
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

Click to expand commit body
Display count of comment for each bug on bug list

Michael Muré created

b7ddb22 Fixate message counter to end of bug row

Click to expand commit body
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

Click to expand commit body
- 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