stable
Clone or download
Read-only
part of: story #21362 Base artifact timeframe on a linked artifact This refactoring is needed because I need to add additional behaviors to the front-end of the semantic timeframe admin UI. Since all new developments have to be written in TypeScript, this is the moment to convert it. Moreover, I took the opportunity to add the missing unit tests. No functionnal change expected. Change-Id: I7dfb65332b05f00261096dab3b2e0099be6746a2
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/tracker/scripts/semantic-timeframe-option-selector.js | +0 | −169 | Go to diff View file |
A | plugins/tracker/scripts/semantics/timeframe/jest.config.js | +25 | −0 | Go to diff View file |
A | plugins/tracker/scripts/semantics/timeframe/semantic-timeframe-option-selector.ts | +47 | −0 | Go to diff View file |
A | plugins/tracker/scripts/semantics/timeframe/timeframe-options-manager.test.ts | +249 | −0 | Go to diff View file |
A | plugins/tracker/scripts/semantics/timeframe/timeframe-options-manager.ts | +177 | −0 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +1 | −1 | Go to diff View file |