Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / github /
2019-07-12 Alexandre Terrasagithub: Remove old logging
2019-07-12 Alexandre Terrasagithub: Clean `get_contributor_stats`
2019-07-12 Alexandre Terrasagithub: Kill `github_curl`
2019-07-11 Alexandre Terrasagithub: Introduce `get_pull_comments`
2019-07-11 Alexandre Terrasagithub: Rename `ReviewComment` in `PullComment`
2019-07-11 Alexandre Terrasagithub: Rename `get_review_comment` in `get_pull_comment`
2019-07-11 Alexandre Terrasagithub: Introduce `get_commit_status`
2019-07-11 Alexandre Terrasagithub: Repo::default_branch can actually be null...
2019-07-11 Alexandre Terrasagithub: GithubWallet uses logger
2019-07-11 Alexandre Terrasagithub: GithubWallet uses optional attributes
2019-07-11 Alexandre Terrasagithub: Add mock testing for GithubWallet
2019-07-11 Alexandre Terrasagithub: Clean GithubAPI deserialization
2019-07-11 Alexandre Terrasagihtub: Remove ISODate
2019-07-11 Alexandre Terrasagithub: Remove GithubEntity
2019-07-11 Alexandre Terrasagithub: Decouple API from responses instances
2019-07-11 Alexandre Terrasagithub: Remove method `GithubAPI::get_branch_commits`
2019-07-11 Alexandre Terrasagithub: `search_issues` returns a SearchResults
2019-07-11 Alexandre Terrasagithub: Remove `get_repo_last_issue`
2019-07-11 Alexandre Terrasagithub: Refactorize array requests
2019-07-11 Alexandre Terrasagithub: Rename `GithubAPI::load_` methods in `get_`
2019-07-11 Alexandre Terrasagithub: Move deserialization process to `get`
2019-07-11 Alexandre Terrasagithub: Decouple GithubAPI from `GithubCurl`
2019-07-08 Alexandre Terrasagithub: API use new constructors
2019-07-03 Jean PrivatMerge: Mock Github API tests
2019-07-03 Jean PrivatMerge: Follow the INI specification
2019-07-03 Alexandre Terrasagithub: Switch GithubAPI examples to `nitish`
2019-07-03 Alexandre Terrasagithub: Fix `GithubAPI::load_repo_branches`
2019-07-03 Alexandre Terrasagithub: Add mock api testing
2019-06-20 Alexandre Terrasaloader: Update to new INI api
2019-06-18 Alexandre Terrasagithub: Adapt Github loader to new `pop_logging` interface
2019-02-20 Jean Privatmongo: use `mongo` instead of `localhost` by default
2019-02-18 Jean Privatlib: add some nitish to avoid service configuration...
2018-06-10 Alexandre Terrasalib/github: fix README commands
2018-05-15 Alexandre Terrasalib: add some manpages generated with `nitpackage`
2018-05-15 Alexandre Terrasalib: add two examples of Makefile generated by `nitpackage`
2018-05-11 Alexandre Terrasalib/github: define better `tool_description` for loader
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-09-06 Alexandre Terrasalib: migrate nitunits to annotations
2017-05-12 Alexandre Terrasalib/json: remove Jsonable and replace it by Serializable
2017-02-20 Alexandre Terrasalib/github: introduce loader
2017-02-20 Alexandre Terrasalib/github: fix deserialization of empty branch arrays
2017-02-13 Alexandre Terrasalib/github: fix api pull request
2017-02-13 Alexandre Terrasalib/github: fix api milestone
2017-02-13 Alexandre Terrasalib/github: fix Commit api for users
2017-02-13 Alexandre Terrasalib/github/curl: fix error message matching
2016-12-05 Alexandre Terrasatests: fix nitrpg tests
2016-11-28 Alexandre Terrasalib/github: load more user data
2016-11-04 Alexis Laferrièrelib/github: update for Github API changes
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-09-16 Alexis Laferrière*: update redefs of `to_json`
2016-08-26 Jean PrivatMerge: Tools use model index
2016-08-25 Alexandre Terrasanitdoc: use model index
2016-08-25 Alexandre Terrasalib/github: make `PullRef::repo` nullable.
2016-08-19 Alexandre Terrasalib/github: check if an Issue is linked to a PullReques...
2016-08-19 Alexandre Terrasalib/github: fix issue comments loading
2016-08-14 Alexandre Terrasalib/github: use serialization
2016-08-09 Jean PrivatMerge: Popcorn auth
2016-08-08 Alexandre Terrasagithub_api: load user from access_token
2016-08-08 Alexandre Terrasalib/github: introduce GithubWallet
2016-04-20 Alexandre Terrasalib: fix more call on nullable receiver warnings
2015-12-08 Jean Privatcode: explicitly call init in some named constructors
2015-11-29 Alexandre Terrasagithub: save Github events ids.
2015-11-28 Alexandre Terrasagithub/api: avoid crashes with unparsable responses
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
next