13369 Commits

Author SHA1 Message Date
Till-André Diegeler
e671de9325 GitHub: Bump @babel/helpers from 7.22.6 to 7.26.10
Cf. https://github.com/scm-manager/scm-manager/pull/2254
2025-05-14 13:20:38 +02:00
Till-André Diegeler
1a1481b0e8 GitHub: Bump koa from 2.15.4 to 2.16.1
Squash commits of branch dependabot/npm_and_yarn/koa-2.16.1:

- Bump koa from 2.15.4 to 2.16.1

Bumps [koa](https://github.com/koajs/koa) from 2.15.4 to 2.16.1.
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](https://github.com/koajs/koa/compare/2.15.4...v2.16.1)

---
updated-dependencies:
- dependency-name: koa
  dependency-version: 2.16.1
  dependency-type: indirect
...



- Merge pushlog_id_as_long, db connection refactoring

The changes involving a new Consumer API have been merged into the feature branch. This especially involves external sorting. Furthermore, the unit tests for CsvResource are now relying on real database connection.
Add aggregate functions and streams in queryable store

First, aggregate functions for minimum, maximum, sum and average
have been added to the queryable store API. These can be used
with the query fields, which have been enhanced for this.

Second, an additional stream like API has been added to retrieve
collections to avoid the creation of huge result objects.

- Merge branch 'develop' into dependabot/npm_and_yarn/koa-2.16.1
2025-05-14 11:52:31 +02:00
Till-André Diegeler
ec0a09d9e8 GitHub: Bump @babel/runtime-corejs3 from 7.18.9 to 7.26.10
Cf. https://github.com/scm-manager/scm-manager/pull/2255
2025-05-14 11:50:12 +02:00
Renovate Bot
f03a54ab19 Update dependency redux to v4.2.1 (develop)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [redux](http://redux.js.org) ([source](https://github.com/reduxjs/redux)) | dependencies | patch | [`4.2.0` -> `4.2.1`](https://renovatebot.com/diffs/npm/redux/4.2.0/4.2.1) |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIwLjAuMC1zZW1hbnRpYy1yZWxlYXNlIiwidXBkYXRlZEluVmVyIjoiMC4wLjAtc2VtYW50aWMtcmVsZWFzZSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->
2025-05-14 11:14:57 +02:00
Renovate Bot
99055b2d58 Update dependency @types/enzyme to v3.10.19 (develop)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/enzyme) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme)) | devDependencies | patch | [`3.10.18` -> `3.10.19`](https://renovatebot.com/diffs/npm/@types%2fenzyme/3.10.18/3.10.19) |

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIwLjAuMC1zZW1hbnRpYy1yZWxlYXNlIiwidXBkYXRlZEluVmVyIjoiMC4wLjAtc2VtYW50aWMtcmVsZWFzZSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->
2025-05-14 10:11:55 +02:00
Till-André Diegeler
efe88f1ec3 Fix committer in squash merge
* Merge: Author and committer from request
* Squash: Author from request, committer from session
* Rebase: Rebase from original commit, committer from session
* Fast-forward: No changes, author and committer from tip

These are the four stratagies available for a merge. Each of them has a different requirement regarding who is seen as an author and who as a committer.
2025-05-12 18:41:41 +02:00
Viktor Egorov
3b86d588c5 New status icon sizes 2025-05-08 15:09:40 +02:00
Rene Pfeuffer
c8d3e00f16 Do not use mockito for tests with queryable types
Using mockito is fine as long as one does not try to create
a huge amount of data. In this case it might happen, that
mockito needs a lot of memory (probably to track single
calls to methods) and in doing so might spoil load tests
and such.
2025-05-08 13:34:17 +02:00
René Pfeuffer
406421c8e5 Merge branch 'support/3.8.x' into develop 2025-05-07 15:55:40 +02:00
Florian Scholdei
18102bc3db Fix excessive left padding in input fields 2025-05-06 13:07:59 +02:00
René Pfeuffer
44567deff5 Merge branch 'support/3.8.x' into develop 2025-05-05 15:20:10 +02:00
Thomas Zerr
3c252d7172 Add export of StatusVariants 2025-05-05 12:29:35 +02:00
Thomas Zerr
8a85d29419 Add export of status package 2025-05-05 09:57:12 +02:00
Viktor Egorov
554d2c7af6 Icon and banner to show workflow 2025-05-05 08:51:50 +02:00
Thomas Zerr
63a936d5e2 Add anonymous health check endpoint
Besides the endpoint, another API was added, the ShouldRequestPassChecker.
This api should be used to check whether a REST Request should be passed or rejected.
2025-05-02 14:00:05 +02:00
René Pfeuffer
af17663e45 Fix configuration in queryable unit test extension
With this the queryable unit test extension
(QueryableStoreExtension) uses the same jackson mapper
configuration as in production.

In contrast to edaffc1662
where the XML annotation introspector had been missing,
now this really should be the case.
2025-05-02 12:37:52 +02:00
Rene Pfeuffer
63aa914e79 Use uniform document titles in configuration pages
Squash commits of branch feature/uniform_configuration_document_titles:

- Use uniform document titles in configuration pages
- Use different titles for global, repository and namespace config
- Make the code a lot prettier
- Remove detailed configuration title
2025-04-30 13:25:26 +02:00
Rene Pfeuffer
82b7ad16ea Fix export of queryable stores with multiple parent IDs 2025-04-30 11:51:03 +02:00
Rene Pfeuffer
243ff9ed95 Make build with queryable type annotation processor faster
With this, gradle can determine the originating element for the
generated query types and the store factories correctly and
therefor can run incremental builds when the queryable type
annotation processor is added as a dependency.
2025-04-30 10:23:36 +02:00
René Pfeuffer
edaffc1662 Fix configuration in queryable unit test extension
With this the queryable unit test extension
(QueryableStoreExtension) uses the same jackson mapper
configuration as in production.
2025-04-29 10:11:20 +02:00
Rene Pfeuffer
6dbe92d015 Show detailed timestamps for commits 2025-04-25 13:40:09 +02:00
Viktor Egorov
6c29734837 Add scroll bar color-scheme for dark & high-contrast 2025-04-23 14:27:59 +02:00
Viktor Egorov
f7bfb7a83a Fix missing focus indicator for file upload 2025-04-22 13:09:31 +02:00
Philipp Ahrendt
edca5a87ff Fix focus indicator for avatar file upload 2025-04-15 11:52:29 +02:00
CES Marvin
9423f54d6d Prepare for next development iteration 2025-04-14 14:21:06 +00:00
CES Marvin
0f0a9b1a67 Release version 3.8.0 3.8.0 2025-04-14 13:35:58 +00:00
Thomas Zerr
ce4307a63f Adjust changelog for release 3.8.0 2025-04-14 15:29:34 +02:00
Thomas Zerr
48bbfc5960 Prepare for next development iteration 2025-04-14 14:26:10 +02:00
Thomas Zerr
070e5ee31f Merge branch 'main' into develop 2025-04-14 14:09:11 +02:00
CES Marvin
660a3267c1 Release version 3.7.5 3.7.5 2025-04-14 10:41:03 +00:00
Thomas Zerr
8d59a4249e Update Changelog 2025-04-14 12:32:04 +02:00
Thomas Zerr
206998dabe Add changelog 2025-04-14 11:45:04 +02:00
Thomas Zerr
ce3a3fd0c2 Fix document title logic 2025-04-14 11:43:17 +02:00
Thomas Zerr
4df5a00c32 Fix document title logic 2025-04-14 11:15:35 +02:00
Rene Pfeuffer
01e8d493d2 Add aggregate functions and streams in queryable store
First, aggregate functions for minimum, maximum, sum and average
have been added to the queryable store API. These can be used
with the query fields, which have been enhanced for this.

Second, an additional stream like API has been added to retrieve
collections to avoid the creation of huge result objects.
2025-04-09 13:12:33 +02:00
Thomas Zerr
395a2edeb3 Fix order of items in keyboard iterator
The previous keyboard iterator did not take into account, if multiple items deregistered at once.
Therefore, the keyboard iterator ran into an iterator invalidation bug, because the assigned index of an element can run out of bounds.
Elements with an out of bounds assigned index, would not be able to deregister and therefore stay in the list of registered items.
Therefore messing up the iteration logic.
2025-04-09 10:54:53 +02:00
Florian Scholdei
56b7f74acd Remove release candidates 2025-04-08 14:13:09 +02:00
Lukas
e6a1557fff Use different icons in file tree to show status (#2246)
---------

Co-authored-by: Florian Scholdei <florian.scholdei@cloudogu.com>
2025-04-08 08:10:19 +02:00
Anna Vetcininova
22e2fc0a86 Add jenkins url to release branch 2025-04-03 14:55:08 +02:00
René Pfeuffer
59a9d4939a Prepare for next development iteration 2025-04-03 11:23:37 +02:00
Rene Pfeuffer
ada575d871 Add queryable store with SQLite implementation
This adds the new "queryable store" API, that allows complex
queries and is backed by SQLite. This new API can be used
for entities annotated with the new QueryableType annotation.
2025-04-01 16:18:04 +02:00
Till-André Diegeler
d5362d634b Fix javadoc errors
Tasks.documentation.javadoc threw around 50 errors due to multiple inconsistencies within the javadoc comments.

Furthermore, the option 'failOnError' is now set to 'true' so that future Javadoc errors in our codebase are avoided.
2025-03-25 00:05:14 +01:00
Till-André Diegeler
1fea8429b1 Accessible File Search
- keyboard combination g+f in code view
- navigatable file search list with j+k
- remove helptext tooltip
2025-03-24 15:34:06 +01:00
Till-André Diegeler
a47c3d4fc4 Add focus-zone css class & Breadcrumb accessibility improvements 2025-03-24 14:54:32 +01:00
Till-André Diegeler
45245e3152 Use ui-core buttons for button groups 2025-03-24 09:35:38 +01:00
Florian Scholdei
09be4d7815 Remove obsolete documentation
Squash commits of branch feature/doc_jwt:

- Remove obsolete documentation
2025-03-20 09:09:12 +01:00
Renovate Bot
4705e64042 Update dependency fluent-ffmpeg to v2.1.3
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| npm        | fluent-ffmpeg | 2.1.2 | 2.1.3 |
2025-03-13 04:10:00 +00:00
Florian Scholdei
28ba7f8a87 Fix link to version 3.7.3 in changelog 2025-03-12 17:16:18 +01:00
René Pfeuffer
eb646f0a77 Merge branch 'hotfix/3.7.4' into develop 2025-03-12 16:00:24 +01:00
René Pfeuffer
9322dbb0ab Prepare for next development iteration 2025-03-12 15:57:40 +01:00