ConfigHubPub / ConfigHubPub/ConfigHubPlatform
'lastModified' field missing in Repository Info, 'files'
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Response from API request to /rest/info with header "Files: true" is missing the 'lastModified' field for the files object.
Everything else seems to be working, files get returned as { "name": ..., "path": ... }.
Is there some configuration I'm missing?
Version 1.8.1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the /rest/info request with the "Files: true" header against version 1.8.1 and inspect the returned files objects. Trace the endpoint's response handling to find where name and path are assembled. Done means each returned file object also includes the expected lastModified field.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100