nitcc: tests script return non-zero on failure (print is not enough)
[nit.git] / lib /
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 Terrasaconfig: Update to new INI api
2019-06-18 Alexandre Terrasaini: Update `package.ini` file
2019-06-18 Alexandre Terrasaini: Add a README with tests from the spec
2019-06-18 Alexandre Terrasaini: Rewrite lib so it follows the INI spec
2019-06-18 Alexandre Terrasagithub: Adapt Github loader to new `pop_logging` interface
2019-06-18 Alexandre Terrasapopcorn: Remove useless dependency between `pop_tracker...
2019-06-18 Alexandre Terrasapopcorn: Use `logger`
2019-06-18 Alexandre TerrasaIntroduce `logger`, a simple logging utility for Nit
2019-06-07 Jean PrivatMerge: concurrent_collections: Add implementation of...
2019-06-07 Jean PrivatMerge: lib/core/bytes: Add a redef of has method
2019-05-30 Jean Privatlib/core/stream: LineIterator use CachedIterator
2019-05-30 Jean Privatlib/core/collection: add `CachedIterator` to factorize...
2019-05-28 Florian Deljarrylib/core/bytes: Adding a redef of has method
2019-05-27 Florian Deljarryconcurrent_collections: Adding implementation of has...
2019-02-27 Alexis Laferrièreandroid: NitActivity and NitService use long to hold...
2019-02-27 Alexis Laferrièreandroid & benitlux: use NitObject in clients
2019-02-27 Alexis LaferrièreJava FFI: intro NitObject for references to Nit objects...
2019-02-26 Alexis LaferrièreJava FFI: extra_java_file annotation use full Java...
2019-02-21 Jean PrivatMerge: Ci: move services to specific hostnames
2019-02-21 Jean PrivatMerge: gitlab-ci: add android
2019-02-21 Jean PrivatMerge: curl: fix concurrent requests and intro shortcut...
2019-02-21 Jean Privatgitlab-ci: enable neo4j
2019-02-21 Jean Privatgitlab-ci: enable postgres
2019-02-20 Jean Privatmongo: use `mongo` instead of `localhost` by default
2019-02-20 Jean Privatantroid/README.md: add raw (for nitunit)
2019-02-18 Jean PrivatMerge: tests.sh: special case when running in gitlab_ci
2019-02-18 Jean PrivatMerge: lib&contrib: add some raw and nitish in READMEs
2019-02-18 Jean Privatlib: add some nitish to avoid service configuration...
2019-02-18 Jean Privatlib&contrib: add some raw and nitish in READMEs
2019-02-15 Alexis Laferrièreneo4j: remove unused curl handle (using a now private...
2019-02-15 Alexis Laferrièrepopcorn: there's no more a global curl handle, so this...
2019-02-14 Alexis Laferrièrecurl: intro shortcut methods `http_get` and `http_downl...
2019-02-14 Alexis Laferrièrecurl: the libcurl handle is initiated once per request...
2019-02-13 Alexis Laferrièrecurl: add some more doc
2018-12-28 Hugo Leblanclib/core: handling of plus (+) sign when using to_i...
2018-08-13 Jean PrivatMerge: src/model/model_index: model index uses BKTree
2018-08-13 Jean PrivatMerge: libevent: support UNIX domain sockets and add...
2018-08-07 Alexandre Terrasalib: fix unrecognized code blocks in doc units
2018-07-24 Alexis Laferrièrecore: fix typos in doc of CircularArray
2018-07-24 Alexis Laferrièrecore: fix typos in union_find
2018-07-19 Alexis Laferrièrelibevent: update package.ini tags
2018-07-19 Alexis Laferrièrelibevent: intro minimal usage example
2018-07-19 Alexis Laferrièrelibevent: add parallel test with TCP and UNIX domain...
2018-07-19 Alexis Laferrièrelibevent: rename `bind_to` to the more precise `bind_tcp`
2018-07-19 Alexis Laferrièrelibevent: code style tweaks and cleanup
2018-07-19 Alexis Laferrièrelibevent: add UNIX domain socket support to addrin_to_a...
2018-07-19 Matthieu Le Guellautlibevent: add UNIX domain socket support to libevent
2018-06-26 Jean PrivatMerge: src/doc/commands: clean commands hierarchy
2018-06-26 Jean PrivatMerge: lib/markdown2: introduce a new Markdown engine
2018-06-22 Alexandre Terrasalib/html: escape Bootstrap links titles
2018-06-21 Alexandre Terrasalib/markdown2: introduce `nitmd` client
2018-06-21 Alexandre Terrasalib/markdown2: introduce wikilinks parsing
2018-06-21 Alexandre Terrasalib/markdown2: introduce Github extended mode
2018-06-21 Alexandre Terrasalib/markdown2: introduce markdown rendering to LaTeX
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to Manpages
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to markdown
2018-06-20 Alexandre Terrasalib/markdown2: import tests from CommonMark spec
2018-06-20 Alexandre Terrasalib/markdown2: import tests from DaringFireball
2018-06-20 Alexandre Terrasalib/markdown2: add tests from issues
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering to HTML
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown rendering interfaces
2018-06-20 Alexandre Terrasalib/markdown2: add tests for markdown nodes location
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown base test services
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown block parser
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown AST inline parser
2018-06-20 Alexandre Terrasalib/markdown2: introduce markdown AST nodes
2018-06-20 Jean PrivatMerge: nitdoc: full rewrite
2018-06-20 Jean PrivatMerge: Windows: fix bootstrap
2018-06-20 Jean PrivatMerge: lib/trees: introduce BKTree
2018-06-19 Alexandre Terrasalib/vsm: default tfidf values are extracted from terms...
2018-06-19 Alexandre Terrasalib/vsm: factorize term increments
next