Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 1 | -0/+2 |
| | | | | | | | | | | * Improve issue indexer * Fix new issue sqlite bug * Different test indexer paths for each db * Add integration indexer paths to make clean | ||||
* | Fix SQL bug in models.PullRequests | Ethan Koenig | 2017-07-01 | 1 | -2/+1 |
| | |||||
* | Fix exit status 1 not handled @ getMergeCommit | Bwko | 2017-06-30 | 1 | -1/+1 |
| | |||||
* | Fix fast-forward PR bug (#1989) | Ethan Koenig | 2017-06-22 | 1 | -3/+3 |
| | |||||
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Wrong PR merge commit ID saved (#2007) | Lauris BH | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Don't ignore error in getMergeCommit (#1843) | Ethan Koenig | 2017-05-31 | 1 | -3/+9 |
| | |||||
* | Update code.gitea.io/git (#1824) | Ethan Koenig | 2017-05-30 | 1 | -1/+4 |
| | | | | | | | | * Update code.gitea.io/git * Update function calls * govendor fetch | ||||
* | Fix activity feed (#1779) | Ethan Koenig | 2017-05-26 | 1 | -8/+7 |
| | | | | | | | | | | | | * Fix activity feed Preserve actions after user/repo name change * Add missing comment * Fix migration, and remove fields completely * Tests | ||||
* | fixes wrong after field in webhook payload | Diep Pham | 2017-05-18 | 1 | -1/+1 |
| | | | | when merge pull request | ||||
* | fix potential lock when sqlite (#1647) | Lunny Xiao | 2017-05-05 | 1 | -21/+27 |
| | |||||
* | Add create_at and updated_at in PR json (#1616) | Jonas Östanbäck | 2017-04-27 | 1 | -0/+2 |
| | | | | * Move new fields to object creation (use reference) * Vendor: Update SDK | ||||
* | Add length check for the return string (#1420) | Mura Li | 2017-03-31 | 1 | -1/+3 |
| | | | | | | | | * Add length check for the return string * Differentiate error paths and logging messages * Rectify error message | ||||
* | LableIDs -> LabelIDs (#1088) | Ethan Koenig | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | fix setMerged for remove unnecessary db connection (#1067) | Lunny Xiao | 2017-02-27 | 1 | -6/+11 |
| | |||||
* | Check for manual merging of a pull request (#719) | Bwko | 2017-02-05 | 1 | -17/+143 |
| | | | | When an open pull request got manually merged mark the pull request as merged | ||||
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 1 | -1/+1 |
| | | | | | | | | | This change corrects a few logging issues: * Standardized formatting errors with '%v'. * Standardized failure warning word usage. * Corrected an instance of using the standard log library when the gitea log library should be used instead. | ||||
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Allow custom public files (#782) | Thomas Boerger | 2017-01-28 | 1 | -1/+1 |
| | | | | | | * Allow custom public files * Gofmt code, lots of places not related to this pr | ||||
* | Refactor process package and introduce ProcessManager{} with tests (#75) | Matthias Loibl | 2017-01-17 | 1 | -9/+9 |
| | | | | | | | | | | * Add a process.Manager singleton with process.GetManager() * Use process.GetManager everywhere * Fix godoc comments for process module * Increment process counter id after locking the mutex | ||||
* | Merge pull request #555 from ethantkoenig/tests/pull | Andrey Nering | 2017-01-06 | 1 | -5/+27 |
|\ | | | | | Unit tests for models/pull.go | ||||
| * | Unit tests for models/pull.go | Ethan Koenig | 2017-01-06 | 1 | -5/+27 |
| | | |||||
* | | Create missing database indexes (#596) | Andrey Nering | 2017-01-06 | 1 | -6/+6 |
|/ | |||||
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -8/+8 |
| | |||||
* | Speed up conflict checking in pull request creation (#276) | typeless | 2016-12-29 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | * Speed up conflict checking in pull request creation In order to check conflicts of a PR, we set up a working tree by cloning the base branch, which is quite time-consuming when the repository is huge. Instead, this PR uses `git read-tree` and `git apply --check --cached` to check conflicts. For #258 * Use $GIT_INDEX_FILE instead of --index-output to avoid lockfile problem The lockfile gets renamed to the final destination after the operation finishes. But it must be located in the same filesystem, which prevents us from using /tmp. * Temporary file names should not prefixed with '-' | ||||
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Fix string format verbs (#3637) | Alexander Lunegov | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | Remove fixed FIXME (#408) | Richie B2B | 2016-12-16 | 1 | -1/+0 |
| | |||||
* | Fixes issue #283 | Bwko | 2016-12-09 | 1 | -0/+3 |
| | | | | Delete old temp local copy before we create a new temp local copy | ||||
* | Bug fixes for repo permissions in API | Ethan Koenig | 2016-12-07 | 1 | -6/+6 |
| | | | | Also move duplicated code into repo.APIFormat(..) | ||||
* | Fix regression in PR-API #248 (#349) | Kim "BKC" Carlbäcker | 2016-12-05 | 1 | -7/+39 |
| | | | * Fix #344 (regression in PR-API #248) | ||||
* | Fix for #320 | Bwko | 2016-12-03 | 1 | -3/+2 |
| | | | | Suppress the error when we're removing a file that may not exist | ||||
* | [API] Pull Requests (#248) | Kim "BKC" Carlbäcker | 2016-12-02 | 1 | -0/+84 |
| | |||||
* | Catch os... errors | Bwko | 2016-12-02 | 1 | -2/+9 |
| | |||||
* | typo | Lunny Xiao | 2016-12-01 | 1 | -3/+3 |
| | |||||
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | golint fixed for models/pull.go (#292) | Lunny Xiao | 2016-11-28 | 1 | -7/+21 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Lint action.go | Sandro Santilli | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Normalize files with gofmt | Thibault Meyer | 2016-11-11 | 1 | -3/+3 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -1/+1 |
| | | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea | ||||
* | Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queries | Thibault Meyer | 2016-11-10 | 1 | -6/+6 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # models/git_diff.go # models/issue.go # models/org.go # models/pull.go # models/repo.go | ||||
| * | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | | Rewrite XORM queries | Thibault Meyer | 2016-11-10 | 1 | -13/+25 |
|/ | |||||
* | Use MixedCase constant names | Sandro Santilli | 2016-11-07 | 1 | -25/+25 |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | Merge pull request #108 from go-gitea/go-sdk | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
|\ | | | | | Replaced gogits go-gogs-client with go-sdk | ||||
| * | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | | |||||
* | | Fix typo in unused constant name | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | | |||||
* | | Replace GOGS with GITEA in variable names | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
|/ | | | | | | | | | | | | Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Does not change "gogs" to "gitea" in webhook type name Because "gogs" hook type is part of the API (routes) and used in templates... Closes #87 | ||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -1/+1 |
| | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed) |