Skip to content

Commit

Permalink
Merge pull request #2291 from MoveOnOrg/stage-main-13-0-1
Browse files Browse the repository at this point in the history
Stage main 13.0.1
  • Loading branch information
Arique1104 authored Sep 20, 2023
2 parents 4538f00 + d864249 commit 19c5eea
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ DST_REFERENCE_TIMEZONE='US/Eastern'
PASSPORT_STRATEGY=local
TEXTER_SIDEBOXES=celebration-gif,default-dynamicassignment,default-releasecontacts,contact-reference,tag-contact,freshworks-widget,default-editinitial,take-conversations,hide-media,texter-feedback,contact-notes
OWNER_CONFIGURABLE=ALL
NGP_VAN_API_KEY=
NGP_VAN_APP_NAME=
NGP_VAN_WEBHOOK_BASE_URL=
8 changes: 4 additions & 4 deletions .github/workflows/jest-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-yarn-
- run: yarn
- env:
NODE_OPTIONS: "--max-old-space-size=4096"
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn test
test-rediscache-contactcache:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn
- env:
NODE_OPTIONS: "--max-old-space-size=4096"
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn test-rediscache-contactcache
test-rediscache:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn
- env:
NODE_OPTIONS: "--max-old-space-size=4096"
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn test-rediscache
test-sqlite:
runs-on: ubuntu-latest
Expand All @@ -127,5 +127,5 @@ jobs:
${{ runner.os }}-yarn-
- run: yarn
- env:
NODE_OPTIONS: "--max-old-space-size=4096"
NODE_OPTIONS: "--max-old-space-size=8192"
run: yarn test-sqlite
Empty file added .keep
Empty file.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILDER_IMAGE=node:12.22
ARG RUNTIME_IMAGE=node:12.22-alpine
ARG BUILDER_IMAGE=node:16.18
ARG RUNTIME_IMAGE=node:16.18-alpine
ARG PHONE_NUMBER_COUNTRY=US

FROM ${BUILDER_IMAGE} as builder
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Spoke is an open source text-distribution tool for organizations to mobilize sup

Spoke was created by Saikat Chakrabarti and Sheena Pakanati, and is now maintained by MoveOn.org.

The latest version is [13.0](https://github.com/MoveOnOrg/Spoke/tree/13.0.0) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v130))
The latest version is [13.0.1](https://github.com/MoveOnOrg/Spoke/tree/13.0.1) (see [release notes](https://github.com/MoveOnOrg/Spoke/blob/main/docs/RELEASE_NOTES.md#v1301))


## Setting up Spoke
Expand All @@ -24,7 +24,7 @@ Want to know more?
### Quick Start with Heroku
This version of Spoke suitable for testing and, potentially, for small campaigns. This won't cost any money and will not support production(aka large-scale) usage. It's a great way to practice deploying Spoke or see it in action.

<a href="https://heroku.com/deploy?template=https://github.com/MoveOnOrg/Spoke/tree/13.0.0">
<a href="https://heroku.com/deploy?template=https://github.com/MoveOnOrg/Spoke/tree/13.0.1">

<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
</a>
Expand Down
8 changes: 8 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release Notes

## v13.0.1
_September 2023_ Version 13.0.1

This is a patch release that has passing tests and updates docker file to node16.

### Appreciations
[Arique Aguilar](https://github.com/Arique1104), [Kathy Nguyen](https://github.com/crayolakat)

## v13.0
_February 2023:_ Version 13.0

Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
verbose: true,
testURL: "http://localhost/",
testURL: "http://localhost:3000",
testEnvironment: "node",
globals: {
SUPPRESS_DATABASE_AUTOCREATE: "1",
Expand Down

0 comments on commit 19c5eea

Please sign in to comment.