Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tuist/tuist

Tuist's CLI
https://github.com/tuist/tuist

Merge contribution documents into the repository (#229)

* Merge contribution documents into the repository

* Add missing sentence

* Update changelog

f57dbd247d5272e6da57472c81471ef64c03a1dc authored almost 6 years ago
Merge pull request #225 from tuist/fix-swift-4.2-buildsetting

Change the swift version to 4.2

77632b28dc1d0236856e9b8bcdca5c4012747bc8 authored almost 6 years ago
Update CHANGELOG.md

e455cef38224ea39452dadef578a5193d526e951 authored almost 6 years ago
Fix swift 4.2 compile error inside of fixture tests

8e0ffcf72ed588a2c355246cc57dfd05bbf11a30 authored almost 6 years ago
Change the swift version to 4.2

Why:

* 4.2.1 is an invalid specification for SWIFT_VERSION.

840035b9476570d90e1ee28b7fd4978d254e474c authored almost 6 years ago
Generate a scheme with all the project targets (#226)

* Generate project scheme

* Test the generation of the project scheme

* Sort the targets b...

92f37c439015a7f8b95935474a351dfeb2843c43 authored almost 6 years ago
Rename manifest group and target (#227)

* Rename the group and the target that includes the manifest file

* Name the group Manifest
...

d6ae3e478356faa980c6532dc259168efd09979d authored almost 6 years ago
Remove up attribute from the Project model (#228)

* Remove up attribute from the Project model

* Don't include the up attribute in the manifest...

f945cf628100352b1e6c32b5af5c63373617a130 authored almost 6 years ago
Update managing-versions.md

515e8d987102fbd18c8713e2ab38cab214789094 authored almost 6 years ago
Update dependencies.md

bddc4b6b070a938f52bd621a40c7bb287ea363b6 authored almost 6 years ago
Update up.md

8c746098fbc2afd526633432bb867d11e769b4e5 authored almost 6 years ago
Add FAQ document (#223)

* Add frequently asked questions document

* Addres comments

* Update CHANGELOG

3ee10e7ac5f94244117b5276f39dbaf9a65391d4 authored almost 6 years ago
Introducing `TuistGenerator` (#224)

- Adding a new library `TuistGenerator` with stubbed implementation

Test Plan:

- Ensure Tu...

710a32c1423c2ffec2d8c86062fc21f464b39a46 authored almost 6 years ago
Add acceptance tests for generate command (#208)

* Add integration tests for an app with 2 dynamic frameworks

* Add acceptance test for missin...

ba113712244efa66eb38435571909975b5650797 authored almost 6 years ago
Fix most recent changelog entry

ba617cb1b3212fdabd77e82133826321bd72b73a authored almost 6 years ago
Version 0.11.0

80bcc38a20a650c3580223d639ed48e6ab56f8b7 authored almost 6 years ago
Merge branch 'merge-documentation'

8e237afdf9dbf62a4db4f12227af55522129eb7b authored almost 6 years ago
Some adjustments

612cedfc4004eaa0f541eb513f8f950b475c79dc authored almost 6 years ago
Merge documentation (#222)

* Dete the documentation that was generated by jazzy

We don't see value in generating documen...

b95950ad9fa9703c738cc557f3d6da337704f23b authored almost 6 years ago
Address comments

d6eac17156656c2c2da64da665a97366892f0e4e authored almost 6 years ago
Update CHANGELOG

88bc062d359552f009a94fe47bac7f5214b4badc authored almost 6 years ago
Merge documentation from the documentation repository

0ff4f342b08312264f37f6d3b584c23f88a4dcc1 authored almost 6 years ago
Remove the step to generate the documentation from the release steps

6347b6b7b7ecde960c00db5e4e2761abba56bcfd authored almost 6 years ago
Delete references to Open Collective and include a documentation section that lets user know about the documentation folder.

330e7076a7584f172b5ff9fa3abcbfabd22c2148 authored almost 6 years ago
Dete the documentation that was generated by jazzy

We don't see value in generating documentation for internal interfaces so we decided to remove t...

1fe90db9a988e3c500001aa1326f436ac8cec1f5 authored almost 6 years ago
Lint that the bundle identifier has the right format (#219)

* Lint that the bundle identifier has the right format

* Narrow down the set of characters

...

a54bf488f475371114eadfa4e3fe2372fd364a1d authored almost 6 years ago
Fail init command right away if the directory is not empty (#218)

* Fail init commanad right away if the directory is not empty

* update changelog

b622131d846565bef613f60a7f2f1cdbda552e7e authored about 6 years ago
Add Rubocop (#216)

* Add Rubocop

* Add Danger check

* Update CHANGELOG

ddb9123c345e63d8c378145b4714869f4d0ef030 authored about 6 years ago
Danger warn that reminds contributors to update the docuementation (#214)

* Warn if sources have been modified letting developers know that they need to update the docume...

f026efd6272d6001b6c6170055657ee5fbf0732c authored about 6 years ago
Fix swiftlint issues and make sure it runs on CI (#213)

* Add rake task to run swiftlint and correct some issues

* Fix all linting issues

* Add ch...

9c84bb0c82c860b70a2d3d467521c1bb4bfe31ab authored about 6 years ago
Extract up command from the project graph (#207)

* Adding integration tests for up

- Introduced new up cucumber test
- Fixed an issue with `S...

aa0cdd3eec35e5f71ff6fd6eca3c3e642706674d authored about 6 years ago
Resolve failing unit tests resulting from a bad merge (#206)

361c36661a186c57c9cd6a330d68f556548d3e44 authored about 6 years ago
Manage Transistive Static Library Dependencies (#168)

710c464d861ef2455275d6fcd03b1aec155bffb7 authored about 6 years ago
Add instructions to install it by using Mint

db6812a244fea60005f4670ee788367f1e402ebe authored about 6 years ago
Add some tests (#191)

4faf84c8385ab26d258160d5a411ebb464e24558 authored about 6 years ago
Support for scheme environment variables (#189)

* Add environment attribute to the Target manifest

* Add environment attribute to the Target ...

b237b2fa0bc38490bd236ff34492b99733bd0e22 authored about 6 years ago
Deprecate yaml and json manifests (#190)

* Deprecate JSON and YAML manifests

* Add tests

* Deprecate JSON and YAML manifests

330b7727d9216946a85072cbfc0e5be242a6d696 authored about 6 years ago
Schemes generation (#188)

* Return GeneratedProject from ProjectGenerator

* Add Launch, Profile, Analyze and Archive ac...

9137e48f03dcfbef39a1602ff2e1bcc4916109d3 authored about 6 years ago
Add Danger (#186)

* Add Danger

* Add Swiftlint check

* Execute Danger earlier

* Fix Dangerfile

* Move ...

fb176437b7e710771fc52de30c8e3e02203aa122 authored about 6 years ago
Use binary name instead of absolute path in the embed frameworks build phase (#185)

* Use binary name instead of absolute path

* Update CHANGELOG

* Remove unused resourceLoca...

86a31fa0b878b51f5f1ae0f1f8fb7489cccb228e authored about 6 years ago
Bump Package.resolved

385076c0f95cd42d4b75deb056477fe17c9f440f authored about 6 years ago
Fix issue with tuistenv removing the format when running the underlying tuist

60cd8b3bbabb65b1255f1a550adef1818ef86ee6 authored about 6 years ago
Replace SwiftShell and use SPM.Process (#181)

* Refactor the project to use the SPM Process class

* Fix tests

* Fix printer

0d33599af615d005cb9052176ae66cdcfe39319d authored about 6 years ago
Fix issue with interruption signals not being propagated

5c2dc30e15d7ebeec6e2b964ccbb2d2ef5e48376 authored about 6 years ago
Version 0.10.2

64a38278beba5cbe570dfbcce3c9112b250ec668 authored about 6 years ago
Use the patch version of SwiftShell (#180)

* Use the patch version of SwiftShell

* Update CHANGELOG

* Fix repository url

* Regener...

25de26f07577dd263c506401833ae0283dcbf8af authored about 6 years ago
Version 0.10.1

6ab6d83b637508576d15e9f5387921e056c7eb68 authored about 6 years ago
Remplace ReactiveTask with SwiftShell (#179)

* Remplace ReactiveTask with SwiftShell

* Update CHANGELOG

* Remove Result import

* Fix...

3571783ad2eb991f20c2b8fb887cdb7fc102804d authored about 6 years ago
Update changelog

aa7c363bd202734b511a1918fa2477bdb5c63265 authored about 6 years ago
Update Package.resolved

0d51ad9e5ee83a590f76b8d7fda00659bac7190b authored about 6 years ago
Version 0.10.0

7eee044da58bf672673712e3cd24205a8170ec7a authored about 6 years ago
"tuist up" command (#158)

* Define force argument

* Add documentation

* Update Installer to accept force installs

...

5bf812df448c17f838dbadfbc514e813ae0623f9 authored about 6 years ago
Support cpp source files (#178)

* Support cpp source files

* Add update to the CHANGELOG file

* Include support for .c sou...

0d6f5df4d683aa053e991939272505f08c724f71 authored about 6 years ago
Don't add the Playgrounds group if there are no playgrounds (#177)

* Don't generate the Playgrounds group if the directory contains no Playgrounds

* Add tests
...

339561a7e2c4fbc457358c03b52a188aec4a85df authored about 6 years ago
Add license scan report and status (#171)

Signed-off-by: fossabot <[email protected]>

57b98977d28f2c2e2b6e7750805e6108fa93b1ef authored about 6 years ago
Bump Xcode version used on CI (#167)

cbfb790887d0e35ce11be0dd63cd0dd9d4bf2e92 authored about 6 years ago
Version 0.9.0

12dfe29b698189e47dac04d67ee231c8634459fa authored about 6 years ago
Generate all configurations (#165)

* Gitignore TODO

* Generate both, Debug and Release configuration

* Add CHANGELOG entry

a55c7e7cebc2c0682c24b1748bc1096cc72ab4d1 authored about 6 years ago
Add acceptance tests (#166)

* Gitignore TODO

* Configure acceptance tests

* Add CHANGELOG entry

790d254306165e7da93ba9f84e55fcc2ab990c75 authored about 6 years ago
Git ignore TODO.md

d9c65118eab12a01ddcd5bf19a8b19dd3b880a83 authored about 6 years ago
Update README.md

0eb2b983ba2537c593526e3d57d3bc806ba28f8f authored about 6 years ago
Fix the files and groups sorting order (#164)

* Gitignore TODO

* Sorten files and groups before adding them to the project

* Test it

...

25d57ab830b1c80ba158517bade5b6b11a120923 authored about 6 years ago
Update README.md

a7c146c24a2c92a5c08ca8661e033ad6e13672d6 authored about 6 years ago
Update README.md

41f6d1794ae7e42a9e817df044570a383e821ad1 authored about 6 years ago
Add force flag to the update and install command (#157)

* Define force argument

* Add documentation

* Update Installer to accept force installs

...

30ff33c3cc398dd89a306e632bfd11d6c6325657 authored over 6 years ago
Release/0.8.0 (#155)

* Version 0.8.0

* Add Changelog entry

3a15268a32a5f462c44ea419118ab8db5caa8df5 authored over 6 years ago
Rename logo

71f4a1fbbb2ab723e1303514081f09da5e41cfff authored over 6 years ago
Align to the left

2835dc726c7a6ec96140fd1436d6f2d9383b7ed2 authored over 6 years ago
Add logo back

4fef8cf9a1599d691cd3bbb11ae546bb482f5a24 authored over 6 years ago
Update README.md

5c1ca61f92aa6a17eff33cc4add919dbaf3406d4 authored over 6 years ago
Add Open Collective references (#152)

8854d53a85ffaaa810f99b3c8cdde5e1ae0dce5c authored over 6 years ago
Remove module loader (#150)

* Remove module loader

* Remove tests

* Remove module loader

6238db8487ce5566697f02340e664fbf96305931 authored over 6 years ago
Regenerate documentation

b1a8d2dbb44418640ac06df88f8bfb7a7d5c9fca authored over 6 years ago
Move core back to the project

c124028bfdd314d1973c8ab6d9676f441ef2f89a authored over 6 years ago
Generate projects in a DerivedProjects directory (#146)

* Add option to generate the projects and workspaces in the ~/.tuist/DerivedProjects directory
...

8fcbe8bc3f389e40531177a555e413e999d200ca authored over 6 years ago
Fix typo

41dff04ae9e3c73302dd2e793e2cc814b97f03ae authored over 6 years ago
Change the generate documentation step

6f0d61616ba2f4a78f6eebd7f4e2e8dabe019035 authored over 6 years ago
Version 0.7.0

f9839099dbd9e7507a46e9120ec0ed52b78929d5 authored over 6 years ago
Update CHANGELOG

6e1e604ea1b66f9d1860e1bd6849a57dc5e63a9b authored over 6 years ago
Add support for actions (#136)

* Create ProjectDescription model

* Add TargetAction to the TuistKit framework

* Lint targ...

23483a22246ff7ae67e9902d0a6efbf217b65e84 authored over 6 years ago
Bump core version

f7c2ca7cf94b442a107c01980290960270124469 authored over 6 years ago
Move Constants from TuistCore to TuistShared (#143)

96a17b159408b4fec95444b5a52a4582d7afaa49 authored over 6 years ago
Extract Core into its own repository (#141)

57159867b5b8cc9135eb4668cc56b6d51065c0e7 authored over 6 years ago
Regenerate documentation

83f4476ef4f724a28b82afd705559c52d85e827c authored over 6 years ago
Change install script

4091bb6db0ddbb3d64cd7163a5710379a7962b74 authored over 6 years ago
Update README.md

ee17c4b7040f33ef11e15a9383384fe794bb7b60 authored over 6 years ago
Add more emojis

dd222cc5558e130f180e299a36b8372a7a562a66 authored over 6 years ago
Add emojis

f81a728507a2f9e6204c73afc968967f2cec8cd4 authored over 6 years ago
Improve README

5a0e5b44a631173c9da98c5bd60b5edc24f63347 authored over 6 years ago
Add Slack badge

f90a410942dd131edc7adf73145eee65b4a9531f authored over 6 years ago
Improve script output

ce6eb781fff70a1cc4110fe57a66e9b3d8c43236 authored over 6 years ago
Fix install script

f49930b657f50868fe32f3658eb7a99cb82b3327 authored over 6 years ago
Fix Makefile

9b4c6e40bd5717afc4d9bb33ee86879a4487e69b authored over 6 years ago
Version 0.6.0

220aeacf122126146b48e4b5f2eebada2a4f00e7 authored over 6 years ago
Remove tuistenv from the repository (#135)

* Update release notes

* Add package-release task

* Change install script

* Add CHANGEL...

21abf121c078b973f64d3842281a5fefc5655d1a authored over 6 years ago
Check Swift version before installing (#134)

* Check Swift version before installing

* Test changes

* Include the type of error to catc...

c7a996f379aa255bcb7f47e2b559ec57f38e4091 authored over 6 years ago
Bump xcodeproj to 6.0.0 (#133)

* Bump xcodeproj to 6.0.0

* Remove warning

* Get tests passing

* Don't import xcodeproj...

1d60266ca9e1e5de399ff2bedf58dd375cca1d49 authored over 6 years ago
Specify which commands are not available

2dddf656943b27013839f8810b950df48c6343cb authored over 6 years ago
Some fixes

690dd5dad51ba55d091fe0e8e73fbad2151ac2ce authored over 6 years ago
Make image wider

24559b9bea091bee7c0b9a44ea2c8db5c152fa98 authored over 6 years ago