File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed
Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11option_settings:
22 - option_name: WB_DB_URI
3- value: datomic:ddb://us-east-1/WS294 /wormbase
3+ value: datomic:ddb://us-east-1/WS295 /wormbase
44 - option_name: _JAVA_OPTIONS
55 value: "-Xmx13g"
Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 1.5.9] - 2025-01-13
6+ - initial release for WS295
7+
8+
59## [ 1.5.8] - 2024-10-14
610- initial release for WS294
711
Original file line number Diff line number Diff line change 11NAME := wormbase/rest
2- WORMBASE_REST_VERSION ?= "1.5.8 "
2+ WORMBASE_REST_VERSION ?= "1.5.9 "
33EBX_CONFIG := .ebextensions/.config
44WB_DB_URI ?= $(shell sed -rn 's|value:(.* ) |\1|p' \
55 ${EBX_CONFIG} | tr -d " " | head -n 1)
Original file line number Diff line number Diff line change 1414Run following commands and test each step happens correctly.
1515
1616``` bash
17- export WB_DB_URI=" datomic:ddb://us-east-1/WS294 /wormbase"
17+ export WB_DB_URI=" datomic:ddb://us-east-1/WS295 /wormbase"
1818lein ring server-headless 8130
1919lein do eastwood, test
2020make docker-build
@@ -37,7 +37,7 @@ eb deploy
3737## Setting environment variables
3838
3939``` bash
40- export WB_DB_URI=" datomic:ddb://us-east-1/WS294 /wormbase"
40+ export WB_DB_URI=" datomic:ddb://us-east-1/WS295 /wormbase"
4141```
4242
4343## Starting server in development
Original file line number Diff line number Diff line change 11version : " 3.7"
22services :
33 wormbase_api :
4- image : 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.8
4+ image : 357210185381.dkr.ecr.us-east-1.amazonaws.com/wormbase/rest:1.5.9
55 ports :
66 - " 80:3000"
77 environment :
Original file line number Diff line number Diff line change 1- (defproject wormbase /rest-api " 1.5.8 "
1+ (defproject wormbase /rest-api " 1.5.9 "
22 :description
33 " REST API for retrieving data from datomic on a per widget basis"
44 :url " https://github.com/WormBase/wormbase-rest"
You can’t perform that action at this time.
0 commit comments