Grégory Heitz

Results 16 issues of Grégory Heitz

**Describe the bug** `danger.github` is undefined. ```shell Cannot read property 'pr' of undefined TypeError: Cannot read property 'pr' of undefined at dangerfile.js:5:62 ``` **To Reproduce** - `git clone https://github.com/edno/danger-github-undefined.git` -...

You Can Do This

**Describe the bug** After setting up a new repo (private), I am not able to get Danger running (I am using a copy of a `dangerfile.js` that is working on...

bug
enhancement
You Can Do This

# Description Fixes #620 # Checklist - [ ] My changes follow the [contributing guidelines](https://github.com/graphql-markdown/graphql-markdown/blob/main/CONTRIBUTING.md) of this project. - [ ] I have performed a self-review of my code. -...

Using Stryker report, update existing tests or add new ones to improve the mutation coverage `#NoCoverage` and the number of surviving mutants `#Survived`. The goal is to bring the mutation...

tests

Investigate uses of [wireit](https://github.com/google/wireit) for improving npm scripts: caching and parallelization. The caching feature is the most interesting part: https://github.com/google/wireit#caching Other interesting feature is the file filtering per script: https://github.com/google/wireit#input-and-output-files

devx

The project currently uses Yarn v1, which does not provide any significant benefits compared to the latest version of npm. However, as 3rd party tool, it creates extra overhead for...

devx

Now that we support commitizen (#465), the next step would to add more automation in the release process using [semantic-release](https://github.com/semantic-release/semantic-release).

tooling
devx

We need to know what are the changes in the documentation compared to a live version: update, new, deprecated. Using `graphql-inspector` for comparing local schema against a ref schema, we...

enhancement

# Description Breaking change is required to fix the issue linked to `@graphql-tools/graphql-file-loader`. The package is no more provided as a dependency, but must be installed separately. # Checklist -...

As a user, I want to exclude some types from the documentation, eg deprecated type or technical type, so they are not explicitly exposed to developers. **Describe the solution you'd...

enhancement