-
Notifications
You must be signed in to change notification settings - Fork 6
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
Develop to master #255
Develop to master #255
Conversation
ThrawnCA
commented
Oct 8, 2024
- Replace menu bar items with "Visualisations" and "News and Case Studies"
- Update test dependencies
- Split scenario tests for faster build
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173 - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
…alisations' and 'News and Case studies' in the navbar
[QOLSVC-7731] Replace 'News and events' and 'Case studies' with 'Visualisations' and 'News and Case studies' in the navbar
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-e7c24e696656966bd38b0098b585ae11
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-e7c24e696656966bd38b0098b585ae11
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-a6ab60e923f3d263c8275c080280ca90
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-a6ab60e923f3d263c8275c080280ca90
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-0cbb4fac9a523cd415b6e6754acdae6b
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-0cbb4fac9a523cd415b6e6754acdae6b
…4ed5b0c5b117 [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1
…ed3e17183989 [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1
…f45f410d88bb [Snyk] Security upgrade zipp from 3.15.0 to 3.19.1
…0098b585ae11 [Snyk] Security upgrade requests from 2.31.0 to 2.32.0
…5215557d0ce5 [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2
- Run tests that only involve ckanext-data-qld in parallel with tests that involve multiple plugins
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-dc80555c607873abdd75bc134d4fedbb
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-50acbde32c6492a0166f4236e54eb172
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-a6ab60e923f3d263c8275c080280ca90
…ithub.com/qld-gov-au/ckanext-data-qld into snyk-fix-0cbb4fac9a523cd415b6e6754acdae6b
…bc134d4fedbb [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2
…4236e54eb172 [Snyk] Security upgrade urllib3 from 2.0.7 to 2.2.2
- Resources with a schema will initially be 3 ticks and then upgraded once Validation runs
…e6754acdae6b [Snyk] Security upgrade requests from 2.31.0 to 2.32.0
…5c080280ca90 [Snyk] Security upgrade requests from 2.31.0 to 2.32.0
@@ -159,9 +159,12 @@ commands: | |||
) || [ "${ALLOW_BDD_FAIL:-0}" -eq 1 ] | |||
elif [ "$BEHAVE_TAG" = "authenticated" ]; then | |||
# run any tests that don't have a specific tag | |||
ahoy cli "behave -k ${*:-test/features} --tags=-unauthenticated --tags=-smoke --tags=-OpenData" \ | |||
ahoy cli "behave -k ${*:-test/features} --tags=-unauthenticated --tags=-smoke --tags=-OpenData --tags=-multi_plugin" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove multi plugins? or you wanted them run separately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They're run separately. The idea is to split the tests in a somewhat logical and even fashion, to speed up the build.