Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed newline | James Lopez | 2016-10-12 | 1 | -1/+0 |
* | Ignore deployment for statistics in Cycle Analytics, except in staging and pr... | James Lopez | 2016-10-12 | 5 | -39/+62 |
* | Merge branch 'guests_cant_see_mrs' into 'master' | Sean McGivern | 2016-10-11 | 7 | -6/+125 |
|\ | |||||
| * | Make guests unable to view MRsguests_cant_see_mrs | Valery Sizov | 2016-10-11 | 7 | -6/+125 |
* | | Merge branch 'build-instead-create-in-label-link-spec' into 'master' | Dmitriy Zaporozhets | 2016-10-11 | 1 | -2/+1 |
|\ \ | |||||
| * | | Build instead create in label_link model spec | Semyon Pupkov | 2016-10-11 | 1 | -2/+1 |
* | | | Merge branch 'remove-empty-describe' into 'master' | Dmitriy Zaporozhets | 2016-10-11 | 1 | -3/+0 |
|\ \ \ | |||||
| * | | | Remove empty describe block on key spec model | Semyon Pupkov | 2016-10-11 | 1 | -3/+0 |
| |/ / | |||||
* | | | Merge branch 'atom-routes' into 'master' | Robert Speicher | 2016-10-11 | 3 | -11/+119 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Allow browsing branches that end with '.atom' | Sean McGivern | 2016-10-11 | 3 | -11/+119 |
* | | | Merge branch 'sh-fix-issue-20776' into 'master' | Robert Speicher | 2016-10-11 | 1 | -0/+10 |
|\ \ \ | |||||
| * | | | Fix Error 500 when viewing old merge requests with bad diff datash-fix-issue-20776 | Stan Hu | 2016-10-10 | 1 | -0/+10 |
| | |/ | |/| | |||||
* | | | Merge branch 'new-gitlab-users-clear_all_authentication_tokens-task' into 'ma... | Robert Speicher | 2016-10-11 | 1 | -0/+38 |
|\ \ \ | |||||
| * | | | Add a new gitlab:users:clear_all_authentication_tokens task | Rémy Coutable | 2016-10-11 | 1 | -0/+38 |
* | | | | Merge branch 'precalculate-trending-projects' into 'master' | Robert Speicher | 2016-10-11 | 4 | -70/+71 |
|\ \ \ \ | |||||
| * | | | | Precalculate trending projectsprecalculate-trending-projects | Yorick Peterse | 2016-10-10 | 4 | -70/+71 |
* | | | | | Merge branch 'empty-mrs' into 'master' | Rémy Coutable | 2016-10-11 | 1 | -2/+18 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Allow empty merge requests | Artem Sidorenko | 2016-10-11 | 1 | -2/+18 |
* | | | | | Merge branch 'dz-cleanup-routing' into 'master' | Dmitriy Zaporozhets | 2016-10-11 | 5 | -140/+42 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix api users spec for post request with invalid id | Dmitriy Zaporozhets | 2016-10-10 | 1 | -4/+4 |
| * | | | | Replace undefined Grape routing code from 400 to 404 | Dmitriy Zaporozhets | 2016-10-10 | 2 | -26/+28 |
| * | | | | Fix API specs behaviour for invalid routing | Dmitriy Zaporozhets | 2016-10-10 | 2 | -20/+37 |
| * | | | | Catch any undefined API routing and return 400 Bad Request | Dmitriy Zaporozhets | 2016-10-10 | 2 | -3/+5 |
| * | | | | Update git over http test to match new routing | Dmitriy Zaporozhets | 2016-10-10 | 1 | -3/+2 |
| * | | | | Remove NamespacesController | Dmitriy Zaporozhets | 2016-10-10 | 1 | -118/+0 |
| |/ / / | |||||
* | | | | Merge branch 'fix-misnamed-constant' into 'master' | Robert Speicher | 2016-10-10 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | HTMLEntityFilter -> HtmlEntityFilter | Nick Thomas | 2016-10-10 | 1 | -1/+1 |
* | | | | | Merge branch 'use-let-in-tests' into 'master' | Stan Hu | 2016-10-10 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use user from let instead recreate in before | Semyon Pupkov | 2016-10-09 | 1 | -1/+0 |
* | | | | | Merge branch 'fix/async-pipeline-processing-stale-data' into 'master' | Kamil Trzciński | 2016-10-10 | 1 | -5/+19 |
|\ \ \ \ \ | |||||
| * | | | | | Improve spec for merge when build succeeds feature | Grzegorz Bizon | 2016-10-08 | 1 | -5/+19 |
* | | | | | | Merge branch 'namespace-validation-fixes' into 'master' | Sean McGivern | 2016-10-10 | 2 | -1/+32 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Correct namespace validation to forbid bad names #21077 | Will Starms | 2016-10-07 | 2 | -1/+32 |
* | | | | | | Merge branch 'adam-commit-search-case-insensitive' into 'master' | Sean McGivern | 2016-10-10 | 1 | -5/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make searching for commits case insensitive. | Adam Niedzielski | 2016-10-10 | 1 | -5/+13 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'tests-use-tmpfs' into 'master' | Yorick Peterse | 2016-10-10 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Try tmpfs for repository storage, etc | Nick Thomas | 2016-10-06 | 1 | -0/+5 |
* | | | | | | | Merge branch '22373-reduce-queries-in-api-helpers-find_project' into 'master' | Yorick Peterse | 2016-10-10 | 1 | -16/+131 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Improve project policy spec | Alejandro Rodríguez | 2016-10-06 | 1 | -16/+131 |
* | | | | | | | Prevent conflict b/w search field and its dropdown | Brennan Roberts | 2016-10-10 | 1 | -1/+20 |
| |_|/ / / / |/| | | | | | |||||
* | | | | | | Use Hash rocket syntax to maintain Ruby 2.1 compatibility in spec | Stan Hu | 2016-10-08 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge branch '23096-expire-artifacts-per-job' into 'master' | Yorick Peterse | 2016-10-07 | 2 | -37/+83 |
|\ \ \ \ \ | |||||
| * | | | | | ExpireBuildArtifactsWorker query builds table without ordering enqueuing one ...23096-expire-artifacts-per-job | Paco Guzman | 2016-10-07 | 2 | -37/+83 |
* | | | | | | Merge branch '22774-retouch-environments-deployments' into 'master' | Jacob Schatz | 2016-10-07 | 1 | -0/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Deletes extra empty line breaking the build | Filipa Lacerda | 2016-10-07 | 1 | -1/+0 |
| * | | | | | | Updates test in order to look for link22774-retouch-environments-deployments | Filipa Lacerda | 2016-10-07 | 1 | -2/+3 |
| * | | | | | | Adds test for external link in environment details | Filipa Lacerda | 2016-10-06 | 1 | -0/+10 |
| * | | | | | | Fixes external_url link | Filipa Lacerda | 2016-10-06 | 1 | -0/+18 |
* | | | | | | | Merge branch 'rs-optimize-award_user_list-spec' into 'master' | Rémy Coutable | 2016-10-07 | 1 | -13/+23 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Optimize the `award_user_list` helper spec | Robert Speicher | 2016-10-07 | 1 | -13/+23 |
| | |_|/ / / | |/| | | | |