Tom Longhurst
cd1835326b
Fix xUnit Warnings ( #2906 )
...
* Fix xUnit Warnings
* Fix
* Fix formatting in AsyncPaginationExtensionGenerator.cs
---------
Co-authored-by: Keegan Campbell <me@kfcampbell.com >
2024-04-15 13:19:26 -07:00
capdiem
c40c6b8e5c
fix(SearchIssuesRequest): wrap label in quotes if it contains spaces ( #2767 )
2023-08-31 08:51:53 -05:00
notauserx
46b5077b16
add islocked filter to SeachIssuesRequest ( #2623 )
...
* add islocker filter to SeachIssuesRequest
* update docs
* Update docs/search.md with review suggestions
Co-authored-by: Keegan Campbell <me@kfcampbell.com >
Co-authored-by: notauserx <notauserx@users.noreply.github.com >
Co-authored-by: Keegan Campbell <me@kfcampbell.com >
2022-11-30 15:20:19 -08:00
Haytam Zanid
911dd4a9c3
Double quote issue labels in search API ( #2084 )
2020-02-09 11:38:59 -04:00
Jose de Jesus Medina
fd6bca910c
fix language with spaces giving wrong results ( #2038 )
2019-11-13 09:31:24 -04:00
Brendan Forster
aeb8d19f29
address new Travis build warning ( #2017 )
...
* make explicit that which previously was fine
* suppress build warning
2019-09-24 11:19:10 -03:00
Brendan Forster
45bc5eced7
autofix tests based on feedback from xunit analyzers ( #1997 )
2019-09-16 19:46:40 -03:00
Brendan Forster
6433b9123e
fix timezone offset handling ( #1988 )
...
* port tests to use DateTimeOffset
* drop the whitespace when emitting DateTimeOffset values
* tidy up stale regions
2019-09-16 10:27:27 -03:00
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
aedampir@gmail.com
3bde78b260
changed C# -> CSharp
...
tests refined
removed unsed usings
2016-09-12 13:59:31 +07:00
Ryan Gribble
3de5196016
everyone's always hatin' on the Tuple :p
2016-04-23 09:31:23 +10:00
Ryan Gribble
142ea7aa5c
Move exclusions to a new class, tested against the API and implemented all fields that passed tests for properly working exclusions
2016-04-01 00:01:50 +10:00
Ryan Gribble
a12e52891c
Rename NotLabels to ExcludeLabels
2016-03-30 22:31:23 +10:00
Ryan Gribble
78c77355e5
Add integration tests (including unskipping SearchAll test that should work now)
...
Fixup doc comments
2016-03-30 22:31:22 +10:00
Ryan Gribble
ccd2698ee0
Add tests for each search parameter
2016-03-30 22:31:21 +10:00
Mordechai Zuber
44304ca70b
use string per recommended style
2015-12-16 21:23:36 +02:00
Brendan Forster
c600ce832c
added tests to catch regression
2014-04-30 14:52:37 +08:00
Haacked
5430718c58
Add custom assert for readonly collection
2014-02-26 23:15:10 -08:00
Haacked
9eb14f3c51
Make readonly collections truly readonly
...
These methods actually returned mutable collections that happen
to implement the readonly interfaces. User could cast them to
the actual type and add things. I'd rather avoid even that
possibility by making these truly return readonly stuff.
2014-02-26 18:38:57 -08:00