12979 Commits

Author SHA1 Message Date
CES Marvin
458d72002c Release version 3.2.0 3.2.0 2024-05-23 10:50:27 +00:00
Thomas Zerr
b9abe8a729 Adjust changelog for release 3.2.0 2024-05-23 11:17:03 +02:00
Eduard Heimbuch
d55f5deda7 Fix unit tests 2024-05-23 08:21:36 +02:00
Eduard Heimbuch
bef418692b Delete annoying unit test which breaks the unit test suite 2024-05-22 14:33:06 +02:00
Thomas Zerr
09d72280d0 Fix exact search
Previously a query was only parsed by lucene as it is, if the query
contained a colon (:) or a wildcard character (*). With this, every query
gets parsed as it is, as long as there is one operator contained inside
the query (colon, quotation marks, logical operators, ...). These are
called "expert queries". All other queries are still processed as
"simple queries" where every part of the query is extended with a
wildcard operator.

Addtionally the user is now getting feedback for every
search, if the query is a simple query or an expert query. The syntax
documentation got also extended with the quotation mark operator
and the definition of the two query types.

Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-05-14 11:45:10 +02:00
Viktor Egorov
c8ef99cf07 Add option to hide whitepace changes in diffs
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>


Reviewed-by: Florian Scholdei <florian.scholdei@cloudogu.com>
2024-05-14 11:33:48 +02:00
Tarik Gürsoy
e5e2fd151c added lombok env variable for jococo
this single env variable had to be set in order for jococo to ignore code that is auto generated by lombok annotations

Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Committed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
2024-05-13 16:44:47 +02:00
Laura Gorzitze
f811831858 Fix mirror tag component to show color respective to synchronisation status
Adjust component used for mirror tag in Respository-Mirror-Plugin to display a wider range of colors in order to display color respective to synchronisation status

Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
Co-authored-by: Laura Gorzitze<laura.gorzitze@cloudogu.com>
Pushed-by: Laura Gorzitze<laura.gorzitze@cloudogu.com>
Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
2024-05-08 13:47:24 +02:00
Thomas Zerr
6fbde760d4 Fix double /trunk folder bug
With this change, every repository initializer gets its own modification command and therefore its own commit. This allows each initializer to decide on its own, if he want to use the default path of the repository.
2024-04-30 15:28:08 +02:00
Viktor Egorov
cdbf86b8c9 Add option to mark whitespace characters in diffs
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-04-26 15:15:52 +02:00
Florian Scholdei
3773d77889 Add possibility to specify StickyHeader top position of Diff component 2024-04-22 18:04:26 +02:00
Tarik Gürsoy
4aec33177c added a11y tooltip
a11y tooltip has been implemented according to the figma mockup

Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
2024-04-22 09:25:51 +02:00
Rene Pfeuffer
c7b3511942 Update bouncycastle due to snyk
See SNYK-JAVA-ORGBOUNCYCASTLE-6612985
2024-04-17 16:45:18 +02:00
Tarik Gürsoy
fdb6f2cd42 Implement new Icon Button component
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-04-11 16:31:13 +02:00
CES Marvin
56f335468d Prepare for next development iteration 2024-04-09 08:38:52 +00:00
CES Marvin
a896fc08c9 Release version 3.1.0 3.1.0 2024-04-09 07:52:08 +00:00
Viktor
53db64d064 Adjust changelog for release 3.1.0 2024-04-09 09:47:07 +02:00
Thomas Zerr
cbf04bee5a Add changelog 2024-04-09 09:40:56 +02:00
Rene Pfeuffer
72f571c3b7 Update node to v21.x 2024-04-05 16:38:25 +02:00
Thomas Zerr
933f384dc3 Add putBinary method
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
2024-03-27 12:05:42 +01:00
Thomas Zerr
9da7a4dac7 Update Legman dependency to v2.0.3
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
2024-03-26 14:23:05 +01:00
Florian Scholdei
8e44bd1c08 Prevent latest docker tag for hotfix releases
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com>
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com>
Committed-by: Florian Scholdei<florian.scholdei@cloudogu.com>
2024-03-20 10:59:28 +01:00
Thomas Zerr
708d743b2c Fix extension point name
The name of the extension point, that is used by the readme plugin for example, was fixed.

Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
2024-03-19 17:35:29 +01:00
Florian Scholdei
a4b3698ec5 Correct typo in docs 2024-03-18 19:34:14 +01:00
Rene Pfeuffer
c6126e4702 Mind offset for top navigation bar on scrolling
This fixes the issue, that links to anchor tags in&#10;markdown documents have been scrolled a bit too far,&#10;so that the targeted element ended up below the&#10;navigation bar. Now, the height of the navigation&#10;bar is taken into account.

Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-03-14 15:05:11 +01:00
Laura Gorzitze
8d12862ff8 Display all tags for changeset
Display of all tags (as links to the  overview of the specific tag) of a given changeset in the changeset detail view.
2024-03-11 17:09:59 +01:00
Thomas Zerr
28a2de3cb3 Fix failing e2e Test because of trailing slash
The e2e Tests for repository code file search were failing, because the file search url now contained a trailing slash. That trailing slash was removed.
2024-03-11 13:22:46 +01:00
Rene Pfeuffer
658ccdf006 Improve import of LFS files for pull and mirror
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-03-11 11:13:42 +01:00
René Pfeuffer
b3002806ac Merge branch 'temp/readme' into develop 2024-03-07 18:25:59 +01:00
CES Marvin
d12052d61b Prepare for next development iteration 2024-03-07 17:25:36 +00:00
CES Marvin
6b99d66d26 Release version 3.0.4 3.0.4 2024-03-07 16:45:23 +00:00
René Pfeuffer
2d7b9c27a8 Adjust changelog for release 3.0.4 2024-03-07 17:32:33 +01:00
Thomas Zerr
96801d75f2 New extension point (for readme) in code overview
The readme files should be rendered in the code overview below
the file tree and not in a separate page. To render the readme file,
a new extension point was added. The order of items in the side
menu also got changed.
2024-03-07 14:11:00 +01:00
Rene Pfeuffer
01bd18b714 Fix error for commits with SSH signatures
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-03-06 13:23:55 +01:00
Thomas Zerr
1a6e202384 Remember Path when switching to commits or file search
The path gets remembered by a query parameter.&#10;Using React state to remember the current path has two downsides.&#10;First you would need to wrap the components in a context and store the current state there.&#10;Second the remembered state gets lost by refreshing the state.&#10;By using a query parameter those two downside get avoided.

