Ecosyste.ms: OpenCollective

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

Tuist

A productivity platform for app developers
Collective - Host: opensource - https://opencollective.com/tuistapp - Website: https://tuist.io/ - Code: https://github.com/tuist

Add logic to apply intermediate filters.

This covers two scenarios

Apply platform filters to transitive dependencies if they exist in in...

github.com/tuist/tuist - f99a130273bed2751c6c4d1c53d607e131f91199 authored about 1 year ago
Resolve all `GraphDependency` -> `GraphDependencyReference` via `dependencyReference(to:from:)

This allows a unified path for applying platform filters

github.com/tuist/tuist - feff88aae8f53c5311af2ac1d117a41dcf01308b authored about 1 year ago
Adding one more platformfilters test

github.com/tuist/tuist - 9a43960bf700ea6c4070f3dc59c560face46720a authored about 1 year ago
Extra tests for `applyPlaftformFilters`

github.com/tuist/tuist - 4a5868f7b6f6c484870be49bdef045fe969c5dab authored about 1 year ago
Add test to validate transitive platform filters are applied

github.com/tuist/tuist - c15fd349ec3bafb4663d061194813b296d8b1d18 authored about 1 year ago
Add `platformFilters` to `GraphDependencyReference`

github.com/tuist/tuist - c75b922e8c9d60aff35ed1d0ec5d5a97a238b653 authored about 1 year ago
Introduce `edges` to `Graph`

github.com/tuist/tuist - 153a24a2a73e6d0a06cc66834de85b89a3680ff7 authored about 1 year ago
Update generators to apply filters when present

github.com/tuist/tuist - 8c70f123a4ceaafee66f35ffb9c05dbe1302f9f4 authored about 1 year ago
Refactor `dependencyReference(to:from:)` to be source of truth for mapping

Only call `platformFilters(from:to:)` within this method to reduce chance of divergent logic.

github.com/tuist/tuist - 92939aa8b8f35a0e5580c20401238bb4bb7ff960 authored about 1 year ago
Update traversal logic to account for `.all`

github.com/tuist/tuist - 07a07accc29cecbfaaf9027d9e90bbd9676ad8cd authored about 1 year ago
Add `all` to `PlatformFilters`

This changes things so that `[]` no longer represents a filter that applies to all. We will con...

github.com/tuist/tuist - 4448b43e34b1257d87cef34ad82816c4652c2f66 authored about 1 year ago
Return `nil` instead of `[]` in these two terminal cases

These remove the “already visited” and “leaf dependency” branches from our traversal. Including...

github.com/tuist/tuist - c737ce2cf45b4a1930121cbf564dd0fcc248c7ce authored about 1 year ago
Update name of edges to be more clear

github.com/tuist/tuist - 38f0dd0ccb059392fafe4a3e8bc7deeb05f1d3ed authored about 1 year ago
Rename method for resolving platformFilters

github.com/tuist/tuist - 842c4a639f6a71de784df99703900f6d8654b5ed authored about 1 year ago
Only filter test devices by MaxRuntime if Version is nil (#5596)

github.com/tuist/tuist - 7b8d39d0bbbcff9f9ea7d43742ba2fa6a50b3768 authored about 1 year ago
Merge pull request #1 from danibachar/release/3.33.4

Release/3.33.4

github.com/tuist/homebrew-tuist - c8184e42cd61762a67d81bb544af8ca8e526bfd0 authored about 1 year ago
update xcode support for new URL api.

Installing with xcode 14.3 yields the following error
Sources/TuistSupport/Extensions/URL+Extras....

github.com/tuist/homebrew-tuist - 0ee43521ef8f30a081804d950c962ee256df720f authored about 1 year ago
Make sourceRootPath public (#5610)

github.com/tuist/tuist - 52f05f1ea07d1c54d1a24ff18a2ffbc6cd081fb4 authored about 1 year ago
Add `stencil` files as additional files since they arent source or resource files.

github.com/tuist/tuist - a7f12a90617452eff1300df3059bb4937e3712c8 authored about 1 year ago
[Release] Tuist 3.33.4

github.com/tuist/tuist - 9b39195e06d723dfb4a8b6a31d4e375621175e1f authored about 1 year ago
Revert "[Release] Tuist 3.33.4"

This reverts commit afbaba152e022a9ddcbdd736b8ee7c829b5b0620.

github.com/tuist/tuist - 749da9cdca0614902762bb00fa4ee1b19418d577 authored about 1 year ago
[Release] Tuist 3.33.4

github.com/tuist/tuist - afbaba152e022a9ddcbdd736b8ee7c829b5b0620 authored about 1 year ago
Add step for running tuist fetch when setting up project locally (#5604)

github.com/tuist/tuist - 93a06710b6ce738247436958a762c7ca282a790d authored about 1 year ago
Use asdf for linting and tests (#5598)

* Use asdf for linting and tests

* Remove vendor directory

* Temporarily disable cache for...

github.com/tuist/tuist - fba92b12025bcb49c1e38a4bf720fa32427e291b authored about 1 year ago
fix registry path (#5594)

Co-authored-by: Daniele Formichelli <[email protected]>

github.com/tuist/tuist - 48752160f6dd1fbcdf91f029b428bc968dd8f91f authored about 1 year ago
Use XcbeautifyLib instead of invoking xcbeautify CLI (#5597)

github.com/tuist/tuist - c6e8f3cf0bd37b374e892103b2f4fbf711ffd964 authored about 1 year ago
Remove testing and test targets from Package.swift (#5592)

github.com/tuist/tuist - d63c1d901a7acd14ed9c2e6ccc82fce56d97665c authored about 1 year ago
Fix caching tuist (#5585)

* Fix tuist Project.swift definition for caching

* Add cache warm pipelines

* Fix using Pr...

github.com/tuist/tuist - 3da5d97090fbbcbe9d009a38dec1aa87911c4032 authored about 1 year ago
Remove redundant jobs (#5590)

github.com/tuist/tuist - b7c7fd92cad450680dd92f0efade426a8ed0f650 authored about 1 year ago
fix: fix mapping of `registry` SPM dependencies (#5563)

github.com/tuist/tuist - f33d340f82b456c84ccd144fb100b6ec04381338 authored about 1 year ago
[Release] Tuist 3.33.3

github.com/tuist/tuist - 48f8e8c4c0d474a4ab8f37e1cefc47e8e643df2f authored about 1 year ago
Add Mike to the core team

github.com/tuist/tuist - 7fc70112bbdd42bad580bf99afdcee6ce82b306e authored about 1 year ago
[Release] Tuist 3.33.2

github.com/tuist/tuist - 47aadec52f9300a78b1ccd4abeacc1842472cf35 authored about 1 year ago
Pipe it through xcbeautify

github.com/tuist/swift-macros-security - 9a29fa7be28b21f2c132afcbe95cf54695f87663 authored about 1 year ago
[Release] Tuist 3.33.1

github.com/tuist/tuist - d94cc3bd2b90478246e0125c07eacaaca649f670 authored about 1 year ago
Increase the timeout to download files (#5584)

github.com/tuist/tuist - 7f18536960db76cc73107f01098fcf07e2cceb9c authored about 1 year ago
Config.swift defaults to `https://cloud.tuist.io` as the Tuist Cloud URL (#5581)

