1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338
|
Revision history for Net-GitHub
1.05 2022-10-03 11:22:28 CST
- no code changes
1.04 2022-10-03 11:20:30 CST
- branch protection (jrmash)
1.03 2022-04-17 12:27:12 CST
- revert #102
- merge #111 (PF4Public)
1.02 2021-09-08 13:15:24 CST
- Add support for reviews #108 (jrmash)
1.01 2020-04-23 08:32:57 CST
- Add 'repos' to Orgs (atoomic)
- Basic generic iterator (atoomic)
1.00 2020-04-22 08:59:14 CST
- Basic GitHub actions API calls (atoomic)
0.99 2020-03-26 09:33:03 CST
- Use named parameters in API requests #95 (atoomic)
0.98 2020-03-19 09:29:14 CST
- rollback update_rate_limit since it requires permissions
0.97 2020-03-18 09:21:16 CST
- Fetch rate limit if it is not set. (toddr)
0.96 2020-03-06 15:39:32 CST
- add support for deprecation warnings #92 (grantm)
0.95 2018-03-30 14:49:06 CST
- Review Requests API became an official part of API v3 (waniji)
0.94 2018-02-23 09:15:32 CST
- Add item-per-item iteration (HaraldJoerg)
0.93 2018-01-06
- no code changes
0.92_01 2018-01-05
- fix accept_version
0.91 2017-12-11
- methods to the Orgs class to list outside collaborators and team maintainers (grantm)
0.90 2017-08-24
- Adding some Pagination helpers (warthog9)
0.89 2017-07-22
- rebuild
0.88 2017-07-22
- Add option to pass in OTP token (bentglasstube)
- Add support for review requests (waniji)
- Add two new methods for filter views of org members (grantm)
0.87 2017-05-23
- new GitHub GraphQL API
0.86 2016-12-03
- Add support for organization membership (alexm)
0.85 2016-09-01
- adding support for passing permission to add_team_repos #75 (allandrick, Leigh Hart)
0.84 2016-05-03
- fix json in upload_asset
- minor Doc fixes and CI (JJ)
0.83 2016-01-31
- Add the API for .gitignore templates (SkySymbol)
0.82 2016-01-12
- pod fix from Lucas Kanashiro
0.81 2015-12-28
- Add repo stats (jdorweiler)
0.80 2015-10-30
- Support Cache Response (Hiroki Matsuo)
0.79 2015-10-28
- depricated GET contributions_calander_data (Hiroki Matsuo)
0.78 2015-09-24
- Deployments (jdorweiler)
0.77 2015-06-07
no code changes
0.76 2015-06-07
- rate_limit, rate_limit_remaining, and rate_limit_reset (kimmel)
0.75 2015-03-26
- Corrected the documentation of IssueLabels-API to $labelsName by hoppfrosch
0.74 2015-03-13
- fix for gh 61
0.73 2015-03-06
- use JSON::MaybeXS instead of deprecated JSON::Any (Tim Vroom)
0.72 2015-02-08
- fix update_ref in gitdata (Mike Schilli)
0.71 2015-01-20
- When a query fails, include any additional error messages returned by the API,
in the croak message. (Neil Bowers)
- Make User-Agent header conform to RFCs (Zak Wilcox)
0.70 2014-10-08
add per_page in GET no matter it supports or not
0.69 2014-09-11
pass ua as the args so we can set up proxies for all
0.68 2014-08-30
Fixed URI encoding issue #52 (sillymoose)
0.67_01 2014-08-22
rewrite Net::GitHub::V3::Search (legacy methods is removed)
0.66 2014-07-31
"Unrecognized LWP::UserAgent options" warning (RT #97639)
0.65 2014-06-29
fix glob ref issue for perl < 5.14 (Alex Vandiver)
0.64 2014-06-27
use decoded_content on res in upload_asset (Alex Vandiver)
0.63 2014-05-30
fix pulls (RT 96068)
0.62 2014-05-27
formal release, no code changes
0.61_01 2014-05-20
from Any::Moose to Moo (github haarg (Graham Knop))
0.60 2014-05-16
filters in commits, delete repos etc.
0.59 2014-03-30
- upload_asset
0.58 2014-03-30
- Release API
0.57 2014-03-07
- POD fix (jotamjr)
0.56 2014-02-07
- Add Subscription methods. (Kevin Falcone)
0.55 2013-12-19
- remove JSON::XS requirements in Makefile.PL (no code changes)
0.54 2013-09-25
- $user->contributions (mikegrb)(Rev Michael Greb)
0.53 2013.09.01
- listing all public repos (kimmel)
0.52 2013.03.28
- Fix argument handling for pulls (dagolden)
0.51 2013.03.14
- move pod.t to xt and fix POD (RT 83926)
0.50 2012.11.28
- repos merging and statuses
- fix gist comments changes
- # TODO. Repos Contents, Activity Notifications
0.49 2012.11.28
- remove V2
- add search api
0.48 2012.11.15
- repackage
0.47 2012.11.07
- Documentation to demonstrate enterprise use (nebulous)
- Fix @_ vs shift bug for milestones (nebulous)
0.46 2012.05.07
- fix user emails (hdragolov (Hristo Dragolov))
0.45 2012.05.03
- pagination (ioanrogers (Ioan Rogers))
0.44 2012.04.12
- bump up version
0.43_02 2012.03.31
- Fixed small typo that breaks is_following, follow and unfollow (worr)
- tree functions to Net::GitHub::V3::GitData (worr)
0.43_01 2012.03.30
- NOTE: We will terminate API v1 and API v2 in 1 month on May 1st, 2012
(From https://github.com/blog/1090-github-api-moving-on)
- so V3 is default on now
- access_token can be created with Net::GitHub::V3::OAuth create_authorization
- OAuth API
- Events API
0.42 2012.03.23
- Fixed typo in Net::GitHub::V2::NoRepo.pm that crippled App::GitHub (worr)
0.41 2012.03.22
- still let V2 as default to make ppl using token happy
- api_throttle work with unauthenticated requests
0.40_04 2011.10.20
- fix Content-Type check by regex (V3)
0.40_03 2011.10.14
- Use utf8 => 1 for JSON::Any by default. (jamesronan (James Ronan))
- if you still want to use V2, pass version => 2
0.40_02 2011.09.29
- Orgs, Git Data and Gists
- code cleanup and built on-fly
0.40_01 2011.09.28
- access_token patch on V2 (c9s)
- V3 API by default (no backwards with V2, if you still want to stick with V2, pass version => 2)
- Note: Missing Orgs, Gists, Git Data (will be added in next version soon)
0.30 2011.08.27
- Default to GET method if we've no data to POST (Lubomir Rintel)
- repository update (Lubomir Rintel)
- Slow down with requests if we're approaching the rate limit (Lubomir Rintel)
- Make it possible to turn API errors into exceptions (Lubomir Rintel)
0.29 2011.05.07
always_Authorization for private respo
0.28 2011.03.06
use official GitHub API request instead of screen-scraping for 'comments' issues by spang (Christine Spang)
0.27 2011.02.17
requires HTTP::Request::Common; (RT 65787 by JQUELIN)
0.26 2011.01.20
fix Makefile.PL
0.25 2011.01.19
partial implementation of Pull Request API (doy)
0.24 2011.01.01
Organizations API (fayland)
update Auth to 'Basic Auth' (fayland)
0.23 2010.11.04
Moose has deprected 'excludes', '-excludes' is preferred (datamuc)
0.22 2010.05.26
token and login are really optional (franck cuny)
0.21 2010.05.18
try to load user and token from .gitconfig if not specified in
new (franck cuny)
0.20 2010.01.27
add languages support to repositories api (franck cuny)
0.19 2009.09.05
Bugfix: Send delete token to GitHub, not obj hash (spang)
0.18 2009.06.14
Switch to Any::Moose from Moose (Jesse Vincent)
Issue comments (sunnavy)
0.17 2009.05.19
use 'https' for user->update, issue->comment etc.
0.16 2009.05.19
fix the role (Chris Nehren)
0.15 2009.05.16
Refactored role support. (Chris Nehren)
Copy $repo->list to $user->list where it makes more sense (and doesn't
require a repo object). (Chris Nehren)
0.14 2009.05.15
Users pod fix
0.13 2009.05.15
Refactor the role system to be finer-grained based upon whether a class
needs repo access or not. (Chris Nehren)
0.12 2009.05.01
Commits.pm sub file default branch as 'master'
Strip the leading '/' from paths provided to get_json_to_obj* methods (bingos)
make_immutable inline_constructor => 0
0.11 2009.4.21
deal with 404
0.10 2009.4.21
owner/repo/login/token are 'ro' to avoid bug
fix user->update
0.09 2009.4.21
issues pod tweak by c9s
search issues and comment issues (new API)
0.08 2009.4.19
bug fix
0.07 2009.4.19
make 'owner' and 'repo' is => 'rw' for App::GitHub
0.06 2009.4.18
http://github.com/api/v2/ (API are changed)
0.05 2009.3.11
pod fix
0.04 2009.3.10
use WWW::Mechanize::GZip
add N::G::Project::Wiki and Downloads
Wiki new_page/edit_page/edit_or_new
Downloads downloads
0.03 2009.3.9
add login in Net::GitHub::Role
pod updates, bug fixes and API enhancement
0.01 2009.3.8
First version, released on an unsuspecting world.
|