On Wed, 3 Dec 2025 at 23:11, Thomas Neidhart <[email protected]> wrote: > > > On 03.12.25 22:41, sebb wrote: > > I don't think they can be easily separated like that; they are at > > least partly interdependent. > > understood, but I did not want to rush into replacing whimsy while > nobody is touching reporter.a.o.
I should be able to do the work. > > > >> btw. the API URL should be: > >> https://agenda.apache.org/integration/reporter/post > >> <https://agenda.apache.org/reporter/post> > > I see. > > > >>>> Another aspect is auth: what is needed for non-interactive access? > >> curl -u "asfid:password" > >> https://agenda-dev.apache.org/integration/reporter/post > >> <https://agenda-dev.apache.org/integration/reporter/post>-X POST -k -H > >> "Content-Type: application/json" -d @test.json > >> > >> with a test.json file like that: > >> > >> { "agenda": "board_agenda_2025_11_19.txt", "project": "ant", "report": > >> "test", "message": "Commit" } > > Does report: test mean that the update is not applied? > > the report key denotes the actual report that will be posted. So in this > case, the report will just contain the word 'test'. > > I did test it with agenda-dev, so you can see the result here: > https://agenda-dev.apache.org/meetings/2025-11-19#ant Useful to know for testing reporter updates. > Thomas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
