Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display comments for personal snippets12910-personal-snippets-notes-show | Jarka Kadlecova | 2017-05-02 | 28 | -235/+703 |
| | |||||
* | Merge branch 'zj-upgrade-carrierwave' into 'master' | Douwe Maan | 2017-05-01 | 7 | -26/+29 |
|\ | | | | | | | | | Update Carrierwave and fog-core See merge request !11016 | ||||
| * | Update Carrierwave and fog-core | Zeger-Jan van de Weg | 2017-05-01 | 7 | -26/+29 |
|/ | |||||
* | Merge branch 'fix/add-specs-for-request-profiler' into 'master' | Douwe Maan | 2017-05-01 | 3 | -0/+140 |
|\ | | | | | | | | | | | | | Add specs for Gitlab::RequestProfiler Closes #31513 See merge request !11005 | ||||
| * | Add specs for Gitlab::RequestProfiler | Ahmad Sherif | 2017-05-01 | 3 | -0/+140 |
| | | | | | | | | Closes #31513 | ||||
* | | Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' | Douwe Maan | 2017-05-01 | 3 | -1/+16 |
|\ \ | | | | | | | | | | | | | | | | | | | Don't blow up when email has no References header Closes gitlab-ee#2247 See merge request !11014 | ||||
| * | | Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-header | Sean McGivern | 2017-05-01 | 3 | -1/+16 |
| | | | | | | | | | | | | | | | | | | If an email doesn't match our incoming email patterns on the To header, we fall back to the References header. If there was no References header, we'd raise an exception, when we'd be better off acting as if it was empty. | ||||
* | | | Merge branch 'dm-blob-download-button' into 'master' | Sean McGivern | 2017-05-01 | 6 | -6/+44 |
|\ \ \ | | | | | | | | | | | | | | | | | Show Raw button as Download for binary files See merge request !10743 | ||||
| * | | | Add changelogdm-blob-download-button | Douwe Maan | 2017-04-30 | 1 | -0/+4 |
| | | | | |||||
| * | | | Show Raw button as Download for binary files | Douwe Maan | 2017-04-30 | 5 | -6/+40 |
| | | | | |||||
* | | | | Merge branch '31463-group-all-linters' into 'master' | Robert Speicher | 2017-05-01 | 3 | -46/+61 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Consider grouping all static analysis jobs into a single one" Closes #31463 See merge request !10946 | ||||
| * | | | | Add scripts/static-analysis to run all the static analysers in one go31463-group-all-linters | Rémy Coutable | 2017-05-01 | 2 | -9/+41 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Shorten and improve some job names | Rémy Coutable | 2017-05-01 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | Group static-analysis jobs into a single job | Rémy Coutable | 2017-05-01 | 2 | -32/+15 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | Merge branch ↵ | Douwe Maan | 2017-05-01 | 3 | -5/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28968-revert-allow-people-with-merge-access-to-create-branches' into 'master' Prevent people from creating branches if they don't have persmission to push Closes #28968 See merge request !10983 | ||||
| * | | | | Prevent people from creating branches if they don't have persmission to push | Pawel Chojnacki | 2017-04-28 | 3 | -5/+7 |
| | | | | | |||||
* | | | | | Merge branch 'dm-snippet-blob-viewers' into 'master' | Sean McGivern | 2017-05-01 | 31 | -76/+482 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Use blob viewers for snippets See merge request !10747 | ||||
| * | | | | | Add changelogdm-snippet-blob-viewers | Douwe Maan | 2017-04-30 | 1 | -0/+4 |
| | |/ / / | |/| | | | |||||
| * | | | | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 30 | -76/+478 |
| | | | | | |||||
* | | | | | Merge branch '30586-fix-gitaly-is-ancestor' into 'master' 31611-sketch43-click-opens-new-tab-and-closes-it-quickly | Sean McGivern | 2017-05-01 | 5 | -36/+41 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Gitaly::Commit#is_ancestor Closes #30586 See merge request !10634 | ||||
| * | | | | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestor | Kim "BKC" Carlbäcker | 2017-04-28 | 5 | -36/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade Gitaly-version | ||||
* | | | | | | Merge branch '31615-fix-dropdown-animation-failure' into 'master' | Jacob Schatz | 2017-05-01 | 1 | -0/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed transient failure related to dropdown animations Closes #31615 See merge request !11002 | ||||
| * | | | | | Fixed transient failure related to dropdown animations31615-fix-dropdown-animation-failure | Luke "Jared" Bennett | 2017-04-30 | 1 | -0/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Update CHANGELOG.md for 9.1.2 | Timothy Andrew | 2017-05-01 | 9 | -32/+11 |
| | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | Merge branch 'rs-add_column_with_default_cops' into 'master' | Sean McGivern | 2017-05-01 | 16 | -13/+121 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add cop to blacklist specific tables for `add_column_with_default` Closes #31293 See merge request !10892 | ||||
| * | | | | | Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrationsrs-add_column_with_default_cops | Robert Speicher | 2017-04-28 | 11 | -0/+11 |
| | | | | | | |||||
| * | | | | | Add AddColumnWithDefaultToLargeTable cop | Robert Speicher | 2017-04-28 | 3 | -0/+96 |
| | | | | | | |||||
| * | | | | | Rename AddColumnWithDefault to ReversibleAddColumnWithDefault | Robert Speicher | 2017-04-28 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're going to add another cop that deals with another aspect of `add_column_with_default`, so we need to separate them. | ||||
| * | | | | | Refactor the AddColumnWithDefault cop to use node matchers | Robert Speicher | 2017-04-28 | 1 | -9/+10 |
| | | | | | | |||||
* | | | | | | Merge branch 'patch-18' into 'master' | Douwe Maan | 2017-04-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | Fix typo See merge request !11003 | ||||
| * | | | | | Fix typo | Tsvi Mostovicz | 2017-04-30 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'revert-c3c465ac' into 'master' | Robert Speicher | 2017-04-29 | 6 | -48/+30 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'tc-no-todo-service-select' into 'master'" See merge request !10997 | ||||
| * | | | | | Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465ac | Stan Hu | 2017-04-29 | 6 | -48/+30 |
|/ / / / / | | | | | | | | | | | This reverts merge request !10845 | ||||
* | | | | | Merge branch '31595-emoji-btn' into 'master' | Alfredo Sumaran | 2017-04-29 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix emoji alignment Closes #31595 See merge request !10993 | ||||
| * | | | | | Fix emoji alignment31595-emoji-btn | Annabel Dunstone Gray | 2017-04-28 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge branch 'patch-21' into 'master' | Stan Hu | 2017-04-29 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix link in health check docs See merge request !10996 | ||||
| * | | | | | fix link to MR 10416 | Ben Bodenmiller | 2017-04-29 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge branch 'rs-trigger-click' into 'master' | Stan Hu | 2017-04-29 | 2 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Change from .click -> .trigger('click') to make spec pass See merge request !10995 | ||||
| * | | | | Another change from .click -> .trigger('click') to make spec pass | Stan Hu | 2017-04-28 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Change from .click -> .trigger('click') to make spec passrs-trigger-click | Robert Speicher | 2017-04-28 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'docs/ldap-clarify-uid' into 'master' | Marcia Ramos | 2017-04-28 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Update ldap.md to clarify uid should list the attribute not the value See merge request !10956 | ||||
| * | | | Update ldap.md to clarify uid should list the attribute not the valuedocs/ldap-clarify-uid | Lee Matos | 2017-04-27 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge branch 'tc-no-todo-service-select' into 'master' | Robert Speicher | 2017-04-28 | 6 | -30/+48 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid plucking Todo ids in TodoService Closes #30374 See merge request !10845 | ||||
| * | | | | Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-select | Toon Claes | 2017-04-27 | 6 | -30/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TodoService should not call `.select(&:id)` on todos, because this is bad performance. So instead use sub-queries, which will result in a single SQL query to the database. https://docs.gitlab.com/ee/development/sql.html#plucking-ids | ||||
* | | | | | Merge branch '31500-fix-rspec_profiling-reporting' into 'master' | Robert Speicher | 2017-04-28 | 4 | -11/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "rspec_profiling is enabled for MySQL" See merge request !10967 | ||||
| * | | | | | Resolve "rspec_profiling is enabled for MySQL" | Rémy Coutable | 2017-04-28 | 4 | -11/+10 |
|/ / / / / | |||||
* | | | | | Merge branch 'enable-spec-file-name-cop' into 'master' | Robert Speicher | 2017-04-28 | 36 | -591/+348 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable RSpec/FilePath cop Closes #31316 See merge request !10911 | ||||
| * | | | | | Enable RSpec/FilePath copenable-spec-file-name-cop | Sean McGivern | 2017-04-26 | 36 | -591/+348 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first | ||||
* | | | | | | Merge branch 'dm-pull-preserve-into-render-helpers' into 'master' | Sean McGivern | 2017-04-28 | 18 | -39/+26 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull preserve into render helpers See merge request !10986 | ||||
| * | | | | | | Pull preserve into render helpers | Douwe Maan | 2017-04-28 | 18 | -39/+26 |
| | | | | | | |