Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build(deps): Bump workbox-window from 6.0.2 to 6.1.0 in /FrontEnd | dependabot[bot] | 2021-01-31 | 1 | -1/+1 |
| | | | | | | | Bumps [workbox-window](https://github.com/googlechrome/workbox) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.0.2...v6.1.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #220 from ↵ | crupest | 2021-01-31 | 1 | -1/+1 |
|\ | | | | | | | | | crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.19.0 build(deps-dev): Bump eslint from 7.18.0 to 7.19.0 in /FrontEnd | ||||
| * | build(deps-dev): Bump eslint from 7.18.0 to 7.19.0 in /FrontEnd | dependabot[bot] | 2021-01-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #215 from ↵ | crupest | 2021-01-31 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | crupest/dependabot/npm_and_yarn/FrontEnd/workbox-webpack-plugin-6.1.0 build(deps-dev): Bump workbox-webpack-plugin from 6.0.2 to 6.1.0 in /FrontEnd | ||||
| * | | build(deps-dev): Bump workbox-webpack-plugin in /FrontEnd | dependabot[bot] | 2021-01-31 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 6.0.2 to 6.1.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v6.0.2...v6.1.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | Merge pull request #214 from ↵ | crupest | 2021-01-31 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | crupest/dependabot/npm_and_yarn/FrontEnd/webpack-5.19.0 build(deps-dev): Bump webpack from 5.18.0 to 5.19.0 in /FrontEnd | ||||
| * | build(deps-dev): Bump webpack from 5.18.0 to 5.19.0 in /FrontEnd | dependabot[bot] | 2021-01-31 | 1 | -1/+1 |
|/ | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.18.0...v5.19.0) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | ... | crupest | 2021-01-31 | 3 | -6/+38 |
| | |||||
* | ... | crupest | 2021-01-31 | 3 | -15/+3 |
| | |||||
* | ... | crupest | 2021-01-31 | 1 | -6/+6 |
| | |||||
* | ... | crupest | 2021-01-30 | 4 | -159/+121 |
| | |||||
* | Merge pull request #213 from ↵ | crupest | 2021-01-29 | 1 | -1/+1 |
|\ | | | | | | | | | crupest/dependabot/npm_and_yarn/FrontEnd/html-webpack-plugin-5.0.0-beta.6 build(deps-dev): Bump html-webpack-plugin from 5.0.0-beta.5 to 5.0.0-beta.6 in /FrontEnd | ||||
| * | build(deps-dev): Bump html-webpack-plugin in /FrontEnd | dependabot[bot] | 2021-01-29 | 1 | -1/+1 |
|/ | | | | | | | | Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.0.0-beta.5 to 5.0.0-beta.6. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/commits) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Update dependabot.yml | crupest | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | ... | crupest | 2021-01-29 | 2 | -6/+21 |
| | |||||
* | Create dependabot.yml | crupest | 2021-01-29 | 1 | -0/+12 |
| | |||||
* | Front end migrate to npm because of buggy pnp in yarn 2. | crupest | 2021-01-29 | 6 | -23/+15 |
| | |||||
* | Merge branch 'master' into search | crupest | 2021-01-23 | 4 | -29/+109 |
|\ | |||||
| * | feat: Now configuration uses environment variables starts with 'Timeline_'. ↵ | crupest | 2021-01-23 | 4 | -29/+109 |
| | | | | | | | | And remove work dir config in launch profiles. | ||||
* | | chore: Fix crlf. | crupest | 2021-01-21 | 2 | -165/+165 |
| | | |||||
* | | feat: Add search page. | crupest | 2021-01-21 | 5 | -0/+183 |
|/ | |||||
* | feat: Change appearance of timelines. | crupest | 2021-01-21 | 1 | -4/+0 |
| | |||||
* | feat: Fix #207. | crupest | 2021-01-21 | 1 | -52/+54 |
| | |||||
* | build: Upgrade packages. | crupest | 2021-01-19 | 1 | -20/+20 |
| | |||||
* | ... | crupest | 2021-01-19 | 3 | -57/+49 |
| | |||||
* | ... | crupest | 2021-01-19 | 3 | -20/+14 |
| | |||||
* | ... | crupest | 2021-01-19 | 3 | -107/+127 |
| | |||||
* | feat: Deprecate userop/createuser api and add users post api. | crupest | 2021-01-19 | 3 | -13/+29 |
| | |||||
* | Merge pull request #211 from crupest/search | crupest | 2021-01-19 | 16 | -70/+370 |
|\ | | | | | Back search feature. | ||||
| * | test: Add integrated tests for search api. | crupest | 2021-01-19 | 9 | -11/+93 |
| | | |||||
| * | feat: Add search controller. | crupest | 2021-01-17 | 2 | -0/+49 |
| | | |||||
| * | test: Add unit tests for search service. | crupest | 2021-01-16 | 6 | -59/+130 |
| | | |||||
| * | feat: Add search service. | crupest | 2021-01-16 | 1 | -0/+98 |
|/ | |||||
* | Merge pull request #209 from crupest/front-dev | crupest | 2021-01-13 | 8 | -153/+236 |
|\ | | | | | Front development. | ||||
| * | ... | crupest | 2021-01-13 | 4 | -39/+105 |
| | | |||||
| * | ... | crupest | 2021-01-13 | 7 | -117/+134 |
|/ | |||||
* | Merge pull request #208 from crupest/front-dev | crupest | 2021-01-13 | 7 | -242/+180 |
|\ | | | | | Front end development. | ||||
| * | fix: Fix #205. | crupest | 2021-01-12 | 1 | -2/+32 |
| | | |||||
| * | ... | crupest | 2021-01-12 | 1 | -22/+5 |
| | | |||||
| * | ... | crupest | 2021-01-12 | 1 | -6/+2 |
| | | |||||
| * | ... | crupest | 2021-01-12 | 2 | -54/+50 |
| | | |||||
| * | ... | crupest | 2021-01-12 | 3 | -30/+18 |
| | | |||||
| * | ... | crupest | 2021-01-12 | 3 | -42/+51 |
| | | |||||
| * | ... | crupest | 2021-01-12 | 2 | -96/+32 |
|/ | |||||
* | feat: Fix #200. | crupest | 2021-01-11 | 3 | -1/+32 |
| | |||||
* | Merge pull request #206 from crupest/front-dev | crupest | 2021-01-11 | 22 | -1241/+837 |
|\ | | | | | Front development. | ||||
| * | ... | crupest | 2021-01-11 | 3 | -72/+61 |
| | | |||||
| * | ... | crupest | 2021-01-11 | 1 | -3/+1 |
| | | |||||
| * | ... | crupest | 2021-01-11 | 2 | -22/+3 |
| | | |||||
| * | ... | crupest | 2021-01-11 | 9 | -863/+423 |
| | |