Skip to content

Add docker setup#67

Closed
BytecodeBrewer wants to merge 20 commits into
mainfrom
add-docker-setup
Closed

Add docker setup#67
BytecodeBrewer wants to merge 20 commits into
mainfrom
add-docker-setup

Conversation

@BytecodeBrewer

@BytecodeBrewer BytecodeBrewer commented Jun 25, 2026

Copy link
Copy Markdown
Owner

ignore

BytecodeBrewer and others added 20 commits June 20, 2026 17:34
Sync Develop with main again
…ssing-tests

40 reviewing and adding missing tests
* chore: auto-format to pass CI checks

* chore(43): delete create_pr.py

Add research for the first forecasting approach for ARGUS market time-series data.
Remove out-of-scope PR automation script before merging.

---------

Co-authored-by: Lev Gusiev <89646710+BytecodeBrewer@users.noreply.github.com>
@BytecodeBrewer BytecodeBrewer linked an issue Jun 25, 2026 that may be closed by this pull request
6 tasks
@BytecodeBrewer BytecodeBrewer added this to the Sprint 2 milestone Jun 25, 2026
@BytecodeBrewer BytecodeBrewer added documentation Improvements or additions to documentation coding New feature or request labels Jun 25, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e1d4b65980

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread README.md
Build the Docker image:

```bash
docker build -t argus .

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Make the documented Docker build find the Dockerfile

In Linux CI/dev environments this command looks for the default file name Dockerfile, but the commit adds the file as lowercase dockerfile; Docker's CLI reference describes --file as the Dockerfile name and says the default is PATH/Dockerfile (https://docs.docker.com/reference/cli/docker/image/build/). Users following this README command will fail before the image builds unless the file is renamed to Dockerfile or the command uses -f dockerfile.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just a commit message.

if result is None:
return False

assert result is not None

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Mock the yfinance call in the timeseries test

When Yahoo Finance is unavailable, network access is blocked, or yfinance.download returns an empty result, prepare_trend_analysis returns None and this new assertion fails the suite even though the production path handles that case. I checked this test and it does not monkeypatch get_timeseries/yfinance, so CI and the new Docker test image now depend on a live third-party request instead of deterministically exercising the metric logic.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx I will change it in the next issue

@BytecodeBrewer BytecodeBrewer removed this from the Sprint 2 milestone Jun 25, 2026
@BytecodeBrewer BytecodeBrewer removed documentation Improvements or additions to documentation coding New feature or request labels Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add first Docker setup for local development

3 participants