summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rename `opt` to `opts` on ChatNotificationService#executeissue_25887Douglas Barbosa Alexandre2016-12-231-4/+4
|
* Do not override incoming webhook channel for mattermost and slackFelipe Artur2016-12-225-7/+13
|
* Update VERSION to 8.16.0-prev8.16.0.preDouglas Barbosa Alexandre2016-12-221-1/+1
|
* Update CHANGELOG.md for 8.15.0Douglas Barbosa Alexandre2016-12-22198-797/+207
| | | [ci skip]
* Merge branch '25979-fix-todos-on-failed-build' into 'master' Robert Speicher2016-12-223-1/+21
|\ | | | | | | | | | | | | Fix viewing "build failed" TODOs Closes #25979 See merge request !8262
| * Fix viewing "build failed" TODOsNick Thomas2016-12-223-1/+21
| |
* | Merge branch 'zj-mattermost-auto-config-docs' into 'master' Sean Packham2016-12-221-2/+8
|\ \ | | | | | | | | | | | | Docs on MM auto config See merge request !8230
| * | Docs on MM auto configzj-mattermost-auto-config-docsZ.J. van de Weg2016-12-211-2/+8
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'zj-slack-404-error' into 'master' Kamil Trzciński2016-12-222-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix format of Slack when result is nil Closes #25954 See merge request !8248
| * | | Fix format of Slack when result is nilzj-slack-404-errorZ.J. van de Weg2016-12-222-2/+3
| | | |
* | | | Merge branch 'fix-hover-pipeline' into 'master' Fatih Acet2016-12-222-14/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix hover pipeline See merge request !8253
| * | | | Fix hover in dropdowns, make closer to the mockupsfix-hover-pipelineFilipa Lacerda2016-12-221-12/+49
| | | | |
| * | | | Fix broken dropdownFilipa Lacerda2016-12-221-2/+2
| |/ / /
* | | | Merge branch '25961-spec-list-blank' into 'master' Fatih Acet2016-12-224-5/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dropdown content non appearing in MR view Closes #25961 See merge request !8255
| * | | | Fix dropdown content non appearing in MR view25961-spec-list-blankFilipa Lacerda2016-12-224-5/+12
| |/ / / | | | | | | | | | | | | Add MR ID to Changelog entry
* | | | Merge branch 'autodeploy-docs-tweaks' into 'master' Kamil Trzciński2016-12-222-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve autodeploy docs See merge request !8242
| * | | | Improve autodeploy docs [CI skip]autodeploy-docs-tweaksAdam Niedzielski2016-12-222-3/+4
| | | | |
* | | | | Merge branch 'fix-mattermost-username' into 'master' Douglas Barbosa Alexandre2016-12-223-2/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Mattermost command creation by specifying username See merge request !8257
| * | | | | Add changelog [ci skip]fix-mattermost-usernameKamil Trzcinski2016-12-221-0/+4
| | | | | |
| * | | | | Fix Mattermost command creation by specifying usernameKamil Trzcinski2016-12-222-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'inline-math-dollar' into 'master' Robert Speicher2016-12-222-8/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Don't render inline math when dollar signs are inside markup See merge request !8259
| * | | | | Don't render inline math when dollar signs are inside markupinline-math-dollarDouwe Maan2016-12-222-8/+10
| |/ / / /
* | | | | Merge branch 'fix/hide-retried-builds-in-pipeline-stage-dropdown' into 'master' Kamil Trzciński2016-12-223-7/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show retried builds in pipeline stage dropdown Closes #25980 See merge request !8260
| * | | | | Add Changelog entry for pipeline stage dropdown fixGrzegorz Bizon2016-12-221-0/+4
| | | | | |
| * | | | | Do not show retried builds in pipeline stage dropdownGrzegorz Bizon2016-12-222-7/+39
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cache-last-commit-sha-for-path' into 'master' Yorick Peterse2016-12-224-3/+31
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Cache last commit id for path See merge request !8098
| * | | | Merge two methods.Hiroyuki Sato2016-12-203-13/+10
| | | | |
| * | | | Add a blank line before first expect.Hiroyuki Sato2016-12-201-0/+1
| | | | |
| * | | | Clean-up specHiroyuki Sato2016-12-201-10/+4
| | | | |
| * | | | Add changelog entry.Hiroyuki Sato2016-12-201-0/+4
| | | | |
| * | | | Add specs.Hiroyuki Sato2016-12-201-0/+21
| | | | |
| * | | | Rename sha to idHiroyuki Sato2016-12-202-6/+6
| | | | |
| * | | | Use Repository#cache_last_commit_sha_for_path in APIHiroyuki Sato2016-12-201-1/+1
| | | | |
| * | | | Cache last commit sha for pathHiroyuki Sato2016-12-201-2/+13
| | | | |
* | | | | Merge branch '24224-fix-project-ref-cache' into 'master' Douwe Maan2016-12-224-56/+122
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix lookup of project by unknown ref when caching is enabled Closes #24224 See merge request !7988
| * | | | Use `ref` variable24224-fix-project-ref-cacheDouwe Maan2016-12-221-1/+1
| | | | |
| * | | | Fix lookup of project by unknown ref when caching is enabledDouwe Maan2016-12-224-56/+122
|/ / / /
* | | | Merge branch 'dz-whitelist-more-project-names-2' into 'master' Dmitriy Zaporozhets2016-12-222-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Whitelist next project names: notes, services See merge request !8239
| * | | | Whitelist next project names: notes, servicesdz-whitelist-more-project-names-2Dmitriy Zaporozhets2016-12-212-1/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'fix-migration' into 'master' Stan Hu2016-12-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Exclude non existent repository storages. See merge request !8244
| * | | | | Exclude non existent repository storages.Ruben Davila2016-12-211-1/+1
|/ / / / /
* | | | | Merge branch 'minor-mini-pipeline-animation-glitch' into 'master' Alfredo Sumaran2016-12-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fixed minor animation glitch in mini pipeline graph animation See merge request !8243
| * | | | | fixed minor animation glitch in mini pipeline graph animationdimitrieh2016-12-221-2/+2
| | | | | |
* | | | | | Merge branch '25896-fix-404-katax-fonts' into 'master' Alfredo Sumaran2016-12-223-36/+42
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "KaTeX fonts 404 on gitlab.com" Closes #25896 See merge request !8228
| * | | | | Update build step for KaTeX.Hiroyuki Sato2016-12-222-4/+8
| | | | | |
| * | | | | Add KaTeX fonts to assets paths and precompileHiroyuki Sato2016-12-221-0/+2
| | | | | |
| * | | | | Replace url('...') to url(font-path('...'))Hiroyuki Sato2016-12-221-32/+32
| | | | | |
| * | | | | Rname katex.css to katex.scssHiroyuki Sato2016-12-221-0/+0
| | | | | |
* | | | | | Merge branch 'update-bb-importer-docs' into 'master' Stan Hu2016-12-211-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Bitbucket callback URL documentation Closes #25950 See merge request !8241
| * | | | | | Update Bitbucket callback URL documentationStan Hu2016-12-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #25950 [ci skip]