Skip to content

Commit

Permalink
Indexer Fetcher/Metadata (#77)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
sgammon and dependabot[bot] committed Mar 31, 2024
1 parent 0abb902 commit 299a7fc
Show file tree
Hide file tree
Showing 36 changed files with 1,398 additions and 507 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
persist-credentials: false
- name: 'Check: Gradle Wrappers'
uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1
uses: gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2
2 changes: 1 addition & 1 deletion .github/workflows/check.hashes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
persist-credentials: false
- name: 'Check: Hashes'
uses: sgammon/verify-hashes@cac7d57e01915a3fc9bda26373fb85d3f71dea68 # v1.0.0-rc1
uses: sgammon/hashlock@25f5594018d11651a99899120ffdbe622d953673 # v1.0.3
2 changes: 1 addition & 1 deletion .github/workflows/ci.build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: 'Build & Test Repository'
run: make TESTS=${{ inputs.tests && 'yes' || 'no' }} SIGNING=no JAVADOC=no SNAPSHOT=yes
- name: 'Reporting: Code Coverage'
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
.husky
.well-known/maven-indexes

build
target
node_modules
dist
packages/indexer/src/gen
packages/java/package.json
packages/maven/package.json
packages/indexer/package.json
packages/gradle/package.json

/assets/creative
/assets/img
Expand Down
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"arrowParens": "avoid",
"proseWrap": "always",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf",
"plugins": ["prettier-plugin-packagejson"]
"endOfLine": "lf"
}
2 changes: 1 addition & 1 deletion .well-known/maven-indexes/gradle.json
Original file line number Diff line number Diff line change
Expand Up @@ -5204,4 +5204,4 @@
"objectID": "org.reactivestreams:reactive-streams:1.0.5-jpms::runtimeElements",
"variant": "runtimeElements"
}
]
]
10 changes: 10 additions & 0 deletions .well-known/maven-indexes/gradle.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"count": 141,
"generated": 1711868023121,
"md5": "e5ae0966c10f1b10a828e866342126ef",
"name": "gradle",
"sha1": "fb662919c95c30aaff6ce626d9bfdfa3f0795463",
"sha256": "b8ce067717578449f7ab94742829c579f27db2802e5c447b2a97c124e6121640",
"sha512": "23792ea42beeb4c6f643912360187cff932a744a9b9d81de1ab2142fb8b6818beabc421e9af63c26bcce1ad6ae6df908211e00d7a553b2d98eb8a467fe3b6f63",
"version": "1"
}
16 changes: 13 additions & 3 deletions .well-known/maven-indexes/maven.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,10 @@
"resource": {
"directory": "..",
"includes": {
"include": ["LICENSE", "proguard/*"]
"include": [
"LICENSE",
"proguard/*"
]
},
"targetpath": "META-INF"
}
Expand Down Expand Up @@ -1445,7 +1448,14 @@
}
},
"modules": {
"module": ["bom", "lite", "core", "util", "kotlin", "kotlin-lite"]
"module": [
"bom",
"lite",
"core",
"util",
"kotlin",
"kotlin-lite"
]
},
"name": "Protocol Buffers [Parent]",
"packaging": "pom",
Expand Down Expand Up @@ -3177,4 +3187,4 @@
"version": "1.0.5-jpms"
}
}
]
]
10 changes: 10 additions & 0 deletions .well-known/maven-indexes/maven.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"count": 48,
"generated": 1711868023121,
"md5": "af222dd6b01363215a6d7f60bc5fcc94",
"name": "maven",
"sha1": "3a1b3f52ee757f573daf06c4c988adb54410dc9a",
"sha256": "53e4f57ec6d5f697eba2551ca2c23e33b7ade624690e29c66cd2a0d1cc772e3d",
"sha512": "5429eb3fa1439ceb82a5a750ccfa671735ecea7937cc3864a56d3acf717d3a3a5f001e9dd0d4cbada742305cd8e35132b04d22d019a5e442899f1ef1f4ea8548",
"version": "1"
}
Loading

0 comments on commit 299a7fc

Please sign in to comment.