Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure to flask's blueprint scafolding and implement scorecard #11

Merged
merged 37 commits into from
Aug 14, 2024

Conversation

kimpaller
Copy link
Contributor

@tfcollins
Copy link
Contributor

Have a instance running with this code?

@kimpaller
Copy link
Contributor Author

Have a instance running with this code?

Our current constellation deployment is running these codes.

Dockerfile Outdated
@@ -4,6 +4,8 @@ USER root
WORKDIR /app
ADD . /app
RUN pip install -r requirements.txt
RUN cd telemetry_src && python setup.py install; cd ..
RUN git clone -b artifacts-support https://github.com/sdgtt/telemetry.git
Copy link
Contributor

Choose a reason for hiding this comment

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

can we get this branch merged into main before things diverge too much

Copy link
Contributor Author

Choose a reason for hiding this comment

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

clone "telemetry:master" instead as telemetry:artifacts-support" was already merged to master sdgtt/telemetry#28

f027432

@@ -56,6 +60,11 @@ def __initialize_fields(self):
"pytest_failures",
"pytest_skipped",
"pytest_tests",
"matlab_errors",
"matlab_errors",
Copy link
Contributor

Choose a reason for hiding this comment

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

duplicated key

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed duplicate
7b9514b

@cseptimo cseptimo merged commit 63ca129 into main Aug 14, 2024
2 checks passed
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.

3 participants