Commit Graph

94 Commits

Author SHA1 Message Date
Eduard Heimbuch
f68370cfd4 cleanup ui 2020-12-01 15:17:06 +01:00
Eduard Heimbuch
3f808d78fb cleanup 2020-12-01 11:50:07 +01:00
Eduard Heimbuch
6a93a198e8 fix form validation after refactoring 2020-12-01 11:35:49 +01:00
Eduard Heimbuch
af9f6ab629 refactor UI 2020-12-01 08:53:56 +01:00
Eduard Heimbuch
6f2dda4fe4 refactor frontend components 2020-11-30 11:32:11 +01:00
Eduard Heimbuch
76cf2d801a Merge branch 'develop' into feature/import_git_from_url 2020-11-26 14:01:19 +01:00
Eduard Heimbuch
a7c4d41e4e improve error handling on repository import if the credentials were wrong or missing 2020-11-26 12:57:40 +01:00
Eduard Heimbuch
0682118879 Cleanup 2020-11-26 11:31:33 +01:00
Eduard Heimbuch
d1dc2e04e2 refactor UI 2020-11-25 15:08:30 +01:00
Eduard Heimbuch
4e1e51d1b9 Add Loading Spinner while waiting for repository import 2020-11-25 14:01:45 +01:00
Eduard Heimbuch
10ed51733c Integrate import repository function into ui 2020-11-25 11:23:43 +01:00
Eduard Heimbuch
ff2b4d8acd refactor RepositoryForm.tsx to FC 2020-11-25 09:40:10 +01:00
René Pfeuffer
63c86cf9e5 Fix formatting 2020-11-24 13:40:23 +01:00
Eduard Heimbuch
237c48356a Improve ux on overview 2020-11-24 13:22:13 +01:00
Eduard Heimbuch
6343eddeb3 fix annoying react error "missing unique key prop" 2020-11-17 08:34:27 +01:00
Florian Scholdei
b7d3a17ee5 Merge with upstream 2020-09-21 10:50:52 +02:00
Florian Scholdei
a1ea6ea62e Set default branch in branch selector if nothing is selected 2020-09-21 09:58:49 +02:00
René Pfeuffer
b1c0ec15a7 Heed peer review remarks 2020-09-18 16:02:20 +02:00
René Pfeuffer
c679c064f3 Add settings icon to namespace group header 2020-09-18 14:31:45 +02:00
René Pfeuffer
94105f7766 Validate namespaces correctly 2020-09-10 10:18:00 +02:00
René Pfeuffer
f2e011a2e5 Let namespace header be a link 2020-09-10 10:17:29 +02:00
Sebastian Sdorra
e64ddccb13 Rename creationContext to contextEntries 2020-09-10 09:23:32 +02:00
Eduard Heimbuch
0abe47f666 simplify core api 2020-09-09 10:17:47 +02:00
Eduard Heimbuch
e6c31ec0e1 add indexResources to extensionProps 2020-09-07 15:40:14 +02:00
Konstantin Schaper
ee12e5ceec add new extension point for repository initialization 2020-09-07 13:12:10 +02:00
Sebastian Sdorra
a54d5c6c5d Fix layout overflow on changesets with multiple tags 2020-09-01 09:51:40 +02:00
Sebastian Sdorra
4d533bf838 Fix wrong import from ui-components 2020-08-12 14:14:57 +02:00
Konstantin Schaper
7611ad1290 Merge branch 'develop' into feature/create_gpg_signatures 2020-08-12 13:40:45 +02:00
Eduard Heimbuch
e9edd5ad8f fix formatting with prettier 2020-08-12 12:53:59 +02:00
Konstantin Schaper
8576b66559 Merge branch 'develop' into feature/create_gpg_signatures
# Conflicts:
#	CHANGELOG.md
#	scm-plugins/scm-git-plugin/src/main/java/sonia/scm/repository/spi/GitHookContextProvider.java
#	scm-plugins/scm-git-plugin/src/main/java/sonia/scm/repository/spi/GitLogCommand.java
#	scm-plugins/scm-git-plugin/src/main/java/sonia/scm/web/GitReceiveHook.java
2020-08-11 13:33:21 +02:00
Konstantin Schaper
c69ab4ea65 refactor to use file control factory 2020-08-10 20:48:08 +02:00
Konstantin Schaper
08efc9421d Merge branch 'develop' into feature/source_jump
# Conflicts:
#	CHANGELOG.md
2020-08-10 12:37:05 +02:00
Konstantin Schaper
a47b349952 add tests for name validation change 2020-08-09 23:30:31 +02:00
Eduard Heimbuch
50f60a6993 ".git" extension is not allowed on the end of the repository name since it confuses the git protocol 2020-08-05 16:08:21 +02:00
Sebastian Sdorra
103edf2356 fixes some small bugs with signature icon 2020-07-30 12:28:46 +02:00
Eduard Heimbuch
a1153df50a refactor 2020-07-30 09:37:43 +02:00
Eduard Heimbuch
3da7710543 refactor 2020-07-29 17:29:40 +02:00
Eduard Heimbuch
b22ead23de show signature key on changeset 2020-07-29 15:43:14 +02:00
Florian Scholdei
e8d140173a Replace relative path with absolute 2020-07-28 12:03: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
e5df265b3d merge with develop 2020-07-02 10:24:04 +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
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
René Pfeuffer
9dc3c29e5f Remove contributor count on mobile view 2020-06-17 07:39:09 +02:00
René Pfeuffer
ad405fe95d Add small gap between date and parents 2020-06-16 17:18:48 +02:00