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

chore(deps): bump tar from 7.4.0 to 7.4.1 #156

Closed
wants to merge 1 commit into from

chore(deps): bump tar from 7.4.0 to 7.4.1

32894db
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): bump tar from 7.4.0 to 7.4.1 #156

chore(deps): bump tar from 7.4.0 to 7.4.1
32894db
Select commit
Loading
Failed to load commit list.
GitHub Actions / Mocha Tests succeeded Jul 23, 2024 in 0s

34 passed, 0 failed and 0 skipped

Tests passed successfully

✅ test-results.json

34 tests were completed in 18s with 34 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/end2end.spec.js 11✅ 17s
test/extension.spec.js 4✅ 10ms
test/maven-metadata.spec.js 2✅ 25ms
test/maven-settings.spec.js 6✅ 36ms
test/version-selector.spec.js 11✅ 7ms

✅ test/end2end.spec.js

Maven Content Extension
  ✅ works with antora 3.0.1
  ✅ works with antora 3.0.2
  ✅ works with antora 3.0.3
  ✅ works with antora 3.1.0
  ✅ works with antora 3.1.1
  ✅ works with antora 3.1.2
  ✅ works with antora 3.1.3
  ✅ works with antora 3.1.4
  ✅ works with antora 3.1.5
  ✅ works with antora 3.1.6
  ✅ works with antora 3.1.7

✅ test/extension.spec.js

antora maven content extension #onPlaybookBuilt
  ✅ should not modify playbook if there's no config
  ✅ should produce maven content sources via factory
antora maven content extension #register
  ✅ should be exported
  ✅ should register for "playbookBuilt" event

✅ test/maven-metadata.spec.js

maven metadata handling
  ✅ should find all versions
  ✅ should find snapshot version for an artifact

✅ test/maven-settings.spec.js

maven settings repository extraction
  ✅ should respect active by default profiles
  ✅ should respect exact exclusion mirror and repositories from 2 active profiles
  ✅ should respect exact mirror match and repositories from 2 active profiles
  ✅ should respect single wildcard mirror and 2 repositories from 1 active profiles
  ✅ should respect single wildcard mirror and repositories from 2 active profiles
  ✅ should respect single wildcard mirror and repository from 1 active profile

✅ test/version-selector.spec.js

version selector with a lexicographical scheme
  ✅ should find 2 highest versions
  ✅ should find exact version
  ✅ should find higher version
version selector with a OSGI scheme
  ✅ should find 2 highest major versions >= 1
  ✅ should find 2 highest versions below 2.0.0
  ✅ should find exact version
  ✅ should find higher version
version selector with a SemVer scheme
  ✅ should find 2 highest major versions >= 1
  ✅ should find 2 highest versions
  ✅ should find exact version
  ✅ should find higher version