Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-06Fix wrong change in backport.ymlAlexander Köplinger
2022-09-29Sync backport.yml changes from dotnet/runtimeAlexander Köplinger
2022-09-02GitHub Workflows security hardening (#21544)Alex
This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external forks](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)). By specifying any permission explicitly all others are set to none. By using the principle of least privilege the damage a compromised workflow can do (because of an [injection](https://securitylab.github.com/research/github-actions-untrusted-input/) or compromised third party tool or action) is restricted. It is recommended to have [most strict permissions on the top level](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions) and grant write permissions on [job level](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs) case by case.
2022-02-18Add issue templates with links to .NET 6 products (#21437)Aleksey Kliger (λgeek)
* Create connfig.yml * Update and rename .github/ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATES/mono-framework.md
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
They are no longer needed here.
2021-08-19Add backport GitHub ActionAlexander Köplinger
2021-06-25Remove CoffeeFlux from CODEOWNERSAlexander Köplinger
https://github.com/dotnet/runtime/commit/3b3099f00add243f7ee453e7fd6975a00a9871ed
2021-03-15Rename master branch to mainAlexander Köplinger
2021-02-27Remove .csproj files from mcs/ build, they were never used (#20883)Alexander Köplinger
This allows us to remove a lot of cruft and simplifies our CI build.
2020-08-25Replace gitter links with discordAlexander Köplinger
2020-06-02[github] remove me from codeownersBernhard Urban-Forster
2020-02-11Move offsets-tool into mono/tools (#18783)Alexander Köplinger
This allows us to consume it in the dotnet/runtime build.
2019-11-09Fix llvm path in CODEOWNERS fileAlexander Köplinger
2019-10-15Update codeownersRyan Lucia
Get notifications for various files in metadata
2019-10-01Update codeownersVlad Brezae
Get notifications for profiler and exceptions.
2019-09-04Update CodeOwners (#16662)Sam Patel
* Update CodeOwners Add Imraan as code owner for LLVM related files * Update CODEOWNERS
2019-06-26Update CODEOWNERS (#15429)Steve Pfister
2019-06-19Update CODEOWNERSMarek Safar
2019-06-12[.github] Update CODEOWNERSAleksey Kliger
2019-03-18Update codeowners (#13505)Marek Safar
2019-03-18Update CODEOWNERSLudovic Henry
2019-02-20Update CODEOWNERSLudovic Henry
2019-01-16Revert "Improve github issue template"Alexander Köplinger
It's actually on purpose so we don't get annoying task progress indicators in the issues list.
2019-01-16Improve github issue templateAlexander Köplinger
2019-01-03Updates codeownersMarek Safar
2018-12-12[resx2sr]: Giving this tool some love. (#11969)Martin Baulig
2018-11-09More codeowners updatesMarek Safar
2018-11-07initial RISC-V support (#11593)Bernhard Urban
initial RISC-V support I rebased @alexrp's work (https://github.com/alexrp/mono/commits/riscv) and added stubs so this minimal example works in the interpreter: ```console $ qemu-riscv64 ./mono/mini/mono-sgen --version Mono JIT compiler version 5.21.0 (riscv/f4802305009 Wed Nov 7 02:58:20 PST 2018) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: normal Notifications: epoll Architecture: riscv64,double-fp Disabled: none Misc: Interpreter: yes Suspend: preemptive GC: sgen (concurrent by default) $ export MONO_PATH=../mono-riscv-bclbuild/b/lib/mono/4.5 $ grep -A 2 test_0_return mono/mini/basic.cs public static int test_0_return () { return 0; } $ INTERP_FILTER_METHOD=test_0_return qemu-riscv64 ./mono/mini/mono-sgen --interp --regression basic.exe Test run: image=/home/lewurm/work/mono-riscv/basic.exe Results: total tests: 1, all pass Elapsed time: 0.002441 secs (0.002441, 0.000000) Overall results: tests: 1, 100% pass ```
2018-11-07Updates codeowners (#11592)Marek Safar
2018-10-17Add myself as code owner of `mono/native` and some managed code. (#11228)Martin Baulig
- `mono/native` - `/mcs/class/corlib/Mono` (dependency injector, mono native, pal, certificates) - `mcs/class/corlib/System.Security.Cryptography.X509Certificates` - `/mcs/class/System/Mono` (PAL, certificates and dependency injector) - `/mcs/class/System/System.Security.Cryptography.X509Certificates`
2018-10-16Move CODEOWNERS to .github folderAlexander Köplinger
So all GitHub related special files are in one place
2018-05-31Issue template: update help link to https://Nick Craver
Since GitHub pages rolled out HTTPS support, links to `www.mono-project.com` can now be `https://` :) This also removes a `www.` 301 users currently hits.
2018-05-29Update issues template (#8920)Marek Safar
2018-04-24Update ISSUE_TEMPLATE.md (#8440)Ludovic Henry
2018-03-12Correcting typos for ISSUE_TEMPLATE.md (#7575)Yauheni Pakala
2018-02-01[github] Add issues template (#6739)Marek Safar
2018-01-31[github] Tweaks to issue templateMarek Safar
2018-01-19Fix CLA link in CONTRIBUTING.md (#6585)Alexander Köplinger
It was changed when .NET Foundation switched to new CLA infrastructure.
2018-01-08Make suggestions in github issue template XML commentsMarek Safar
2017-12-15[github] Update issue template not to auto-convert platforms into tasksMarek Safar
2017-12-12Add issue templateMarek Safar