Skip to content

Commit 299a7fc

Browse files
Indexer Fetcher/Metadata (elide-dev#77)
* fix: package type exports Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps-dev): bump @types/node from 20.11.29 to 20.12.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.29 to 20.12.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * chore: bump `sgammon/hashlock` Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps): bump inquirer from 9.2.16 to 9.2.17 Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.16 to 9.2.17. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.2.16...inquirer@9.2.17) --- updated-dependencies: - dependency-name: inquirer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@54bcd87...c16abc2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps): bump gradle/wrapper-validation-action from 2.1.1 to 2.1.2 Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@699bb18...b231772) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps): bump glob from 10.3.10 to 10.3.12 Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to 10.3.12. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.10...v10.3.12) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps-dev): bump prettier-plugin-packagejson from 2.4.12 to 2.4.13 Bumps [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson) from 2.4.12 to 2.4.13. - [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases) - [Commits](matzkoh/prettier-plugin-packagejson@v2.4.12...v2.4.13) --- updated-dependencies: - dependency-name: prettier-plugin-packagejson dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * build(deps-dev): bump @commitlint/cli from 19.2.0 to 19.2.1 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.0 to 19.2.1. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.1/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures> * fix: package lint issues Signed-off-by: Sam Gammon <sam@elide.ventures> * chore: sync lockfiles Signed-off-by: Sam Gammon <sam@elide.ventures> * feat: index metadata, index fetcher, type exports - feat: metadata files for indexes - feat: fetcher for metadata files - fix: typing exports - fix: publint reported issues - fix: esm issues - fix: jest with esm issues - test: initial tests for indexer package Signed-off-by: Sam Gammon <sam@elide.ventures> * chore: re-gen indexes Signed-off-by: Sam Gammon <sam@elide.ventures> * feat: ability to fetch repo metadata along with data Signed-off-by: Sam Gammon <sam@elide.ventures> --------- Signed-off-by: Sam Gammon <sam@elide.ventures> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0abb902 commit 299a7fc

36 files changed

+1398
-507
lines changed

.github/workflows/check.gradle-wrapper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: 'Check: Gradle Wrappers'
24-
uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1
24+
uses: gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2

.github/workflows/check.hashes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: 'Check: Hashes'
24-
uses: sgammon/verify-hashes@cac7d57e01915a3fc9bda26373fb85d3f71dea68 # v1.0.0-rc1
24+
uses: sgammon/hashlock@25f5594018d11651a99899120ffdbe622d953673 # v1.0.3

.github/workflows/ci.build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: 'Build & Test Repository'
7575
run: make TESTS=${{ inputs.tests && 'yes' || 'no' }} SIGNING=no JAVADOC=no SNAPSHOT=yes
7676
- name: 'Reporting: Code Coverage'
77-
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
77+
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
7878
continue-on-error: true
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}

.prettierignore

+6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
.husky
2+
.well-known/maven-indexes
23

34
build
45
target
56
node_modules
67
dist
8+
packages/indexer/src/gen
9+
packages/java/package.json
10+
packages/maven/package.json
11+
packages/indexer/package.json
12+
packages/gradle/package.json
713

814
/assets/creative
915
/assets/img

.prettierrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
"arrowParens": "avoid",
1313
"proseWrap": "always",
1414
"htmlWhitespaceSensitivity": "css",
15-
"endOfLine": "lf",
16-
"plugins": ["prettier-plugin-packagejson"]
15+
"endOfLine": "lf"
1716
}

.well-known/maven-indexes/gradle.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5204,4 +5204,4 @@
52045204
"objectID": "org.reactivestreams:reactive-streams:1.0.5-jpms::runtimeElements",
52055205
"variant": "runtimeElements"
52065206
}
5207-
]
5207+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"count": 141,
3+
"generated": 1711868023121,
4+
"md5": "e5ae0966c10f1b10a828e866342126ef",
5+
"name": "gradle",
6+
"sha1": "fb662919c95c30aaff6ce626d9bfdfa3f0795463",
7+
"sha256": "b8ce067717578449f7ab94742829c579f27db2802e5c447b2a97c124e6121640",
8+
"sha512": "23792ea42beeb4c6f643912360187cff932a744a9b9d81de1ab2142fb8b6818beabc421e9af63c26bcce1ad6ae6df908211e00d7a553b2d98eb8a467fe3b6f63",
9+
"version": "1"
10+
}

.well-known/maven-indexes/maven.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,10 @@
502502
"resource": {
503503
"directory": "..",
504504
"includes": {
505-
"include": ["LICENSE", "proguard/*"]
505+
"include": [
506+
"LICENSE",
507+
"proguard/*"
508+
]
506509
},
507510
"targetpath": "META-INF"
508511
}
@@ -1445,7 +1448,14 @@
14451448
}
14461449
},
14471450
"modules": {
1448-
"module": ["bom", "lite", "core", "util", "kotlin", "kotlin-lite"]
1451+
"module": [
1452+
"bom",
1453+
"lite",
1454+
"core",
1455+
"util",
1456+
"kotlin",
1457+
"kotlin-lite"
1458+
]
14491459
},
14501460
"name": "Protocol Buffers [Parent]",
14511461
"packaging": "pom",
@@ -3177,4 +3187,4 @@
31773187
"version": "1.0.5-jpms"
31783188
}
31793189
}
3180-
]
3190+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"count": 48,
3+
"generated": 1711868023121,
4+
"md5": "af222dd6b01363215a6d7f60bc5fcc94",
5+
"name": "maven",
6+
"sha1": "3a1b3f52ee757f573daf06c4c988adb54410dc9a",
7+
"sha256": "53e4f57ec6d5f697eba2551ca2c23e33b7ade624690e29c66cd2a0d1cc772e3d",
8+
"sha512": "5429eb3fa1439ceb82a5a750ccfa671735ecea7937cc3864a56d3acf717d3a3a5f001e9dd0d4cbada742305cd8e35132b04d22d019a5e442899f1ef1f4ea8548",
9+
"version": "1"
10+
}

0 commit comments

Comments
 (0)