Tags: nerdishbynature/octokit.swift
Tags
Extend the Pull Request API (#195) * - Extend PullRequest to read and create pull request review comments (regular comments as well as comments to specific commits / line numbers) - Add support for fetching requested reviewers (users and teams) for a Pull Request - Fix lint warnings * Team.swift was missing in the xcodeproj
Async notifications support + added endpoints (#183) * Add support for async await on all notification endpoints * Updated documentation and added mark notification thread as read/done methods * removed id from Subject, as it does not have one * Formatting + added constructors * Added async tests * lint * lint * more linting
Make Octokit build with Linux (#69) * Remove not used Color extension * Duplicate Models to compile also with Linux * Added allTests property to make the tests executable also on Linux * Updated .travis.yml to use also Linux * Renamed travis scripts * Use the correct Script folder name * Updated permissions for travis scripts * Use swift version 4.2 on Linux * Added LinuxMain.swift * Try to make swift find LinuxMain file * Update LinuxMain permissions * Reverse 21892d6 * Updated macos install script * install bundler on macos * Use SPM default test location to make it find LinuxMain.swift * Fixed defaultTestSuite compilation issue for macOS and tvOS * Set correct path to the Tests info.plist * Don't use Bundle(for:) on Linux * Not use the Bundle at all on Linux * Make tests compile * Remove all the other Bundle(for:) calls on Linux * Fix: Use resourceName * Find files also on Fixtures folder * Remove objc compatibility * Remove spaces from User.swift file
PreviousNext