5380 Commits (2bcd9471c9b7efcf8f832f2855e2bc2221c75e03)
 

Author SHA1 Message Date
Antoine GIRARD 2bcd9471c9 Separate generate swagger + fix sed os specific (#1791)
* Separate generate-swagger

* Remove go generate rules

* Add missing definition replacement + remove use of -i sed flag

for compatibility with mac os default sed version.
This is a little hacky a better solution could be use.

* Use custom SED_INPLACE

depending of platform detection

* Use SED_INPLACE for swagger-ui also
7 years ago
Mura Li 01322af2e8 Add integration test for pull-request merge (#1912) 7 years ago
Shuanglei Tao 13f0e1255a Fix typo (#1974) 7 years ago
Ethan Koenig 792cde7081 Coverage reports for integration tests (#1960) 7 years ago
Mura Li 033aaf4b38 Add pull-create integration test (#1972) 7 years ago
Kim "BKC" Carlbäcker 2691673588 send notification if status changed (#1973)
send notification if status changed
7 years ago
Bo-Yi Wu 0d560f3441
send notification if status changed
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Ethan Koenig 8fcda0442e Fix search by issue type (#1914)
* Fix search by issue type
7 years ago
Kim "BKC" Carlbäcker bf48c8ebdd SQLite has a query timeout. Hopefully fixes most 'database locked' errors (#1961)
* SQLite has a query timeout. Fixes 'database locked' errors
7 years ago
Lunny Xiao 31b5e9177f fix collborators lack of units on orgnization repositories (#1968)
* fix collborators lack of units on orgnization repositories

* also change log level to debug
7 years ago
Bo-Yi Wu 5b0cbf3788 switch gitter to discord for drone. (#1971)
* switch gitter to discord for drone.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* add event

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* only notify build fail message.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Ethan Koenig 57cabb3ad3 Fix diff of renamed and modified file (#1967) 7 years ago
Antoine GIRARD 274149dd14 Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)
* 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
7 years ago
Ethan Koenig 5e92b82ac6 Fix uppercase default branch bug (#1965) 7 years ago
Ethan Koenig 96152c38b1 Fix bug in Action.loadRepo() (#1959) 7 years ago
silverwind 0168b7073d Use monospace font in githook editor (#1958) 7 years ago
Kim "BKC" Carlbäcker 889409ba31 Fix setting.AppPath for integration tests (#1923)
Fix setting.AppPath for integration tests
7 years ago
shakeme e8c63e21af Fix missing backslash in Dockerfile.rpi (#1952) 7 years ago
Ethan Koenig b38b61bbc1 Fix import order (#1951) 7 years ago
Andrey Nering 635273cea6 Merge pull request #1829 from ethantkoenig/no_branches
Commitless repos should be bare
7 years ago
Kim "BKC" Carlbäcker b5d2780b22 Merge pull request #1945 from appleboy/master
[ci skip] add 1.1.2 change log.
7 years ago
Jonas Östanbäck 00733b4468 Add myself as a maintainer (#1948) 7 years ago
Bo-Yi Wu 884c60480d
[ci skip] add 1.1.2 change log.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Jonas Östanbäck ad70af1248 Add repo fork swagger (#1941) 7 years ago
Andrey Nering 91f27bf9bd Merge pull request #1940 from cez81/discord_links
Update links to Discord server
7 years ago
Jonas Östanbäck cc5484de10 Update links to Discord server 7 years ago
Ethan Koenig 9fbdd7d787 Fix engine bug in getIssueByID (#1934) 7 years ago
Ethan Koenig e0a63a20e0 Fix errors caused by force push (#1927) 7 years ago
Dennis Keitzel 96b4780727 Gracefully handle bare repositories on API operations. (#1932)
Signed-off-by: Dennis Keitzel <github@pinshot.net>
7 years ago
silverwind f2fcd9dcd8 Support CRLF when splitting code lines for display (#1862)
* Support CRLF when splitting code lines for display

* refactor, fix mixed match

* fmt

* split on both LF and CRLF, use raw literals in regexes

* simplify
7 years ago
Bo-Yi Wu 446a41d595 [ci skip] update discord badge. (#1930)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
7 years ago
Lunny Xiao 65b6301ea2 Change join chat from gitter to discord (#1929) 7 years ago
Ethan Koenig 23d0735f90 Absolute path for setting.CustomConf 7 years ago
Kim "BKC" Carlbäcker d3efca3982 Merge pull request #1926 from go-gitea/bkcsoft-update-changelog
Update changelog with v1.1.1
7 years ago
Ethan Koenig 61716bd8f7 Display URLs in integration test logs (#1924) 7 years ago
Ethan Koenig 6d613fb28e No highlighting for .txt files (#1922) 7 years ago
Kim "BKC" Carlbäcker a5444fb3db Update changelog with v1.1.1 7 years ago
Ethan Koenig e9b1b908ee Fix setting.AppPath for integration tests 7 years ago
Kim "BKC" Carlbäcker 4a3f40460b Don't run 'make release' on PRs (#1908) 7 years ago
Ethan Koenig 73836ce8c4 Fix ghost user bug (#1913)
Fix bug where unassigned issues would appear to be assigned to a ghost user
7 years ago
Jonas Östanbäck b1b8c5e9f4 Set TMPDIR enviroment variable for dump command (#1915) 7 years ago
Mura Li 662b8bc2a2 Add integration test for file editing (#1907) 7 years ago
Ethan Koenig afe1f1c4af Fix 500 in public activity page (#1901) 7 years ago
Ethan Koenig 9ddc35e343 Cache ctx.User in retrieveFeeds (#1902) 7 years ago
Dan Magnus Lindvall ff7424179e Delete Public SSH Key tmp file after calculating fingerprint (#1855)
* 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>
7 years ago
Andrey Nering 65cf6cc848 Merge pull request #1905 from ethantkoenig/fix/org_api_auth
Require token before checking membership/ownership
7 years ago
Andrey Nering a70073e768 Merge pull request #1904 from ethantkoenig/fix/org_api
Bug fixes for org member API
7 years ago
Andrey Nering 815715e5a2 Merge pull request #1896 from typeless/add-integration-test-for-forking
Add integration test for repository forking
7 years ago
Andrey Nering 4bc7240eee Merge pull request #1903 from camlafit/patch-1
A missing / to provide a correct endpoint
7 years ago
Ethan Koenig 971e3a35c1 Require token before checking membership/ownership 7 years ago