summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cache column_exists? for application settingssh-cache-column-existsStan Hu2018-03-151-0/+4
* Merge branch 'allow-ee-in-backtraces' into 'master'Robert Speicher2018-03-121-0/+1
|\
| * Include the ee/ directory in backtracesallow-ee-in-backtracesSean McGivern2018-03-121-0/+1
* | Respect the protocol in `expose_url`Toon Claes2018-03-121-1/+1
* | Merge branch 'osw-stop-recalculating-merge-base-on-mr-loading' into 'master'Sean McGivern2018-03-121-1/+5
|\ \
| * | Avoid re-fetching merge-base SHA from Gitaly unnecessarilyOswaldo Ferreira2018-03-071-1/+5
* | | Fix code and wiki search results when filename is non-ASCIISean McGivern2018-03-121-2/+2
* | | Merge branch 'osw-43951-single-batch-blob-request-to-gitaly' into 'master'Sean McGivern2018-03-091-8/+10
|\ \ \
| * | | Submit a single batch blob RPC to Gitaly per HTTP request when viewing diffsOswaldo Ferreira2018-03-091-8/+10
* | | | Add rake task to cleanup any existing exclusive leaseGabriel Mazetto2018-03-092-0/+19
| |_|/ |/| |
* | | Merge branch 'jprovazn-commits-count-reschedule' into 'master'Yorick Peterse2018-03-091-1/+1
|\ \ \
| * | | Reschedule commits_count background migrationjprovazn-commits-count-rescheduleJan Provaznik2018-03-091-1/+1
* | | | Merge branch 'cache-refactor' into 'master'Sean McGivern2018-03-094-32/+147
|\ \ \ \
| * | | | Cache `#can_be_resolved_in_ui?` git operationscache-refactorAlejandro Rodríguez2018-03-082-3/+32
| * | | | Refactor RepositoryCache to make it usable in other classesAlejandro Rodríguez2018-03-063-30/+116
* | | | | Merge branch '43949-verify-job-artifacts' into 'master'Sean McGivern2018-03-092-0/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Implement foreground verification of CI artifacts43949-verify-job-artifactsNick Thomas2018-03-072-0/+35
* | | | | Merge branch 'gitaly-fsck-mandatory' into 'master'Douwe Maan2018-03-081-16/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make 'git fsck' mandatorygitaly-fsck-mandatoryKim "BKC" Carlbäcker2018-03-081-16/+2
| | |_|/ | |/| |
* | | | Merge branch 'gitlab-git-duplicate-code' into 'master'Sean McGivern2018-03-081-18/+0
|\ \ \ \
| * | | | Remove duplicate method definitionsJacob Vosmaer2018-03-081-18/+0
* | | | | Merge branch 'jprovazn-revert-commit-cleanup' into 'master'Sean McGivern2018-03-081-1/+1
|\ \ \ \ \
| * | | | | Revert "Cleanup after adding MR diff's commit_count"Jan Provaznik2018-03-081-1/+1
| |/ / / /
* | | | | [CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto2018-03-0816-131/+141
|/ / / /
* | | | Add missing delete method in mattermost sessionjulien MILLAU2018-03-082-3/+8
|/ / /
* | | Merge branch 'ce-jej/github-project-service-for-ci' into 'master'Douwe Maan2018-03-081-0/+1
|\ \ \
| * | | Backport changes from EE's GithubService integrationJames Edwards-Jones2018-03-071-0/+1
* | | | Validate `:push_code` before checking protected branchesbvl-port-ee-improvements-from-maintainer-pushBob Van Landuyt2018-03-081-6/+3
* | | | Merge branch 'master' into 'ce-3839-ci-cd-only-github-projects-fe'ce-3839-ci-cd-only-github-projects-feDouwe Maan2018-03-0712-36/+24
|\ \ \ \
| * \ \ \ Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan2018-03-074-2/+11
| |\ \ \ \
| | * | | | Limit queries to a user-branch combinationBob Van Landuyt2018-03-072-4/+7
| | * | | | Add documentation for allowing maintainers to pushBob Van Landuyt2018-03-071-1/+1
| | * | | | Set `allow_maintainer_to_push` using the APIBob Van Landuyt2018-03-072-0/+2
| | * | | | Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-1/+1
| | * | | | Allow maintainers to push to a single branchBob Van Landuyt2018-03-071-1/+5
| * | | | | Merge branch 'fix/reduce-number-of-find-commit-for-log-tree' into 'master'Robert Speicher2018-03-071-4/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Reduce number of FindCommit calls from RefsController#logs_treefix/reduce-number-of-find-commit-for-log-treeAhmad Sherif2018-03-061-4/+4
| * | | | | Merge branch 'dz-use-less-deprecated-methods-2' into 'master'Douwe Maan2018-03-075-5/+5
| |\ \ \ \ \
| | * | | | | Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets2018-03-075-5/+5
| * | | | | | Merge branch 'gitaly-git-mandatory' into 'master'Douwe Maan2018-03-072-25/+4
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | naming thingsKim "BKC" Carlbäcker2018-03-071-2/+2
| | * | | | | Make git push mandatoryKim "BKC" Carlbäcker2018-03-062-25/+4
| | | |/ / / | | |/| | |
* | | | | | CE backport for creating CI/CD projects from GitHubRubén Dávila2018-03-071-4/+5
|/ / / / /
* | | | | Merge branch 'zj-move-opt-out-ruby-endpoints' into 'master'Sean McGivern2018-03-072-9/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Move OperationService#UserRemoveBranchZeger-Jan van de Weg2018-03-071-1/+1
| * | | | Move OperationService#UserCreateBranchZeger-Jan van de Weg2018-03-071-1/+1
| * | | | Move CommitService#Languages to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | | | Move RefService#CreateBranch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | | | Move RefService#DeleteBranch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | | | Move OperationService#UserRevert to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1