summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't parse Rinku returned value to DocFragment when it didn't change the ori...18593-avoid-parse_html-when-rinku-didnt-do-anythingPaco Guzman2016-07-183-0/+23
* Merge branch 'api-isssues-due-date' into 'master' Rémy Coutable2016-07-185-13/+53
|\
| * API: Expose due_date for issuesapi-isssues-due-dateRobert Schilling2016-07-125-13/+53
* | Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-1813-6/+39
|\ \
| * | Make rubocop happytrack-pipeline-userKamil Trzcinski2016-07-152-2/+2
| * | Add index for user_id of pipelineKamil Trzcinski2016-07-152-1/+9
| * | Track a user who created a pipelineKamil Trzcinski2016-07-1512-6/+31
* | | Merge branch 'fix-deployment-creation-on-build-retry' into 'master' Rémy Coutable2016-07-183-0/+18
|\ \ \
| * | | Fix creation of deployment on build that is retried, redeployed or rollbackfix-deployment-creation-on-build-retryKamil Trzcinski2016-07-163-0/+18
* | | | Merge branch 'allow-to-pull-public-images' into 'master' Rémy Coutable2016-07-186-26/+139
|\ \ \ \
| * | | | Allow to access Container Registry for Public and Internal projectsallow-to-pull-public-imagesKamil Trzcinski2016-07-156-26/+139
* | | | | Merge branch 'fix-stage-status-show-for-pipelines' into 'master' Rémy Coutable2016-07-183-6/+21
|\ \ \ \ \
| * | | | | Fix stage status shown for pipelinesfix-stage-status-show-for-pipelinesKamil Trzcinski2016-07-153-6/+21
| |/ / / /
* | | | | Merge branch 'fix/import-export-retry-settings' into 'master' Rémy Coutable2016-07-182-1/+2
|\ \ \ \ \
| * | | | | added changelogJames Lopez2016-07-181-0/+1
| * | | | | limit project expor retry to only 3James Lopez2016-07-181-1/+1
* | | | | | Merge branch 'fix-lfs-ci-fetch' into 'master' Rémy Coutable2016-07-186-733/+772
|\ \ \ \ \ \
| * | | | | | Fix LFS specsfix-lfs-ci-fetchKamil Trzcinski2016-07-153-3/+3
| * | | | | | Fix fetching LFS objects for private CI projectsKamil Trzcinski2016-07-153-2/+8
| * | | | | | Refactor LFS specs to use requests instead of LfsRouterKamil Trzcinski2016-07-152-730/+763
* | | | | | | Merge branch 'allow-blank-import-url' into 'master' Rémy Coutable2016-07-183-5/+5
|\ \ \ \ \ \ \
| * | | | | | | use method in validates statementJames Lopez2016-07-181-1/+1
| * | | | | | | Fix spec to set import_url before attempting to create import_dataallow-blank-import-urlStan Hu2016-07-171-1/+1
| * | | | | | | Allow a project import URL to be blank to prevent false positivesStan Hu2016-07-172-4/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'normalize_emoji_aliases_paths' into 'master' Rémy Coutable2016-07-186-7/+43
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix not normalized emoji pathsdixpac2016-07-146-7/+43
* | | | | | | Merge branch '19907-deploy' into 'master' Kamil Trzciński2016-07-172-11/+4
|\ \ \ \ \ \ \
| * | | | | | | Align cancel and retry buttons19907-deployAnnabel Dunstone2016-07-162-1/+3
| * | | | | | | Remove deploy to production buttonAnnabel Dunstone2016-07-161-10/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'doc-ci-anchor-yaml-fix' into 'master' Achilleas Pipinellis2016-07-171-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix CI yaml exampleAchilleas Pipinellis2016-07-171-2/+2
|/ / / / / /
* | | | | | Merge branch '19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wik...Stan Hu2016-07-162-4/+17
|\ \ \ \ \ \
| * | | | | | Fix a bug where the project's repository path was returned instead of the wik...19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wikiAlejandro Rodríguez2016-07-152-4/+17
* | | | | | | Merge branch 'syntax-highlight-unknown-language' into 'master' Robert Speicher2016-07-162-14/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan2016-07-152-14/+35
* | | | | | | Merge branch 'legacy-diff-notes-are-dumb' into 'master' Douwe Maan2016-07-153-7/+7
|\ \ \ \ \ \ \
| * | | | | | | Update testslegacy-diff-notes-are-dumbDouwe Maan2016-07-151-4/+4
| * | | | | | | Don't fail when a LegacyDiffNote didn't store the right diffDouwe Maan2016-07-152-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'revert-bdb6f1e6' into 'master' Douwe Maan2016-07-1516-72/+65
|\ \ \ \ \ \ \
| * | | | | | | Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"revert-bdb6f1e6Douwe Maan2016-07-1516-72/+65
|/ / / / / / /
* | | | | | | Merge branch 'ci-pipeline-doesnt-require-project' into 'master' Robert Speicher2016-07-151-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Don't fail when Ci::Pipeline doesn't have a projectDouwe Maan2016-07-151-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'mentioned-user-tooltip' into 'master' Douwe Maan2016-07-152-5/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Display tooltip for mentioned users and groups (!5261)winniehell2016-07-142-5/+6
* | | | | | | Merge branch 'feature.rouge-20' into 'master' Robert Speicher2016-07-1511-236/+74
|\ \ \ \ \ \ \
| * | | | | | | use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-144-6/+6
| * | | | | | | use the proper variable names o_Ohttp://jneen.net/2016-07-141-2/+2
| * | | | | | | bump rouge to 2.0.3http://jneen.net/2016-07-141-1/+1
| * | | | | | | style: factor out `@lexer` into a methodhttp://jneen.net/2016-07-141-9/+13
| * | | | | | | fix Gitlab::Highlight#initializer bugs from rebasehttp://jneen.net/2016-07-141-1/+2