From 7a2d34758d435f1e76c904f1ee32af15c58ca38f Mon Sep 17 00:00:00 2001 From: Josh Yudaken Date: Mon, 21 Nov 2022 14:30:44 -0500 Subject: [PATCH 1/3] Update README file for sqrl-lang github org --- CODE_OF_CONDUCT.md | 3 --- CONTRIBUTING.md | 8 ++++---- README.md | 21 +++++---------------- package.json | 4 ++-- 4 files changed, 11 insertions(+), 25 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index ad71a73b..00000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,3 +0,0 @@ -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcf6e12d..873bd96d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,9 +23,9 @@ We follow the [GitHub Flow Workflow](https://guides.github.com/introduction/flow 2. Check out the `master` branch 3. Create a feature branch 4. Write code and tests for your change -5. From your branch, make a pull request against `twitter/sqrl/master` +5. From your branch, make a pull request against `sqrl-lang/sqrl/master` 6. Work with repo maintainers to get your change reviewed -7. Wait for your change to be pulled into `twitter/sqrl/master` +7. Wait for your change to be pulled into `sqrl-lang/sqrl/master` 8. Delete your feature branch ## Testing @@ -103,12 +103,12 @@ Some important notes regarding the summary line: ## Documentation We also welcome improvements to the project documentation or to the existing -docs. Please file an [issue](https://github.com/twitter/sqrl/issues). +docs. Please file an [issue](https://github.com/sqrl-lang/sqrl/issues). # License By contributing your code, you agree to license your contribution under the -terms of the APLv2: https://github.com/twitter/sqrl/blob/master/LICENSE +terms of the APLv2: https://github.com/sqrl-lang/sqrl/blob/master/LICENSE # Code of Conduct diff --git a/README.md b/README.md index 970cafdb..71778eac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/sqrl-lang/sqrl) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) The Smyte Query and Rules Language (SQRL) is a Safe, Stateful Rules Language for Event Streams @@ -14,17 +14,11 @@ If you were looking for the [Secure Quick Reliable Login project, check here](ht ## Documentation -You can find the **SQRL** (Smyte Query & Rules Language) documentation [on the website](https://twitter.github.io/sqrl). +You can find the **SQRL** (Smyte Query & Rules Language) documentation [on the website](https://sqrl-lang.github.io/sqrl). ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## Authors @@ -43,16 +37,11 @@ It would not have come together without lots of dogfooding and suggestions from: Special thanks to [Justin Tormey](https://github.com/jtormey) for contributing the NPM package namespace. -A full list of [contributors](https://github.com/twitter/sqrl/graphs/contributors?type=a) can be found on GitHub. - -Follow [@TwitterOSS](https://twitter.com/twitteross) on Twitter for updates. +A full list of [contributors](https://github.com/sqrl-lang/sqrl/graphs/contributors?type=a) can be found on GitHub. ## License Copyright 2018 Twitter, Inc. +Copyright 2022 Josh Yudaken Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues? - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/package.json b/package.json index 9ef0132d..da783a15 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "sqrl-monorepo", "private": true, - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl", + "repository": "https://github.com/sqrl-lang/sqrl", "publishConfig": { "registry": "https://registry.npmjs.org" }, From 61b7adfb7bc72be2cb13d4f54a817f4024f9f0ee Mon Sep 17 00:00:00 2001 From: Josh Yudaken Date: Mon, 21 Nov 2022 14:39:46 -0500 Subject: [PATCH 2/3] Rename github org in sub packages $ git grep -l twitter.github.io | xargs sed -i 's%twitter.github.io%sqrl-lang.github.io%' $ git grep -l github.com/twitter | xargs sed -i 's%github.com/twitter%github.com/sqrl-lang%' $ git grep -l travis-ci.org/twitter | xargs sed -i 's%travis-ci.org/twitter%travis-ci.org/sqrl-lang%' --- examples/sqrl-example-functions/README.md | 12 +++--------- packages/sqrl-cli-functions/README.md | 14 +++++--------- packages/sqrl-cli-functions/package.json | 4 ++-- packages/sqrl-cli/README.md | 12 ++++-------- packages/sqrl-cli/package.json | 4 ++-- packages/sqrl-common/README.md | 16 +++------------- packages/sqrl-common/package.json | 4 ++-- packages/sqrl-jsonpath/README.md | 18 ++++-------------- packages/sqrl-jsonpath/package.json | 4 ++-- packages/sqrl-load-functions/README.md | 18 ++++-------------- packages/sqrl-load-functions/package.json | 4 ++-- packages/sqrl-redis-functions/README.md | 20 +++++--------------- packages/sqrl-redis-functions/package.json | 4 ++-- packages/sqrl-test-utils/README.md | 16 +++------------- packages/sqrl-test-utils/package.json | 2 +- packages/sqrl-text-functions/README.md | 18 ++++-------------- packages/sqrl-text-functions/package.json | 4 ++-- packages/sqrl/README.md | 20 +++++--------------- packages/sqrl/package.json | 2 +- packages/sqrl/src/api/README.md | 2 +- packages/sqrl/src/api/config.ts | 2 +- packages/wikipedia-diff-stream/README.md | 16 +++------------- website/_config.yml | 2 +- website/source/_data/navigation.yaml | 2 +- website/source/counters.md | 6 +++--- website/source/functions/custom.md | 2 +- website/source/functions/when.md | 2 +- 27 files changed, 68 insertions(+), 162 deletions(-) diff --git a/examples/sqrl-example-functions/README.md b/examples/sqrl-example-functions/README.md index c0178223..74dc23af 100644 --- a/examples/sqrl-example-functions/README.md +++ b/examples/sqrl-example-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-example-functions` package @@ -10,17 +10,11 @@ This returns a string that says hello to the given name. # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License diff --git a/packages/sqrl-cli-functions/README.md b/packages/sqrl-cli-functions/README.md index a19b791b..29eab786 100644 --- a/packages/sqrl-cli-functions/README.md +++ b/packages/sqrl-cli-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-cli-functions` package @@ -6,20 +6,20 @@ This package includes functions that are primarily used by the sqrl-cli. ## Function documentation -See [sqrl-cli-functions documentation](https://twitter.github.io/sqrl/packages/sqrl-cli-functions.html) on the website +See [sqrl-cli-functions documentation](https://sqrl-lang.github.io/sqrl/packages/sqrl-cli-functions.html) on the website # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## Contributing We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) +[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/master/code-of-conduct.md) in all interactions with the community. ## License @@ -27,7 +27,3 @@ in all interactions with the community. Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-cli-functions/package.json b/packages/sqrl-cli-functions/package.json index e7fd32f3..9f8370fe 100644 --- a/packages/sqrl-cli-functions/package.json +++ b/packages/sqrl-cli-functions/package.json @@ -2,9 +2,9 @@ "name": "sqrl-cli-functions", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions intended for command line tools", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-cli-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-cli-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-cli/README.md b/packages/sqrl-cli/README.md index e4b7f19c..8f2ba5eb 100644 --- a/packages/sqrl-cli/README.md +++ b/packages/sqrl-cli/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-cli` package @@ -8,16 +8,16 @@ It can be installed globally, or used as a base for extending the standard comma # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## Contributing We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) +[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/master/code-of-conduct.md) in all interactions with the community. ## License @@ -25,7 +25,3 @@ in all interactions with the community. Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-cli/package.json b/packages/sqrl-cli/package.json index efa378a1..b54931e3 100644 --- a/packages/sqrl-cli/package.json +++ b/packages/sqrl-cli/package.json @@ -2,9 +2,9 @@ "name": "sqrl-cli", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - command line tools", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-cli", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-cli", "bin": { "sqrl": "bin/cli.js" }, diff --git a/packages/sqrl-common/README.md b/packages/sqrl-common/README.md index 6d44543f..e7b51f91 100644 --- a/packages/sqrl-common/README.md +++ b/packages/sqrl-common/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-common` package @@ -6,24 +6,14 @@ This package includes some shared code for all SQRL packages. You should not nee # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-common/package.json b/packages/sqrl-common/package.json index b447ca94..47be62f0 100644 --- a/packages/sqrl-common/package.json +++ b/packages/sqrl-common/package.json @@ -2,9 +2,9 @@ "name": "sqrl-common", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - internal shared code", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-common", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-common", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-jsonpath/README.md b/packages/sqrl-jsonpath/README.md index 81f46099..b5f84157 100644 --- a/packages/sqrl-jsonpath/README.md +++ b/packages/sqrl-jsonpath/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-jsonpath` package @@ -6,28 +6,18 @@ This package includes functions for querying data with JSONPath expressions ## Function documentation -See [sqrl-jsonpath documentation](https://twitter.github.io/sqrl/packages/sqrl-jsonpath.html) on the website +See [sqrl-jsonpath documentation](https://sqrl-lang.github.io/sqrl/packages/sqrl-jsonpath.html) on the website # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-jsonpath/package.json b/packages/sqrl-jsonpath/package.json index 2d85b4ae..117dace5 100644 --- a/packages/sqrl-jsonpath/package.json +++ b/packages/sqrl-jsonpath/package.json @@ -2,9 +2,9 @@ "name": "sqrl-jsonpath", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for querying data", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-jsonpath", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-jsonpath", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-load-functions/README.md b/packages/sqrl-load-functions/README.md index 1d7f09c7..6c9b202c 100644 --- a/packages/sqrl-load-functions/README.md +++ b/packages/sqrl-load-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-load-functions` package @@ -6,28 +6,18 @@ This package includes functions for loading data from local files. ## Function documentation -See [sqrl-load-functions documentation](https://twitter.github.io/sqrl/packages/sqrl-load-functions.html) on the website +See [sqrl-load-functions documentation](https://sqrl-lang.github.io/sqrl/packages/sqrl-load-functions.html) on the website # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-load-functions/package.json b/packages/sqrl-load-functions/package.json index a7bf4ca0..d6628ced 100644 --- a/packages/sqrl-load-functions/package.json +++ b/packages/sqrl-load-functions/package.json @@ -2,9 +2,9 @@ "name": "sqrl-load-functions", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for loading data", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-load-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-load-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-redis-functions/README.md b/packages/sqrl-redis-functions/README.md index c6485eed..99268530 100644 --- a/packages/sqrl-redis-functions/README.md +++ b/packages/sqrl-redis-functions/README.md @@ -1,31 +1,21 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-redis-functions` package -This package includes functions for some counters and services running on top of redis. For more information please see the [sqrl-redis-functions documentation](https://twitter.github.io/sqrl/packages/sqrl-redis-functions.html) on the website. +This package includes functions for some counters and services running on top of redis. For more information please see the [sqrl-redis-functions documentation](https://sqrl-lang.github.io/sqrl/packages/sqrl-redis-functions.html) on the website. # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation. +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation. -This documentation includes [detailed information](https://twitter.github.io/sqrl/language/simple.html) on the counters listed above +This documentation includes [detailed information](https://sqrl-lang.github.io/sqrl/language/simple.html) on the counters listed above ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-redis-functions/package.json b/packages/sqrl-redis-functions/package.json index bea0627e..0e0f3eb7 100644 --- a/packages/sqrl-redis-functions/package.json +++ b/packages/sqrl-redis-functions/package.json @@ -2,9 +2,9 @@ "name": "sqrl-redis-functions", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for storing state in redis", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-redis-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-test-utils/README.md b/packages/sqrl-test-utils/README.md index 90b76292..d805d8dd 100644 --- a/packages/sqrl-test-utils/README.md +++ b/packages/sqrl-test-utils/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-test-utils` package @@ -8,24 +8,14 @@ You should not need to install this package yourself. # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-test-utils/package.json b/packages/sqrl-test-utils/package.json index c70349c1..63bda972 100644 --- a/packages/sqrl-test-utils/package.json +++ b/packages/sqrl-test-utils/package.json @@ -3,7 +3,7 @@ "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - helpers for writing tests", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-test-utils", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-test-utils", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-text-functions/README.md b/packages/sqrl-text-functions/README.md index e035b493..d0ed97c1 100644 --- a/packages/sqrl-text-functions/README.md +++ b/packages/sqrl-text-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl-text-functions` package @@ -6,28 +6,18 @@ This package includes functions for working with text. It may be useful as a sta ## Function documentation -See [sqrl-text-functions documentation](https://twitter.github.io/sqrl/packages/sqrl-text-functions.html) on the website +See [sqrl-text-functions documentation](https://sqrl-lang.github.io/sqrl/packages/sqrl-text-functions.html) on the website # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl-text-functions/package.json b/packages/sqrl-text-functions/package.json index 947020e6..663b7504 100644 --- a/packages/sqrl-text-functions/package.json +++ b/packages/sqrl-text-functions/package.json @@ -2,9 +2,9 @@ "name": "sqrl-text-functions", "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for working with text", - "homepage": "https://twitter.github.io/sqrl", + "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl-text-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-text-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl/README.md b/packages/sqrl/README.md index 5fc5d09f..3b68256a 100644 --- a/packages/sqrl/README.md +++ b/packages/sqrl/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://twitter.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/twitter/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/twitter/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/twitter/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) # `sqrl` package @@ -6,32 +6,22 @@ This is the core SQRL engine package. It is intended for use when extending SQRL # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Contributors -View the list of authors on the [source monorepo](https://github.com/twitter/sqrl). +View the list of authors on the [source monorepo](https://github.com/sqrl-lang/sqrl). Special thanks to [Justin Tormey](https://github.com/jtormey) for contributing the NPM package namespace. -A full list of [contributors](https://github.com/twitter/sqrl/graphs/contributors?type=a) can be found on GitHub. +A full list of [contributors](https://github.com/sqrl-lang/sqrl/graphs/contributors?type=a) can be found on GitHub. ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/packages/sqrl/package.json b/packages/sqrl/package.json index 8a372e13..1048e302 100644 --- a/packages/sqrl/package.json +++ b/packages/sqrl/package.json @@ -3,7 +3,7 @@ "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - engine", "license": "Apache-2.0", - "repository": "https://github.com/twitter/sqrl/tree/master/packages/sqrl", + "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl", "publishConfig": { "registry": "https://registry.npmjs.org" }, diff --git a/packages/sqrl/src/api/README.md b/packages/sqrl/src/api/README.md index a14e7fab..be33d69c 100644 --- a/packages/sqrl/src/api/README.md +++ b/packages/sqrl/src/api/README.md @@ -1,3 +1,3 @@ # SQRL API Reference Documentation -Please see https://twitter.github.io/sqrl for project documentation. \ No newline at end of file +Please see https://sqrl-lang.github.io/sqrl for project documentation. \ No newline at end of file diff --git a/packages/sqrl/src/api/config.ts b/packages/sqrl/src/api/config.ts index 882b0e2a..4ddd51a0 100644 --- a/packages/sqrl/src/api/config.ts +++ b/packages/sqrl/src/api/config.ts @@ -7,7 +7,7 @@ import { validate } from "jsonschema"; const CONFIG_SCHEMA = { $schema: "http://json-schema.org/draft-07/schema#", - $id: "http://twitter.github.io/sqrl/schema/Config", + $id: "http://sqrl-lang.github.io/sqrl/schema/Config", title: "Config", additionalProperties: false, diff --git a/packages/wikipedia-diff-stream/README.md b/packages/wikipedia-diff-stream/README.md index 04c504e3..a60ce86d 100644 --- a/packages/wikipedia-diff-stream/README.md +++ b/packages/wikipedia-diff-stream/README.md @@ -1,29 +1,19 @@ # `wikipedia-diff-stream` package -This package includes some sample code to fetch live changes happening on Wikipedia and output them including the diff of what changed. +This package includes some sample code to fetch live changes happening on Wikipedia and output them including the diff of what changed. It is only intended as a demo and samples the stream very heavily. # SQRL documentation -Please see [the website](https://twitter.github.io/sqrl) for full **SQRL** documentation +Please see [the website](https://sqrl-lang.github.io/sqrl) for full **SQRL** documentation ## Support -Create a [new issue](https://github.com/twitter/sqrl/issues/new) on GitHub. - -## Contributing - -We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md) -in all interactions with the community. +Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## License Copyright 2018 Twitter, Inc. Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 - -## Security Issues - -Please report sensitive security issues via Twitter's bug-bounty program (https://hackerone.com/twitter) rather than GitHub. diff --git a/website/_config.yml b/website/_config.yml index d04bbdfe..57041a51 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -9,7 +9,7 @@ timezone: UTC # URL ## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/' -url: https://twitter.github.io/sqrl/ +url: https://sqrl-lang.github.io/sqrl/ root: /sqrl/ # Writing diff --git a/website/source/_data/navigation.yaml b/website/source/_data/navigation.yaml index 138a4665..25e4b37a 100644 --- a/website/source/_data/navigation.yaml +++ b/website/source/_data/navigation.yaml @@ -146,4 +146,4 @@ main: path: https://discord.gg/mMJwWT6 - text: View on GitHub type: link - path: https://github.com/twitter/sqrl + path: https://github.com/sqrl-lang/sqrl diff --git a/website/source/counters.md b/website/source/counters.md index 5c32971c..3beff379 100644 --- a/website/source/counters.md +++ b/website/source/counters.md @@ -7,11 +7,11 @@ This is not linked to by documentation yet, but left here for reference ### Extending SQRL with functions and counters -The [`sqrl`](https://github.com/twitter/sqrl/tree/master/packages/sqrl) package includes a base set of functions that should be common to any application. None of them require any external network access or databases, and should fulfill your basic. +The [`sqrl`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl) package includes a base set of functions that should be common to any application. None of them require any external network access or databases, and should fulfill your basic. -We've included [`sqrl-text-functions`](https://github.com/twitter/sqrl/tree/master/packages/sqrl-text-functions) which has more advanced text analysis functions such as `patternMatch` (RE2 regular expression text based pattern matching), and `simhash()` which returns similar values for similar text. +We've included [`sqrl-text-functions`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-text-functions) which has more advanced text analysis functions such as `patternMatch` (RE2 regular expression text based pattern matching), and `simhash()` which returns similar values for similar text. -The real power of SQRL comes with its streaming counters. While the *Redis database* is not the best choice for large production systems, it is one of the most wildly available and easy to set up choices. The [`sqrl-redis-functions`](https://github.com/twitter/sqrl/tree/master/packages/sqrl-redis-functions) builds a couple of common counters on top of this database: +The real power of SQRL comes with its streaming counters. While the *Redis database* is not the best choice for large production systems, it is one of the most wildly available and easy to set up choices. The [`sqrl-redis-functions`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions) builds a couple of common counters on top of this database: * count() - Streaming counters (*How many requests from this IP in the last day*) * countUnique() - Streaming set cardinatily (*How many unique users on this IP in the last day*) diff --git a/website/source/functions/custom.md b/website/source/functions/custom.md index 905da57b..630e578b 100644 --- a/website/source/functions/custom.md +++ b/website/source/functions/custom.md @@ -7,7 +7,7 @@ title: Custom Functions Once you're comfortable creating simple functions you can create a function with custom syntax. We use this functionality to provide our counters that have their own syntax. -You can view our [`sqrl-redis-functions`](https://github.com/twitter/sqrl/tree/master/packages/sqrl-redis-functions) package for examples on how they were defined. +You can view our [`sqrl-redis-functions`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions) package for examples on how they were defined. ``` registry.registerCustom(function count( diff --git a/website/source/functions/when.md b/website/source/functions/when.md index e4eaa6da..36456e11 100644 --- a/website/source/functions/when.md +++ b/website/source/functions/when.md @@ -48,4 +48,4 @@ registry.registerStatement( ); ``` -Your `addUserToReviewQueue` function will be provided with additional context about why it was triggered. For more information about exactly what is included see the [`WhenCause`](https://twitter.github.io/sqrl/reference/interfaces/_when_.whencause.html) reference documentation. \ No newline at end of file +Your `addUserToReviewQueue` function will be provided with additional context about why it was triggered. For more information about exactly what is included see the [`WhenCause`](https://sqrl-lang.github.io/sqrl/reference/interfaces/_when_.whencause.html) reference documentation. \ No newline at end of file From 7028c2ebbf8364625432cec7a132eebc4198737e Mon Sep 17 00:00:00 2001 From: Josh Yudaken Date: Mon, 21 Nov 2022 14:49:03 -0500 Subject: [PATCH 3/3] Rename master branch to main --- .travis.yml | 6 +++--- CONTRIBUTING.md | 8 ++++---- README.md | 2 +- examples/sqrl-example-functions/README.md | 2 +- packages/sqrl-cli-functions/README.md | 4 ++-- packages/sqrl-cli-functions/package.json | 2 +- packages/sqrl-cli/README.md | 4 ++-- packages/sqrl-cli/package.json | 2 +- packages/sqrl-common/README.md | 2 +- packages/sqrl-common/package.json | 2 +- packages/sqrl-jsonpath/README.md | 2 +- packages/sqrl-jsonpath/package.json | 2 +- packages/sqrl-load-functions/README.md | 2 +- packages/sqrl-load-functions/package.json | 2 +- packages/sqrl-redis-functions/README.md | 2 +- packages/sqrl-redis-functions/package.json | 2 +- packages/sqrl-test-utils/README.md | 2 +- packages/sqrl-test-utils/package.json | 2 +- packages/sqrl-text-functions/README.md | 2 +- packages/sqrl-text-functions/package.json | 2 +- packages/sqrl/README.md | 2 +- packages/sqrl/package.json | 2 +- website/source/counters.md | 6 +++--- website/source/functions/custom.md | 2 +- website/themes/sqrl-hexo-theme-doc/CONTRIBUTING.md | 6 +++--- website/themes/sqrl-hexo-theme-doc/README.md | 2 +- 26 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.travis.yml b/.travis.yml index a6bdaa3e..960c1e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ branches: only: - master + main language: node_js env: global: @@ -9,9 +9,9 @@ matrix: include: - node_js: "node" - node_js: "12" - if: type = push AND branch = master + if: type = push AND branch = main - node_js: "14" - if: type = push AND branch = master + if: type = push AND branch = main services: - redis-server install: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 873bd96d..137b6a72 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,12 +20,12 @@ We follow the [GitHub Flow Workflow](https://guides.github.com/introduction/flow ### TODO: Below is an Example 1. Fork the project -2. Check out the `master` branch +2. Check out the `main` branch 3. Create a feature branch 4. Write code and tests for your change -5. From your branch, make a pull request against `sqrl-lang/sqrl/master` +5. From your branch, make a pull request against `sqrl-lang/sqrl/main` 6. Work with repo maintainers to get your change reviewed -7. Wait for your change to be pulled into `sqrl-lang/sqrl/master` +7. Wait for your change to be pulled into `sqrl-lang/sqrl/main` 8. Delete your feature branch ## Testing @@ -108,7 +108,7 @@ docs. Please file an [issue](https://github.com/sqrl-lang/sqrl/issues). # License By contributing your code, you agree to license your contribution under the -terms of the APLv2: https://github.com/sqrl-lang/sqrl/blob/master/LICENSE +terms of the APLv2: https://github.com/sqrl-lang/sqrl/blob/main/LICENSE # Code of Conduct diff --git a/README.md b/README.md index 71778eac..46398fc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/sqrl-lang/sqrl) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/sqrl-lang/sqrl) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) The Smyte Query and Rules Language (SQRL) is a Safe, Stateful Rules Language for Event Streams diff --git a/examples/sqrl-example-functions/README.md b/examples/sqrl-example-functions/README.md index 74dc23af..9868b007 100644 --- a/examples/sqrl-example-functions/README.md +++ b/examples/sqrl-example-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-example-functions` package diff --git a/packages/sqrl-cli-functions/README.md b/packages/sqrl-cli-functions/README.md index 29eab786..73767380 100644 --- a/packages/sqrl-cli-functions/README.md +++ b/packages/sqrl-cli-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-cli-functions` package @@ -19,7 +19,7 @@ Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## Contributing We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/master/code-of-conduct.md) +[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/main/code-of-conduct.md) in all interactions with the community. ## License diff --git a/packages/sqrl-cli-functions/package.json b/packages/sqrl-cli-functions/package.json index 9f8370fe..b9f9faa3 100644 --- a/packages/sqrl-cli-functions/package.json +++ b/packages/sqrl-cli-functions/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions intended for command line tools", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-cli-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-cli-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-cli/README.md b/packages/sqrl-cli/README.md index 8f2ba5eb..c5d8670c 100644 --- a/packages/sqrl-cli/README.md +++ b/packages/sqrl-cli/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-cli` package @@ -17,7 +17,7 @@ Create a [new issue](https://github.com/sqrl-lang/sqrl/issues/new) on GitHub. ## Contributing We feel that a welcoming community is important and we ask that you follow Twitter's -[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/master/code-of-conduct.md) +[Open Source Code of Conduct](https://github.com/sqrl-lang/code-of-conduct/blob/main/code-of-conduct.md) in all interactions with the community. ## License diff --git a/packages/sqrl-cli/package.json b/packages/sqrl-cli/package.json index b54931e3..cb3da614 100644 --- a/packages/sqrl-cli/package.json +++ b/packages/sqrl-cli/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - command line tools", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-cli", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-cli", "bin": { "sqrl": "bin/cli.js" }, diff --git a/packages/sqrl-common/README.md b/packages/sqrl-common/README.md index e7b51f91..30b33948 100644 --- a/packages/sqrl-common/README.md +++ b/packages/sqrl-common/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-common` package diff --git a/packages/sqrl-common/package.json b/packages/sqrl-common/package.json index 47be62f0..bffa536a 100644 --- a/packages/sqrl-common/package.json +++ b/packages/sqrl-common/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - internal shared code", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-common", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-common", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-jsonpath/README.md b/packages/sqrl-jsonpath/README.md index b5f84157..863124bd 100644 --- a/packages/sqrl-jsonpath/README.md +++ b/packages/sqrl-jsonpath/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-jsonpath` package diff --git a/packages/sqrl-jsonpath/package.json b/packages/sqrl-jsonpath/package.json index 117dace5..a416bec9 100644 --- a/packages/sqrl-jsonpath/package.json +++ b/packages/sqrl-jsonpath/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for querying data", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-jsonpath", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-jsonpath", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-load-functions/README.md b/packages/sqrl-load-functions/README.md index 6c9b202c..dd5d73eb 100644 --- a/packages/sqrl-load-functions/README.md +++ b/packages/sqrl-load-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-load-functions` package diff --git a/packages/sqrl-load-functions/package.json b/packages/sqrl-load-functions/package.json index d6628ced..91e23099 100644 --- a/packages/sqrl-load-functions/package.json +++ b/packages/sqrl-load-functions/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for loading data", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-load-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-load-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-redis-functions/README.md b/packages/sqrl-redis-functions/README.md index 99268530..6b47b7c2 100644 --- a/packages/sqrl-redis-functions/README.md +++ b/packages/sqrl-redis-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-redis-functions` package diff --git a/packages/sqrl-redis-functions/package.json b/packages/sqrl-redis-functions/package.json index 0e0f3eb7..e05ff511 100644 --- a/packages/sqrl-redis-functions/package.json +++ b/packages/sqrl-redis-functions/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for storing state in redis", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-redis-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-test-utils/README.md b/packages/sqrl-test-utils/README.md index d805d8dd..9ed86278 100644 --- a/packages/sqrl-test-utils/README.md +++ b/packages/sqrl-test-utils/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-test-utils` package diff --git a/packages/sqrl-test-utils/package.json b/packages/sqrl-test-utils/package.json index 63bda972..3c068625 100644 --- a/packages/sqrl-test-utils/package.json +++ b/packages/sqrl-test-utils/package.json @@ -3,7 +3,7 @@ "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - helpers for writing tests", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-test-utils", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-test-utils", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl-text-functions/README.md b/packages/sqrl-text-functions/README.md index d0ed97c1..0d8a436f 100644 --- a/packages/sqrl-text-functions/README.md +++ b/packages/sqrl-text-functions/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl-text-functions` package diff --git a/packages/sqrl-text-functions/package.json b/packages/sqrl-text-functions/package.json index 663b7504..97c63d82 100644 --- a/packages/sqrl-text-functions/package.json +++ b/packages/sqrl-text-functions/package.json @@ -4,7 +4,7 @@ "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for working with text", "homepage": "https://sqrl-lang.github.io/sqrl", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-text-functions", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-text-functions", "directories": { "lib": "lib", "test": "__tests__" diff --git a/packages/sqrl/README.md b/packages/sqrl/README.md index 3b68256a..a786374c 100644 --- a/packages/sqrl/README.md +++ b/packages/sqrl/README.md @@ -1,4 +1,4 @@ -# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=master)](https://travis-ci.org/twitter/sqrl.svg?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/master/CONTRIBUTING.md) +# [SQRL](https://sqrl-lang.github.io/sqrl/) · [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/sqrl-lang/sqrl/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/sqrl.svg?style=flat)](https://www.npmjs.com/package/sqrl) [![Build Status](https://travis-ci.org/sqrl-lang/sqrl.svg?branch=main)](https://travis-ci.org/twitter/sqrl.svg?branch=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/sqrl-lang/sqrl/blob/main/CONTRIBUTING.md) # `sqrl` package diff --git a/packages/sqrl/package.json b/packages/sqrl/package.json index 1048e302..f836d537 100644 --- a/packages/sqrl/package.json +++ b/packages/sqrl/package.json @@ -3,7 +3,7 @@ "version": "0.6.8", "description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - engine", "license": "Apache-2.0", - "repository": "https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl", + "repository": "https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl", "publishConfig": { "registry": "https://registry.npmjs.org" }, diff --git a/website/source/counters.md b/website/source/counters.md index 3beff379..e22e8b9d 100644 --- a/website/source/counters.md +++ b/website/source/counters.md @@ -7,11 +7,11 @@ This is not linked to by documentation yet, but left here for reference ### Extending SQRL with functions and counters -The [`sqrl`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl) package includes a base set of functions that should be common to any application. None of them require any external network access or databases, and should fulfill your basic. +The [`sqrl`](https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl) package includes a base set of functions that should be common to any application. None of them require any external network access or databases, and should fulfill your basic. -We've included [`sqrl-text-functions`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-text-functions) which has more advanced text analysis functions such as `patternMatch` (RE2 regular expression text based pattern matching), and `simhash()` which returns similar values for similar text. +We've included [`sqrl-text-functions`](https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-text-functions) which has more advanced text analysis functions such as `patternMatch` (RE2 regular expression text based pattern matching), and `simhash()` which returns similar values for similar text. -The real power of SQRL comes with its streaming counters. While the *Redis database* is not the best choice for large production systems, it is one of the most wildly available and easy to set up choices. The [`sqrl-redis-functions`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions) builds a couple of common counters on top of this database: +The real power of SQRL comes with its streaming counters. While the *Redis database* is not the best choice for large production systems, it is one of the most wildly available and easy to set up choices. The [`sqrl-redis-functions`](https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-redis-functions) builds a couple of common counters on top of this database: * count() - Streaming counters (*How many requests from this IP in the last day*) * countUnique() - Streaming set cardinatily (*How many unique users on this IP in the last day*) diff --git a/website/source/functions/custom.md b/website/source/functions/custom.md index 630e578b..a260171f 100644 --- a/website/source/functions/custom.md +++ b/website/source/functions/custom.md @@ -7,7 +7,7 @@ title: Custom Functions Once you're comfortable creating simple functions you can create a function with custom syntax. We use this functionality to provide our counters that have their own syntax. -You can view our [`sqrl-redis-functions`](https://github.com/sqrl-lang/sqrl/tree/master/packages/sqrl-redis-functions) package for examples on how they were defined. +You can view our [`sqrl-redis-functions`](https://github.com/sqrl-lang/sqrl/tree/main/packages/sqrl-redis-functions) package for examples on how they were defined. ``` registry.registerCustom(function count( diff --git a/website/themes/sqrl-hexo-theme-doc/CONTRIBUTING.md b/website/themes/sqrl-hexo-theme-doc/CONTRIBUTING.md index 56e4700c..863f19ed 100644 --- a/website/themes/sqrl-hexo-theme-doc/CONTRIBUTING.md +++ b/website/themes/sqrl-hexo-theme-doc/CONTRIBUTING.md @@ -36,16 +36,16 @@ Thanks for your contributions! The workflow that we use to contribute is mostly based on [GitHub Flow](https://guides.github.com/introduction/flow/) -**master** is the latest stable version and should be used when opening feature branches. +**main** is the latest stable version and should be used when opening feature branches. > If a github issue is related to a branch we suggest to append the number at the start of the branch name.
example: 98-dropdown-refactor (github issue) -If a feature branch is outdated **always** rebase it against master instead of merging it. +If a feature branch is outdated **always** rebase it against main instead of merging it. ## Pull request -**Always open a pull request** to merge into `master` branch. +**Always open a pull request** to merge into `main` branch. Consider opening a PR as soon as a commit on the feature branch is available to ease the reviewing process, you can add a `WIP:` prefix to communicate that the current PR is still a work in progress. diff --git a/website/themes/sqrl-hexo-theme-doc/README.md b/website/themes/sqrl-hexo-theme-doc/README.md index 8b6abf97..a61a6eeb 100644 --- a/website/themes/sqrl-hexo-theme-doc/README.md +++ b/website/themes/sqrl-hexo-theme-doc/README.md @@ -5,7 +5,7 @@ hexo-theme-doc [![dependencies Status](https://david-dm.org/zalando-incubator/hexo-theme-doc/status.svg)](https://david-dm.org/zalando-incubator/hexo-theme-doc) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0a927311457a4180a4d7606a8f66ab5f)](https://www.codacy.com/app/bhaskarmelkani/hexo-theme-doc) [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/0a927311457a4180a4d7606a8f66ab5f)](https://www.codacy.com/app/bhaskarmelkani/hexo-theme-doc) -[![Build Status](https://travis-ci.org/zalando-incubator/hexo-theme-doc.svg?branch=master)](https://travis-ci.org/zalando-incubator/hexo-theme-doc) +[![Build Status](https://travis-ci.org/zalando-incubator/hexo-theme-doc.svg?branch=main)](https://travis-ci.org/zalando-incubator/hexo-theme-doc) [![npm version](https://badge.fury.io/js/hexo-theme-doc.svg)](https://badge.fury.io/js/hexo-theme-doc) **LiveDemo:** [https://zalando-incubator.github.io/hexo-theme-doc](https://zalando-incubator.github.io/hexo-theme-doc)