Files
openide/plugins/gitlab
Chris Lemaire d030a52289 [gitlab] Annotate GQL data and queries with @SinceGitLab
This puts a version on GitLab's 'versionless' API.

For this, I pulled ~50 docker images, usually for different
minor versions. Starting at 8.1.2, going through to 12.0.0
only major versions were checked. 12.0 introduces a GraphQL
API that has downloadable metadata. For each version of
GitLab CE, I span up a container and retrieved a GQL schema.

The currently annotations only cover community edition APIs
as EE that's the docker images I got to pull. Currently,
these annotations might seem a bit much, but I believe it's
useful to have a constant reminder of compatibility in the
codebase rather than having a step in-between.

GitOrigin-RevId: 2722680168df507588895df12ea34451136a6941
2023-08-21 20:32:23 +00:00
..