summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* actually require in devise helpers in login_helpersbugfix.require-devise-helpershttp://jneen.net/2017-08-031-0/+2
|
* Merge branch 'winh-dropdown-mixin' into 'master'Annabel Dunstone Gray2017-08-034-64/+11
|\ | | | | | | | | Use mixin for new dropdown style See merge request !13274
| * Use mixin for new dropdown styleWinnie Hellmann2017-08-034-64/+11
|/
* Merge branch 'dev.referable-inspect' into 'master'Sean McGivern2017-08-032-0/+17
|\ | | | | | | | | implement #inspect for all Referables See merge request !13285
| * implement #inspect for all Referablesdev.referable-inspecthttp://jneen.net/2017-08-012-0/+17
| |
* | Merge branch '3686_make_tarball_download_url' into 'master'Rémy Coutable2017-08-034-5/+13
|\ \ | | | | | | | | | | | | | | | | | | fix #3686 make tarball download url to end with extension Closes #3686 See merge request !13178
| * | fix #3686 make tarball download url to end with extensionhaseeb2017-08-034-5/+13
|/ /
* | Merge branch 'use-rspec-support-helper' into 'master'Rémy Coutable2017-08-0314-51/+15
|\ \ | | | | | | | | | | | | Don't include EmailHelpers manually, pick with rspec See merge request !13257
| * | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-0314-51/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | `:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
* | | Merge branch '35133_strip_newlines_from_ssh_keys' into 'master'Rémy Coutable2017-08-032-8/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fix #35133 strip new lines from ssh keys Closes #35133 See merge request !13234
| * | | fix #35133 strip new lines from ssh keyshaseeb2017-08-032-8/+9
|/ / /
* | | Merge branch 'reorganise-issues-indexes-for-sorting' into 'master'Sean McGivern2017-08-033-3/+51
|\ \ \ | | | | | | | | | | | | | | | | Re-organise "issues" indexes for faster ordering See merge request !13278
| * | | Re-organise "issues" indexes for faster orderingreorganise-issues-indexes-for-sortingYorick Peterse2017-08-033-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | By adding various composite indexes we can reduce the time spent retrieving issue lists. Because of the way these indexes are built column wise we can also remove some standalone indexes, keeping the total number of indexes in check.
* | | | Merge branch 'fix-oauth-checkboxes' into 'master'Filipa Lacerda2017-08-033-0/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed sign-in restrictions buttons not toggling active state Closes #35882 See merge request !13270
| * | | | Fixed sign-in restrictions buttons not toggling active statefix-oauth-checkboxesPhil Hughes2017-08-033-0/+13
| | | | | | | | | | | | | | | | | | | | Closes #35882
* | | | | Merge branch 'feature/migrate-count-commits-to-gitaly' into 'master'Robert Speicher2017-08-035-31/+57
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#count_commits to Gitaly Closes gitaly#415 See merge request !13121
| * | | | | Migrate Gitlab::Git::Repository#count_commits to Gitalyfeature/migrate-count-commits-to-gitalyAhmad Sherif2017-08-025-31/+57
| | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#415
* | | | | | Merge branch 'merge-request-commits-background-migration' into 'master'Rémy Coutable2017-08-035-5/+388
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge request commits background migration See merge request !12685
| * | | | | | Migrate MR commits and diffs to new tablesmerge-request-commits-background-migrationSean McGivern2017-08-035-5/+388
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we stored these as serialised fields - `st_{commits,diffs}` - on the `merge_request_diffs` table. These now have their own tables - `merge_request_diff_{commits,diffs}` - with a column for each attribute of the serialised data. Add a background migration to go through the existing MR diffs and migrate them to the new format. Ignore any contents that cannot be displayed. Assuming that we have 5 million rows to migrate, and each batch of 2,500 rows can be completed in 5 minutes, this will take about 7 days to migrate everything.
* | | | | | | Merge branch 'patch-1' into 'master'Achilleas Pipinellis2017-08-031-31/+32
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move API "basic usage" to be more visible See merge request !13171
| * | | | | | | Explicitly spell out where the API root isAJ Jordan2017-07-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found this basic information extrememly hard to find when I looked at this page.
| * | | | | | | Move API "basic usage" to be more visibleAJ Jordan2017-07-281-31/+31
| | | | | | | |
* | | | | | | | Merge branch 'abuango-imap-doc-fix' into 'master'Achilleas Pipinellis2017-08-031-0/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Update reply_by_email_postfix_setup.md, included starting courier-authdaemon after installation. See merge request !13218
| * | | | | | | Update reply_by_email_postfix_setup.md, included starting courier-authdaemon ↵Abubakar Ango2017-08-031-0/+14
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | after installation.
* | | | | | | Merge branch '35232-next-unresolved' into 'master'Clement Ho2017-08-032-5/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Jump to next discussion Closes #35232 See merge request !13076
| * | | | | | | fix Jump to next discussion35232-next-unresolvedSimon Knox2017-07-272-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes tab was renamed to show, was previously overridden in merge_request_tabs.js
* | | | | | | | Merge branch 'winh-project-page-dropdown-style' into 'master'Annabel Dunstone Gray2017-08-034-3/+55
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make dropdown style on project page consistent Closes #35778 See merge request !13193
| * | | | | | | Make dropdown style on project page consistentWinnie Hellmann2017-08-034-3/+55
|/ / / / / / /
* | | | | | | Merge branch '28472-ignore-auto-generated-mails' into 'master'Sean McGivern2017-08-038-26/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't send rejection mails for all auto-generated mails Closes #28472 See merge request !13254
| * | | | | | | Check against "Auto-Submitted: no" insteadLin Jen-Shin2017-08-031-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This would be much more accurate. We assume this is an auto-generated email if such header is provided, and the value is not "no". It could also be: "auto-generated", "auto-replied", or other values from extension. It seems that only "no" could mean that this is sent by a human. See: https://tools.ietf.org/html/rfc3834
| * | | | | | | Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-038-26/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make it easier to have mailer helper
* | | | | | | | Merge branch 'fix-gitaly-install' into 'master'Rémy Coutable2017-08-033-12/+17
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure we run installation Rake tasks in a clean env in TestEnv Closes #35859 See merge request !13249
| * | | | | | | Don't call load_tasks as this would load the tasks twicefix-gitaly-installRémy Coutable2017-08-022-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | Ensure we run installation Rake tasks in a clean env in TestEnvRémy Coutable2017-08-022-6/+11
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we call `system('rake', 'taks_name')`, `ENV['RUBYOPT']` is set to `'-rbundler/setup'` but some tasks (e.g. `gitlab:gitaly:install` need a clean env since they install their own Gem bundle. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'dm-api-current-user' into 'master'Sean McGivern2017-08-032-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not validate CSRF token in API unless needed Closes #35705 See merge request !13256
| * | | | | | | Do not validate CSRF token in API unless neededdm-api-current-userDouwe Maan2017-08-022-1/+3
| | | | | | | |
* | | | | | | | Merge branch 'gitaly-test-mtime-check' into 'master'Rémy Coutable2017-08-032-1/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove test gitaly when older than version file See merge request !13250
| * | | | | | | | Remove test gitaly when older than version fileJacob Vosmaer (GitLab)2017-08-032-1/+21
|/ / / / / / / /
* | | | | | | | Merge branch 'sidebar-fly-out-sub-nav' into 'master'Filipa Lacerda2017-08-035-38/+335
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fly-out dropdown menu in new sidebar Closes #34026 See merge request !12938
| * \ \ \ \ \ \ \ Merge branch 'master' into sidebar-fly-out-sub-navsidebar-fly-out-sub-navPhil Hughes2017-08-021677-9482/+16762
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | stop mobile from showing the sub-itemsPhil Hughes2017-08-022-3/+51
| | | | | | | | |
| * | | | | | | | changed variable namesPhil Hughes2017-08-021-10/+10
| | | | | | | | |
| * | | | | | | | Math.floor the value in the testsPhil Hughes2017-08-011-1/+1
| | | | | | | | |
| * | | | | | | | fixed translate3d testPhil Hughes2017-08-012-6/+6
| | | | | | | | |
| * | | | | | | | reverted the JS timeout codePhil Hughes2017-08-013-73/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improved specs so that they pass
| * | | | | | | | added mouseleave timeout with JSPhil Hughes2017-08-013-20/+206
| | | | | | | | |
| * | | | | | | | fixed inside padding of fly-out menuPhil Hughes2017-07-281-1/+1
| | | | | | | | |
| * | | | | | | | updated hover text color of main links in sidebarPhil Hughes2017-07-281-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed colors in fly-out navigation fixed spacing in fly-out navigation
| * | | | | | | | style updatesPhil Hughes2017-07-262-37/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed weird dropdown items in issues when on merge request page
| * | | | | | | | added extra padding around fly-out menu to delay hidingPhil Hughes2017-07-251-1/+11
| | | | | | | | |