Skip to content

Commit

Permalink
v1.3.0-canary.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Aug 9, 2024
1 parent aa6841d commit 2241925
Show file tree
Hide file tree
Showing 659 changed files with 11,450 additions and 4,853 deletions.
23 changes: 17 additions & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ CLERK_SECRET_KEY=""
# Clerk Dashboard > [app] > Organizations Settings
NEXT_PUBLIC_ORGANIZATIONS_ENABLED="false"

# || NOTE: NEXT_PUBLIC_AUTH_PROVIDER was removed in Relivator 1.2.6
# || To switch the provider from Neon, modify `reliverse.config.ts`
# || Automatic switcher coming in Relivator 1.3.x version.
# || NOTE: NEXT_PUBLIC_AUTH_PROVIDER was removed in Relivator 1.2.6.
# || To switch the provider from Neon, modify `reliverse.config.ts`.
# || Automatic switcher coming in the release of Relivator v1.3.0 GA.

# || Auth.js Guide: https://nextjs.org/learn/dashboard-app/adding-authentication
# || Clerk Guide: https://clerk.com/docs/quickstarts/nextjs

# ====================================================
# PAYMENT SYSTEM
Expand All @@ -105,11 +108,11 @@ STRIPE_ENTERPRISE_SUBSCRIPTION_PRICE_ID=""
# || Currently, "next dev --turbo" does not read the .env file after launch.
# || So, you need to close the application using Cmd/Ctrl+C and run it again.

# Set to true if you want to enable addons/reliverse/relimter/python/index.ts
# Note: addons/reliverse/relimter/python/index.ts is a more stable version.
# Set to true if you want to enable addons/scripts/reliverse/relimter/python/index.ts
# Note: addons/scripts/reliverse/relimter/python/index.ts is a more stable version.
PYTHON_INSTALLED="false"

# Set to true if you want to enable addons/reliverse/toolbar/index.ts toolbar
# Set to true if you want to enable addons/scripts/reliverse/toolbar/index.ts toolbar
# https://vercel.com/docs/workflow-collaboration/vercel-toolbar
ENABLE_VERCEL_TOOLBAR="false"
ENABLE_VT_ON_PRODUCTION="false"
Expand Down Expand Up @@ -150,6 +153,11 @@ NEXT_PUBLIC_RESEND_API_KEY=""
# Set email: https://resend.com/domains or use Resend's test email
NEXT_PUBLIC_RESEND_EMAIL_FROM="onboarding@resend.dev"

# https://novu.co
NOVU_SECRET_KEY=""
# https://your-live-domain.com/api/novu
NOVU_BRIDGE_URL=""

# ====================================================
# ADDITIONAL
# ====================================================
Expand All @@ -164,6 +172,9 @@ LOGLIB_ID=""
# Open your server settings > Integrations > New Webhook > obtain the URL.
DISCORD_WEBHOOK_URL=""

# Do not enable it, it's used exclusively by https://relivator.bleverse.com
DEMO_NOTES_ENABLED="false"

# ====================================================
# STRIPE INSTRUCTIONS
# ====================================================
Expand Down
10 changes: 6 additions & 4 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

## What's Happening

Expand Down Expand Up @@ -37,7 +39,7 @@ Neon PostgreSQL is now the default database instead of PlanetScale MySQL, as the
### Security and Code Improvements

- **Type Safety and Editor Autocomplete**: This update enhances type safety and editor autocomplete for Drizzle ORM libraries.
- **Prettier Replaced by Biome**: Prettier has been removed in favor of Biome. The Pterrier's config will be removed in the next version from the `addons\terminal\reliverse\relimter\core\temp` folder. You can re-add it by running the `reliverse` command starting from Relivator 1.3.0.
- **Prettier Replaced by Biome**: Prettier has been removed in favor of Biome. The Pterrier's config will be removed in the next version from the `addons\scripts\reliverse\relimter\core\temp` folder. You can re-add it by running the `reliverse` command starting from Relivator 1.3.0.

### Reliverse Scripts Transition

Expand Down
8 changes: 5 additions & 3 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Code of Conduct

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

## Our Pledge

Expand Down
8 changes: 5 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Contributing

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

