No description
Find a file
Patryk Andrzejewski c4f6a18d38
Remove snapshots (#2754)
* Remove snapshots

* Remove setup file

* Keep config
2022-12-02 12:58:43 +01:00
.github Improve dashboard and marketplace connection (#2666) 2022-11-30 17:20:20 +01:00
.tx Update translations (#1965) 2022-04-05 09:33:48 +02:00
assets Bump macaw to 0.3 (#1807) 2022-01-28 13:34:20 +01:00
cypress [cypress] Add tests for delete several gift cards (#2646) 2022-12-02 10:37:09 +01:00
lint/rules Add rule fixer 2019-12-03 16:23:42 +01:00
locale Improve dashboard and marketplace connection (#2666) 2022-11-30 17:20:20 +01:00
nginx Update Dockerfile (#2523) 2022-11-16 16:01:34 +01:00
recordings/User_3768991250 Don't fetch user details on login (#1909) 2022-03-23 08:15:05 +01:00
scripts Introduce vite (#2677) 2022-11-28 14:56:46 +01:00
src Remove snapshots (#2754) 2022-12-02 12:58:43 +01:00
testUtils Remove snapshots (#2754) 2022-12-02 12:58:43 +01:00
.codeclimate.yml Initial commit 2019-06-19 16:40:52 +02:00
.dockerignore add .dockerignore and fixing nginx conf for local deploy 2019-10-31 14:31:13 +07:00
.eslintrc.json Replace classnames with clsx (#2759) 2022-12-02 11:45:19 +01:00
.gitattributes Set proper line endings for windows (#2665) 2022-11-25 10:25:04 +01:00
.gitignore Set proper line endings for windows (#2665) 2022-11-25 10:25:04 +01:00
.npmrc Upgrade node to 18 (#2533) 2022-11-15 15:41:46 +01:00
.nvmrc Upgrade node to 18 (#2533) 2022-11-15 15:41:46 +01:00
.prettierignore Use graphql-codegen (#1874) 2022-03-09 09:56:55 +01:00
.prettierrc Add trailing commas (#2062) 2022-06-21 11:36:55 +02:00
.release-it.json Add release-it script (#1034) 2021-03-30 14:37:12 +02:00
_redirects Enable Netlify redirects 2019-11-14 13:01:45 +01:00
apollo.config.js Update apollo config 2019-08-21 15:26:24 +02:00
app.json Configure Heroku integration 2019-09-22 14:30:10 +02:00
babel.config.js Use esbuild-loader (#1983) 2022-05-05 09:54:28 +02:00
CHANGELOG.md Add format tip for text attribute rows (#2340) 2022-10-13 12:41:26 +02:00
codegen.yml Use graphql-codegen (#1874) 2022-03-09 09:56:55 +01:00
csstypes.d.ts Update React to 17 and related packages (#2370) 2022-10-24 11:49:11 +02:00
cypress.config.js Remove vidoes after cypress tests (#2729) 2022-12-01 10:46:59 +01:00
Dockerfile Introduce vite (#2677) 2022-11-28 14:56:46 +01:00
eslint-local-rules.js Add local eslint rule to enforce naming styles 2019-12-03 16:09:57 +01:00
fetch-schema.yml Use graphql-codegen (#1874) 2022-03-09 09:56:55 +01:00
introspection.json Add names of attributes translations (#2566) 2022-11-17 15:14:45 +01:00
LICENSE Update LICENSE 2021-06-28 15:57:24 +02:00
lighthouserc.json Add circleci config and enhance our linters (#519) 2020-05-14 11:30:32 +02:00
lws.config.js merge changes 2021-02-11 15:17:00 +01:00
package-lock.json Remove snapshots (#2754) 2022-12-02 12:58:43 +01:00
package.json Remove snapshots (#2754) 2022-12-02 12:58:43 +01:00
react-intl.d.ts Attach permission variables to all queries (#1000) 2021-03-09 09:44:09 +01:00
README.md Improve dashboard and marketplace connection (#2666) 2022-11-30 17:20:20 +01:00
schema.graphql Add names of attributes translations (#2566) 2022-11-17 15:14:45 +01:00
static.json Configure Heroku integration 2019-09-22 14:30:10 +02:00
sw.js Fix service worker (#2760) 2022-12-01 11:55:46 +01:00
tsconfig.json Fix strict null checks in webhooks (#2678) 2022-12-01 14:42:18 +01:00
types.d.ts Improve dashboard and marketplace connection (#2666) 2022-11-30 17:20:20 +01:00
vite.config.js Wrap path into array (#2753) 2022-12-01 13:16:03 +01:00

Saleor Dashboard

Saleor Dashboard

A GraphQL-powered, single-page dashboard application for Saleor.

Demo

See the public demo of Saleor Dashboard!

Or launch the demo on a free Heroku instance.

Deploy

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js v18+
  • A running instance of Saleor.

Installing

Clone the repository:

$ git clone https://github.com/saleor/saleor-dashboard.git

Enter the project directory:

$ cd saleor-dashboard

Using stable release

Check release log for the latest release

Using development version

If you want to use the latest development version, checkout to the main branch:

$ git checkout main

Install NPM dependencies:

$ npm i

Configuration

Create .env file in a root directory or set environment variables with following values:

  • API_URI (required) - URI of a running instance of Saleor GraphQL API. If you are running Saleor locally with the default settings, set API_URI to: http://localhost:8000/graphql/. Make sure that you have / at the end of API_URI.

  • APP_MOUNT_URI - URI at which the Dashboard app will be mounted. E.g. if you set APP_MOUNT_URI to /dashboard/, your app will be mounted at http://localhost:9000/dashboard/.

  • STATIC_URL - URL where the static files are located. E.g. if you use S3 bucket, you should set it to the bucket's URL. By default Saleor assumes you serve static files from the root of your site at http://localhost:9000/.

  • MARKETPLACE_URL - URL where Marketplace App can is located, if not found, will not render navigation link to Marketplace

  • SALEOR_APPS_PAGE_PATH - Path joined to MARKETPLACE_URL to render Saleor Apps page

  • SALEOR_APPS_JSON_PATH - Path joined to MARKETPLACE_URL to fetch list of Saleor Apps as JSON

  • APP_TEMPLATE_GALLERY_PATH - Path joined to MARKETPLACE_URL to render App Template Gallery page

Development

To start the development server run:

$ npm run dev

In case you see CORS errors make sure to check CORS configuration of your Saleor instance or CORS settings in the Cloud Console.

Production

To build the application bundle run:

$ npm run build

Error Tracking

Saleor Dashboard is using a generic error tracking wrapper function that takes care of the most popular use cases:

  • initializing the tracker
  • capturing exceptions and (optionally) displaying the event id
  • setting basic user data (this is opt-in and disabled by default)

By default it ships with a Sentry adapter but any kind of error tracking software can be used by creating a custom adapter (using Sentry and TS types as an example).

Example:

// src/services/errorTracking/index.ts

import { CustomAdapter } from "./adapters/";

const errorTracker = ErrorTrackerFactory(CustomAdapter(config));

Running e2e tests

Add Cypress specific env variables to .env file (created in configuration section above):

CYPRESS_USER_NAME=
CYPRESS_USER_PASSWORD=
CYPRESS_SECOND_USER_NAME=
CYPRESS_PERMISSIONS_USERS_PASSWORD=

CYPRESS_mailHogUrl=
STRIPE_SECRET_KEY=
STRIPE_PUBLIC_KEY=

// not required
CYPRESS_RECORD_KEY= // if you want your local runs recorded

For values of those variables refer to our internal documentation.

You are ready to run cypress commands like:

npm run cy:open

Usage with docker

Build docker image:

docker build --tag saleor-dashboard .

Run nginx from docker and bind it to port on your machine (in this example 8080):

docker run --publish 8080:80 --env "API_URL=<YOUR_API_URL>" saleor-dashboard

Enter http://localhost:8080/ to use dashboard.

If you want to dynamically change API_URL in runtime you can use (assuming you have running container named saleor-dashboard):

docker exec -it -e API_URL=NEW_URL saleor-dashboard /docker-entrypoint.d/50-replace-api-url.sh

Usage with Sentry adapter

Sentry is used as the default tracker so no changes in code are necessary and the configuration is done via environment variables.

The following environment variables are available:

# Required
SENTRY_DSN=

# Optional
# https://docs.sentry.io/product/cli/configuration/
SENTRY_AUTH_TOKEN=
SENTRY_ORG=
SENTRY_PROJECT=
SENTRY_URL_PREFIX=
ENVIRONMENT=

Crafted with ❤️ by Saleor Commerce