README: document nit_env.sh
[nit.git] / lib / github /
2015-10-16 Alexandre Terrasalib/github: introduce `Issue::is_pull_request` method
2015-10-16 Alexandre Terrasalib/github: add setters to all github api entities...
2015-10-16 Alexandre Terrasalib/github: better type safety on json accesses
2015-10-16 Alexandre Terrasalib/github: remove `to_s` on nullable warnings
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-08 Jean Privatlib/github: fix link to github doc in comment
2015-08-30 Jean Privatcontrib&lib: introduce .ini for projects maintained...
2015-08-21 Jean Privatlib/github: use new github repo nitlang/nit in doc...
2015-08-07 Jean Privatlib: make some classes abstract
2015-08-05 Jean Privatlib/github: can connect without OAuth token
2015-07-07 Alexandre Terrasagithub: enhance Github documentation as example for...
2015-06-07 Alexis Laferrièrelib/github: update use of Curl
2015-05-08 Jean Privatlib/github: add `Comment::is_ack` to detect acknowledgments
2015-04-08 Jean Privatcode: remove useless `or else` now that they are detected
2015-02-21 Alexis Laferrièrelib/github: deactivate assert in broken nitunit
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-02-03 Alexandre Terrasagithub/api: add `search_issue` service in Repo
2015-02-03 Alexandre Terrasagithub/api: move `html_url` to GithubEntity since it...
2015-02-03 Alexandre Terrasagithub/api: return an empty list instead of crashing...
2015-02-03 Alexandre Terrasagithub/api: uniformize `load_issue_event` implementatio...
2015-01-27 Jean PrivatMerge: lib/github: uses nitcorn to listen Github hook...
2015-01-23 Jean PrivatMerge: lib/github: implements caching to maximize rate...
2015-01-22 Alexandre Terrasalib/github: uses nitcorn to listen Github hook events.
2015-01-22 Alexandre Terrasalib/github: implements caching to maximize rate limit.
2015-01-17 Alexandre Terrasalib/github: introduces Github hook events
2015-01-13 Alexandre Terrasalib/github: handles github files
2015-01-13 Alexandre Terrasalib/github: handles diff comments
2015-01-13 Alexandre Terrasalib/github: handles github contributor stats
2015-01-13 Alexandre Terrasalib/github: handles github issue events
2015-01-13 Alexandre Terrasalib/github: handles issue comments
2015-01-13 Alexandre Terrasalib/github: handles commit comments
2015-01-13 Alexandre Terrasalib/github: introduces comment abstraction
2015-01-13 Alexandre Terrasalib/github: factorize load_from_github behavior.
2015-01-13 Alexandre Terrasalib/github: uniformize assertions in examples.
2015-01-12 Alexandre Terrasalib/github: handles pull requests
2015-01-12 Alexandre Terrasalib/github: handles issues
2015-01-08 Alexandre Terrasalib/github: handles milestones
2015-01-08 Alexandre Terrasalib/github: handles labels
2014-12-20 Alexandre Terrasalib/github: handles commits
2014-12-20 Alexandre Terrasalib/github: handles branches
2014-12-19 Alexandre Terrasalib/github: fixes GithubAPI::get documentation
2014-12-17 Alexandre Terrasalib/github: introduces object oriented interface for...
2014-12-17 Alexandre Terrasalib/github: introduces GithubCurl::get_and_parse to...
2014-12-13 Jean PrivatMerge: Github API renaming and group creation
2014-12-12 Alexandre Terrasalib/github: add test suite for github_curl
2014-12-12 Alexandre Terrasalib: introduce github group