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

Resolve issues on workflows #1038

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0d8d437
Add filled vrsion for ci.yml
jmuelbert Oct 29, 2024
da12b37
fix issiues on ci.yml workflow
jmuelbert Oct 31, 2024
a1a0853
:art: Committing clang-format changes
Oct 31, 2024
ae594a4
fix 2 new issues on ci.ylm
jmuelbert Oct 31, 2024
0b2586d
Merge branch 'workflow-issues' of https://github.com/jmuelbert/jmbde-…
jmuelbert Oct 31, 2024
a6b1ba4
:art: Committing format changes
jmuelbert Oct 31, 2024
a60538f
resolve issues with canon2 in ci.yml
jmuelbert Oct 31, 2024
0f611e2
Merge branch 'workflow-issues' of https://github.com/jmuelbert/jmbde-…
jmuelbert Oct 31, 2024
67b738c
resolve issues with canon2 in ci.yml
jmuelbert Oct 31, 2024
53023e1
resolve issues with canon2 in ci.yml
jmuelbert Oct 31, 2024
58cbadc
linux can't resolve ninja, use Unix Makefiles for now
jmuelbert Oct 31, 2024
359df60
linun also not find any generator. set the env for ninja
jmuelbert Oct 31, 2024
9d3d04d
Fix: add conan build command
jmuelbert Oct 31, 2024
a1643a2
Add build type for canon build
jmuelbert Oct 31, 2024
34cdf9b
Fix: move conan build to cmake build
jmuelbert Oct 31, 2024
8c5b600
fix: issue for ci.yml (search conanfile.py in the wrong directory
jmuelbert Nov 1, 2024
ba596ca
fix: add QT_DIR to the CMAKE_PREFIX_PATH
jmuelbert Nov 1, 2024
6e02042
fix: improve conanfile.py for better qt using
jmuelbert Nov 1, 2024
95cb9be
fix: issues on ci.yml and style.yml
jmuelbert Nov 1, 2024
484a473
fix: syntax issue on ci.yml
jmuelbert Nov 1, 2024
8d179e2
fix: path issues for qt
jmuelbert Nov 1, 2024
d6f6221
fix: syntax error in conafile.py
jmuelbert Nov 1, 2024
667ea75
feat: remove conan
jmuelbert Nov 2, 2024
8a8b8d9
fix: remove conan from tests on ci.yml
jmuelbert Nov 2, 2024
f466286
fix: use on linux test qt and ecm from the distrubition
jmuelbert Nov 3, 2024
74ed0ad
fix: set min version for qt to 6.2.4
jmuelbert Nov 3, 2024
726f980
fix: dependencies for Qt 6.2.4
jmuelbert Nov 3, 2024
78fc4f4
fix: dependencies for Qt 6.2.4
jmuelbert Nov 3, 2024
5c1fbce
fix: dependencies for Qt 6.2.4
jmuelbert Nov 3, 2024
4983b6b
fix: go back to aqtinstall
jmuelbert Nov 3, 2024
6af664f
fix: go back to aqtinstall
jmuelbert Nov 3, 2024
6b03aa0
fix: error for aqt in ci.yml
jmuelbert Nov 3, 2024
1a93138
feat: search method for intergrate ECM
jmuelbert Nov 5, 2024
c358770
fix: update astrodocs deps
jmuelbert Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ services:
web:
build: .
ports:
- '8000:80'
- 8000:80
depends_on:
- db
db:
image: 'microsoft/mssql-server-linux'
image: microsoft/mssql-server-linux
environment:
SA_PASSWORD: 'Your_password123'
ACCEPT_EULA: 'Y'
SA_PASSWORD: Your_password123
ACCEPT_EULA: Y
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/01-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Bug Report"
name: Bug Report
description: Report an issue or possible bug
title: "[Bug]: "
labels: ["bug", "triage"]
labels: [bug, triage]
assignees:
- jmuelbert
body:
Expand All @@ -19,7 +19,7 @@ body:
validations:
required: true
- type: input
id: Qt Version
id: qt-Version
attributes:
label: What version of `Qt` are you using?
placeholder: 6.5.2
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/02-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
name: Featuri Request
description: Request for a missing or a new Feature.
title: "[Request]: "
labels: [request]
assignees:
- jmuelbert
body:
- type: markdown
attributes:
Expand Down
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

Loading
Loading