Commit Graph

3079 Commits

Author SHA1 Message Date
CES Marvin
a4d0771f6f release version 2.10.0 2020-11-20 09:36:03 +00:00
Sebastian Sdorra
71d51d6086 Fix test for jest 26 2020-11-18 17:08:07 +01:00
Sebastian Sdorra
1d63e008e9 Update storybook components to be compatible with jest 26 2020-11-18 17:07:55 +01:00
Eduard Heimbuch
650ea4f880 Merge pull request #1424 from scm-manager/snyk-upgrade-09cc8c33a1a4020bfa36b4af79adca16
[Snyk] Upgrade react-refresh from 0.8.3 to 0.9.0
2020-11-18 09:19:54 +01:00
Eduard Heimbuch
032e8dece7 Merge pull request #1431 from scm-manager/snyk-fix-d7b0137b4fe5df40cc9274b4a62fd907
[Snyk] Security upgrade jest from 24.9.0 to 26.0.0
2020-11-18 09:18:48 +01:00
snyk-bot
409e83d776 fix: scm-ui/ui-tests/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-Y18N-1021887
2020-11-18 07:14:10 +00:00
snyk-bot
8f310522ca fix: scm-ui/jest-preset/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-Y18N-1021887
2020-11-17 22:48:30 +00:00
Eduard Heimbuch
6c16b74488 fix react error 2020-11-17 08:34:27 +01:00
Eduard Heimbuch
fd7f28fc3f do not add JumpToFileButtons if no path exists cause they are broken anyway 2020-11-17 08:34:27 +01:00
Eduard Heimbuch
6343eddeb3 fix annoying react error "missing unique key prop" 2020-11-17 08:34:27 +01:00
Eduard Heimbuch
2087c27671 fix frontend react error 2020-11-17 08:34:27 +01:00
Eduard Heimbuch
831aa09cff Merge branch 'develop' into feature/delete_branches 2020-11-12 14:58:51 +01:00
Eduard Heimbuch
358b2ed993 only instantiate confirmAlert if needed 2020-11-12 14:56:45 +01:00
René Pfeuffer
08a2cca06d Heed review comments 2020-11-12 13:55:01 +01:00
René Pfeuffer
8cfbc60fea Distinguish between errors with and without details 2020-11-12 11:41:04 +01:00
René Pfeuffer
01a5dbd091 Show messages from native scm protocol 2020-11-12 11:41:04 +01:00
snyk-bot
2a585b0752 fix: upgrade react-refresh from 0.8.3 to 0.9.0
Snyk has created this PR to upgrade react-refresh from 0.8.3 to 0.9.0.

See this package in npm:
https://www.npmjs.com/package/react-refresh

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e563ed8d-dedf-4b52-af75-5d89b1e70f44?utm_source=github&utm_medium=upgrade-pr
2020-11-12 04:42:54 +00:00
CES Marvin
59e28ec313 prepare for next development iteration 2020-11-11 17:48:56 +00:00
CES Marvin
bc4c2df27c release version 2.9.1 2020-11-11 17:15:36 +00:00
Eduard Heimbuch
595d97b211 cleanup 2020-11-11 17:20:13 +01:00
Eduard Heimbuch
f93c9f3e7c update documentation 2020-11-11 17:10:37 +01:00
René Pfeuffer
8781a94073 Fix german translation file for repositories 2020-11-11 17:08:35 +01:00
Eduard Heimbuch
77788bab01 cleanup 2020-11-11 16:42:09 +01:00
Eduard Heimbuch
20d2f6b5d5 add 'delete branch' function to frontend 2020-11-11 15:58:58 +01:00
Eduard Heimbuch
bb82c18e2b add delete link to branchDto 2020-11-11 14:09:15 +01:00
CES Marvin
9930d82d32 prepare for next development iteration 2020-11-06 08:40:11 +00:00
CES Marvin
ea6e24c212 release version 2.9.0 2020-11-06 08:05:48 +00:00
Eduard Heimbuch
4661e6f6b4 refactor FilterInput component / enable delayed instant search 2020-11-04 12:16:35 +01:00
Sebastian Sdorra
3c32073853 Merge with develop 2020-11-04 08:22:41 +01:00
Eduard Heimbuch
2f87afdbc2 make placeholders overwritable 2020-11-03 13:30:00 +01:00
Sebastian Sdorra
9fe065f796 Merge pull request #1399 from scm-manager/feature/default_branch
Make default branch for git configurable
2020-11-03 08:23:03 +01:00
René Pfeuffer
5f99ece3bb Fix branches link
Without the trailing '/' further links like 'create' will lead to
illegal links because they will not be appended but will replace the
'branches' part.
2020-11-02 10:08:49 +01:00
René Pfeuffer
c2a7ed8869 Validate banch names 2020-10-30 14:24:31 +01:00
eheimbuch
b48bf24834 Merge pull request #1380 from scm-manager/feature/user_converter
Feature/user converter
2020-10-30 12:41:51 +01:00
Eduard Heimbuch
0c8fe5a60c confirm password modal by enter key / fix password link for logged in user 2020-10-30 11:48:05 +01:00
snyk-bot
f49bbae6a1 fix: upgrade mini-css-extract-plugin from 0.11.3 to 0.12.0
Snyk has created this PR to upgrade mini-css-extract-plugin from 0.11.3 to 0.12.0.

See this package in npm:
https://www.npmjs.com/package/mini-css-extract-plugin

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e563ed8d-dedf-4b52-af75-5d89b1e70f44?utm_source=github&utm_medium=upgrade-pr
2020-10-29 04:41:32 +00:00
Eduard Heimbuch
baefc9f9a3 external flag is not optional 2020-10-28 12:58:40 +01:00
Eduard Heimbuch
23cc02ec99 Merge branch 'develop' into feature/user_converter 2020-10-28 08:42:26 +01:00
CES Marvin
520db79a38 prepare for next development iteration 2020-10-27 08:35:13 +00:00
CES Marvin
1db75f4cf3 release version 2.8.0 2020-10-27 08:00:25 +00:00
Sebastian Sdorra
557f726b9f Update storyshots 2020-10-26 17:03:03 +01:00
Sebastian Sdorra
99dae1c1bc Fix css syntax highlighting conflict with bulma title 2020-10-26 15:24:54 +01:00
Sebastian Sdorra
19bd660ddb Indent css module 2020-10-24 13:30:38 +02:00
Sebastian Sdorra
8140619c3c Replace wrong selector mozselect with -moz-select 2020-10-24 13:28:00 +02:00
Sebastian Sdorra
5f30cf8f30 Fix css conflicts on diff syntaxhighlighting by using a css module 2020-10-23 13:52:10 +02:00
eheimbuch
b8c419792e Merge branch 'develop' into feature/user_converter 2020-10-23 12:08:23 +02:00
Eduard Heimbuch
c5c999c750 update storyshots 2020-10-23 11:59:15 +02:00
Sebastian Sdorra
0d31ad2138 Fix syntax highlighting for go files 2020-10-23 10:35:13 +02:00
Eduard Heimbuch
e8b07aaae1 fix translations 2020-10-23 08:54:56 +02:00
Eduard Heimbuch
f73f60aabc Merge branch 'feature/user_converter' of github.com:scm-manager/scm-manager into feature/user_converter 2020-10-22 13:17:07 +02:00