Olivier Halligon

Results 84 issues of Olivier Halligon

> **Warning**: This is a Work in Progress branch. I've only commited this to the remote and opened this draft PR to upload and keep a backup of my experiment...

The WordPress-Android repo has its own duplicate copies of fastlane helpers and actions that it has been using instead of the ones from `release-toolkit`. Most of those should be pretty...

This PR introduces the `Locales` model class in the release toolkit. Its intent is to work way more easily with locale codes in our `Fastfiles`, by replacing huge constant lists...

Today `ios_version_helper` and `android_version_helper` consist of freeform, module-static methods which take various and heterogeneous types of parameters depending on the method (sometimes a `String` for versionName, sometimes a `Hash`, etc)...

There might be more than one alpha per day, so the `YYYYMMDD` naming we use might not cover those cases. https://github.com/wordpress-mobile/release-toolkit/pull/198#discussion_r568109695

Add YARD documentation to all the methods in `release-toolkit`, especially the methods on actions and helpers. Part of this task will likely be tackled in parallel to the code rearrangement...

There's only a little part of our release toolkit covered with unit tests / specs. This tasks consists on increasing our unit test coverage for our actions and our helper...

The README of this repo would benefit from being more helpful and providing information for devs about, amongst other things: * How to run RSpecs * How to generate YARD...

Maybe add a link on the "Documented: xx%" block, that would redirect to a report explaining which part of the code is covered and which is not _(I don't know...

t1:enhancement

When using `####` (which generates `` headers in the generated HTML), the title is too similar (maybe even the same CSS style?) with the text body, which makes it like...