Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Extract backend into a separate repo #11360

Merged
merged 4 commits into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defaults_3_0: &defaults_3_0

run_tests: &run_tests
<<: *defaults
parallelism: 4
parallelism: 2
steps:
- checkout
- restore_cache:
Expand All @@ -41,7 +41,7 @@ run_tests: &run_tests

run_tests_3_0: &run_tests_3_0
<<: *defaults_3_0
parallelism: 4
parallelism: 2
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -243,13 +243,12 @@ jobs:
name: Format test coverage
command: |
./tmp/cc-test-reporter format-coverage -t simplecov -o tmp/codeclimate.api.json /tmp/workspace/simplecov/api/.resultset.json
./tmp/cc-test-reporter format-coverage -t simplecov -o tmp/codeclimate.backend.json /tmp/workspace/simplecov/backend/.resultset.json
./tmp/cc-test-reporter format-coverage -t simplecov -o tmp/codeclimate.core.json /tmp/workspace/simplecov/core/.resultset.json
./tmp/cc-test-reporter format-coverage -t simplecov -o tmp/codeclimate.emails.json /tmp/workspace/simplecov/emails/.resultset.json
- run:
name: Upload coverage results to Code Climate
command: |
./tmp/cc-test-reporter sum-coverage tmp/codeclimate.*.json -p 4 -o tmp/codeclimate.total.json
./tmp/cc-test-reporter sum-coverage tmp/codeclimate.*.json -p 3 -o tmp/codeclimate.total.json
./tmp/cc-test-reporter upload-coverage -i tmp/codeclimate.total.json

update_staging_repository:
Expand Down
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/backend"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: bundler
directory: "/core"
schedule:
Expand Down
6 changes: 0 additions & 6 deletions backend/Gemfile

This file was deleted.

15 changes: 0 additions & 15 deletions backend/Rakefile

This file was deleted.

129 changes: 0 additions & 129 deletions backend/app/assets/config/spree_backend_manifest.js

This file was deleted.

Binary file removed backend/app/assets/images/admin/logo.png
Binary file not shown.
5 changes: 0 additions & 5 deletions backend/app/assets/images/backend-add.svg

This file was deleted.

5 changes: 0 additions & 5 deletions backend/app/assets/images/backend-adjust.svg

This file was deleted.

3 changes: 0 additions & 3 deletions backend/app/assets/images/backend-approve.svg

This file was deleted.

1 change: 0 additions & 1 deletion backend/app/assets/images/backend-arrow-down.svg

This file was deleted.

1 change: 0 additions & 1 deletion backend/app/assets/images/backend-arrow-left.svg

This file was deleted.

1 change: 0 additions & 1 deletion backend/app/assets/images/backend-arrow-right.svg

This file was deleted.

1 change: 0 additions & 1 deletion backend/app/assets/images/backend-arrow-up.svg

This file was deleted.

3 changes: 0 additions & 3 deletions backend/app/assets/images/backend-arrows-fullscreen.svg

This file was deleted.

3 changes: 0 additions & 3 deletions backend/app/assets/images/backend-box.svg

This file was deleted.

9 changes: 0 additions & 9 deletions backend/app/assets/images/backend-calendar.svg

This file was deleted.

7 changes: 0 additions & 7 deletions backend/app/assets/images/backend-cancel.svg

This file was deleted.

3 changes: 0 additions & 3 deletions backend/app/assets/images/backend-capture.svg

This file was deleted.

1 change: 0 additions & 1 deletion backend/app/assets/images/backend-cart.svg

This file was deleted.

1 change: 0 additions & 1 deletion backend/app/assets/images/backend-chevron-down.svg

This file was deleted.

Loading