Commit Graph

786 Commits

Author SHA1 Message Date
Florian Kaiser
49acdcaad0
Create pipeline.yml 2022-03-25 11:10:14 +01:00
Florian Kaiser
d41c887656
Update README.md 2022-03-25 11:03:29 +01:00
Florian Kaiser
2a9886b18c
Merge pull request #22 from WebEngineering2/dependabot/pip/api/python-dotenv-0.20.0
Bump python-dotenv from 0.19.2 to 0.20.0 in /api
2022-03-25 10:52:46 +01:00
dependabot[bot]
ef0b680015
Bump python-dotenv from 0.19.2 to 0.20.0 in /api
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.19.2 to 0.20.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.2...v0.20.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 09:41:06 +00:00
kevinpauer
f25a9293c2 Improve Add Button 2022-03-25 09:44:12 +01:00
dependabot[bot]
047d4a7dc2
Bump minimist from 1.2.5 to 1.2.6 in /frontend
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-25 08:07:18 +00:00
dependabot[bot]
8aa5ea9e6b
Bump @angular/material from 13.3.0 to 13.3.1 in /frontend
Bumps [@angular/material](https://github.com/angular/components) from 13.3.0 to 13.3.1.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/components/compare/13.3.0...13.3.1)

---
updated-dependencies:
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 09:39:13 +00:00
dependabot[bot]
af1751657d
Bump @types/node from 17.0.22 to 17.0.23 in /frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.22 to 17.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 09:39:03 +00:00
kevinpauer
be59f274ec Add comments 2022-03-23 19:31:34 +01:00
kevinpauer
9aa45d28d8 Add stock data api call 2022-03-23 19:07:56 +01:00
Florian Kaiser
062f689743
Merge pull request #18 from WebEngineering2/api_fix
Api fix
2022-03-22 11:23:09 +01:00
769c8006ca Create database before request 2022-03-22 11:21:58 +01:00
40d3e3238d Standardization of json responses 2022-03-22 11:21:39 +01:00
bd5768527e Improve api for bot 2022-03-22 11:20:04 +01:00
Rripped
f5f7ccd5a9
Update README.md 2022-03-22 10:44:28 +01:00
Rripped
7f90f2c812
Update README.md 2022-03-22 10:44:01 +01:00
kevinpauer
7bad70e412
Merge pull request #17 from WebEngineering2/dependabot/npm_and_yarn/frontend/types/node-17.0.22
Bump @types/node from 17.0.21 to 17.0.22 in /frontend
2022-03-22 10:36:33 +01:00
dependabot[bot]
672f1cc284
Bump @types/node from 17.0.21 to 17.0.22 in /frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.21 to 17.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 09:35:49 +00:00
a9effa751d Removed unnecessary requirements 2022-03-22 08:14:04 +01:00
1f31311b4e Set pool_recycle and pool_size to maybe fix database errors 2022-03-21 10:30:27 +01:00
kevinpauer
95a524dd04 Fix token storage 2022-03-19 23:02:47 +01:00
kevinpauer
20f89155d0 Remove console.log statement 2022-03-19 22:42:15 +01:00
kevinpauer
c9122292f1 Add logout functionality 2022-03-19 22:41:44 +01:00
kevinpauer
33c915f4be Comment in data code 2022-03-19 22:11:29 +01:00
9fa123489a Try to fix cors 2022-03-19 20:25:34 +01:00
kevinpauer
9530d1b57f Add profile and settings page placeholders; Expand routing 2022-03-19 19:55:42 +01:00
kevinpauer
29ae959af7
Merge pull request #11 from WebEngineering2/dependabot/npm_and_yarn/frontend/angular/material-13.3.0
Bump @angular/material from 13.2.6 to 13.3.0 in /frontend
2022-03-18 13:07:46 +01:00
kevinpauer
af5bcda716
Merge pull request #12 from WebEngineering2/dependabot/npm_and_yarn/frontend/types/node-17.0.21
Bump @types/node from 12.20.47 to 17.0.21 in /frontend
2022-03-18 13:07:33 +01:00
kevinpauer
416dfb6200
Merge pull request #13 from WebEngineering2/dependabot/npm_and_yarn/frontend/angular-devkit/build-angular-13.3.0
Bump @angular-devkit/build-angular from 13.2.6 to 13.3.0 in /frontend
2022-03-18 13:07:18 +01:00
dependabot[bot]
f11b50d6cb
Bump @angular-devkit/build-angular from 13.2.6 to 13.3.0 in /frontend
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 13.2.6 to 13.3.0.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/13.2.6...13.3.0)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 12:06:18 +00:00
dependabot[bot]
e8137cada1
Bump @types/node from 12.20.47 to 17.0.21 in /frontend
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.20.47 to 17.0.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 12:05:47 +00:00
kevinpauer
87eab334ec
Merge pull request #14 from WebEngineering2/dependabot/npm_and_yarn/frontend/types/jasmine-4.0.0
Bump @types/jasmine from 3.10.3 to 4.0.0 in /frontend
2022-03-18 13:05:13 +01:00
kevinpauer
93a443ae2d
Merge pull request #15 from WebEngineering2/dependabot/npm_and_yarn/frontend/karma-coverage-2.2.0
Bump karma-coverage from 2.1.1 to 2.2.0 in /frontend
2022-03-18 13:04:55 +01:00
kevinpauer
bd9a012002
Merge pull request #16 from WebEngineering2/dependabot/npm_and_yarn/frontend/angular/cli-13.3.0
Bump @angular/cli from 13.2.6 to 13.3.0 in /frontend
2022-03-18 13:04:42 +01:00
dependabot[bot]
5d14c6a97d
Bump @angular/cli from 13.2.6 to 13.3.0 in /frontend
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 13.2.6 to 13.3.0.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/compare/13.2.6...13.3.0)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 23:33:41 +00:00
Florian Kaiser
fc993c0138
Update dependabot.yml 2022-03-18 00:31:50 +01:00
Florian Kaiser
2be454c0c5
Update dependabot.yml 2022-03-18 00:26:53 +01:00
Florian Kaiser
9ef33fc38a
Update dependabot.yml 2022-03-18 00:26:23 +01:00
Florian Kaiser
d3fbc59065
Update dependabot.yml 2022-03-18 00:25:27 +01:00
Florian Kaiser
5f48ab3e78
Merge pull request #10 from WebEngineering2/dependabot/pip/api/pyjwt-2.3.0
Bump pyjwt from 2.0.0 to 2.3.0 in /api
2022-03-18 00:19:23 +01:00
dependabot[bot]
9e7042984c
Bump karma-coverage from 2.1.1 to 2.2.0 in /frontend
Bumps [karma-coverage](https://github.com/karma-runner/karma-coverage) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/karma-runner/karma-coverage/releases)
- [Changelog](https://github.com/karma-runner/karma-coverage/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-coverage/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: karma-coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 23:15:30 +00:00
dependabot[bot]
f3b028e2aa
Bump @types/jasmine from 3.10.3 to 4.0.0 in /frontend
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.10.3 to 4.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)

---
updated-dependencies:
- dependency-name: "@types/jasmine"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 23:15:11 +00:00
dependabot[bot]
ffe58e13b9
Bump @angular/material from 13.2.6 to 13.3.0 in /frontend
Bumps [@angular/material](https://github.com/angular/components) from 13.2.6 to 13.3.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/components/compare/13.2.6...13.3.0)

---
updated-dependencies:
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 23:14:16 +00:00
dependabot[bot]
cc7aceb2fc
Bump pyjwt from 2.0.0 to 2.3.0 in /api
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.0.0 to 2.3.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.0.0...2.3.0)

---
updated-dependencies:
- dependency-name: pyjwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-17 23:13:30 +00:00
Florian Kaiser
675dd242ec
Create dependabot.yml 2022-03-18 00:13:09 +01:00
Florian Kaiser
3eaf8ce043
Merge pull request #9 from WebEngineering2/documentation
Updated README.md
2022-03-18 00:07:41 +01:00
5dd17c7cf9 Updated README files, .gitignore and .env.example 2022-03-18 00:06:24 +01:00
Florian Kaiser
a14b101aaf
Merge pull request #8 from WebEngineering2/documentation
Documentation
2022-03-17 23:50:40 +01:00
d13ba5f5ef Updated README files, .gitignore and .env.example 2022-03-17 23:49:39 +01:00
135206b3ad Updated README.md 2022-03-17 23:18:36 +01:00