| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Fix deleted milestone bug
* Use locale for ghost milestone name
* Fix pointer bug
|
| |
|
|
|
|
| |
* Fix search by issue type
|
|
|
|
|
|
| |
(#1961)
* SQLite has a query timeout. Fixes 'database locked' errors
|
|
|
|
|
|
| |
* fix collborators lack of units on orgnization repositories
* also change log level to debug
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Switch to keybase go-crypto (for some elliptic curve key) + test
* Use assert.NoError
and add a little more context to failing test description
* Use assert.(No)Error everywhere 🌈
and assert.Error in place of .Nil/.NotNil
|
| |
|
| |
|
|\
| |
| | |
Commitless repos should be bare
|
| | |
|
| | |
|
| | |
|
| |
| |
| | |
Signed-off-by: Dennis Keitzel <github@pinshot.net>
|
| |
| |
| | |
Fix bug where unassigned issues would appear to be assigned to a ghost user
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Delete public key tmp file after calculating fingerprint
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Move line
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Remove defer statement
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Readd defer statement and move remove
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Delete space
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Include formatting check to the `make check` rule
... and give it its own standalone target too (make fmt-check)
Show diff on fmt-check failure
Do not allow running "fmt-check" with incompatible go version
Also simplify the `fmt` rule
* Forbid running "make fmt" with Go version != 1.7 or 1.8
* Ignore bindata.go for spelling and formatting checks
also remove duplicated variable assignment for GOFILES
* Run `make fmt`
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Fix misspelled variables
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Display draft releases
* Include ctx.User in user cache
* Integration test
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Fix user profile activity feed
* gofmt, and avoid overlapping database connections
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Fix pull request compare link
* Integration test
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Update code.gitea.io/git
* Update function calls
* govendor fetch
|
| | |
|
| |
| |
| | |
this makes calcFingerprint use SSH.KeyTestpath instead of os temp dir.
|
| |
| |
| |
| |
| |
| | |
* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings
|
|/
|
|
|
|
|
|
| |
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
|
|
|
|
|
|
|
|
| |
* Fix invalid reference in feeds template
* Comment for GetActAvatar
* Add integration test
|
|
|
|
|
|
|
|
| |
* Fix 500 for GET /teams/:id endpoints
* Integration test for GET /team/:id
* Clean up integration test
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix activity feed
Preserve actions after user/repo name change
* Add missing comment
* Fix migration, and remove fields completely
* Tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added comment's hashtag to url for mail notifications.
Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Added explanation to return statement.
Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Added explanation to return statement + documentation.
Signed-off-by: Jonas <info@jonasfranz.software>
* Added comment's hashtag to url for mail notifications.
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replacing in-line link generation with HTMLURL. (+gofmt)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replaced action-based model with nil-based model. (+gofmt)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replaced mailIssueActionToParticipants with mailIssueCommentToParticipants.
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Updating comment for mailIssueCommentToParticipants
Signed-off-by: Jonas Franz <info@jonasfranz.software>
|
| |
|
| |
|
| |
|
| |
|