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

feat: delete the gatsby site! (#3120) #3131

Merged
merged 9 commits into from
Sep 17, 2024
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
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion next/.eslintignore → .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
**/out/*
**/.next/*

build
build

/analytics
37 changes: 0 additions & 37 deletions .eslintrc.js

This file was deleted.

File renamed without changes.
7 changes: 0 additions & 7 deletions .firebaserc

This file was deleted.

5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/add-a-publication.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Add a Publication
about: Tell us about an AnVIL related publication for listing on anvilproject.org
title: ''
labels: ''
title: ""
labels: ""
assignees: NoopDog

---

The anvilproject.org website lists papers that cite the NHGRI Analysis Visualization
Expand Down
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/submit-event.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
name: AnVIL Community Events
about: Submit an event for the anvilproject.org events page.
title: ''
labels: ''
assignees: ''

title: ""
labels: ""
assignees: ""
---

Thank you for submitting an event to anvilproject.org!

To expedite your event's addition to https://anvilproject.org/events,
please provide the following package information. You can easily edit this information later by clicking "Improve this page" at the bottom of your event's detail page.
please provide the following package information. You can easily edit this information later by clicking "Improve this page" at the bottom of your event's detail page.

See https://anvilproject.org/guides/content/events-guide for a description of the fields listed below:

## Basics

- Event Title:
- Conference short name: [e.g. ISMB 2020]
- Short Description: [max 200 char]
Expand All @@ -25,22 +25,25 @@ See https://anvilproject.org/guides/content/events-guide for a description of th
- Location: [Physical address or virtual meeting room]

### Event Text

A longer form description of the event for the event page.

### Background

A longer form background/rationale for why this session is being provided.

### Audience

A description of the target audience/qualifications for attending.

### Prerequisites (if any)

## Event Details

- Agenda: [Titles, dates, times, speakers, and length of sessions]
- Agenda: [Titles, dates, times, speakers, and length of sessions]
- How to register: [e.g. link to the registration website, registration open, closing dates]
- Costs: [any fees or discount/scholarship opportunities]
- Event home page: [on the conference website]
- Costs: [any fees or discount/scholarship opportunities]
- Event home page: [on the conference website]
- Conference website:
- Contact Info: [Who to contact at AnVIL for more information if applicable.]
- Hashtag - [The Twitter hashtag for the event]
3 changes: 1 addition & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "20.10.0"

- run: |
cd next
npm ci
npx tsc --noEmit
npm run build-dev:anvil-portal
123 changes: 35 additions & 88 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,103 +1,50 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# IDEs and editors
.idea
# dependencies
/node_modules
/.pnp
.pnp.js

# Coverage directory used by tools like istanbul
# testing
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# next.js
/.next/
/out/

# Optional npm cache directory
.npm
# production
/build

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# gatsby files
.cache/
public !/next

# Mac files
# misc
.DS_Store
*.pem

# Yarn
yarn-error.log
.pnp/
.pnp.js
# Yarn Integrity file
.yarn-integrity

# Files built using webpack
site/bundle.css
site/style-bundle.js
/.cache/
/public/
/node_modules_bak/

# Local
.tmp
/.firebase/

# Data
static/dashboard-index.json
static/dashboard-index-anvil.json
static/dashboard-index-ncpi.json
static/site-search-index.json
# debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Workspace Field Report
static/workspace-fields-report.csv
plugins/gatsby-plugin-workspace-fields-report/prod-workspaces-sb-all.json
# env files
/.env*.local
/.env.development
/.env.production

# Dashboard Report AnVIL Studies
static/dashboard-report-anvil-studies.csv
# vercel
.vercel

# Keys
keys.sh
# typescript
*.tsbuildinfo
next-env.d.ts

# Scripts data
# scripts data
/scripts/workspace-files
/scripts/new-cser-materials

# Python
# python
__pycache__/
/scripts/**/venv
/analytics/**/_build
/analytics/venv
/scripts/**/venv/

# IDEs and editors
.idea
4 changes: 1 addition & 3 deletions next/.husky/pre-commit → .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

cd next

echo '🏗️👷 Checking your project before committing'

# Check Prettier
Expand All @@ -16,7 +14,7 @@ npm run check-format ||
npm run lint ||
(
echo '🤔 ESLint Check Failed. Make the required changes listed above, add changes and try to commit again.'
false;
false;
)

# Check TypeScript
Expand Down
Loading
Loading