Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CODEOWNERS: Add @DanielG as maintainer for RTS heap profiling code | Daniel Gröber | 2021-02-28 | 1 | -0/+13 |
| | |||||
* | CODEOWNERS: Use sections to allow multiple matching entries | Daniel Gröber | 2021-02-28 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CODEOWNERS documentation has this to say on the current matching behaviour: > The path definition order is significant: the last pattern matching a > given path is used to find the code owners. Take this as an example: /rts/ bgamari [...] /rts/win32/ Phyx (I'm omitting the '@' so as to not notification spam everyone) This means a change in a file under win23 would only have Phyx but not bgamari as approver. I don't think that's the behaviour we want. Using "sections" we can get additive behaviour instead, from the docs: > Additionally, the usual guidance that only the last pattern matching the > file is applied is expanded such that the last pattern matching for each > section is applied. [RTS] /rts/ bgamari [...] [WinIO] /rts/win32/ Phyx So now since those entries are in different sections both would be added to the approvers list. The sections feature was introduced in Gitlab 13.2, see "Version history" on [1] we're currently running 18.8 on gitlab.haskell.org, see [2]. [1]: https://docs.gitlab.com/13.8/ee/user/project/code_owners.html#code-owners-sections [2]: https://gitlab.haskell.org/help | ||||
* | winio: update codeowners | Tamar Christina | 2020-07-26 | 1 | -0/+15 |
| | |||||
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -20/+20 |
| | | | | Update Haddock submodule | ||||
* | Simon and I like to work in hsSyn, too. | Richard Eisenberg | 2019-07-23 | 1 | -0/+1 |
| | |||||
* | CODEOWNERS: Use correct username for Richard Eisenberg | Ben Gamari | 2019-05-30 | 1 | -6/+6 |
| | | | | | | | In !980 Richard noted that he could not approve the MR. This mis-spelling was the reason. [skip ci] | ||||
* | CODEOWNERS: Add simonmar as owner of rts/linker | Ben Gamari | 2019-04-14 | 1 | -1/+1 |
| | | | | | | I suspect this is why @simonmar wasn't notified of !706. [skip ci] | ||||
* | Add myself to libraries/ghci | Simon Marlow | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | Add int-index as parser/* codeowner | Vladislav Zavialov | 2019-02-06 | 1 | -0/+1 |
| | |||||
* | Fix syntax in CODEOWNERS file | Matthew Pickering | 2019-01-31 | 1 | -28/+28 |
| | | | | [skip ci] | ||||
* | Update CODEOWNERS files with utils | Tamar Christina | 2019-01-27 | 1 | -0/+2 |
| | |||||
* | Add @simonmar to various things in CODEOWNERS | Simon Marlow | 2019-01-27 | 1 | -3/+4 |
| | |||||
* | Update CODEOWNERS | Moritz Angermann | 2019-01-27 | 1 | -2/+13 |
| | |||||
* | Add myself to a few more places | Ömer Sinan Ağacan | 2019-01-27 | 1 | -0/+2 |
| | |||||
* | Add @sgraf to CODEOWNERS | Sebastian Graf | 2019-01-26 | 1 | -1/+3 |
| | | | [skip ci] | ||||
* | Add Simon and Richard as more CODEOWNERS | Richard Eisenberg | 2019-01-24 | 1 | -0/+3 |
| | | | | [skip ci] | ||||
* | Add myself to CODEOWNERS for a few files | Joachim Breitner | 2019-01-23 | 1 | -0/+5 |
| | |||||
* | Add CODEOWNERS | Ben Gamari | 2019-01-21 | 1 | -0/+22 |
GitLab uses this file to suggest reviewers based upon the files that a Merge Request touches. [skip-ci] |