[![Join the Reliverse Discord](https://discordapp.com/api/guilds/1075533942096150598/widget.png?style=banner2)][bleverse-discord]

Expand Down
8 changes: 5 additions & 3 deletions .github/GITGUIDE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# The Detailed Git Guide

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

*It is recommended to install Relivator according to the detailed instructions in [README.md](https://github.com/blefnk/relivator#readme) to feel more confident when starting to learn Git.*

Expand Down
8 changes: 5 additions & 3 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Security Policy

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

## Supported Versions

Expand Down
8 changes: 5 additions & 3 deletions .github/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ Here's the corrected version of your text:

# Add Your Commit Title Here

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

*This is the current repository's starting point for `git commit` messages. Feel free to edit this template to suit your needs. For more information about `git commit` messages, visit: [Git Commit Message Guidelines](https://github.com/joelparkerhenderson/git_commit_message)*

Expand Down
8 changes: 5 additions & 3 deletions .github/TRANSLATIONS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Contributing Guidelines for Our Documentation

<!-- For those who are viewing the current markdown file using:
- VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". It is recommended to install the "markdownlint" and "Markdown All in One" extensions.
- GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1". -->
<!--
For those who are viewing the current markdown file using:
– VSCode: Press F1 or Cmd/Ctrl+Shift+P and enter ">Markdown: Open Preview". Please install the "markdownlint" and "Markdown All in One" extensions.
– GitHub: Does this .md file appear different from what you are used to seeing on GitHub? Ensure the URL does not end with "?plain=1".
-->

[📖 Docs](https://docs.bleverse.com)

Expand Down
1 change: 1 addition & 0 deletions .github/funding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ buy_me_a_coffee: blefnk
custom:
- https://paypal.me/blefony
- https://ko-fi.com/blefnk
- https://donatello.to/blefnk
27 changes: 27 additions & 0 deletions .github/workflows/NOVU.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Novu Sync

on:
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
# https://github.com/novuhq/actions-novu-sync
- name: Sync State to Novu
uses: novuhq/actions-novu-sync@v2
with:
# The secret key used to authenticate with Novu Cloud
# To get the secret key, go to https://web.novu.co/api-keys.
# Required.
secret-key: ${{ secrets.NOVU_SECRET_KEY }}

# The publicly available endpoint hosting the bridge application
# where notification entities (eg. workflows, topics) are defined.
# Required.
bridge-url: ${{ secrets.NOVU_BRIDGE_URL }}

# The Novu Cloud API URL to sync with.
# Optional.
# Defaults to https://api.novu.co
api-url: https://api.novu.co
12 changes: 6 additions & 6 deletions .putout.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@
"addons/.output",
"addons/browser/reliverse/tools/components/ReliverseToolbar.tsx",
"addons/cluster/reliverse/ui/cluster-readme.tsx",
"addons/reliverse/academy/fileHandler.ts",
"addons/reliverse/academy/leaders.ts",
"addons/reliverse/relicon/setup/prompt/appts.ts",
"addons/reliverse/relicon/setup/prompt/canary/json.ts",
"addons/reliverse/relimter/core/env/components/MissingVariables.tsx",
"addons/reliverse/relimter/putout/tasks/index.ts",
"addons/scripts/reliverse/academy/fileHandler.ts",
"addons/scripts/reliverse/academy/leaders.ts",
"addons/scripts/reliverse/relicon/setup/prompt/appts.ts",
"addons/scripts/reliverse/relicon/setup/prompt/canary/json.ts",
"addons/scripts/reliverse/relimter/core/env/components/MissingVariables.tsx",
"addons/scripts/reliverse/relimter/putout/tasks/index.ts",
"src/app/[locale]/blog/new/**/*.tsx",
"src/components/Common/loading-button.tsx",
"src/components/Common/password-input.tsx",
Expand Down
36 changes: 34 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"debug.toolBarLocation": "docked",
"diffEditor.experimental.showMoves": true,
"diffEditor.hideUnchangedRegions.enabled": true,
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.bracketPairColorization.enabled": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.codeActionsOnSave": {
Expand Down Expand Up @@ -105,12 +107,22 @@
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
"editor.multiCursorModifier": "alt",
"editor.parameterHints.enabled": true,
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": true
},
"editor.quickSuggestionsDelay": 10,
"editor.rulers": [54, 74, 119],
"editor.smoothScrolling": true,
"editor.snippets.codeActions.enabled": true,
"editor.stickyScroll.enabled": true,
"editor.suggest.insertMode": "insert",
"editor.suggestSelection": "recentlyUsed",
"editor.suggest.localityBonus": true,
"editor.suggestOnTriggerCharacters": true,
"editor.suggestSelection": "first",
"editor.tabCompletion": "off",
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {
"comments": "#746f68"
Expand Down Expand Up @@ -146,6 +158,7 @@
"editor.unicodeHighlight.allowedLocales": {
"tr": true
},
"editor.wordBasedSuggestions": "matchingDocuments",
"editor.wordWrap": "on",
"eslint.codeActionsOnSave.mode": "problems",
"eslint.enable": true,
Expand Down Expand Up @@ -299,7 +312,7 @@
"faq.3.summary"
],
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["messages"],
"i18n-ally.localesPaths": ["addons/messages/reliverse"],
"i18n-ally.sourceLanguage": "en",
"indentRainbow.colors": [
"rgba(58, 12, 163,0.15)",
Expand Down Expand Up @@ -382,6 +395,24 @@
"ruff.lineLength": 88,
"ruff.nativeServer": true,
"scm.inputFontFamily": "'JetBrains Mono', 'Geist Mono', 'Monaspace Argon Var', Menlo, Monaco, 'Courier New', monospace",
"search.exclude": {
"**/*.lock": true,
"**/.eslintcache": true,
"**/.idea": true,
"**/.next": true,
"**/.pnp.*": true,
"**/.venv": true,
"**/.yarn": true,
"**/build": true,
"**/dist": true,
"**/next-env.d.ts": true,
"**/package-lock.json": true,
"**/pnpm-lock.yaml": true,
"**/reset.d.ts": true,
"**/tsconfig.tsbuildinfo": true,
"**/yarn-error.log": true
},
"search.useIgnoreFiles": false,
"tailwindCSS.classAttributes": ["class", "className", "classNames"],
"tailwindCSS.experimental.classRegex": [
["(?:'|\"|`)([^']*)(?:'|\"|`)", "cx\\(([^)]*)\\)"],
Expand Down Expand Up @@ -424,6 +455,7 @@
"typescript.preferences.includePackageJsonAutoImports": "on",
"typescript.referencesCodeLens.enabled": true,
"typescript.reportStyleChecksAsWarnings": true,
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.validate.enable": true,
"window.autoDetectColorScheme": true,
Expand Down
Loading

0 comments on commit 2241925

Please sign in to comment.