Skip to content

Commit

Permalink
update chaise-config change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Nov 8, 2023
1 parent aa699b1 commit 91ca0b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,13 @@ $(SASS): $(shell find $(COMMON)/styles/scss/)
# should eventually be removed
DEPRECATED_JS_CONFIG=chaise-config.js

JS_CONFIG_SAMPLE= $(CONFIG)/chaise-config-sample.js
JS_CONFIG=$(CONFIG)/chaise-config.js
$(JS_CONFIG): $(JS_CONFIG_SAMPLE)
$(JS_CONFIG): $(CONFIG)/chaise-config-sample.js
cp -n $(CONFIG)/chaise-config-sample.js $(JS_CONFIG) || true
touch $(JS_CONFIG)

VIEWER_CONFIG_SAMPLE=$(CONFIG)/viewer-config-sample.js
VIEWER_CONFIG=$(CONFIG)/viewer-config.js
$(VIEWER_CONFIG): $(VIEWER_CONFIG_SAMPLE)
$(VIEWER_CONFIG): $(CONFIG)/viewer-config-sample.js
cp -n $(CONFIG)/viewer-config-sample.js $(VIEWER_CONFIG) || true
touch $(VIEWER_CONFIG)

Expand Down
8 changes: 8 additions & 0 deletions docs/user-docs/chaise-config-change-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ The file contains changes made to chaise-config parameters.
- Refer to [chaise-config.d](chaise-config.md) for currently supported parameters
- Refer to [chaise-config-deprecated.md](chaise-config-deprecated.md) for deprecated parameters

#### 11/07/2023 ####

###### PR Link
- [chaise](https://github.com/informatics-isi-edu/chaise/pull/2375)

###### Added
- We are now also fetching the `chaise-config.js` from the `config/chaise-config.js` location. Later we are going to stop trying the old location and only use the new location.

#### 07/14/2023 ####

###### PR Link
Expand Down

0 comments on commit 91ca0b0

Please sign in to comment.