Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only highlight search results under the highlighting size limit41666-cannot-search-with-keyword-merge | Sean McGivern | 2018-01-16 | 3 | -0/+14 |
| | | | | | | We should use this limit everywhere, but especially in project search results, where we could be highlighting very long single lines. (Typical examples: minified JavaScript, and JSON data files.) | ||||
* | Fix project search results for digits surrounded by colons | Sean McGivern | 2018-01-16 | 5 | -23/+39 |
| | | | | | | | | A file containing /:\d+:/ in its contents would break the search results if those contents were part of the results, because we were splitting on colons, which can't work with untrusted input. Changing to use the null byte as a separator is much safer. | ||||
* | Merge branch '42025-fix-issue-api' into 'master' | Sean McGivern | 2018-01-15 | 3 | -2/+18 |
|\ | | | | | | | | | [API] Fix creating issue when assignee_id is empty See merge request gitlab-org/gitlab-ce!16458 | ||||
| * | [API] Fix creating issue when assignee_id is empty42025-fix-issue-api | Valery Sizov | 2018-01-15 | 3 | -2/+18 |
| | | | | | | | | see https://gitlab.com/gitlab-org/gitlab-ce/issues/42025 | ||||
* | | Merge branch '41970-job-play-button' into 'master' | Kamil Trzciński | 2018-01-15 | 3 | -9/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Empty state for manual job - play button does not work" Closes #41970 See merge request gitlab-org/gitlab-ce!16426 | ||||
| * | | Remove extra period41970-job-play-button | Filipa Lacerda | 2018-01-12 | 1 | -1/+1 |
| | | | |||||
| * | | Improve tests | Filipa Lacerda | 2018-01-12 | 1 | -2/+6 |
| | | | |||||
| * | | Sets method post for playing action | Filipa Lacerda | 2018-01-12 | 3 | -8/+12 |
| | | | | | | | | | | | | | | | Removes explanation text for non triggered job Adds tests | ||||
* | | | Merge branch 'docs/sast-dast' into 'master' | Marcia Ramos | 2018-01-15 | 4 | -3/+137 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Port the SAST DAST doc examples from EE to CE Closes #42007 See merge request gitlab-org/gitlab-ce!16430 | ||||
| * | | | Add DAST to Auto DevOps docsdocs/sast-dast | Achilleas Pipinellis | 2018-01-15 | 1 | -3/+34 |
| | | | | |||||
| * | | | Port the SAST DAST doc examples from EE to CE | Achilleas Pipinellis | 2018-01-12 | 3 | -0/+103 |
| | | | | |||||
* | | | | Merge branch 'fix-duplication-circuit-breakers' into 'master' | Douwe Maan | 2018-01-15 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | Fix duplication in API::CircuitBreakers See merge request gitlab-org/gitlab-ce!16456 | ||||
| * | | | Fix duplication in API::CircuitBreakers | Serdar Dogruyol | 2018-01-15 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge branch 'dispatcher-projects-efi' into 'master' | Phil Hughes | 2018-01-15 | 10 | -37/+114 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | dynamic imports for projects:e/f/i See merge request gitlab-org/gitlab-ce!16417 | ||||
| * \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Simon Knox | 2018-01-15 | 25 | -108/+365 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | dispatcher-projects-efi | ||||
| * | | | | | dedupe | Simon Knox | 2018-01-15 | 3 | -26/+20 |
| | | | | | | |||||
| * | | | | | removed unneeded lint commentsdispatcher-projects-efi | Simon Knox | 2018-01-15 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Simon Knox | 2018-01-15 | 91 | -919/+1180 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | dispatcher-projects-efi | ||||
| * | | | | | | fix tests from broken imports | Simon Knox | 2018-01-12 | 4 | -7/+9 |
| | | | | | | | |||||
| * | | | | | | dynamic imports for projects:e/f/i | Simon Knox | 2018-01-12 | 9 | -29/+120 |
| | | | | | | | |||||
* | | | | | | | Merge branch ↵ | Grzegorz Bizon | 2018-01-15 | 2 | -6/+11 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '41546-count-query-for-issues-and-mrs-runs-twice-on-group-index' into 'master' Resolve "Count query for issues and MRs runs twice on group index" Closes #41546 See merge request gitlab-org/gitlab-ce!16314 | ||||
| * | | | | | | Fix double execution of COUNT query on group pages41546-count-query-for-issues-and-mrs-runs-twice-on-group-index | Sean McGivern | 2018-01-09 | 2 | -6/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calling `finder.execute.count` twice will perform two queries, but these are all in the same file, so it's easy to just reuse them. | ||||
* | | | | | | | Merge branch 'fj-41598-fixing-request-mime-type' into 'master' | Douwe Maan | 2018-01-15 | 3 | -3/+16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing request json mime type Closes #41598 See merge request gitlab-org/gitlab-ce!16427 | ||||
| * | | | | | | | Fixing request json mime type | Francisco Javier López | 2018-01-15 | 3 | -3/+16 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'snippets-dispatcher-refactor' into 'master' | Phil Hughes | 2018-01-15 | 4 | -3/+31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor dispatcher for snippets:* See merge request gitlab-org/gitlab-ce!16390 | ||||
| * | | | | | | | Use common form.jssnippets-dispatcher-refactor | Clement Ho | 2018-01-12 | 5 | -21/+6 |
| | | | | | | | | |||||
| * | | | | | | | Fix eslint | Clement Ho | 2018-01-11 | 4 | -4/+4 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into snippets-dispatcher-refactor | Clement Ho | 2018-01-11 | 230 | -1467/+2886 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Code improvements | Clement Ho | 2018-01-11 | 5 | -5/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | Refactor dispatcher for snippets:* | Jacob Schatz | 2018-01-11 | 5 | -3/+44 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'dispatcher-project-mr' into 'master' | Phil Hughes | 2018-01-15 | 2 | -0/+21 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor dispatcher project mr index path Closes #41341 See merge request gitlab-org/gitlab-ce!16399 | ||||
| * | | | | | | | | | Refactor dispatcher project mr index pathdispatcher-project-mr | Clement Ho | 2018-01-11 | 2 | -0/+21 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'sh-log-when-user-blocked' into 'master' | Douwe Maan | 2018-01-15 | 8 | -4/+140 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log and send a system hook if a blocked user attempts to login Closes #41633 See merge request gitlab-org/gitlab-ce!16451 | ||||
| * | | | | | | | | | Log and send a system hook if a blocked user fails to loginsh-log-when-user-blocked | Stan Hu | 2018-01-14 | 8 | -4/+140 |
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #41633 | ||||
* | | | | | | | | | Merge branch 'dispatcher-branches-create' into 'master' | Phil Hughes | 2018-01-15 | 2 | -2/+10 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor dispatcher project branches create path See merge request gitlab-org/gitlab-ce!16380 | ||||
| * | | | | | | | | | Remove unused create index.jsdispatcher-branches-create | Clement Ho | 2018-01-12 | 1 | -3/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix eslint so that pipeline doesnt fail after mege | Clement Ho | 2018-01-11 | 1 | -1/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into dispatcher-branches-create | Clement Ho | 2018-01-11 | 403 | -2024/+4627 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Refactor dispatcher project branches create path | Clement Ho | 2018-01-11 | 3 | -1/+13 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'patch-28' into 'master' | Grzegorz Bizon | 2018-01-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve after_script docs in yaml/README.md See merge request gitlab-org/gitlab-ce!16444 | ||||
| * | | | | | | | | | | | Improve after_script docs in yaml/README.md | Damian Nowak | 2018-01-13 | 1 | -1/+1 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'feature/migrate-can-be-merged-to-gitaly' into 'master' | Grzegorz Bizon | 2018-01-15 | 7 | -86/+147 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Repository#can_be_merged? to Gitaly Closes gitaly#893 See merge request gitlab-org/gitlab-ce!16316 | ||||
| * | | | | | | | | | | Migrate Repository#can_be_merged? to Gitalyfeature/migrate-can-be-merged-to-gitaly | Ahmad Sherif | 2018-01-11 | 7 | -86/+147 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch '16988-use-toggle-for-subscribed-unsubscribed-to-notifications' ↵ | Annabel Dunstone Gray | 2018-01-12 | 8 | -56/+71 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Use toggle for subscribed/unsubscribed to notifications" Closes #16988 See merge request gitlab-org/gitlab-ce!16408 | ||||
| * | | | | | | | | | | | change loading prop behavior for subscriptions.vue | Mike Greiling | 2018-01-12 | 2 | -2/+2 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | add missing comma | Mike Greiling | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | only show loading indicator in subscription toggle on initial data fetch16988-use-toggle-for-subscribed-unsubscribed-to-notifications | Mike Greiling | 2018-01-12 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | add tooltip for notifications icon in collapsed sidebar | Mike Greiling | 2018-01-12 | 1 | -9/+29 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | change notification bell icon from font-awesome to gitlab svg | Mike Greiling | 2018-01-12 | 1 | -8/+10 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | update capybara specs for subscription toggle | Mike Greiling | 2018-01-12 | 2 | -16/+14 |
| | | | | | | | | | | | |