Skip to content

Commit

Permalink
Merge branch 'master' into fix-subject-height
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Oct 2, 2024
2 parents a70d010 + 706a855 commit e8fee6d
Show file tree
Hide file tree
Showing 200 changed files with 726 additions and 7,453 deletions.
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ assignees: ''
---

## Package
_Choose from the list:_
- [ ] app-content-pages
- [ ] app-project
- [ ] lib-classifier
- [ ] lib-panoptes-js
- [ ] lib-react-components
- [ ] unknown
_Examples_
- app-project
- app-root
- lib-classifier
- lib-content
- lib-panoptes-js
- lib-react-components
- lib-user
- unknown

## Describe the bug
A clear and concise description of what the bug is.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ labels: enhancement
---

## Package
_Choose from the list:_
- [ ] app-content-pages
- [ ] app-project
- [ ] lib-classifier
- [ ] lib-panoptes-js
- [ ] lib-react-components
- [ ] unknown
_Examples_
- app-project
- app-root
- lib-classifier
- lib-content
- lib-panoptes-js
- lib-react-components
- lib-user
- unknown

## Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ docker-compose build

`docker-compose up` runs local production builds as follows:

- content pages app at http://localhost:3001
- project app at http://localhost:3002
- root app at http://localhost:3003

Expand Down Expand Up @@ -116,7 +115,6 @@ See each package's folder for more specific documentation.
|---|---|---|
| **@zooniverse/async-states** | `packages/lib-async-states` | Frozen object of async states to use in data stores |
| **@zooniverse/classifier** | `packages/lib-classifier` | Classifier view components and state which can be exported modularly or altogether as a working classifier |
| **@zooniverse/fe-content-pages** | `packages/app-content-pages` | Server-side rendered application for documentation / info pages, such as Publications. |
| **@zooniverse/fe-project** | `packages/app-project` | Server-side rendered application for a project (anything at `/projects/owner/display_name`) |
| **@zooniverse/grommet-theme** | `packages/lib-grommet-theme` | The style definitions for a Zooniverse theme to use with Grommet |
| **@zooniverse/panoptes-js** | `packages/lib-panoptes-js` | Panoptes API javascript client. Functional HTTP request helpers built on top of superagent |
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/deployment-production.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -141,17 +141,17 @@ spec:
cpu: "1000m"
startupProbe:
httpGet:
path: /users
path: /about
port: 3000
failureThreshold: 6
livenessProbe:
httpGet:
path: /users
path: /about
port: 3000
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /users
path: /about
port: 3000
initialDelaySeconds: 20
timeoutSeconds: 10
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/deployment-staging.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,17 @@ spec:
cpu: "1000m"
startupProbe:
httpGet:
path: /users
path: /about
port: 3000
failureThreshold: 6
livenessProbe:
httpGet:
path: /users
path: /about
port: 3000
timeoutSeconds: 10
readinessProbe:
httpGet:
path: /users
path: /about
port: 3000
initialDelaySeconds: 20
timeoutSeconds: 10
Expand Down
7 changes: 0 additions & 7 deletions packages/app-content-pages/.babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app-content-pages/.dockerignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/app-content-pages/.eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions packages/app-content-pages/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions packages/app-content-pages/.storybook/lib/i18n.js

This file was deleted.

40 changes: 0 additions & 40 deletions packages/app-content-pages/.storybook/main.js

This file was deleted.

12 changes: 0 additions & 12 deletions packages/app-content-pages/.storybook/manager.js

This file was deleted.

60 changes: 0 additions & 60 deletions packages/app-content-pages/.storybook/preview.js

This file was deleted.

3 changes: 0 additions & 3 deletions packages/app-content-pages/.storybook/specConfig.js

This file was deleted.

86 changes: 0 additions & 86 deletions packages/app-content-pages/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions packages/app-content-pages/docker-compose.yml

This file was deleted.

3 changes: 0 additions & 3 deletions packages/app-content-pages/env-default

This file was deleted.

Loading

0 comments on commit e8fee6d

Please sign in to comment.