summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Added concern for a faster "cache_key" methodfaster-cache-keysYorick Peterse2016-08-083-0/+18
* Merge branch 'ref-switcher-enter-submit' into 'master' Jacob Schatz2016-08-052-20/+32
|\
| * Underscore variable to camelCaseref-switcher-enter-submitPhil Hughes2016-08-041-3/+2
| * Fixed issue with `this` not being definedPhil Hughes2016-08-031-2/+2
| * Merge branch 'master' into ref-switcher-enter-submitPhil Hughes2016-08-03536-13494/+17140
| |\
| * | Fixed issue with filtering & pressing enter keyPhil Hughes2016-07-191-4/+2
| * | Prevent default on link click in ref switcherPhil Hughes2016-07-191-1/+2
| * | Improve conditionalAlfredo Sumaran2016-07-181-1/+1
| * | Fixed navigational keys not working when filteringPhil Hughes2016-07-181-1/+1
| * | Fixed enter submitting form in dropdownPhil Hughes2016-07-182-28/+34
* | | Merge branch '19752-pipelines-finished-at' into 'master' Jacob Schatz2016-08-054-6/+48
|\ \ \
| * | | Update timeago to shorter representation19752-pipelines-finished-atAnnabel Dunstone2016-08-044-6/+48
* | | | Merge branch 'add_description_to_plain_text' into 'master' Rémy Coutable2016-08-052-0/+4
|\ \ \ \
| * | | | Add description to text/plain emailsdixpac2016-08-042-0/+4
* | | | | Merge branch 'side-by-side-unfold' into 'master' Douwe Maan2016-08-0511-65/+70
|\ \ \ \ \
| * | | | | Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-0411-65/+70
* | | | | | Merge branch '20621-avoid-lame-conflicts-in-ability-allowed' into 'master' Robert Speicher2016-08-041-0/+4
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Move abilities by subject class to a dedicated method20621-avoid-lame-conflicts-in-ability-allowedRémy Coutable2016-08-041-0/+4
* | | | | | Merge branch 'dz-improve-content-list' into 'master' Dmitriy Zaporozhets2016-08-044-17/+11
|\ \ \ \ \ \
| * | | | | | Remove unnecessary empty line after css vardz-improve-content-listDmitriy Zaporozhets2016-08-041-1/+0
| * | | | | | Set consistency in list text height cssDmitriy Zaporozhets2016-08-044-17/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'doc-artifacts-refactor' into 'master' Achilleas Pipinellis2016-08-041-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Refactor build artifacts documentationAchilleas Pipinellis2016-08-041-1/+4
| | |/ / / | |/| | |
* | | | | Merge branch '20512-fix-rename-add-users-into-project-to-add-users-to-project...Rémy Coutable2016-08-042-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix Rename `add_users_into_project` and `projects_ids`Herminio Torres2016-08-042-4/+4
* | | | | Merge branch 'fix/ha-mode-import-issue' into 'master' Rémy Coutable2016-08-045-12/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-045-12/+32
* | | | | Merge branch 'devise-deprecations' into 'master' Rémy Coutable2016-08-044-4/+4
|\ \ \ \ \
| * | | | | Remove provider path, replace with dynamic path.devise-deprecationsConnor Shea2016-08-035-10/+4
| * | | | | Add an oauth provider path helper.Connor Shea2016-08-035-4/+10
* | | | | | Merge branch 'fix/confusing-blocked-user-description' into 'master' Achilleas Pipinellis2016-08-041-5/+3
|\ \ \ \ \ \
| * | | | | | Fix confusing description of a blocked user.Elias Werberich2016-08-021-5/+3
* | | | | | | Merge branch 'remove-unused-images' into 'master' Rémy Coutable2016-08-0410-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unused imagesClement Ho2016-08-0310-0/+0
* | | | | | | | Fix Mystery GuestHerminio Torres2016-08-042-3/+3
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'fix-project-destroy-skip-repo' into 'master' Robert Speicher2016-08-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix skip_repo parameter being ignored when destroying a namespaceStan Hu2016-08-031-1/+1
* | | | | | | | change the API on the merge_request_diff model from diffs -> raw_diffsuse-raw-diffs-for-merge-request-diffsPaco Guzman2016-08-032-6/+6
|/ / / / / / /
* | | | | | | Use commit deltas when counting files in IrkerWorkerfix/speed-up-commit-repo-changesAhmad Sherif2016-08-031-1/+1
* | | | | | | Use only deltas in diffs when scanning the last commit for changes in the ava...Stan Hu2016-08-031-1/+1
* | | | | | | Speed up Commit#repo_changesAhmad Sherif2016-08-031-1/+1
|/ / / / / /
* | | | | | Merge branch '20034-safe-diffs' into 'master' Douwe Maan2016-08-0323-70/+146
|\ \ \ \ \ \
| * | | | | | Make Compare#diffs diff_options a regular argumentDouwe Maan2016-08-033-4/+4
| * | | | | | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-0315-61/+55
| * | | | | | Introduce Compare model in the codebase.Paco Guzman2016-08-0314-46/+82
| * | | | | | Move to Gitlab::Diff::FileCollectionPaco Guzman2016-08-0318-151/+53
| * | | | | | Cache highlighted diff lines for merge requestsPaco Guzman2016-08-0321-30/+174
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'fix-filter-input-alignment' into 'master' Fatih Acet2016-08-031-2/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix filter input alignmentClement Ho2016-08-021-2/+0
* | | | | | Merge branch 'discussion-reply-button-performance' into 'master' Jacob Schatz2016-08-032-3/+3
|\ \ \ \ \ \