* Set the default Tuist Cloud URL

* Update the documentation

* Update Sources/tuist/tuist....

github.com/tuist/tuist - 720ecd1c955fa529f8a179ea97c70f19e525c72a authored about 1 year ago
Fix build acceptance tests and add TCA Macros to the fixtures (#5576)

* Add a TCA to the native Swift Macros fixture

* Increase logs verbosity

* Revert logging ...

github.com/tuist/tuist - dfa30dd61551accbea3f18c8f8c35a1a23591612 authored about 1 year ago
Improved `Package` file example in the `Adding external Dependencies` tutorial. (#5580)

github.com/tuist/tuist - 2f9565c99d2ffe60d29e276dee93cdef20121169 authored about 1 year ago
Add what is Tuist section

github.com/tuist/swiftable-tuist-workshop - 1b82ec351bfcb354a77b35bfe704a3eb27e129b9 authored about 1 year ago
Update the version to 3.33.0

github.com/tuist/tuist - 8e43fc826c8212eb926891aa729fb9ec8e22b48e authored about 1 year ago
Automatically use the github actions renderer (#5577)

github.com/tuist/tuist - b29d9f9b2317ed61bea31a78ecf2464200b4fdcf authored about 1 year ago
Flatten the directory structure (#5575)

github.com/tuist/tuist - c09eab70c61ffd29e8a62b65e9201f49728782c3 authored about 1 year ago
[Release] Tuist 3.33.0

github.com/tuist/tuist - 94dbbf29fb6552785a8dc7fb4a4629cc8996ddb9 authored about 1 year ago
Integrate Swift Macros using XcodeProj-native building blocks (#5542)

* Add fixture

* Add dependencies

* Get project generation working

* Move it to the new ...

github.com/tuist/tuist - 9ae79a3fe5942c16a64f952b57690a2200de25b4 authored about 1 year ago
Make the Atomics dependency dynamic

github.com/tuist/tuist-vapor-example - 5e204af9950e7d70174c683b7ecd3843a45c50ad authored about 1 year ago
Generate Vapor project.

github.com/tuist/tuist-vapor-example - 4485a4bd8a3f2fedd11a51d5ca336201167fba3d authored about 1 year ago
[Release] Tuist 3.32.1

github.com/tuist/tuist - e41ef0e546c3fdac99dd1ffa58c1e5c628c1632b authored about 1 year ago
Document binary caching (#5571)

github.com/tuist/tuist - da424e05c74e5ea2fc952556365bc26f2a54cecd authored about 1 year ago
Update Tuist Cloud docs with better self-hosting instructions (#5529)

github.com/tuist/tuist - 7e97e6be30942e725aaa4a752fbef0a1aa613ccf authored about 1 year ago
Don't change the cache directory from acceptance tests (#5569)

* Remove the setenv

* Remove the variable

github.com/tuist/tuist - c397a7748a60318b49f81f76b656721d1b8b5b2f authored about 1 year ago
Rewrite build and generate-1 acceptance tests to Swift (#5553)

* Allow specifying xcbeautify binary for acceptance tests

* Remove unused cache acceptance te...

github.com/tuist/tuist - 3c52e91201b48ef6246c36c5a28152165d4dc82e authored about 1 year ago
Export extra targets as libraries (#5568)

* Export TuistAutomation as a library

* Export additional targets as libraries

github.com/tuist/tuist - c7360af16ce00bc7224461fa5eb49ab3a430f46e authored about 1 year ago
Document the /ready endpoint (#5566)

github.com/tuist/tuist - 6608f161b723929d709ed32f7573bfe7ff0a52d9 authored about 1 year ago
docs: add basic Contributing documents (#5559)

github.com/tuist/tuist - 5fae10ee06fa6f3e8dd9be61d7c4e61b7963ea2a authored about 1 year ago
Update the CHANGELOG

github.com/tuist/SwiftyESBuild - 1ab1f9f5421b5b683c604e9bd3a23b2ab2f5e1f3 authored about 1 year ago
Fix the compatibility with the aarch64 architecture

github.com/tuist/SwiftyESBuild - c365c0692852e2ed675953d2f23fa838c2473aa9 authored about 1 year ago
Merge pull request #6 from tuist/renovate/actions-checkout-4.x

Update actions/checkout action to v4

github.com/tuist/SwiftyESBuild - 3b7979e1f1c83bdfba5decb70e097db78cfa13cc authored about 1 year ago
Update CHANGELOG.md

github.com/tuist/SwiftyTailwind - 605ab7b13e95fd6e67f2f58e9c79dd6bb5175a80 authored about 1 year ago
Merge pull request #16 from jagreenwood/aarch64

aarch64 support

github.com/tuist/SwiftyTailwind - d2bc66eb6b993bc2d755d64e1fc7f59359c265f7 authored about 1 year ago
Add DocC documentation for dependencies (#5548)

* docs: add External Dependencies.md doc

* docs: add External Dependencies as tutorial

github.com/tuist/tuist - e8921f3d185b1ba6dffc06375f1a0bb019e16558 authored about 1 year ago
Remove `.packagePlugin` (#5555)

* Remove packagePlugin

* Fix breaking APIs

* Add documentation

* Fix some linting issues

github.com/tuist/tuist - a28dd35893ba59b1615635610b3f00d01010ee43 authored about 1 year ago
Make 'Gold sponsors' h3

github.com/tuist/tuist - 7095da6b7446c693a9c7eca2afee903709a9cfbd authored about 1 year ago
Add monday.com as supporter

github.com/tuist/tuist - 0becbdae16003a33c42b8e97a991c8455ccb3bcd authored about 1 year ago
Improve warning experience (#5551)

* Not use logger.warning

* Improve the output format

* Rever the usage of logger.warning
...

github.com/tuist/tuist - e6d9acb6fcf521c67eb14e9ae8b64d706e0a16d8 authored over 1 year ago
Flatten the directory structure by hoisting the content under `projects/tuist` (#5550)

* Flatten the directory structure removing the projects directory

* Add missing vendor directory

github.com/tuist/tuist - 348c5479d05025a729666ede4b6796b8be660b6c authored over 1 year ago
Add missing dependency

github.com/tuist/tuist - 056aaef824f9f80eaff4c1e98e7418a284b6212e authored over 1 year ago
[Release] Tuist 3.32.0

github.com/tuist/tuist - 65773d3bf4fe49c9470571bfe45b0752b548ddd3 authored over 1 year ago
Remove Fourier from the repository (#5549)

* Migrate the used build workflows from Ruby to bash

* Remove the test tasks

* Add a scrip...

github.com/tuist/tuist - b6d97f5912375c0aedab099aff951f8502cac783 authored over 1 year ago
Add support for Swift Macros using the native integration (#5539)

* Add the interface to declare a dependency with a Swift Macro package

* Add support for Swif...

github.com/tuist/tuist - e5f71903dad1e1076e96928f09a1659df2e1c16b authored over 1 year ago
Fix linting issue

github.com/tuist/tuist - 4969801d3acb34ea918a0895290567b3ea9e21ce authored over 1 year ago
Fix `platformFilter` usage for single filters

- XcodeProj format supports both a single `platformFilter` and multiple `platformFilters` (plura...

github.com/tuist/tuist - 879caaa73ba7075207797fc792c5e5c127f2c06e authored over 1 year ago
Extract Tuist Cloud code (#5531)

* Extract Tuist Cloud code

* Extract Tuist Cloud code from tests and other files

* Add lin...

github.com/tuist/tuist - 190c4eb4efc34bfcca42bee93a65e6a4c1256d4c authored over 1 year ago
Support appending `arch=x86_64` to destination (#5527)

* feat: Add `rosetta` option to `build`, `run` and `test` subcommands

* fix: lint fix

* fi...

github.com/tuist/tuist - a83e0de13a27b22f53e3fc32bb6cb45f1c99bbfd authored over 1 year ago
Remove unnecessary workflow

github.com/tuist/tuist - d1cd92d273036ab5ca67300ef8afc8526366eb42 authored over 1 year ago
Fix documentation building

github.com/tuist/tuist - 9d1ad01cb2fbd53768d3322c75c8e4fd785b2b8a authored over 1 year ago