Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for repository autolink #371

Closed
wants to merge 26 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f4b69be
First pass at adding autolink reference
henkmeulekamp Sep 26, 2022
11922a6
Fix header title to plural
henkmeulekamp Sep 27, 2022
78b7ab9
Remove brand names from examples
henkmeulekamp Sep 27, 2022
4d92f41
Fix for missing nestedmodule
henkmeulekamp Sep 27, 2022
f4d5d31
Some fixes after manual testing
henkmeulekamp Sep 27, 2022
5c83a2c
Fixes after testing
henkmeulekamp Sep 27, 2022
9c85545
fix usage example paramvalue
henkmeulekamp Sep 27, 2022
92cd70e
Add Tests
henkmeulekamp Oct 4, 2022
020a356
Move patch level
henkmeulekamp Oct 4, 2022
8f17ed3
Update contributors
henkmeulekamp Oct 4, 2022
e7a4a3d
revert change to version number
henkmeulekamp Oct 6, 2022
bcb428b
fix param names KeyPrefix and UrlTemplate
henkmeulekamp Oct 6, 2022
cb51686
Add notes mentioning required rights on autolink
henkmeulekamp Oct 6, 2022
7a56cd4
Remove copy-past mistake; Sort
henkmeulekamp Oct 6, 2022
483e608
Better grammar
henkmeulekamp Oct 6, 2022
5b8488e
More textual improvements
henkmeulekamp Oct 6, 2022
f8fd5c9
address IsNumeric vs IsNumericOnly
henkmeulekamp Oct 6, 2022
4541c6b
more efficient way to set value
henkmeulekamp Oct 6, 2022
0a06731
Fix ValueFromPipelineByPropertyName Issues
henkmeulekamp Oct 6, 2022
b044f1e
Fix ValueFromPipelineByPropertyName 2
henkmeulekamp Oct 6, 2022
797fb82
two more cleanups of copy/past code
henkmeulekamp Oct 6, 2022
1b99b81
Add option to get asingle autolink by autolinkId
henkmeulekamp Oct 6, 2022
d32b5a7
Remove not sused param
henkmeulekamp Oct 6, 2022
9778532
one fix IsPresent only on switch
henkmeulekamp Oct 6, 2022
d467f63
fis isPresent
henkmeulekamp Oct 6, 2022
f960cf5
fix todo on param validation
henkmeulekamp Oct 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ Thank you to all of our contributors, no matter how big or small the contributio
- **[Giuseppe Campanelli (@themilanfan)](https://github.com/themilanfan)**
- **[Christoph Bergmeister (@bergmeister)](https://github.com/bergmeister)**
- **[Simon Heather (@X-Guardian)](https://github.com/X-Guardian)**
- **[Henk Meulekamp (@henkmeulekamp)](https://github.com/henkmeulekamp)**

----------

Expand Down
Loading