Commit graph

8929 commits

Author SHA1 Message Date
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
Renovate Bot
2a3f7cfc60
Update dependency MSTest.TestFramework to v2.2.5 2021-06-28 14:34:13 +00:00
Archi
bf2c1717b4
Misc logging 2021-06-27 23:18:24 +02:00
ArchiBot
da061e5d69
Automatic translations update 2021-06-27 02:13:04 +00:00
Archi
74d3efaf4b
Misc 2021-06-26 14:43:20 +02:00
Archi
e824607456
Closes #2344 2021-06-26 14:12:49 +02:00
ArchiBot
c72f26500b
Automatic translations update 2021-06-26 02:08:56 +00:00
Archi
1c31e2a3cc
Misc 2021-06-25 20:35:17 +02:00
Archi
f3d6f92404
Correct /Api/NLog reaction to close message
https://mcguirev10.com/2019/08/17/how-to-close-websocket-correctly.html
2021-06-25 19:49:37 +02:00
Renovate Bot
ef9f6b01bc
Update ASF-ui commit hash to df5bdc2 2021-06-25 15:22:32 +00:00
Renovate Bot
86c50fb5c5
Update wiki commit hash to cea2c07 2021-06-25 14:17:36 +00:00
Archi
d5a10ca7eb
Misc 2021-06-25 14:43:46 +02:00
Renovate Bot
ee5874159d Update ASF-ui commit hash to 20310e6 2021-06-25 12:35:20 +00:00
Renovate Bot
b5850bc463
Update ASF-ui commit hash to 726b867 2021-06-25 02:57:02 +00:00
ArchiBot
3a1b404cdf
Automatic translations update 2021-06-25 02:12:38 +00:00