You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/services
Daniel Kilimnik 0ee7cbf725
Fix push mirror, wrong timestamp format (#27153)
I noticed, that the push mirrors endpoint, is the only endpoint which
returns the times in long format rather than as time.Time().

I think the behavior should be consistent across the project.

----

## ⚠️ BREAKING ⚠️

This PR changes the time format used in API responses for all
push_mirror endpoints which return a push mirror.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
9 months ago
..
actions Add a new column schedule_id for action_run to track (#26975) 10 months ago
agit Move notification interface to services layer (#26915) 10 months ago
asymkey More refactoring of `db.DefaultContext` (#27083) 10 months ago
attachment move repository deletion to service layer (#26948) 10 months ago
auth Increase auth provider icon size on login page (#27122) 9 months ago
automerge Improve queue and logger context (#24924) 1 year ago
context Fix the display of org level badges (#26504) 10 months ago
convert Fix push mirror, wrong timestamp format (#27153) 9 months ago
cron Artifacts retention and auto clean up (#26131) 10 months ago
externalaccount Move some functions to service layer (#26969) 10 months ago
feed move repository deletion to service layer (#26948) 10 months ago
forms Check blocklist for emails when adding them to account (#26812) 10 months ago
gitdiff Fix successful return value for `SyncAndGetUserSpecificDiff` (#27152) 9 months ago
indexer Update status and code index after changing the default branch (#27018) 10 months ago
issue Next round of `db.DefaultContext` refactor (#27089) 10 months ago
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 12 months ago
mailer Next round of `db.DefaultContext` refactor (#27089) 10 months ago
markup Move web/api context related testing function into a separate package (#26859) 10 months ago
migrations Next round of `db.DefaultContext` refactor (#27089) 10 months ago
mirror Next round of `db.DefaultContext` refactor (#27089) 10 months ago
notify Update status and code index after changing the default branch (#27018) 10 months ago
org More refactoring of `db.DefaultContext` (#27083) 10 months ago
packages More refactoring of `db.DefaultContext` (#27083) 10 months ago
pull More refactoring of `db.DefaultContext` (#27083) 10 months ago
release Updates to the API for archived repos (#27149) 9 months ago
repository Updates to the API for archived repos (#27149) 9 months ago
secrets Refactor secrets modification logic (#26873) 10 months ago
task Next round of `db.DefaultContext` refactor (#27089) 10 months ago
uinotification Move notification interface to services layer (#26915) 10 months ago
user Next round of `db.DefaultContext` refactor (#27089) 10 months ago
webhook Fix release URL in webhooks (#27182) 9 months ago
wiki Updates to the API for archived repos (#27149) 9 months ago