Commit Graph

11593 Commits

Author SHA1 Message Date
Archi
120f7e36d6 Further enhancements for #3075 and #3051 5.5.0.1 2023-11-19 02:41:22 +01:00
Archi
2e9791faa3 Closes #3075 2023-11-19 02:25:47 +01:00
Archi
fe8e125b86 Bump 2023-11-18 22:09:06 +01:00
Archi
16f4dff0c2 CI: Remove --no-restore where not needed
--no-restore seems to cause trimming to not run when it wasn't originally specified when doing build. Originally we were building ASFs in parallel for each variant, so it made sense, now with better CI-powered parallelism, --no-restore makes only sense when publishing plugins, as indeed in those places we're doing stuff in parallel which restore doesn't like.

This should resolve trimming not triggering for OS-specific builds.
5.5.0.0
2023-11-18 21:24:58 +01:00
renovate[bot]
915693d7fa Update ASF-ui digest to 8b1afc3 2023-11-18 03:48:20 +00:00
ArchiBot
52adac7cab Automatic translations update 2023-11-18 02:07:01 +00:00
renovate[bot]
a066b952d7 Update docker/build-push-action action to v5.1.0 2023-11-17 13:35:49 +00:00
ArchiBot
cb0e2218a6 Automatic translations update 2023-11-17 02:07:52 +00:00
renovate[bot]
f9949967dc Update github/codeql-action action to v2.22.7 2023-11-16 23:04:21 +00:00
renovate[bot]
0bf1b7af91 Update ASF-ui digest to a6af7da 2023-11-16 20:49:32 +00:00
Sebastian Göls
193f0e3c08 Use generic ProducesResponseTypeAttribute instead of typeof(...) (#3074) 2023-11-16 21:49:15 +01:00
renovate[bot]
5cbe11241c Update crowdin/github-action action to v1.15.2 2023-11-16 16:26:01 +00:00
ArchiBot
03fc9cb4be Automatic translations update 2023-11-16 02:08:16 +00:00
renovate[bot]
2ed7cdf98e Update ASF-ui digest to 0b53178 2023-11-15 11:11:26 +00:00
renovate[bot]
305d6a2d17 Update crowdin/github-action action to v1.15.1 2023-11-15 07:02:34 +00:00
renovate[bot]
6f784621ed Update github/codeql-action action to v2.22.6 2023-11-15 03:45:42 +00:00
ArchiBot
83d6d43845 Automatic translations update 2023-11-15 02:07:36 +00:00
Archi
90e9f47899 Add default implementation for IBotsComparer 2023-11-15 00:02:26 +01:00
Archi
185d7adccf Misc 2023-11-14 23:51:28 +01:00
Archi
977f571db6 Closes #3072 2023-11-14 23:50:36 +01:00
Archi
1c22a45cb6 Add win-arm64 as recognized supported platform for issue template 2023-11-14 23:45:54 +01:00
Archi
608229f962 Kill netf leftovers 2023-11-14 22:17:12 +01:00
Archi
3f04144e41 Use cancellation in more places 2023-11-14 21:20:51 +01:00
Archi
ac9d4a7783 Actually make ArchiCacheable catch cancellation
We intend to give the caller best result, operation canceled has no value for him, he can check if cancellation token he provided himself got canceled or not
2023-11-14 21:15:18 +01:00
Archi
adbf0748f8 Closes #3066 2023-11-14 21:10:35 +01:00
Archi
263c77da12 We don't target multiple frameworks anymore 2023-11-14 21:04:40 +01:00
Archi
103c543eea Closes #3067 2023-11-14 20:58:02 +01:00
Archi
0ae03c7cd5 Syntax improvements 2023-11-14 20:21:02 +01:00
Archi
f2ff2f4929 Closes #3060 2023-11-14 20:01:29 +01:00
Łukasz Domeradzki
b34f18497d .NET 8 (#3005)
* Initial .NET 8

* Make it compile in release mode ignoring warnings for now

* First round of improvements

* Second round of improvements

* Third round of improvements

* Use new throws

* Fix .NET Framework, YAY, thanks madness!

Madness devs are awesome

* Misc

* Misc

* AF_NETLINK might be required for some http calls

No clue why

* Fix service files

Doesn't do what it should

* Update CardsFarmer.cs

* New improvements

* Address feedback

* Misc

* Misc

* Misc refactor

* Misc
2023-11-14 19:12:33 +01:00
renovate[bot]
1e04acb904 Update dotnet monorepo to v8 (#3071)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 17:25:06 +01:00
Archi
2b06153fa2 Add additional test case 2023-11-14 16:25:40 +01:00
Archi
e1c364cf7a Fix wrong Bosnian language mapping 2023-11-14 15:38:10 +01:00
renovate[bot]
e281a04450 Update dessant/lock-threads action to v5 (#3070)
* Update dessant/lock-threads action to v5

* Update lock-threads.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Archi <JustArchi@JustArchi.net>
2023-11-14 10:05:53 +01:00
ArchiBot
b40d55c2e4 Automatic translations update 2023-11-13 02:07:15 +00:00
Archi
3e96f37979 BUMPO 2023-11-12 03:16:07 +01:00
ArchiBot
72703dc61d Automatic translations update 5.4.13.4 2023-11-12 02:07:51 +00:00
renovate[bot]
4ba2f16907 Update wiki digest to 4b67f91 2023-11-12 00:09:43 +00:00
Archi
d6a7c9a843 Misc 2023-11-11 21:31:37 +01:00
Archi
9a304a3992 Misc code cleanup 2023-11-11 21:30:44 +01:00
tre3p
be4a625dc2 Add ability to send group messages for plugin developers (#3069)
* Add GetClanChatInfo as public API function

* make JoinChatRoomGroup public API. add LeaveChatRoomGroup as public API

* Rename GetClanChatRoomInfo method. Change return type of GetClanChatRoomInfo method
2023-11-11 21:29:57 +01:00
Archi
e44b7d3248 Fix wrong access for version command
FamilySharing is alright, as per the wiki
2023-11-11 14:53:44 +01:00
Archi
fc13f2c488 Handle further linux terminal edge case
We handled a situation where linux terminal is closing STDIN durng interactive console. This handles even further edge case where linux terminal is closing STDIN during user masked input.
2023-11-11 14:37:08 +01:00
renovate[bot]
494b1dfd1b Update ASF-ui digest to c582499 2023-11-10 18:25:41 +00:00
Archi
eb41dace9f Run code quality also in push though 2023-11-10 19:25:24 +01:00
Archi
2b2607cfcd Disable qodana for remote PRs
We don't have a token for them
2023-11-10 19:03:21 +01:00
Archi
bde696124b Misc optimization 2023-11-10 19:02:03 +01:00
renovate[bot]
1f4f50591a Update dependency Microsoft.NET.Test.Sdk to v17.8.0 2023-11-09 23:03:58 +00:00
renovate[bot]
5377598226 Update ASF-ui digest to 3384658 2023-11-09 16:38:19 +00:00
renovate[bot]
050d8dca12 Update ASF-ui digest to 8fb3c49 2023-11-08 19:27:50 +00:00