Commit Graph

8943 Commits

Author SHA1 Message Date
Renovate Bot
60b05dfd46 Update wiki commit hash to 8d48a30 2021-07-06 03:02:45 +00:00
Renovate Bot
e32c2560d8 Update ASF-ui commit hash to aa044b6 2021-07-05 17:06:16 +00:00
Archi
28242aa6e8 IPC: Implement ResponseCaching
This actually does two things: client caching and server caching

Client caching considers only static files, for which we instruct the web browser to revalidate each cache usage with our server to ensure that it's up-to-date.

Server caching with those settings actually doesn't work (nothing to do), but may in the future as lack of no-store means that server is technically allowed to cache I/O read files for as long as it can guarantee they didn't change on the disk.
2021-07-04 21:36:54 +02:00
Archi
f58a9be02a IPC: Add optional SRI support for ASF-ui
In theory, this is required only in specific proxy/CDN solutions accessing ASF data over http that would somehow want to transform the responses

https://github.com/JustArchiNET/ASF-ui/pull/1470
2021-07-04 18:51:35 +02:00
Archi
dcacdd802c Optimize LoadAssemblies()
We can be smart about it and avoid loading the same assemblies twice
2021-07-04 18:33:24 +02:00
Archi
c3c1eb8295 Address SYSLIB0021 warning
Applies from net6.0 onwards, but can be fixed already
2021-07-04 16:02:16 +02:00
renovate[bot]
5405ce7f8b Update ASF-ui commit hash to d953b30 (#2367)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-04 14:59:04 +02:00
Archi
1a3b436216 Mis 2021-07-03 14:25:13 +02:00
Renovate Bot
8f32f34374 Update ASF-ui commit hash to ffe10ce 2021-07-03 03:02:35 +00:00
ArchiBot
60cfef3706 Automatic translations update 2021-07-03 02:06:22 +00:00
Archi
13613f3f89 Bump 2021-07-03 00:17:12 +02:00
Renovate Bot
c90f343386 Update docker/setup-buildx-action action to v1.5.0 5.1.2.0 2021-07-02 14:34:11 +00:00
Renovate Bot
18e3dd8ecc Update ASF-ui commit hash to 0527fa8 2021-07-02 11:17:34 +00:00
Renovate Bot
f65fc1b3ae Update ASF-ui commit hash to dc959bb 2021-07-02 03:36:35 +00:00
ArchiBot
a82ca56bb1 Automatic translations update 2021-07-02 02:09:46 +00:00
Renovate Bot
b82e9454f5 Update docker/build-push-action action to v2.6.1 2021-07-01 15:49:02 +00:00
Renovate Bot
0525177434 Update wiki commit hash to 705882c 2021-07-01 14:07:23 +00:00
Archi
cfa23ffe21 Misc 2021-07-01 12:00:23 +02:00
Archi
14edd03c9d Bump 2021-07-01 12:00:03 +02:00
Archi
1d317dcb76 Misc 2021-07-01 10:30:12 +02:00
Renovate Bot
cd58936850 Update ASF-ui commit hash to 4c0827b 2021-07-01 03:23:00 +00:00
ArchiBot
447a66c824 Automatic translations update 2021-07-01 02:10:55 +00:00
Archi
aa6b9b9bea STD: Add support for new custom swagger attributes 2021-06-30 23:12:15 +02:00
Archi
da7adbe415 Make custom swagger attributes also work with parameter info
If somebody ever uses it as such, that is
2021-06-30 23:04:36 +02:00
Archi
19bd497362 Extract custom attributes to CustomSwaggerAttribute
This also allows plugins to inherit from it and add custom attributes while utilizing the same ASF mechanism for extending the schema
2021-06-30 22:53:01 +02:00
Archi
d7cbf0ced2 Misc 2021-06-30 22:29:17 +02:00
Archi
a063d2f424 Misc 2021-06-30 22:26:25 +02:00
Archi
aebf432fce Misc 2021-06-30 22:24:28 +02:00
Archi
0060e76829 Make custom swagger limitations more generic to use 2021-06-30 22:23:01 +02:00
Archi
ccc7a3ed32 Misc 2021-06-30 20:46:44 +02:00
Archi
162ecf93ac Misc 2021-06-30 20:41:55 +02:00
Archi
874eb4d3a6 Add helpful limitations on properties for https://github.com/JustArchiNET/ASF-ui/issues/1445
Monologue explaining how it works: https://ptb.discord.com/channels/267292556709068800/332735075315744768/859854787634004049

(eventually also on wiki)
2021-06-30 20:39:38 +02:00
Renovate Bot
689dbc4db5 Update ASF-ui commit hash to d1fcdee 2021-06-30 14:35:57 +00:00
Archi
e7bc2e5e1c CI: Use latest node LTS 2021-06-30 16:26:33 +02:00
Archi
2f7478b968 CI: Pin versions
While floating tags are nice to use and fancy, we already had situations where the fixed source code did not result in the same deterministic build as the one built e.g. a week ago due to non-pinned versions that resulted in a different set of dependencies than originally.

Since GitHub actions follow similar pattern, we want to do our best to ensure that if CI in given fixed version passed on a fixed source, then it should also result in the same deterministic output. Of course this is impossible to achieve in 100% (e.g. resources no longer being available over the network), but this is something we can do.

It wasn't like that before renovate since we didn't have a standarized bot that could handle bumping those versions for us.
2021-06-30 16:19:41 +02:00
Archi
8982e1dcd8 Misc 2021-06-30 13:17:15 +02:00
Archi
ef0509998e Misc cleanup 2021-06-30 13:10:05 +02:00
Ryzhehvost
807db7f365 Implement splitting of steam messages on newlines (#2348)
* implement split on newlines

* replace test of splitting on newlines

* sugar-sugar syntax

* Revert "sugar-sugar syntax"

This reverts commit ee9b558faf.

* add test to confirm that paragraph character size is less or equal to continuation character size
2021-06-30 12:45:58 +02:00
Renovate Bot
501818eed1 Update ASF-ui commit hash to e5b2bb1 2021-06-30 03:06:52 +00:00
Renovate Bot
3764071834 Update ASF-ui commit hash to 80501f5 2021-06-29 23:34:46 +00:00
Renovate Bot
a734af0e64 Update ASF-ui commit hash to 555ad0f 2021-06-29 20:42:39 +00:00
Renovate Bot
624b5c9789 Update ASF-ui commit hash to a2da9a0 2021-06-29 17:37:07 +00:00
Archi
b36fc74488 Fix regex inside json 2021-06-29 13:16:57 +02:00
Archi
9f02bebe4a Group MSTest packages together
As per advice in https://github.com/microsoft/testfx/issues/895#issuecomment-870457008
2021-06-29 13:15:57 +02:00
Renovate Bot
6810cbebc8 Update ASF-ui commit hash to 0df7ec8 2021-06-29 02:56:58 +00:00
ArchiBot
d71dc045a3 Automatic translations update 2021-06-29 02:10:04 +00:00
Archi
b7d98d1739 Update renovate.json 2021-06-29 00:12:41 +02:00
Archi
a38dea80e9 Downgrade MSTest.TestAdapter to 2.2.4
https://github.com/microsoft/testfx/issues/895
2021-06-29 00:11:17 +02:00
Renovate Bot
6bc903a3b1 Update dependency MSTest.TestAdapter to v2.2.5 2021-06-28 21:58:11 +00:00
Renovate Bot
f658f18920 Update ASF-ui commit hash to b788207 2021-06-28 19:50:11 +00:00