Commit Graph

30 Commits

Author SHA1 Message Date
Aaron Sky 135510dcb9 Resources now declare their required API versions, making GraphQL support a little cleaner 2020-05-19 08:42:25 -04:00
Aaron Sky 47687d66d0 Fixes a crashing URL test on Linux
Apparently, Foundation's URL#appendingPathComponent crashes cryptically on Linux
if you pass it an empty string. Isn't that fun?
2020-05-19 01:35:07 -04:00
Aaron Sky 59d1044c08 Added missing imports to fix Linux build 2020-05-19 01:10:54 -04:00
Aaron Sky 97b8cdd247 Preliminary GraphQL support :o 2020-05-19 01:08:22 -04:00
Aaron Sky 3f610742f2 All Resources now declare content, making specialziation easier 2020-05-16 10:40:45 -04:00
Aaron Sky 2ac2bbf9c8 a command's name can be null too 2020-05-16 10:06:00 -04:00
Aaron Sky 1526e2af23 Added state property to Job.Command 2020-05-15 21:55:39 -04:00
Aaron Sky 733abbf786 Builds and jobs can sometimes be missing a scheduledAt date 2020-05-14 08:23:17 -04:00
Aaron Sky 6e6a8af44e ran swiftlint 2020-05-08 13:17:46 -04:00
Aaron Sky fd055faf61 Revert "Trying this thing out to get String decoding on Linux working"
This reverts commit 726b70cab9.
2020-05-08 13:16:59 -04:00
Aaron Sky 726b70cab9 Trying this thing out to get String decoding on Linux working 2020-05-08 13:15:14 -04:00
Aaron Sky caa056b706 Removed support for alternative LogOutput formats on Linux due to JSONDecoder deficiencies 2020-05-08 12:44:01 -04:00
Aaron Sky 9481c26290 Added support for Buildkite's JSON errors, and wrote more tests for pagination 2020-05-08 10:06:46 -04:00
Aaron Sky 2865672821 Added some notes for URLs that are associated with Buildkite APIs 2020-05-07 22:47:21 -04:00
Aaron Sky 27d6c43c4f Made most models Identifiable for convenience with SwiftUI 2020-05-07 22:30:57 -04:00
Aaron Sky cf4603db2f Made exitStatus nullable 2020-05-07 21:10:07 -04:00
Aaron Sky ed0860a77a Revised approach to pagination – now the options are fed through the client instead of the resource 2020-05-07 17:54:28 -04:00
Aaron Sky 9a4534edf4 Made Pagination properties easier to discern via protocol 2020-05-07 15:50:00 -04:00
Aaron Sky ab1946d778 Added Teams endpoint, and fixed file header copyrighting 2020-05-07 00:24:33 -04:00
Aaron Sky 7fbff87651 Actually return properly EnvVar deserialization 2020-05-06 09:30:03 -04:00
Aaron Sky 9dd8018e36 Corrected some deserialization issues in pipelines 2020-05-06 09:27:22 -04:00
Aaron Sky 452da6b3cc Fixed a bug where query strings would not be represented correctly if the array contained only one item 2020-05-05 20:59:47 -04:00
Aaron Sky 1684bd01ac Represent build state as an enum 2020-05-05 20:42:54 -04:00
Aaron Sky abd8cb2188 Made it possible to query builds by multiple states 2020-05-05 20:20:57 -04:00
Aaron Sky 1b2c7472fa Basic pagination support 2020-05-05 16:52:20 -04:00
Aaron Sky fa81cfdf2c Encode library version into the user agent 2020-05-05 14:38:04 -04:00
Aaron Sky 7109360feb Added license and updated README 2020-05-05 13:48:05 -04:00
Aaron Sky 9dec32304b Fix a class of errors compiling on linux 2020-05-05 13:16:28 -04:00
Aaron Sky b4743e9b60 GitHub Actions? 2020-05-05 13:08:55 -04:00
Aaron Sky 880af3d578 Initial commit 2020-05-05 12:44:23 -04:00