[TIMOB-25570] Update gitt.io to reflect latest API-changes
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Resolved |
Resolution | Done |
Resolution Date | 2017-11-30T14:20:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Hans Knöchel |
Created | 2017-11-29T13:33:26.000+0000 |
Updated | 2017-11-30T14:20:42.000+0000 |
Description
We need to do some changes to reflect the latest API-changes we have:
* Remove iOS 64-Bit banner as that's 3+ years old now and all active modules have been updated since then. So the banner is trivial
* Add banner for Android modules that support SDK 7. This can be done by using a similar filter that has been used to check for iOS 64-Bit modules by querying modules with the "arm64-v8a" modules (see [here](http://gitt.io/search?q=+architectures%3Aarm64-v8a) - right now listing 5 modules).
* Fix old documentation links (PR already up [here](https://github.com/appcelerator/gittio-server/pull/32))
PR 1/2: https://github.com/appcelerator/gittio-server/pull/33 PR 2/2: https://github.com/appcelerator/gittio-server/pull/32
PR's merged and page updated. Awaiting the wiki-page discussed on Teams to be published, so we can show the V8-migration banner as well. Thx!