Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge branch '40291-ignore-hashed-repos-cleanup-repositories' into 'master' | Stan Hu | 2017-11-21 | 2 | -1/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | ignore hashed repos (for now) when using `rake gitlab:cleanup:repos` | Brett Walker | 2017-11-21 | 2 | -1/+45 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch '39977-gitlab-shell-default-timeout' into 'master' | Douwe Maan | 2017-11-21 | 5 | -6/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Set the default gitlab-shell timeout to 3 hours | Nick Thomas | 2017-11-21 | 5 | -6/+11 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'branch-exists-redis' into 'master' | Rémy Coutable | 2017-11-21 | 2 | -5/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use Redis cache for branch existence checks | Jacob Vosmaer (GitLab) | 2017-11-21 | 2 | -5/+26 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'update-contributing-md-to-less-prescriptive' into 'master' | 🚄 Job van der Voort 🚀 | 2017-11-21 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update CONTRIBUTING.md: Link definition of done to criteria | Victor Wu | 2017-11-21 | 1 | -0/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch '10-2-hashed-storage-file-uploader' into 'master' | Stan Hu | 2017-11-21 | 2 | -15/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | FileUploader should check for hashed_storage?(:attachments) to use disk_path | Gabriel Mazetto | 2017-11-21 | 2 | -15/+45 | |
* | | | | | | | | | | | | | Merge branch 'simplify-feature-proposals' into 'master' | 🚄 Job van der Voort 🚀 | 2017-11-21 | 1 | -42/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Simplify Feature Proposal templatesimplify-feature-proposals | Mark Pundsack | 2017-11-09 | 1 | -42/+1 | |
* | | | | | | | | | | | | | | Merge branch 'reduce-queries-for-artifacts-button' into 'master' | Kamil Trzciński | 2017-11-21 | 3 | -1/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-button | Yorick Peterse | 2017-11-21 | 3 | -1/+13 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'gitaly-bundle-changes' into 'master' | Rémy Coutable | 2017-11-21 | 2 | -10/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Use `make install` for Gitaly setups in non-test environments | Alejandro Rodríguez | 2017-11-21 | 2 | -10/+17 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch '40377-blank-states' into 'master' | Annabel Dunstone Gray | 2017-11-21 | 5 | -27/+46 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix blank states using old css40377-blank-states | Filipa Lacerda | 2017-11-21 | 5 | -27/+46 | |
* | | | | | | | | | | | | | Merge branch 'dz-improve-help-page' into 'master' | Annabel Dunstone Gray | 2017-11-21 | 2 | -21/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove unnecessary css for .documentation-indexdz-improve-help-page | Dmitriy Zaporozhets | 2017-11-21 | 1 | -12/+0 | |
| * | | | | | | | | | | | | | Add wiki css to help page | Dmitriy Zaporozhets | 2017-11-20 | 2 | -9/+1 | |
* | | | | | | | | | | | | | | Merge branch 'sh-optimize-read-only-check' into 'master' | Douwe Maan | 2017-11-21 | 2 | -1/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Revert "check for `read_only?` first before seeing if request is disallowed" | digitalMoksha | 2017-11-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | check for `read_only?` first before seeing if request is disallowedsh-optimize-read-only-check | digitalMoksha | 2017-11-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | use `Gitlab::Routing.url_helpers` instead of `Rails.application.routes.url_he... | digitalMoksha | 2017-11-21 | 2 | -1/+7 | |
| * | | | | | | | | | | | | | | Optimize read-only middleware so that it does not consume as much CPU | Stan Hu | 2017-11-20 | 2 | -0/+11 | |
* | | | | | | | | | | | | | | | Merge branch 'skip_confirmation_user_API' into 'master' | Rémy Coutable | 2017-11-21 | 5 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Skip confirmation user api | Daniel Juarez | 2017-11-21 | 5 | -1/+22 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge branch 'docs-custom-issue-tracker' into 'master' | Sean McGivern | 2017-11-21 | 2 | -0/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Custom issue tracker | Victor Wu | 2017-11-21 | 2 | -0/+21 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch '39461-notes-api-for-issues-no-longer-returns-label-additions-re... | Sean McGivern | 2017-11-21 | 6 | -3/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | add `#with_metadata` scope to remove a N+1 from the notes' API | micael.bergeron | 2017-11-21 | 2 | -2/+3 | |
| * | | | | | | | | | | | | | add the missing spec | micael.bergeron | 2017-11-20 | 2 | -2/+33 | |
| * | | | | | | | | | | | | | fix the linting error39461-notes-api-for-issues-no-longer-returns-label-additions-removals | micael.bergeron | 2017-11-16 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | reverting to the simpler approach | micael.bergeron | 2017-11-16 | 5 | -25/+28 | |
| * | | | | | | | | | | | | | try to fix the failing spec on external refs | micael.bergeron | 2017-11-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | fix the commit reference pattern from matching other entities | micael.bergeron | 2017-11-15 | 3 | -1/+29 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch '40367-tagspage-tags' into 'master' | Douwe Maan | 2017-11-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Use the correct i18n helper for namespaced string40367-tagspage-tags | Rémy Coutable | 2017-11-21 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'zj-commit-show-n-1' into 'master' | Sean McGivern | 2017-11-21 | 18 | -56/+86 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Batchload blobs for diff generation | Zeger-Jan van de Weg | 2017-11-21 | 18 | -56/+86 | |
* | | | | | | | | | | | | | | Merge branch 'issue_40337' into 'master' | Sean McGivern | 2017-11-21 | 3 | -9/+55 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix promoting milestone updating all issuables without milestoneissue_40337 | Felipe Artur | 2017-11-21 | 3 | -9/+55 | |
* | | | | | | | | | | | | | | Merge branch 'gitaly-test-no-deployment' into 'master' | Sean McGivern | 2017-11-21 | 2 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix slow gitaly dev test bundle | Jacob Vosmaer (GitLab) | 2017-11-21 | 2 | -5/+3 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch '38869-milestone' into 'master' | Phil Hughes | 2017-11-21 | 10 | -209/+176 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Export code as ES6 modules38869-milestone | Filipa Lacerda | 2017-11-20 | 10 | -209/+176 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'backport-3434' into 'master' | Filipa Lacerda | 2017-11-21 | 6 | -3/+72 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Backport ability to enable/disable file attachments in issuable form | Clement Ho | 2017-11-21 | 6 | -3/+72 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge branch 'sh-memoize-gitlab-shell' into 'master' | Douwe Maan | 2017-11-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |