Skip to content

Commit

Permalink
chore: remove Explorer build scripts from the Monorepo (solana-labs#3…
Browse files Browse the repository at this point in the history
…0262)

* chore: remove Explorer build scripts from the Monorepo

* chore: remove labeler action
  • Loading branch information
steveluscher authored Feb 10, 2023
1 parent 51d354d commit 3c01f4d
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 134 deletions.
15 changes: 1 addition & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,4 @@ updates:
timezone: America/Los_Angeles
#labels:
# - "automerge"
open-pull-requests-limit: 3

- package-ecosystem: npm
directory: "/explorer"
schedule:
interval: daily
time: "01:00"
timezone: America/Los_Angeles
labels:
- "automerge"
commit-message:
prefix: "chore:"
include: "scope"
open-pull-requests-limit: 3
open-pull-requests-limit: 3
2 changes: 0 additions & 2 deletions .github/labeler.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/explorer.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/workflows/explorer_production.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/labeler.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ pull_request_rules:
# only require docs checks if docs files changed
- -files~=^docs/
- status-success=build & deploy docs
- or:
# only require explorer checks if explorer files changed
- status-success=check-explorer
- -files~=^explorer/
actions:
merge:
method: squash
Expand Down
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,6 @@ jobs:
# - sudo apt-get install libssl-dev libudev-dev

# docs pull request
# - name: "explorer"
# if: type = pull_request AND branch = master

# language: node_js
# node_js:
# - "lts/*"

# cache:
# directories:
# - ~/.npm

# before_install:
# - .travis/affects.sh explorer/ .travis || travis_terminate 0
# - cd explorer

# script:
# - npm run build
# - npm run format
- name: "docs"
if: type IN (push, pull_request) OR tag IS present
language: node_js
Expand Down
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ $5,000 USD in locked SOL tokens (locked for 12 months)
### Out of Scope:
The following components are out of scope for the bounty program
* Metrics: `/metrics` in the monorepo as well as https://metrics.solana.com
* Explorer: `/explorer` in the monorepo as well as https://explorer.solana.com
* Any encrypted credentials, auth tokens, etc. checked into the repo
* Bugs in dependencies. Please take them upstream!
* Attacks that require social engineering
Expand Down
4 changes: 2 additions & 2 deletions ci/buildkite-pipeline-in-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,11 @@ pull_or_push_steps() {

# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^explorer/ ^.gitbook; then
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then
all_test_steps
fi

# explorer and docs changes run on Travis or Github actions...
# docs changes run on Travis or Github actions...
}


Expand Down
4 changes: 2 additions & 2 deletions ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,11 @@ pull_or_push_steps() {

# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^explorer/ ^.gitbook; then
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then
all_test_steps
fi

# explorer and docs changes run on Travis or Github actions...
# docs changes run on Travis or Github actions...
}


Expand Down
4 changes: 2 additions & 2 deletions ci/buildkite-solana-private.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,11 @@ pull_or_push_steps() {

# Run the full test suite by default, skipping only if modifications are local
# to some particular areas of the tree
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^explorer/ ^.gitbook; then
if affects_other_than ^.buildkite ^.mergify .md$ ^docs/ ^.gitbook; then
all_test_steps
fi

# explorer and docs changes run on Travis or Github actions...
# docs changes run on Travis or Github actions...
}


Expand Down

0 comments on commit 3c01f4d

Please sign in to comment.