summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try to match more aggressivelyqa-add-deploy-key-view-elementsLin Jen-Shin2018-01-161-2/+3
|
* Add view elements to deploy keys pagesLin Jen-Shin2018-01-153-15/+18
|
* Merge branch '41856-backport-stacked-progress-bar' into 'master'Phil Hughes2018-01-154-0/+259
|\ | | | | | | | | | | | | Backport StackedProgressBar component from GitLab EE Closes #41856 See merge request gitlab-org/gitlab-ce!16457
| * Remove changelog entry41856-backport-stacked-progress-barKushal Pandya2018-01-151-5/+0
| |
| * Add changelog entryKushal Pandya2018-01-151-0/+5
| |
| * Add StackedProgressBar ComponentKushal Pandya2018-01-151-0/+1
| |
| * StackedProgressBar Component stylesKushal Pandya2018-01-151-0/+54
| |
| * StackedProgressBar Component testsKushal Pandya2018-01-151-0/+77
| |
| * StackedProgressBar ComponentKushal Pandya2018-01-151-0/+127
| |
* | Merge branch 'docs-move-article-undo-git' into 'master'Achilleas Pipinellis2018-01-156-498/+499
|\ \ | | | | | | | | | | | | Docs: move article "Undo possibilities in Git" into its topic-related dir See merge request gitlab-org/gitlab-ce!16365
| * | Docs: move article "Undo possibilities in Git" into its topic-related dirMarcia Ramos2018-01-156-498/+499
|/ /
* | Merge branch '42025-fix-issue-api' into 'master'Sean McGivern2018-01-153-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-apiValery Sizov2018-01-153-2/+18
| | | | | | | | | | | | see https://gitlab.com/gitlab-org/gitlab-ce/issues/42025
* | | Merge branch '41970-job-play-button' into 'master'Kamil Trzciński2018-01-153-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-buttonFilipa Lacerda2018-01-121-1/+1
| | | |
| * | | Improve testsFilipa Lacerda2018-01-121-2/+6
| | | |
| * | | Sets method post for playing actionFilipa Lacerda2018-01-123-8/+12
| | | | | | | | | | | | | | | | | | | | Removes explanation text for non triggered job Adds tests
* | | | Merge branch 'docs/sast-dast' into 'master'Marcia Ramos2018-01-154-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-dastAchilleas Pipinellis2018-01-151-3/+34
| | | | |
| * | | | Port the SAST DAST doc examples from EE to CEAchilleas Pipinellis2018-01-123-0/+103
| | | | |
* | | | | Merge branch 'fix-duplication-circuit-breakers' into 'master'Douwe Maan2018-01-151-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Fix duplication in API::CircuitBreakers See merge request gitlab-org/gitlab-ce!16456
| * | | | Fix duplication in API::CircuitBreakersSerdar Dogruyol2018-01-151-2/+2
| | | | |
* | | | | Merge branch 'dispatcher-projects-efi' into 'master'Phil Hughes2018-01-1510-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 Knox2018-01-1525-108/+365
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | dispatcher-projects-efi
| * | | | | | dedupeSimon Knox2018-01-153-26/+20
| | | | | | |
| * | | | | | removed unneeded lint commentsdispatcher-projects-efiSimon Knox2018-01-151-2/+2
| | | | | | |
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox2018-01-1591-919/+1180
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | dispatcher-projects-efi
| * | | | | | fix tests from broken importsSimon Knox2018-01-124-7/+9
| | | | | | |
| * | | | | | dynamic imports for projects:e/f/iSimon Knox2018-01-129-29/+120
| | | | | | |
* | | | | | | Merge branch ↵Grzegorz Bizon2018-01-152-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-indexSean McGivern2018-01-092-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 Maan2018-01-153-3/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing request json mime type Closes #41598 See merge request gitlab-org/gitlab-ce!16427
| * | | | | | | Fixing request json mime typeFrancisco Javier López2018-01-153-3/+16
|/ / / / / / /
* | | | | | | Merge branch 'snippets-dispatcher-refactor' into 'master'Phil Hughes2018-01-154-3/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor dispatcher for snippets:* See merge request gitlab-org/gitlab-ce!16390
| * | | | | | | Use common form.jssnippets-dispatcher-refactorClement Ho2018-01-125-21/+6
| | | | | | | |
| * | | | | | | Fix eslintClement Ho2018-01-114-4/+4
| | | | | | | |
| * | | | | | | Merge branch 'master' into snippets-dispatcher-refactorClement Ho2018-01-11230-1467/+2886
| |\ \ \ \ \ \ \
| * | | | | | | | Code improvementsClement Ho2018-01-115-5/+7
| | | | | | | | |
| * | | | | | | | Refactor dispatcher for snippets:*Jacob Schatz2018-01-115-3/+44
| | | | | | | | |
* | | | | | | | | Merge branch 'dispatcher-project-mr' into 'master'Phil Hughes2018-01-152-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-mrClement Ho2018-01-112-0/+21
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sh-log-when-user-blocked' into 'master'Douwe Maan2018-01-158-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-blockedStan Hu2018-01-148-4/+140
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Closes #41633
* | | | | | | | | Merge branch 'dispatcher-branches-create' into 'master'Phil Hughes2018-01-152-2/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor dispatcher project branches create path See merge request gitlab-org/gitlab-ce!16380
| * | | | | | | | | Remove unused create index.jsdispatcher-branches-createClement Ho2018-01-121-3/+0
| | | | | | | | | |
| * | | | | | | | | Fix eslint so that pipeline doesnt fail after megeClement Ho2018-01-111-1/+0
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into dispatcher-branches-createClement Ho2018-01-11403-2024/+4627
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor dispatcher project branches create pathClement Ho2018-01-113-1/+13
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'patch-28' into 'master'Grzegorz Bizon2018-01-151-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.mdDamian Nowak2018-01-131-1/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |