Commit Graph

53 Commits

Author SHA1 Message Date
Diego Heras aca4a16bae
ci/cd: fix whitespaces (#11749) 2021-05-16 20:13:54 +02:00
Alessio Gogna 66bec102db
[Feature] Filter Meta Indexer by tag and by language (#11662). resolves #8884 resolves #7170 resolves #4787 resolves #2185
* bump to 0.18.*

Also partially addresses https://github.com/Jackett/Jackett/issues/661 (if user adds `enabled` and `disabled` tags).

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2021-05-08 21:24:18 +01:00
ilike2burnthing 17fc2d50cf
pipelines: fix whitespace (#11680) 2021-05-05 23:39:51 +01:00
Garfield69 ff8001c6d3 Revert "Update azure-pipelines.yml"
This reverts commit a7efe4a6d3.
2021-04-08 17:50:27 +12:00
Garfield69 23f498406b Revert "Update azure-pipelines.yml"
This reverts commit f9560a6def.
2021-04-08 17:50:22 +12:00
Garfield69 f9560a6def Update azure-pipelines.yml 2021-04-08 17:47:27 +12:00
Garfield69 a7efe4a6d3 Update azure-pipelines.yml 2021-04-08 17:45:58 +12:00
Garfield69 e520dc353d Revert "Update azure-pipelines.yml"
This reverts commit 2fcb3014c4.
2021-04-08 16:07:02 +12:00
garfield69 2fcb3014c4
Update azure-pipelines.yml 2021-04-08 16:04:31 +12:00
Diego Heras d2ab5cffe1
ci/cd: fix unit tests in arm64 (#11368) 2021-03-20 22:17:53 +01:00
ilike2burnthing f738063f89
azure: temp fix for arm64 (#11225) 2021-03-04 02:37:23 +00:00
ilike2burnthing e90e1ae2c2
core: remove lint dotnet --dry-run option 2021-02-12 21:02:29 +00:00
airhawk777 65ca4d7478
Update to .NET 5 (#10346)
* Update to .NET 5

.NET 5 brings many performance (especially regex) improvements
https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested

* Dotnet restore before building

* Restore on Windows only

* Out of ideas

* Update framework for windows specific apps

* Don't upgrade Microsoft.Extensions.Configuration

* drop mono from the dotnet linux build instructions

* Fix logic to get app runtime

* readme: add windows .net prereq link

* Update README.md

* azure-pipeline: bump minorversion to 17

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 21:10:34 +13:00
Diego Heras 3050f7bc95
core: improve windows tray launcher code. resolves #10094 (#10125) 2020-11-07 15:08:35 +13:00
thebluepotato c3bb53c02a
Create uninstall script for macOS (#8936) 2020-06-19 07:00:00 +12:00
Diego Heras d296463aba
core: fix azure pipeline (#8979) 2020-06-14 14:29:23 +02:00
Diego Heras ff0e9546d9
ci/cd: update azure pipelines to include yamllint. resolves #8575 (#8613) 2020-05-13 20:05:13 +02:00
Diego Heras 071e50f859
ci/cd: improve azure pipelines style (#8614) 2020-05-12 21:31:22 +02:00
Diego Heras 9b3172dfad
ci/cd: fix warnings in azure pipeline (#8446) 2020-04-30 20:13:36 +02:00
garfield69 c27bcd100d
bah. got to go to 0.16 2020-04-14 16:45:50 +12:00
garfield69 b3c7f26cf2
restore patch to auto now we are at correct versioning 2020-04-14 16:36:07 +12:00
garfield69 fac0016a11
bump patch to 40 to jump latest published version 2020-04-14 16:33:51 +12:00
Cory f6ba0ed4d3 Azure: Update project url (again)
[skip ci]
2020-04-13 18:18:59 -05:00
Diego Heras 5ce1907da1
core: fix azure pipeline (#8159) 2020-04-13 01:30:08 +02:00
Cory b343276603
Test pipelines build (#8136) 2020-04-12 19:12:19 +12:00
Cory 6dc00de864
Re-run dotnet format and enable style enforcement. (#8053) 2020-04-07 11:17:17 -05:00
junglebus ff4ce78db0
Pipeline: macOS integration tests (#7801) 2020-03-22 18:42:34 +13:00
junglebus 38fddab2ad
Pipeline: Add code coverage (#7799) 2020-03-22 18:40:58 +13:00
junglebus 67d01d4abc
Core: Pipeline - Separate unit tests from build job (#7740) 2020-03-21 14:50:54 +01:00
junglebus 0979b0c86d
Pipeline: Get text after list of commits #3 2020-03-14 17:20:38 +11:00
junglebus f4c8677091
Fix Pipeline: Get text after list of commits 2020-03-14 16:57:34 +11:00
junglebus 1123e9d101
Pipeline: Get text after list of commits 2020-03-14 16:43:40 +11:00
junglebus 9a39fcc310
Test build from master 2020-03-14 16:18:44 +11:00
junglebus e8fc2c758f
Update build triggers 2020-03-14 15:57:57 +11:00
junglebus 89c860a16d
Update for GitHubRelease@1 2020-03-14 15:21:54 +11:00
junglebus 674e6e37ad
Update pipeline for new Azure organization 2020-03-14 15:05:49 +11:00
junglebus 5033171c54
azure-pipeline: Add debug logging (#7541)
Hopefully will help with github publish failures, quite a few debug statements there...
https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/GitHubReleaseV0/operations/Action.ts
2020-03-07 14:51:06 +13:00
garfield69 2d1175dcc1
azure-pipelines: drop assetUploadMode 2020-03-01 07:30:54 +13:00
junglebus 9f3f11ac49
Fail build if all artifacts aren't uploaded to Github 2020-02-29 21:36:09 +11:00
junglebus 49affa0555
Revert pipeline log changes 2020-02-29 20:46:46 +11:00
junglebus f5c482f939
Try and read pipeline logs 2020-02-29 20:31:59 +11:00
junglebus 6c67b7a8de
Try and find azure logs 2020-02-29 20:11:15 +11:00
junglebus 368947a061
Try and find pipeline logs 2020-02-29 20:00:24 +11:00
junglebus f0138405a6
Try and Find log files 2020-02-29 19:46:05 +11:00
garfield69 baf4730316
Update azure-pipelines.yml
the azure assetuploadmode=replace routine is missing a retry-upload-after-delete so ends up just removing the conflict but not uploading a replacement, bah!
lets try the the delete option which should clear any attachments prior to starting the first upload.
2020-02-29 11:43:40 +13:00
Garfield69 65e93ce137 azure-pipeline: add replace for GitHub release attachements upload. 2020-02-25 18:51:27 +13:00
junglebus 966c64c48e
No longer manually install ChromeDriver (#7271) 2020-02-22 08:03:15 +13:00
junglebus 4809ee1383
Use latest 3.1 SDK (#7141) 2020-02-08 20:49:36 +11:00
junglebus acb2cef2b4
Look in drop folder for artifacts 2020-02-06 20:58:40 +11:00
junglebus 614372a272
Update azure-pipelines.yml 2020-02-06 20:32:56 +11:00