Committed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
2024-03-06 12:10:56 +01:00
René Pfeuffer
a8d250c13f Enhance architecture overview for "create branch" 2024-03-05 13:43:29 +01:00
Laura Gorzitze
aa84568c1c Merge tag '2.46.2' into develop
Release version 2.46.2
2024-03-05 10:48:19 +01:00
CES Marvin
b7eaad4c3d Release version 2.46.2 2.46.2 2024-03-05 08:40:39 +00:00
Laura Gorzitze
40ffdd8a34 Prepare release of 2.46.2 2024-03-04 16:15:07 +01:00
Laura Gorzitze
1ab5c3fe80 Adjust security headers to allow pdf rendering 2024-03-04 14:50:39 +01:00
Laura Gorzitze
98a6fd185e Prepare for next development iteration 2024-03-04 14:45:54 +01:00
Florian Scholdei
849aaa6e5f Add percent sign error to known issues
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com>
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com>
2024-03-04 09:33:05 +01:00
Viktor Egorov
c42def0f7f Sort global config and repository config the same way
Adds a new option to configuration entry binding to improve sorting
and sorts global and repository configuration likewise.

Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com>
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: vegorov<viktor.egorov@triology.de>
2024-03-04 08:01:13 +01:00
Rene Pfeuffer
e966323602 Enhance style guide
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>


Reviewed-by: Tarik Gürsoy <tarik.guersoy@cloudogu.com>
2024-03-01 15:31:31 +01:00
Rene Pfeuffer
46a129ed8c Enhance configuration for reverse proxies 2024-02-23 19:57:56 +01:00
Laura Gorzitze
a61f840b0e Description for plugin condition mismatch
The missing description of the plugin condition in the
logs during a condition mismatch is now included and
also displayed in a readable way. Additionally, a
specialised error will be displayed during the installation
or update of plugins detailing that a condition mismatch
happened and also which condition was not fulfilled
instead of a generic internal server error.
2024-02-22 18:19:44 +01:00
Laura Gorzitze
46c52cdb99 Fix uninstallable flag after discarding changes
After uninstalling a plugin (without restart) and then discarding the
changes, plugins which are required for the plugin can be uninstalled
even if the uninstallation was reverted. This was caused by not updating
the dependency relations between the plugins when an uninstallation has
been canceled. Therefore, the updating step is added.
2024-02-13 18:02:54 +01:00
Rene Pfeuffer
ec14d4cbd5 Keep links from plugins in sources after loading more
In the source view, links from plugins had been removed, when more files&#10;had been fetched using the &#39;proceed&#39; link for more than 100 files. This&#10;caused the issue, that buttons from plugins (like &quot;upload file&quot; from the&#10;editor plugin) did no longer show up after loading more files.&#10;&#10;Now, we keep all links from the first page except the proceed link.

Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com>
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-02-12 14:14:34 +01:00
Eduard Heimbuch
89c4a20dd5 Add namespace owner on namespace creation
Namespace owner may see the namespace configuration page.

Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com>
2024-02-08 14:18:16 +01:00
CES Marvin
5d280a1531 Prepare for next development iteration 2024-02-08 09:32:25 +00:00