Commit Graph

727 Commits

Author SHA1 Message Date
dependabot[bot]
3b8e970ad9
Bump @angular/material from 13.3.1 to 13.3.2 in /frontend
Bumps [@angular/material](https://github.com/angular/components) from 13.3.1 to 13.3.2.
- [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.1...13.3.2)

---
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-31 10:32:53 +00:00
dependabot[bot]
708518ee5c
Bump @angular/cli from 13.3.0 to 13.3.1 in /frontend
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 13.3.0 to 13.3.1.
- [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.3.0...13.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 10:32:07 +00:00
dependabot[bot]
2900d953e5
Update flask requirement from ~=2.1.0 to ~=2.1.1 in /api
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.1.0...2.1.1)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 10:32:06 +00:00
dependabot[bot]
7f0addfecb
Bump @angular-devkit/build-angular from 13.3.0 to 13.3.1 in /frontend
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 13.3.0 to 13.3.1.
- [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.3.0...13.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 10:31:50 +00:00
7dc903d583 Add tests to pipeline 2022-03-30 11:18:03 +02:00
Florian Kaiser
983c01f67d
Merge pull request #32 from WebEngineering2/api_tests
Added unit and functional tests
2022-03-30 11:14:04 +02:00
Florian Kaiser
0a6131fef9
Merge pull request #31 from WebEngineering2/dependabot/pip/api/flask-approx-eq-2.1.0
Update flask requirement from ~=2.0.3 to ~=2.1.0 in /api
2022-03-30 11:12:08 +02:00
985f5158ae Updated requirements.txt 2022-03-30 11:11:14 +02:00
041cd16450 Fixed test config 2022-03-30 11:11:02 +02:00
1f2487f1c1 Refactoring 2022-03-30 11:10:48 +02:00
4b7dfa8afd Update README.md 2022-03-30 10:51:38 +02:00
21d2bc334c Tests
- Improved directory structure
- Added functional and unit tests
2022-03-30 10:46:54 +02:00
Rripped
6289e5dc71 added date parameter 2022-03-29 13:37:44 +02:00
Rripped
0aee85d718 bug fix 2022-03-29 12:29:13 +02:00
Rripped
4005e8dccf fetching news by keywords 2022-03-29 12:28:28 +02:00
Rripped
4bd53c0116 news working 2022-03-29 12:20:58 +02:00
Rripped
4afd1ab87b workaround for connection problems 2022-03-29 12:04:49 +02:00
dependabot[bot]
80b2ebdaf9
Update flask requirement from ~=2.0.3 to ~=2.1.0 in /api
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.1.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 09:42:19 +00:00
Rripped
4c517998ba added funcs 2022-03-29 10:49:02 +02:00
Rripped
21d5d357b8 moved api handler in subfolder 2022-03-29 09:26:50 +02:00
Rripped
1ba19a219f small change 2022-03-29 08:49:32 +02:00
Rripped
456bba027b updated env example with bot creds 2022-03-29 08:44:40 +02:00
Rripped
bf8fdbf848 formatting and docu additions 2022-03-29 08:41:09 +02:00
Rripped
218f70f541 added status function 2022-03-29 08:31:58 +02:00
Linus E
c489e9ab46 added keywords from db (not working currently) 2022-03-28 19:39:37 +02:00
Linus E
26a6561682 Merge remote-tracking branch 'origin/main' into bot 2022-03-28 18:56:24 +02:00
Linus E
4b23261bd1 api_handler functions completed (tbd: testing) 2022-03-28 18:55:52 +02:00
e27e2175b5 Merge remote-tracking branch 'origin/main' 2022-03-28 18:09:45 +02:00
01581fa560 Trigger pipeline 2022-03-28 18:09:38 +02:00
Linus E
8d5d777de6 implemented apihandler class and functions 2022-03-28 18:07:39 +02:00
kevinpauer
1cf8eaa821
Merge pull request #29 from WebEngineering2/frontend
Frontend
2022-03-28 18:07:35 +02:00
482bf70756 increase token expiration for bot user 2022-03-28 17:56:59 +02:00
d4de5b8b04 Merge remote-tracking branch 'origin/main' 2022-03-28 17:51:17 +02:00
879423f7c7 Use user id instead of email 2022-03-28 17:51:10 +02:00
Florian Kaiser
75d856d53a
Merge pull request #28 from WebEngineering2/dependabot/pip/api/bcrypt-3.2.0
Bump bcrypt from 3.1.0 to 3.2.0 in /api
2022-03-28 10:54:52 +02:00
kevinpauer
e9f1e7d38a Improve Http Request 2022-03-28 00:37:49 +02:00
kevinpauer
0393f153bf Remove unused href, that throws 404 2022-03-27 22:34:07 +02:00
9c3edfeb8c Fixed bot account 2022-03-27 21:36:10 +02:00
kevinpauer
a5f17b80eb Update Login and Registration for new api configuration 2022-03-27 21:33:35 +02:00
5dd0cb0b51 Fixed binary is not serializable error #2 2022-03-27 21:21:20 +02:00
67e2a4c761 Fixed binary is not serializable error 2022-03-27 21:08:24 +02:00
dependabot[bot]
d1869cc883
Bump bcrypt from 3.1.0 to 3.2.0 in /api
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/pyca/bcrypt/releases)
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](https://github.com/pyca/bcrypt/compare/3.1.0...3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-27 18:46:58 +00:00
Florian Kaiser
4e9b085954
Merge pull request #23 from WebEngineering2/dependabot/pip/telegram_bot/python-dotenv-approx-eq-0.20.0
Update python-dotenv requirement from ~=0.19.2 to ~=0.20.0 in /telegram_bot
2022-03-27 20:46:11 +02:00
dependabot[bot]
5c00652805
Update python-dotenv requirement in /telegram_bot
Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-27 18:43:37 +00:00
Florian Kaiser
be6714371e
Merge pull request #27 from WebEngineering2/bcrypt
Updated api to use bcrypt
2022-03-27 20:42:58 +02:00
48e97ea406 Updated api to use bcrypt 2022-03-27 20:42:11 +02:00
948ef0c179 Updated pipeline.yml 2022-03-27 20:24:53 +02:00
Florian Kaiser
2a87970cb3
Merge pull request #26 from WebEngineering2/try_except_fix
Try except fix
2022-03-27 20:15:06 +02:00
b82734e176 Merge branch 'main' into try_except_fix 2022-03-27 20:14:34 +02:00
d19b38634a Updated schema.py 2022-03-27 20:12:45 +02:00