Commit Graph

2537 Commits

Author SHA1 Message Date
Pedro Piñera 1edc14d4c9 Print errors during the compilation of XCFrameworks 2020-04-02 12:41:27 +02:00
Pedro Piñera 5c798e6152 Add note to the scratch document 2020-04-02 12:41:27 +02:00
Pedro Piñera 4e71b8104f Print errors when the commands are signaled 2020-04-02 12:41:27 +02:00
Pedro Piñera 18a44f848a Don't hash frameworks that have a dependency with XCTest 2020-04-02 12:41:27 +02:00
Pedro Piñera Buendía 185e713e26
Merge pull request #1176 from tuist/rename-udependencies
Some polishing in the uFeatures documentation
2020-04-02 10:36:11 +02:00
Pedro Piñera Buendía 4f06d8ee89
Merge branch 'master' into rename-udependencies 2020-04-02 10:32:39 +02:00
Pedro Piñera Buendía ab91a63461
Merge pull request #1177 from tuist/remove-file-if-exists
Only delete file if it exists
2020-04-02 10:32:13 +02:00
Pedro Piñera Buendía 1b4b4cefe2
Merge pull request #1178 from tuist/map-graph
Add ProjectGeneratorGraphMapping protocol and use it from ProjectGenerator
2020-04-02 10:29:32 +02:00
Pedro Piñera Buendía 15ed9d7f57
Merge branch 'master' into map-graph 2020-04-01 20:26:38 +02:00
Pedro Piñera Buendía 35ad2dcc5b
Merge pull request #1174 from tuist/cloud-auth
Cloud authentication business logic
2020-04-01 20:15:52 +02:00
Pedro Piñera 1b56653a20 Update CHANGELOG 2020-04-01 19:27:49 +02:00
Pedro Piñera 794d71b47c Add tests 2020-04-01 19:23:33 +02:00
Pedro Piñera 923a290fb7 Define ProjectGeneratorGraphMapping and some utility classes that conform the protocol 2020-04-01 19:13:17 +02:00
Pedro Piñera 465aa95585 Fix compilation 2020-04-01 19:03:03 +02:00
Pedro Piñera 5d53489c96 Update CHANGELOG 2020-04-01 18:42:59 +02:00
Pedro Piñera ffd63e3890 Only delete file if it exists 2020-04-01 18:40:33 +02:00
Pedro Piñera 0218ec716c address comments 2020-04-01 18:30:20 +02:00
Pedro Piñera 05882a52e0 Update CHANGELOG 2020-04-01 18:21:51 +02:00
Pedro Piñera 550a1bf6e3 Update documentation 2020-04-01 18:21:37 +02:00
Pedro Piñera 9b016b07a7 Implement authentication logic 2020-04-01 18:21:37 +02:00
Pedro Piñera 374ef91d6b Implement CloudHTTPRequestAuthenticator 2020-04-01 18:21:37 +02:00
Pedro Piñera 995492e59e Implement CloudTokenProvider utility 2020-04-01 18:21:37 +02:00
Pedro Piñera 1ba8f46dff Implement MockHTTPRedirectListener 2020-04-01 18:21:37 +02:00
Pedro Piñera 57856f053f Change CredetialsStore API 2020-04-01 18:21:36 +02:00
Pedro Piñera b0d9af5f40 Implement CredentialsStorer 2020-04-01 18:21:36 +02:00
Pedro Piñera 1d82cc889b Add HTTPRedirectListener utility 2020-04-01 18:21:36 +02:00
Pedro Piñera 5767907f95 Create TuistCloud package 2020-04-01 18:21:36 +02:00
Pedro Piñera 6b242d867d Update CHANGELOG 2020-04-01 18:19:58 +02:00
Pedro Piñera c56324976f Add a link to the example app 2020-04-01 18:17:49 +02:00
Pedro Piñera 6576489b96 Rename uDependencies to uFeatures 2020-04-01 18:03:43 +02:00
Marek Fořt 65c7f2636d
Merge pull request #1127 from tuist/ciphering
Encrypt/decrypt command
2020-03-31 22:11:13 +02:00
Marek Fořt 58f8107cc2 Merge remote-tracking branch 'origin/master' into ciphering 2020-03-31 21:30:53 +02:00
Marek Fořt e0607884b0 Expand SigningCommand overview. 2020-03-31 21:29:37 +02:00
Marek Fořt 07401e628d Add switch to error type. 2020-03-31 21:29:02 +02:00
Marek Fořt 16f320cd4f Change master.key location. 2020-03-31 21:28:19 +02:00
Pedro Piñera Buendía 25cfaf0a30
Merge pull request #1173 from tuist/version-1.5.4
Version 1.5.4
2020-03-31 18:57:22 +02:00
Pedro Piñera 60318524e0 Some style fixes 2020-03-31 17:54:20 +02:00
Pedro Piñera 8baa605dd5 Update the RELEASE process 2020-03-31 16:44:27 +02:00
Pedro Piñera e4c6da6773 Version 1.5.4 2020-03-31 16:42:38 +02:00
Pedro Piñera fe02b98f36 Concatenate all the standard output events when parsing manifests 2020-03-31 16:39:04 +02:00
Pedro Piñera d671f40063 Add a note to the scratch document 2020-03-31 16:38:52 +02:00
Pedro Piñera d83d73ffcb Version 1.5.3 2020-03-31 12:57:29 +02:00
Pedro Piñera Buendía ec380c1f03
Merge pull request #1160 from tuist/dependabot/npm_and_yarn/website/remark-slug-6.0.0
Bump remark-slug from 5.1.2 to 6.0.0 in /website
2020-03-31 12:52:42 +02:00
Pedro Piñera Buendía cc675868f4
Merge pull request #1162 from tuist/dependabot/npm_and_yarn/website/prettier-2.0.2
Bump prettier from 1.19.1 to 2.0.2 in /website
2020-03-31 12:52:29 +02:00
Pedro Piñera Buendía 1f9a4469ed
Merge pull request #1172 from tuist/generate-test-file
Generate a tests file
2020-03-31 12:51:13 +02:00
Pedro Piñera 53ff4acc75 Update CHANGELOG 2020-03-31 12:00:20 +02:00
Pedro Piñera e5d617004c Generate a tests file 2020-03-31 11:54:24 +02:00
Pedro Piñera Buendía 2bd39046b6
Print errors that arise when parsing the manifest (#1125)
* Print errors that arise when parsing the manifest

* Some style fixes

* Update the CHANGELOG

* Revert fixture change

* Add acceptance test
2020-03-31 09:08:06 +02:00
Pedro Piñera Buendía ce75b4f0a9
Merge pull request #1171 from tuist/gitignore_derived
Add Derived folder to .gitignore
2020-03-30 20:36:54 +02:00
Marek Fořt 8a4649c41b Merge branch 'master' into ciphering 2020-03-30 18:53:04 +02:00