summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix API responses when dealing with txt filesissue_31790Felipe Artur2017-08-151-0/+10
* Merge branch '36450_confi_polish' into 'master'Clement Ho2017-08-151-1/+1
|\
| * change message and change spec36450_confi_polishRegis2017-08-141-1/+1
* | Add two more project templateszj-add-two-more-project-templatesZ.J. van de Weg2017-08-151-1/+3
* | Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-156-4/+14
|\ \
| * | Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-146-4/+14
* | | Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann2017-08-153-0/+72
* | | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-156-0/+84
|\ \ \
| * | | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-146-0/+84
* | | | Fix edit merge request button inconsistent letter casingClement Ho2017-08-153-11/+11
* | | | Merge branch '34533-speed-up-group-project-authorizations' into 'master'Douwe Maan2017-08-151-0/+30
|\ \ \ \
| * | | | Speed up Group#user_ids_for_project_authorizationsNick Thomas2017-08-141-0/+30
* | | | | Merge branch '34371-pipeline-schedule-vue-files' into 'master'Phil Hughes2017-08-151-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move callout to vue file and remove svg from data function to improve perform...Filipa Lacerda2017-08-141-1/+1
* | | | | Merge branch 'repo-fixes-e' into 'master'Jacob Schatz2017-08-143-30/+50
|\ \ \ \ \
| * | | | | Remove overflow tabs logic (no longer used)Eric Eastwood2017-08-141-11/+0
| * | | | | Remove loading state from repo_tabEric Eastwood2017-08-141-19/+1
| * | | | | Use promise syntax with Helper.getContentEric Eastwood2017-08-141-2/+3
| * | | | | Split out linkClicked and add testsEric Eastwood2017-08-141-0/+48
* | | | | | Merge branch '36378-error-raising-expectation-in-spec-fix' into 'master'Robert Speicher2017-08-141-2/+2
|\ \ \ \ \ \
| * | | | | | Fix positive raise_error expectation without specifying the error type expect...36378-error-raising-expectation-in-spec-fixTiago Botelho2017-08-141-2/+2
* | | | | | | Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher2017-08-141-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Use rspec-parameterized for table-based testsNick Thomas2017-08-111-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '34527-make-edit-comment-button-always-available-outside-of-drop...Clement Ho2017-08-146-17/+9
|\ \ \ \ \ \ \
| * | | | | | | take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-106-17/+9
* | | | | | | | Merge branch '7-days-cycle-analytics' into 'master'Rémy Coutable2017-08-141-0/+38
|\ \ \ \ \ \ \ \
| * | | | | | | | Add a `Last 7 days` option for Cycle Analytics viewMehdi Lahmam2017-08-111-0/+14
| * | | | | | | | Add feature specs for Cycle Analytics pipeline summaryMehdi Lahmam2017-08-111-0/+24
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'gitaly-test-bundle-path' into 'master'Rémy Coutable2017-08-141-5/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Use existing BUNDLE_PATH for gitaly in local testsgitaly-test-bundle-pathJacob Vosmaer2017-08-111-5/+16
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch '36089-handle-ref-failure-better' into 'master'Douwe Maan2017-08-1417-146/+190
|\ \ \ \ \ \ \ \
| * | | | | | | | Use with_repo_branch_commit instead of fetch_ref directlyLin Jen-Shin2017-08-141-2/+1
| * | | | | | | | Add comments about why we're stubbing them36089-handle-ref-failure-betterLin Jen-Shin2017-08-141-2/+2
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-1463-439/+1987
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-1156-83/+93
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Just use repository would fix the testLin Jen-Shin2017-08-111-4/+1
| * | | | | | | | | | Just use the repo. Not sure why master could passLin Jen-Shin2017-08-111-2/+2
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-1187-431/+499
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Fix more testsLin Jen-Shin2017-08-117-119/+120
| * | | | | | | | | | Don't try to create diffs if one of the branch is missingLin Jen-Shin2017-08-105-19/+16
| * | | | | | | | | | Introduce MergeRequest#write_ref and Repository#write_refLin Jen-Shin2017-08-103-15/+18
| * | | | | | | | | | Fix some tests and report the error messageLin Jen-Shin2017-08-097-10/+27
| * | | | | | | | | | Fake out Repository#fetch_ref for merge request ifLin Jen-Shin2017-08-092-3/+12
| * | | | | | | | | | Detect if we didn't create the ref soonerLin Jen-Shin2017-08-091-0/+21
* | | | | | | | | | | Merge branch 'mk-enforce-boolean-defaults' into 'master'Douwe Maan2017-08-141-0/+85
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add SaferBooleanColumn copMichael Kozono2017-08-141-0/+85
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan2017-08-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Migrate Git::Repository.ls_files to Gitalygitaly-404-commit-list-filesKim "BKC" Carlbäcker2017-08-101-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'pagination-projects-explore' into 'master'Douwe Maan2017-08-141-0/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use Prev/Next pagination for exploring projectspagination-projects-exploreYorick Peterse2017-08-141-0/+23
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |