mkArtak
6577c3ccba
Enable support for milestone-based issues queries ( #1788 )
...
* Added support for Milestone filter in SearchIssuesRequest
* Fixed some styling issues to match with the style of the existing code
* Wrap milestone value with double quotes as milestones can contain spaces
* Allow milestone filter to contain double quotes
* Ability to search by milestone exclusions
* Moved the EscapeDoubleQuotes method to StringExtensions
2018-03-28 16:45:51 +10:00
Itai Bar-Haim
4e804f61a6
Prefer using nameof(x) over literal "x" ( #1781 )
...
* updated XML docs and added some missing bits.
* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Ryan Gribble
6be608b4ef
Merge remote-tracking branch 'upstream/master' into dotnetcore
...
# Conflicts:
# .travis.yml
# Octokit.sln
# appveyor.yml
2017-04-04 19:58:48 +10:00
Ivandro Ismael
21a2c57e48
[StringExtensions] - Display correct variable name when throwing. ( #1564 )
2017-04-02 22:51:03 +10:00
Mickaël Derriey
13d5dab516
Port to .NET Core ( #1503 )
...
Port to .NET Core
2017-01-21 14:42:02 +10:00
Brendan Forster
b47b05489e
Fix #1406 searching repos with underscore in name ( #1418 )
2016-07-15 07:20:07 +10:00
Mordechai Zuber
44304ca70b
use string per recommended style
2015-12-16 21:23:36 +02:00
Haacked
5dff3c174e
Remove unnecessary array allocation
2015-12-13 22:22:20 -08:00
Henrik Andersson
c4b4233683
Throw exception with helpful message if duplicate webhook config values exists.
2015-11-11 23:07:28 +10:00
Brendan Forster
80719c0033
aaaand format the code
2015-11-04 13:38:51 -08:00
Naveen
07752696de
It should have been "&" instead of "," for the URL
...
It should have been "&" instead of "," for the URL for the issue #844
2015-09-16 19:26:53 -04:00
Naveen
4cde5cdf90
Fix for Upload to Github releases stopped working #894
...
Fix for Upload to Github releases stopped working #894 . The
ExpandUriTemplate could handle only one parameter which is the bug.
2015-09-16 11:18:19 -04:00
Brendan Forster
e4ec54d09a
rework the rules
2015-07-19 07:45:01 +09:30
Brendan Forster
c93eeaaa40
extract method for reuse as extension
2015-07-19 07:44:59 +09:30
Brendan Forster
eb902bcdce
tidying up some docs in the Extensions namespace
2015-01-03 09:31:35 -08:00
Haacked
2b98962c80
Add missing namespace for release builds
2015-01-02 01:14:19 -08:00
Haacked
641b03de41
Improve support for base64 strings
2015-01-02 01:14:17 -08:00
Haacked
47e67e9382
Reflection abstractions to reduce code duplication
2015-01-02 01:14:15 -08:00
Brendan Forster
26127efa2f
stubbed prototype method to support comparing two commits
2014-03-08 16:06:28 +11:00
Haacked
c446c79094
Flatten the observables for releases
2013-10-16 18:54:11 -07:00
Matt Burke
6092c4f491
Reduce noise.
...
* Remove using statements that were the only change to a file.
* Remove methods that were added and are no longer used.
2013-10-03 09:09:28 -07:00
Matt Burke
15a5cc9591
Front end for uploading a release asset.
2013-10-03 09:05:57 -07:00
Haacked
e07b6d62c2
Add null checks and fix CodeAnalysis errors.
...
I enabled code analysis to the Octokit.Reactive project and
needed to fix things up.
2013-01-29 14:36:24 -08:00
Haacked
997e955f38
Rename to Octokit to be consistent with other API libs
...
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00