Commit Graph

1879 Commits

Author SHA1 Message Date
Michael Muré
18ae6a62ab
Merge pull request #620 from MichaelMure/dependabot/go_modules/golang.org/x/text-0.3.6
Bump golang.org/x/text from 0.3.5 to 0.3.6
2021-04-05 18:42:41 +02:00
dependabot[bot]
779b2654ad
Bump golang.org/x/text from 0.3.5 to 0.3.6
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>
2021-04-05 16:18:05 +00:00
dependabot[bot]
c61fd2a94f
Bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.1.0
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>
2021-04-05 16:17:43 +00:00
Michael Muré
ca9846fb4e
Merge pull request #616 from MichaelMure/dependabot/add-v2-config-file
Create Dependabot config file
2021-04-05 18:10:56 +02:00
dependabot-preview[bot]
cc3b7c328d
Create Dependabot config file 2021-04-05 16:06:52 +00:00
Michael Muré
fc04af34f5
Merge pull request #532 from MichaelMure/dag-entity
Work towards a reusable entity datastructure + commit signature
2021-04-04 15:49:16 +02:00
Michael Muré
cb9b06551d
entity: more comments 2021-04-04 11:23:04 +02:00
Michael Muré
2055bd5d0a
Merge pull request #611 from MichaelMure/fix-no-filter
cache: fix no-label filter not properly wired
2021-03-29 12:04:55 +02:00
Michael Muré
f7dec7e96c
cache: fix no-label filter not properly wired 2021-03-29 11:13:40 +02:00
Michael Muré
aa0449a3ea
Merge remote-tracking branch 'origin/master' into dag-entity 2021-03-29 11:02:08 +02:00
Michael Muré
e985653701
cache: test for FTS bub with long description 2021-03-29 10:08:57 +02:00
Michael Muré
32958b5ca1
cache: only FTS index token < 100 characters 2021-03-28 23:26:58 +02:00
Michael Muré
919227c6da
Merge pull request #608 from MichaelMure/fix-config
repo: fix various config issues around case insentivity
2021-03-28 22:25:12 +02:00
Michael Muré
890c014d91
repo: fix various config issues around case insentivity 2021-03-28 22:18:01 +02:00
Alexander Scharinger
b2e98ef07f Github bridge: refactor message handling 2021-03-28 12:16:13 +02:00
Alexander Scharinger
db57227ae5 Github bridge: stop sleep-timer on SIGINT 2021-03-27 22:55:47 +01:00
Alexander Scharinger
21b330dad1 Github bridge: fix message about timeout 2021-03-27 22:45:49 +01:00
Michael Muré
fb6b2d873e
Merge pull request #602 from GlancingMind/upstream-4-interface-to-edit-issues
WebUI: Edit comments and inspect edit history
2021-03-24 20:28:06 +01:00
Sascha
bd6159a25b Treat description not as edit 2021-03-24 14:26:45 +01:00
Alexander Scharinger
2646c63213 Github bridge: Refactor 2021-03-22 19:26:59 +01:00
Michael Muré
01b9490912
Merge pull request #604 from MichaelMure/sec-issue
repo: fix security issue that could lead to arbitrary code execution
2021-03-21 22:41:50 +01:00
Michael Muré
9434d2ea5c
repo: fix security issue that could lead to arbitrary code execution
see https://blog.golang.org/path-security for details
2021-03-21 22:37:19 +01:00
Michael Muré
52df5a1f11
Merge pull request #600 from GlancingMind/upstream-improve-navigation
WebUI: Improve navigation
2021-03-21 21:31:14 +01:00
Michael Muré
aeb26d0e84
webui: stay within the SPA when redirecting from the header 2021-03-21 21:28:02 +01:00
Michael Muré
fbf7c48b9e
webui: fix eslint? 2021-03-21 19:45:26 +01:00
Michael Muré
5215634d0d
entity: add support for storing files 2021-03-21 18:22:04 +01:00
Sascha
aa91f39cdf Fix (hoepfully) eslint error for pipeline
Unfortunatly will this result in error for eslint on local machine... *sigh*
2021-03-21 17:49:01 +01:00
Sascha
50f146a42a Remove BackToList button from NewBugPage 2021-03-21 17:48:47 +01:00
Sascha
f752dd5480 Remove BackToList button from BugPage 2021-03-21 17:46:17 +01:00
Sascha
00fbd0a2c8 Fix highlighting of tabs and error in console 2021-03-21 17:46:16 +01:00
Sascha
9fa40d3d08 Add tooltip to unimplemented navigations 2021-03-21 17:46:15 +01:00
Sascha
a332c085f8 Center navbar and disable unresolved navigations 2021-03-21 17:46:12 +01:00
Sascha
1e411f5abf Fix eslint empty line error 2021-03-21 17:46:07 +01:00
Sascha
8d8eb2942f Add test navbar 2021-03-21 17:43:06 +01:00
Michael Muré
6744cddaa6
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
2021-03-21 12:22:24 +01:00
Sascha
b7ddb22558 Fixate message counter to end of bug row
Previously the counter has shifted around depending on the length of the bug
titles.
2021-03-20 14:32:22 +01:00
Sascha
4a2e04df61 Improve description of target-field 2021-03-20 11:14:27 +01:00
Sascha
c610d942fc Remove TODO comments 2021-03-20 11:14:24 +01:00
Sascha
4c5a0f37f7 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
2021-03-20 11:14:13 +01:00
Sascha
688cc33ccc Display real number of comment 2021-03-19 20:47:37 +01:00
Sascha
4c7761461b Add message icon with placeholder count 2021-03-19 20:47:37 +01:00
Sascha
6f26afb74f Number accordion elements 2021-03-19 17:53:25 +01:00
Sascha
5b562559e3 Fix eslint pipeline fail hopefully 2021-03-19 17:53:22 +01:00
Sascha
bd316ef9ef Improve readability of accordion summary 2021-03-19 17:53:17 +01:00
Sascha
de9dd69891 Sort history from most recent edit to old 2021-03-19 17:53:12 +01:00
Sascha
dfb039a936 Rename MessageEditHistoryQuery 2021-03-19 17:53:09 +01:00
Sascha
155b37e81f Use dialog with accordion for message history menu 2021-03-19 17:53:04 +01:00
Sascha
d453abdeed Move toggle button out of history menu 2021-03-19 17:53:00 +01:00
Sascha
defd1ae00c Populate history menu with edit steps 2021-03-19 17:52:57 +01:00
Sascha
25d3aca9ad Add test menu for edit history 2021-03-19 17:52:54 +01:00