Christian Wolf
|
58ca1270b4
|
Ignore test fixtures in VS code
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-30 11:46:39 +02:00 |
Christian Wolf
|
49a49e59d3
|
Merge pull request #2333 from nextcloud/fix/1456-timezone-in-recipe-stub
Use default server time zone if non provided
|
2024-05-30 10:36:23 +02:00 |
Christian Wolf
|
6ac73b4427
|
Update Changelog
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-30 10:15:06 +02:00 |
Christian Wolf
|
49633ab31b
|
Use default server time zone if non provided
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-30 10:15:06 +02:00 |
dependabot[bot]
|
1f31d2d0f2
|
Merge pull request #2336 from nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.3.1
|
2024-05-30 01:37:00 +00:00 |
dependabot[bot]
|
9fe0e9d8b9
|
Merge pull request #2341 from nextcloud/dependabot/npm_and_yarn/sass-1.77.3
|
2024-05-30 01:36:08 +00:00 |
dependabot[bot]
|
25413dc457
|
Bump sass from 1.77.2 to 1.77.3
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.2 to 1.77.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.77.2...1.77.3)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-30 01:29:30 +00:00 |
Nextcloud bot
|
d354db28f0
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-30 00:25:59 +00:00 |
dependabot[bot]
|
709fca3090
|
Merge pull request #2337 from nextcloud/dependabot/npm_and_yarn/typescript-eslint/parser-7.11.0
|
2024-05-29 20:35:15 +00:00 |
dependabot[bot]
|
cb90dd8503
|
Bump @typescript-eslint/parser from 7.10.0 to 7.11.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-29 20:20:17 +00:00 |
dependabot[bot]
|
41c2fdcb77
|
Merge pull request #2335 from nextcloud/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.11.0
|
2024-05-29 20:19:15 +00:00 |
dependabot[bot]
|
a97809f21a
|
Bump @nextcloud/event-bus from 3.3.0 to 3.3.1
Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-event-bus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v3.3.0...v3.3.1)
---
updated-dependencies:
- dependency-name: "@nextcloud/event-bus"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-29 19:32:48 +00:00 |
dependabot[bot]
|
f0f8cc06b2
|
Bump @typescript-eslint/eslint-plugin from 7.10.0 to 7.11.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.11.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-29 19:32:40 +00:00 |
Christian Wolf
|
4ea70d9c2f
|
Merge pull request #2339 from nextcloud/maintenance/fix-ci-tests-mysql
Provide the database name while restoring
|
2024-05-29 21:31:19 +02:00 |
Christian Wolf
|
bde42638ad
|
dropping sandbox mode from dumps
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-29 20:40:13 +02:00 |
Christian Wolf
|
0064a33b12
|
Fix one more issue with missing DB name
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-29 15:46:28 +02:00 |
Christian Wolf
|
c4c211e1e8
|
Provide the database name while restoring
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-29 12:02:15 +02:00 |
Christian Wolf
|
2e9b1bfd5b
|
Allow manually triggering the tests again
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-29 11:54:20 +02:00 |
Nextcloud bot
|
020a595d8d
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-28 00:24:44 +00:00 |
Nextcloud bot
|
275b05b6eb
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-27 00:24:54 +00:00 |
Nextcloud bot
|
17918d2f55
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-25 00:25:34 +00:00 |
Nextcloud bot
|
69bd59b122
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-24 00:23:57 +00:00 |
dependabot[bot]
|
0fe4204e44
|
Merge pull request #2331 from nextcloud/dependabot/pip/dot-helpers/changelog/requests-2.32.2
|
2024-05-23 14:44:18 +00:00 |
dependabot[bot]
|
0e6cee86ae
|
Merge pull request #2327 from nextcloud/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.10.0
|
2024-05-23 14:43:43 +00:00 |
dependabot[bot]
|
9b14888ac8
|
Bump requests from 2.31.0 to 2.32.2 in /.helpers/changelog
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-23 13:41:44 +00:00 |
dependabot[bot]
|
22f2d827cb
|
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-23 13:41:29 +00:00 |
dependabot[bot]
|
61ff4fd96a
|
Merge pull request #2326 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.12.0
|
2024-05-23 13:27:37 +00:00 |
dependabot[bot]
|
a058b51e84
|
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-23 12:41:38 +00:00 |
Christian Wolf
|
b5346b4ec3
|
Fix changelog entries
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-23 14:40:07 +02:00 |
Nextcloud bot
|
62f4338d03
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-23 00:25:56 +00:00 |
Nextcloud bot
|
1e4601ba1e
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2024-05-22 00:24:18 +00:00 |
Christian Wolf
|
a7e991eb4e
|
Merge pull request #2329 from nextcloud/fix/1463-quick-fix-special-chars
Do no longer cut slashes and backslashes from recipe names
|
2024-05-21 19:12:57 +02:00 |
Christian Wolf
|
ec3fe108fa
|
Merge pull request #2330 from nextcloud/fix/2010-exception-handling.md
Add more logging to debug easier any issues
|
2024-05-21 19:12:18 +02:00 |
Christian Wolf
|
dbb4b4ccec
|
Update Changelog
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 18:34:50 +02:00 |
Christian Wolf
|
57b08fbdb8
|
Update Changelog
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 18:26:40 +02:00 |
Christian Wolf
|
e13b66e1fe
|
Add more logging to debug easier any issues
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 18:22:48 +02:00 |
Christian Wolf
|
95a1babf6d
|
Update Changelog
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 17:11:36 +02:00 |
Christian Wolf
|
b031159230
|
Do no longer cut slashes and backslashes from recipe names
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 17:05:24 +02:00 |
dependabot[bot]
|
12b53b02d8
|
Merge pull request #2325 from nextcloud/dependabot/npm_and_yarn/typescript-eslint/parser-7.10.0
|
2024-05-21 14:07:57 +00:00 |
Christian Wolf
|
7e81e2ad19
|
Make changelog builder compatible with dependabot-created PRs
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 13:55:27 +02:00 |
Christian Wolf
|
d38bbb7793
|
Make Action a bit more verbose for debugging
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-21 09:51:09 +02:00 |
dependabot[bot]
|
920c6a2e6c
|
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-21 01:59:52 +00:00 |
Christian Wolf
|
714671ae13
|
Merge pull request #2324 from nextcloud/fix/1509-truncate-recipe-name-in-db
Fix/1509 truncate recipe name in db
|
2024-05-20 21:45:11 +02:00 |
Christian Wolf
|
e4b2c4b7e9
|
Remove annotation causing a warning
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:38:47 +02:00 |
Christian Wolf
|
cd5a2189e8
|
Fix unit tests
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:31:42 +02:00 |
Christian Wolf
|
850e7ee9fd
|
Make online linters happy
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:31:42 +02:00 |
Christian Wolf
|
2053d0c577
|
Update Changelog
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:31:42 +02:00 |
Christian Wolf
|
a5a30729f0
|
Add some basic tests
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:31:42 +02:00 |
Christian Wolf
|
78f3c3328b
|
Truncate the name in the DB to match the column length
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:31:42 +02:00 |
Christian Wolf
|
86bb94b63f
|
Fix integration tests
Signed-off-by: Christian Wolf <github@christianwolf.email>
|
2024-05-20 21:30:59 +02:00 |