Commit Graph

21 Commits

Author SHA1 Message Date
dependabot[bot] 3c6e198cda Chore(deps): Bump flask-cors
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.1...5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 17:53:05 +01:00
dependabot[bot] d4e350331f chore(deps): bump flask-cors
Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...4.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 00:29:39 +01:00
nprimo c7946abb43 feat(stock-market): add hist endpoint to mock-data server 2024-05-14 19:20:10 +01:00
nprimo 3d4f5dc199 feat(stock-market): update exchange_rate endpoint in mock server 2024-05-14 19:20:10 +01:00
nprimo 8316a86b43 chore(stock-market): run formatter 2024-05-14 19:20:10 +01:00
dependabot[bot] e26d2d0b87 chore(deps): bump jinja2
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 12:33:32 +01:00
dependabot[bot] 7e13110f89 chore(deps): bump werkzeug
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.1...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 10:33:02 +01:00
dependabot[bot] 6d77b685a0 chore(deps): bump jinja2
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 15:18:30 +00:00
dependabot[bot] 70393b26e6 chore(deps): bump werkzeug
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.3.6...3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 10:32:33 +00:00
nprimo 73a9b4660a feat(stock-market): update mock-stock-data-server
- change port to avoid conflicts with defaults on macos
- update .gitignore to exclude expanded stock data
- remove repeated if statement in utils.py
- remove comments
2023-08-16 14:48:11 +01:00
nprimo ec773eed1d feat(sample-stocks.zip): reduce size of available data 2023-08-16 14:48:11 +01:00
nprimo 565461c3a5 feat(mock-stock-data-server): add mock-stock-data-server to resources 2023-08-16 14:48:11 +01:00
nprimo f0ede5d351 feat(stock-market): improve audit and subject
- update number of stock to be monitored and update frequency to
  better deal with the API call limits
2023-08-16 14:48:11 +01:00
miguel 1ea237f809 docs(stock-market) small typo 2023-06-05 16:44:45 +01:00
miguel c230855a1e docs(stock-market): rmove the bonus and fix typos 2023-06-05 16:44:45 +01:00
miguel 0ff21b9193 docs(stock-market):fix audit and readme 2023-06-05 16:44:45 +01:00
davhojt 42f381f010 style: prettier 2023-03-10 09:09:59 +00:00
Saken Mukanov 5f59a8e466 improve projects & init chess and kahoot 2023-03-07 06:08:50 +00:00
davhojt 4328e8f3dc chore(mobile-dev): move resources closer to each project
for DEV-4078
2022-12-30 12:32:42 +02:00
nprimo fa4628109a docs(stock-market): improve audit format 2022-12-22 15:07:32 +01:00
jrosendo 53af9f2ecb docs(mobile-dev): add mobile branch subjects to public 2022-12-12 17:46:39 +00:00