Ecosyste.ms: OpenCollective

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

github.com/appium/appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
https://github.com/appium/appium

chore(typedoc-plugin-appium): blast entire build dir on clean due to stale artifacts

7c2c642ce7bb4ad42c3cad9b8a443f0b2ce8638e authored almost 2 years ago
fix(typedoc-plugin-appium): parameter descriptions work

In #18132, I found that parameter descriptions of commands were being omitted from the output. T...

592f9adcb12a8a6b0b95bd73cd155a8094e79202 authored almost 2 years ago
fix(docutils): fix typescript version

6b8eb2cbfec39185d8b81e2f4e2ce3f646ffd65f authored almost 2 years ago
fix(typedoc-plugin-appium): fix broken references during clone operations

= moves example extraction to conversion phase (from rendering phase)
- add `cloneTypeParameterR...

242c2ccbdc8030de0f0c2f60162b6a56941fc238 authored almost 2 years ago
chore(typedoc-plugin-appium): isolate e2e tests due to memory pressure in CI

70c98ea12fe1a1693f59e630ab97670d9ae3cb2e authored almost 2 years ago
chore(typedoc-plugin-appium): move kind-related utils into the kind module

Nothing else will ever use them, so in they go

fac31a3d68a406e0fd9e34b8789e7aa2bf5b2526 authored almost 2 years ago
chore(docutils): fix old mike test for wallaby

c5dadbbd36251cbcc1aeaf81398d06862655d3d6 authored almost 2 years ago
chore(docutils): tweaky refactors for new ts

74800cdf6177a183c563c359d7b984355c996284 authored almost 2 years ago
chore(deps): update dependency lerna to v6.5.1

2bbf42ff6b8b3c9ac1ccc9f585e8d474b7603d0a authored almost 2 years ago
chore(deps): update dependency ws to v8.12.1

1f65161e564ce7c1487b267fc3681a19f1d27e30 authored almost 2 years ago
chore(deps): update dependency lint-staged to v13.1.2

355bf8e5da0f120eedf1b80e5cc61b19667d09d6 authored almost 2 years ago
chore(deps): update commitlint monorepo to v17.4.3

0ca5e7e21b2cbdb91bbf98900c08f1e730d814e0 authored almost 2 years ago
fix: appium:options should work via --default-capabilities

fix #18191

11e7ad0cd403ab1dc100f581cdf93772e3449db3 authored almost 2 years ago
fix(renovate): do not upgrade "figures" package to a major

c69b602d1bca45070c96486c8302d2933e736aa2 authored almost 2 years ago
chore(deps): upgrade typescript to v4.9.5

anything newer than v4.7.4 fails to ignore an optional arg in `@param {T} [foo]` if `foo` has a d...

4cf13c5bfa7d58961ac8a8e367437d8302845d33 authored almost 2 years ago
fix(docutils): update dependency typedoc to v0.23.25

a4c58cc5618a9c83de4c044bf8bc59f1ddb80122 authored almost 2 years ago
chore(deps): update dependency eslint to v8.34.0

64098c5f1a25408ab1ca18139c1bd0dec98bfac8 authored almost 2 years ago
fix(types): update dependency type-fest to v3.5.7

b4416c5c0f40200b36909a1fbb492d8c4a212108 authored almost 2 years ago
fix(execute-driver-plugin): update dependency webdriverio to v7.30.1

547b8a45c4b5629720b0f4bdb0485a861aecbebf authored almost 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.12

1bf841736b4f09260beddf8001166a12f1f058e6 authored almost 2 years ago
chore: publish

- [email protected]
- @appium/[email protected]

29a5bdac9aead8eca0329d5672c5e2afc2bdf86c authored almost 2 years ago
fix(docutils): fix bad offset in nav updates

Also warn if no TypeDoc output files found

ab366f3a1f9109f7bd75ae5ac32b862d5e6dd1bf authored almost 2 years ago
fix(docutils): fix bad option name and ignore most falsy args

- in type `DeployOpts`, `mkDocsYml` should have been `mkdocsYml`
- arguments were only being omi...

5446e5c7a755be081f46f1ed1ca8c13665d9a772 authored almost 2 years ago
chore: publish

- [email protected]
- @appium/[email protected]
- @appium/[email protected]
- @appium/doc...

322363b8876a7ea7b630d538e22965f7bab0ea06 authored almost 2 years ago
chore(docutils): improve logging output

2271f34d9b1bc53ba2ea255c264440ce105e777b authored almost 2 years ago
feat(typedoc-appium-converter): add packageTitles option and populate extension titles

This changes how packages get their titles (the h1 in the commands page, which is used by mkdocs...

393f9ef32a2f2e5d8ff1f13092c2035704844215 authored almost 2 years ago
fix(docutils): update dependency yargs-parser to v21

be222d0ab9f5c300b978cd2532334e43e1f3421a authored almost 2 years ago
docs(appium): note that --port 0 doesn't work anymore in migration doc (#18167)

* docs(appium): note that --port 0 doesn't work anymore in migration doc
(related to #18147)

...

e4dfa52ddb1ee6afedcf1ce36ebcad0d3c90e3a2 authored almost 2 years ago
fix(support): update dependency jimp to v0.22.4

742abf25035fe5ea5aa280c1ed09ffec5d4f97cf authored almost 2 years ago
fix(base-driver): update definitelytyped

c2289ad607e1af0aa1182a5b5ab707c5dbf12922 authored almost 2 years ago
chore(deps): update dependency prettier to v2.8.4

d31d3c6e73fc58333dd7bcf1e0d4ea81397f12e2 authored almost 2 years ago
docs(appium): update navs

d8286ab7f1a23264cc970fa54fd01e0845943250 authored almost 2 years ago
docs(appium): build-docs now uses `appium-docs`' API

While we _could_ update `appium-docs` to support multiple languages, it's easier to just reuse w...

3aeb24dc1d707c5d591d98cbb4c6d2490d2c6e8c authored almost 2 years ago
fix(docutils): fix various problems in deploy pipeline

- Do not send boolean flags to `mike`
- Do not send `mike serve`-specific args to `mike deploy`
...

f5ec354e3da6679886528d545de33a207448ff84 authored almost 2 years ago
fix(appium): update dependency package-changed to v2

0d7390faa4df51f67eed74d8539c34a8a67f7ed0 authored almost 2 years ago
fix(types): update dependency type-fest to v3.5.6

775c990f9d4176e78936a071968a788e19048519 authored almost 2 years ago
chore(docutils): split huge updateNav into smaller functions

per peer review by @mykola-mokhnach

65c6ca528b23bc5059cded36672bff45d68f54c4 authored almost 2 years ago
fix(docutils): better parsing/updating of nav tree in `mkdocs.yml`

After we build the reference docs, we need to update the `nav` prop of the given `mkdocs.yml` be...

42dd6785c391e5aac100ee7b5af37ac9eb6940a3 authored almost 2 years ago
fix(appium): fix broken autoinstall script

The script was failing to pass the `subcommand` prop to `runExtensionCommand` in multiple places.

2b3e576393e2dd6a33172632f1e009853e83a8e2 authored almost 2 years ago
chore(deps): update dependency lint-staged to v13.1.1

92d0a946ea536db308d23c3838132f75584d1986 authored almost 2 years ago
feat(docutils): add support for deploying with mike

This is enabled via `appium-docs build --deploy`. Instead of invoking `mkdocs` directly, `mike`...

c9a82926a8ca7ea9bf6143f8f067e876d348460d authored almost 2 years ago
chore(docutils): reorganize some build-related modules into a 'builder' subdir

Also rename a few things. `typedoc` module is now `reference` and `mkdocs` module is now `site`...

5326cb1840d6dab74f3206787434422de6583c49 authored almost 2 years ago
fix(docutils): fix the docutils logger

Proxy wasn't working properly. Now it is

cd72da3b3f4540c2631f343c8687bd41e4a1f5ed authored almost 2 years ago
fix(docutils): fix --mkdocs-yml arg for validate command

258860f3775037a0d4927f4f0c52136a4e0a9169 authored almost 2 years ago
feat(docutils): better mkdocs validation

When validating `mkdocs.yml`, `appium-docs` is now aware of the `INHERITS` property, and expands...

fd98351a47bedf5ed9867d867f02691f08fa37a1 authored almost 2 years ago
feat(docutils): add config file support

e.g., `appium-docs.config.js` and the its ilk. Not strictly necessary, but can be useful if ther...

71e91107f96c22197815dc3c0e8f14e0c1edfcdc authored almost 2 years ago
fix(support): update dependency jimp to v0.21.3

3b4d9dde6080569f05057bdb1bb600c2a0cf8eb6 authored almost 2 years ago
fix(execute-driver-plugin): update dependency vm2 to v3.9.14

37803b1e37024c9e993b74fd1ba524ce156e9e7f authored almost 2 years ago
fix(support): update dependency jimp to v0.21.0

9bc1fbdf3d881fbdc32be1e1466d6ec367959340 authored almost 2 years ago
fix(types): update dependency type-fest to v3.5.5

9bf320c87ccf574f933a8247a851b4f848c39fa1 authored almost 2 years ago
fix(types): update definitelytyped

172bdae436efa75c5928972322d260184c225dd6 authored almost 2 years ago
fix(support): update dependency jimp to v0.17.10

8129a228a9a76c4b9d94402b8d6fa106777d7bbf authored almost 2 years ago
fix(support): update dependency jimp to v0.16.13

9ce32639187fcd7195216ccf7393caba1b1ef48c authored almost 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.11

c342bb0eedbf30185cee0e1653fa44b990c3d059 authored almost 2 years ago
fix(docutils): update dependency type-fest to v3.5.4

e92911f5ca35bc2a5b8d6de56c704880ab781943 authored almost 2 years ago
feat(docutils): implement mkdocs validation

- Better grouping of `validate` command options in `--help`
- Move some more constants into the ...

abfeb21be6de56d1fb5ddc8d1943a3c7910ba76c authored about 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.10

706efcf9cf8d42d16266bee6c3626ba403acf59e authored about 2 years ago
chore(deps): update dependency @types/yargs to v17.0.22

bcda967fec91285f6dd8acfeb9e5f2916ce57742 authored about 2 years ago
fix(tsconfig): remove test-related types from shared tsconfig

These can be added on a per-module basis, for now

94940b274f27153851e97973d94c240f0089c0ea authored about 2 years ago
chore(typedoc): refactor CLI cmds into separate modules

ccf5d3a63890467fe1867bc0541f0c4e3ce5ef8f authored about 2 years ago
feat(docutils): begin doc-generation cli

This provides some tools for extension authors to easily setup and configure their packages to b...

4955948651ea464149d000df2588f52ebe4dfa96 authored about 2 years ago
fix(typedoc-plugin-appium): better top-level header for extension reflection

It now shows "Command API" if there's only one 3p extension we're documenting, and "(name) Comma...

db4a1d6489397b079ab99dcf00b7b1cd521079d4 authored about 2 years ago
fix(typedoc-plugin-appium): fix type and test problems

- Re-enable `strict` mode
- Fix failures arising from that
- Fix E2E test failures

fee07d38c35087752c84616ff97d0646476c1739 authored about 2 years ago
feat(docutils): add mkdocs output to build command

`build` now executes both `typedoc` and `mkdocs` unless options to one run or the other are pass...

93b5831e3aa85c07ec2a319ad475865589fc238e authored about 2 years ago
chore(docutils): when complete, build command mentions the site dir

d9304d82128f93569db3fe7ef0750fa74c167b36 authored about 2 years ago
fix(docutils): disallow both --no-reference and --no-site

also add a final "done" message

21eb6b59f8a12dc64c835215b4385899f6074f5c authored about 2 years ago
docs(docutils): more docstrings dogg

3872d402915a8468b05fd12b9067a71f671d589d authored about 2 years ago
chore(docutils): remove cruft from `mkdocs` module and refactor

f96eb8652f36047d2ad01d2cc8934cf96f4f9969 authored about 2 years ago
fix(docutils): fix logic for 'include' prop of tsconfig.json

73ff1b8f3cc310a2e2c4a64a8aa8484fed99c469 authored about 2 years ago
feat(docutils): add a --no-reference-header option

53b60bc3bbcde5ea026fab810329be950d67d4a7 authored about 2 years ago
fix(typedoc-plugin-appium): add test-related types to tsconfig

(since we build test files via ts in this package)

3cd22ef4fb1041f4d43dd11394c3e7f800139647 authored about 2 years ago
feat(typedoc-plugin-appium): implemented outputBuiltinCommands

This value defaults to `false`, as extension authors will typically not want that stuff.

As wit...

6bb06e2c19ed6574567b0d66d607ab6eb03e9084 authored about 2 years ago
fix(typedoc-plugin-appium): command headings should be the command name

per discussion with @jlipps

749569323f791ba942116ca90a884e93cc58fa93 authored about 2 years ago
docs(types): hide internal remarks on ExternalDriver.createSession

`@remarks` is just kind of for "notes" or rumination, and `@privateRemarks` is the same but _for...

7c3d2b78e895a4b6d664f9f9a134c7d93f453564 authored about 2 years ago
chore(docutils): break out fs-related functions in util into their own module

5960cc89ac37fdb3d846ad634962e7161fdfd904 authored about 2 years ago
chore(docutils): simpler implementation for global log level control

8a1ed8921fd073cd32ce3821f5c6303042f85765 authored about 2 years ago
fix(docutils): lint

8fbbdb93a23a73a345690a733cae2acd2a9dbddb authored about 2 years ago
chore(docutils): tweak some logging

f16e6c8a16d614181b7f18c7cfe5d891375a3f04 authored about 2 years ago
feat(docutils): enable updating of mkdocs nav based on commands

- also fix bad arg names

082197bd2b2e0ea7521fea8a704a59524fb30a38 authored about 2 years ago
feat(docutils): add "validate" command

The `validate` command checks the status of the environment and reports any problems to the user...

ab202aa67380d420191a62143668d8522e7c7f38 authored about 2 years ago
feat(docutils): do not fail on first validation error

This modifies the validator to collect all of the errors from validation (except those that are ...

4f457468bbad19ca527ba8dd854d663b6a6cfb9a authored about 2 years ago
fix(deps): update for npm audit

ed8af17334fd302dd4dd95498ba17dcdb046a066 authored about 2 years ago
fix(support): update dependency shell-quote to v1.8.0

16d73357da3c498a456fa4a8e076ecf167150adf authored about 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.9

27c8e0cc2eb3ca257226ab0e25987b54a0f64466 authored about 2 years ago
fix(types): update dependency type-fest to v3.5.4

cfb529772cff3a2b7e9ff36e12444b603906a769 authored about 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.8

44bc6e4646e5c312d664cc6ad20cb89e8f162d3f authored about 2 years ago
chore(deps): update dependency eslint to v8.33.0

2dc8eb6856ff7e2d2bdd4686fa6a6e8b82839e98 authored about 2 years ago
chore(docutils): update dependency mkdocs-material to v9.0.7

76a6ec0e67e8e386e185ec59305bad750a367214 authored about 2 years ago
docs(appium): remove unused jp resources (#18116)

6efcdd8605db426159efa946debc6548d6cf6811 authored about 2 years ago
fix(typedoc-plugin-appium): use simple filenames for ExtensionReflection objects

Closes #18110

6c26b971246de09ce07b85a34122273f4fad3125 authored about 2 years ago
docs(appium): include all reference output in docs build

388df9d30bfe5ab71fd4f8cfcd37e223d68ebb96 authored about 2 years ago
docs(appium): #18104 Update build-drivers with zh-lang (#18108)

* #18104
Update build-drivers with zh-lang

* #18104
Update as upstream commit

d43de6fdc62821187b65cdad3a167243197ae719 authored about 2 years ago
docs(appium): add plugin development guide

1cd2a7df9948c5b4f0eac3d6d090276dd64cb83b authored about 2 years ago
fix: add missing ' in an error message (#18105)

0f952133987a5da176442eff22d5981ed8959fbe authored about 2 years ago
fix(types): update dependency @types/express to v4.17.16

644f300cd87edbf3788eb82c4c88f6b773e653b0 authored about 2 years ago
fix(support): update dependency axios to v1.2.3

20c176bae7d0a4f928082fe1a9237f995b8bd58e authored about 2 years ago
fix(base-driver,driver-test-support,support): update types for [email protected]

c5451e4d8280483dabca6e0bc62736689406d3df authored about 2 years ago
fix(execute-driver-plugin): update dependency webdriverio to v7.30.0

444b9886a2ef76f16a477ed2e1f6d3eadd542da3 authored about 2 years ago
chore: do not publish tsconfig.tsbuildinfo

apparently the "files" prop does not take into account what the ".npmignore" file says, so these...

c8ff39a02e907b456fc19d1307de076118cc81da authored about 2 years ago
chore(execute-driver-plugin,support,types): use named tuples

The "old" way of defining tuples is `[T, U]`, but I think TS 4.7 introduced "named" tuples, whic...

4734673ac961ff0f4bcb9f80c5366a7cb20d9f49 authored about 2 years ago