CES Marvin
4279573633
prepare for next development iteration
2020-07-03 10:04:14 +00:00
CES Marvin
fcc4fd0960
release version 2.2.0
2020-07-03 09:33:30 +00:00
René Pfeuffer
e3eb8a99d0
Update required plugins if available
...
When plugins are updated, we should update required plugins, too, so
that we do not get errors when new plugins use features not available
in the old versions of required plugins.
2020-07-03 07:22:06 +02:00
Sebastian Sdorra
aabd5058d1
update storyshots
2020-07-02 11:32:41 +02:00
Sebastian Sdorra
e08f2f2260
ensure both changeset short link matchers are using the same regex
2020-07-02 11:30:26 +02:00
Sebastian Sdorra
3a393f6238
unify name of ChangesetShortLink and export regex
2020-07-02 11:29:17 +02:00
Sebastian Sdorra
e8eaaf486f
use fragments instead of div to avoid layout problems
2020-07-02 11:27:46 +02:00
Sebastian Sdorra
8c67f6f048
removed debug logging
2020-07-02 10:54:24 +02:00
Sebastian Sdorra
e5df265b3d
merge with develop
2020-07-02 10:24:04 +02:00
eheimbuch
359543fc48
Merge pull request #1218 from scm-manager/feature/rename_repo
...
Feature/rename repo
2020-07-02 08:25:30 +02:00
René Pfeuffer
3e0638f852
Fix imports
2020-07-01 18:02:32 +02:00
René Pfeuffer
19cf6be4c6
Adapt to valid characters for namespace and name
2020-07-01 11:17:28 +02:00
René Pfeuffer
8a0e0a3cc5
Add extension point for changeset short links.
2020-07-01 10:43:17 +02:00
René Pfeuffer
53993cfee7
Introduce new extension point for changeset description
...
This new extension point will only be rendered when the old extension
point is not bound.
2020-06-30 18:18:09 +02:00
René Pfeuffer
f62683e528
Create split and replace component
2020-06-30 15:21:19 +02:00
René Pfeuffer
6df62788a1
Handle overlapping replacements
2020-06-30 15:21:19 +02:00
René Pfeuffer
a95ececec9
Add method to replace parts in texts
2020-06-30 15:21:19 +02:00
René Pfeuffer
528432c2be
Fix versions
2020-06-30 07:48:36 +02:00
Eduard Heimbuch
19adcd22f1
update storyshots
2020-06-29 14:56:00 +02:00
Eduard Heimbuch
f8640d300e
enhance NamespaceStrategy API / improve frontend validation and use namespace extension point in RenameRepository component
2020-06-29 13:23:42 +02:00
Eduard Heimbuch
52e1eb4008
merge with develop
2020-06-29 11:46:10 +02:00
snyk-bot
14bcecd5bd
fix: upgrade bulma from 0.8.2 to 0.9.0
...
Snyk has created this PR to upgrade bulma from 0.8.2 to 0.9.0.
See this package in NPM:
https://www.npmjs.com/package/bulma
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/b494e382-e614-456b-8015-0be5a5d07674?utm_source=github&utm_medium=upgrade-pr
2020-06-29 01:40:50 +00:00
Eduard Heimbuch
7fa256bedb
move rename logic to repository manager
2020-06-26 14:19:06 +02:00
Eduard Heimbuch
67b19b96ba
merge with develop
2020-06-25 13:26:10 +02:00
Eduard Heimbuch
c18719e573
fix unit test
2020-06-25 13:24:48 +02:00
Eduard Heimbuch
cd8a9873a9
- add global rename repositories permission
...
- add api call on rename action
2020-06-25 10:49:59 +02:00
René Pfeuffer
0623f039cc
Heed review comments
2020-06-24 17:44:30 +02:00
René Pfeuffer
c5a2d04789
Modify checkboxes so that they can be indeterminate
...
To add the third state, we create our own checkboxes using font awesome
icons.
2020-06-24 17:44:26 +02:00
Eduard Heimbuch
149b6cbc2a
update storyshots
2020-06-24 16:15:27 +02:00
Eduard Heimbuch
e32130cd0b
create Dangerzone
2020-06-24 16:12:31 +02:00
eheimbuch
d651f7a2e4
Merge branch 'develop' into feature/commit_mention_links_markdown
2020-06-24 15:29:39 +02:00
Eduard Heimbuch
0eeddd5103
enrich commit mentions by internal links e. g. "repoNamespace/repoName@commitId"
2020-06-24 15:26:50 +02:00
CES Marvin
c5f2502e6f
prepare for next development iteration
2020-06-23 16:22:47 +00:00
CES Marvin
e5c7b4eda4
release version 2.1.1
2020-06-23 15:34:23 +00:00
eheimbuch
2706447238
Merge pull request #1207 from scm-manager/bugfix/tooltip_ignores_linebreaks
...
fix tooltip multiline view
2020-06-22 11:27:57 +02:00
Eduard Heimbuch
dcf1fd84c5
remove useless class
2020-06-22 11:27:05 +02:00
Sebastian Sdorra
d2346278f1
added some tooltip stories to test multiline
2020-06-19 11:43:04 +02:00
CES Marvin
22881dd381
prepare for next development iteration
2020-06-18 11:31:16 +00:00
CES Marvin
b037053ec5
release version 2.1.0
2020-06-18 10:54:38 +00:00
Eduard Heimbuch
8660b7f155
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
2020-06-18 10:38:53 +02:00
Eduard Heimbuch
ff09847853
add missing translation
2020-06-18 10:38:30 +02:00
Eduard Heimbuch
8550211615
fix tooltip multiline view
2020-06-18 10:35:55 +02:00
Sebastian Sdorra
cf8aa0779d
fixed wrong ui versions after merge with support branch
2020-06-18 10:20:11 +02:00
Sebastian Sdorra
b6a193befa
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
2020-06-18 09:40:13 +02:00
Sebastian Sdorra
a3eb42bbb7
merge with support/2.0.x branch
2020-06-18 09:39:16 +02:00
René Pfeuffer
4f540c74b0
Merge remote-tracking branch 'origin/develop' into bugfix/fixed_notfound_refetch_loop
2020-06-18 09:22:11 +02:00
René Pfeuffer
34b04b0ccd
Fix formatting
2020-06-18 07:40:23 +02:00
Sebastian Sdorra
ac9f7914ae
removed unused imports
2020-06-18 07:40:23 +02:00
Sebastian Sdorra
dcac6b3f22
fixed active state of sub navigation items, which are using activeWhenMatch
2020-06-18 07:39:35 +02:00
Sebastian Sdorra
808a8a4107
fixes refetching loop for non existing changesets
2020-06-17 16:45:53 +02:00