Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] add changelog links #2600

Merged
merged 3 commits into from
Mar 31, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- [What's new](#whats-new)
- [Getting Started](#getting-started)
- [Documentation](#documentation)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
Expand Down Expand Up @@ -52,6 +53,10 @@ The [API documentation](https://keystonejs.com/api/) contains a reference for al
For walk-throughs and discussions, see the [Guides
documentation](https://www.keystonejs.com/guides/).

## Changelog

You can find changelogs either by browsing our repository, or by using our [interactive changelog explorer](https://changelogs.xyz/@keystonejs/keystone).

## Contributing

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Expand Down
2 changes: 2 additions & 0 deletions packages/access-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Access Control

# Access Control

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/access-control)

This package is an internal helper package used by Keystone to parse and validate access control expressions.

You should probably not use this directly in your Keystone projects.
Expand Down
2 changes: 2 additions & 0 deletions packages/adapter-knex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Knex adapter

# Knex database adapter

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/adapter-knex)

The [Knex](https://knexjs.org/#changelog) adapter is a general purpose adapter which can be used to connect to a range of different database backends.
At present, the only fully tested backend is `Postgres`, however Knex gives the potential for `MSSQL`, `MySQL`, `MariaDB`, `SQLite3`, `Oracle`, and `Amazon Redshift` to be supported.

Expand Down
2 changes: 2 additions & 0 deletions packages/adapter-mongoose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Mongoose adapter

# Mongoose database adapter

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/adapter-mongoose)

## Usage

```javascript
Expand Down
2 changes: 2 additions & 0 deletions packages/apollo-helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Apollo helpers

# Apollo helpers

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/apollo-helpers)

A set of functions and components to ease using
[Apollo](https://www.apollographql.com/docs/react/) with Keystone.

Expand Down
2 changes: 2 additions & 0 deletions packages/app-admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Admin UI app

# Admin UI app

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-admin-ui)

A KeystoneJS app which provides an Admin UI for content management.

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/app-graphql-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ draft: true

# GraphQL Playground App

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-graphql-playground)

A KeystoneJS App that creates an Apollo GraphQL playground.

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/app-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: GraphQL app

# GraphQL app

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-graphql)

A KeystoneJS app that creates a GraphQL API and [GraphiQL](https://github.com/graphql/graphiql/blob/master/packages/graphiql/README.md) playground.

> **Note:** The GraphiQL playground is disabled in production mode.
Expand Down
2 changes: 2 additions & 0 deletions packages/app-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Next.js app

# Next.js app

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-next)

A KeystoneJS app for serving a [Next.js](https://nextjs.org/) application.

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/app-nuxt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Nuxt.js app

# Nuxt.js app

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-nuxt)

## Usage

```javascript
Expand Down
2 changes: 2 additions & 0 deletions packages/app-schema-router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ draft: true

# GraphQL Schema Router

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-schema-router)

A KeystoneJS App that route requests to different GraphQL schemas.

The `SchemaRouterApp` allows you to define a `routerFn` which takes `(req, res)` and returns
Expand Down
2 changes: 2 additions & 0 deletions packages/app-static/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Static file app

# Static file app

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-static)

A KeystoneJS app to serve static files such as images, CSS and JavaScript with support for client side routing.

## Usage
Expand Down
2 changes: 2 additions & 0 deletions packages/app-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: App version plugin

# App version plugin

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/app-version)

This package provides support for including a version string both as an HTTP response header and as a graphQL query.

The function `appVersionMiddleware(version)` will return a piece of middleware which will set the `X-Keystone-App-Version` response header to `version` on all HTTP requests.
Expand Down
2 changes: 2 additions & 0 deletions packages/auth-passport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: Passport auth strategy

# Passport auth strategy

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/auth-passport)

Enable Keystone authentication via services such as Google, Twitter, Facebook,
GitHub, and any [others supported by passport.js](http://www.passportjs.org).

Expand Down
2 changes: 2 additions & 0 deletions packages/auth-password/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ order: 1

# Password auth strategy

[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@keystonejs/auth-password)

Authenticates a party (often a user) based on their presentation of a credential
pair. The credential pair consists of an identifier and a secret (often an email
address and password).
Expand Down