summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fix hook data for Wiki Page eventGabriel Mazetto2016-05-312-3/+16
* Merge branch 'patch/wiki_page_events' into 'master' Rémy Coutable2016-05-313-2/+10
|\
| * Small fixes and added to the changelogpatch/wiki_page_eventsGabriel Mazetto2016-05-301-1/+1
| * Add Admin UI to enable Wiki Page events webhook in projectsGabriel Mazetto2016-05-303-2/+10
* | Merge branch 'make-container-registry-authentication-service-compatible-with-...Stan Hu2016-05-312-4/+2
|\ \ | |/ |/|
| * Make authentication service for Container Registry to be compatible with < Do...make-container-registry-authentication-service-compatible-with-older-dockerKamil Trzcinski2016-05-302-4/+2
* | Merge branch 'rubocop/enable-space-before-comma-cop' into 'master' Robert Speicher2016-05-301-3/+10
|\ \
| * | Enable Style/SpaceBeforeComma rubocop coprubocop/enable-space-before-comma-copGrzegorz Bizon2016-05-301-3/+10
| |/
* | Merge branch 'rubocop/enable-negatedif-style-cop' into 'master' Robert Speicher2016-05-303-3/+3
|\ \
| * | Enable Style/NegatedIf Rubocop coprubocop/enable-negatedif-style-copGrzegorz Bizon2016-05-303-3/+3
| |/
* | Merge branch 'rubocop/enable-literal-in-condition-cop' into 'master' Robert Speicher2016-05-302-8/+7
|\ \
| * | Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-302-8/+7
| |/
* | Merge branch 'style/enable-multiline-if-then-rubocop-cop' into 'master' Robert Speicher2016-05-301-5/+5
|\ \
| * | Enable Style/MultilineIfThen rubocop copstyle/enable-multiline-if-then-rubocop-copGrzegorz Bizon2016-05-301-5/+5
| |/
* | Merge branch 'style/enable-method-def-parentheses-rubocop-cop' into 'master' Robert Speicher2016-05-303-4/+4
|\ \
| * | Enable Style/MethodDefParentheses rubocop copstyle/enable-method-def-parentheses-rubocop-copGrzegorz Bizon2016-05-303-4/+4
| |/
* | Merge branch 'style/enable-while-until-do-rubocop-style-cop' into 'master' Robert Speicher2016-05-301-1/+1
|\ \
| * | Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
| |/
* | Merge branch 'style/enable-rubocop-end-of-line-cop' into 'master' Robert Speicher2016-05-301-26/+26
|\ \
| * | Enable Style/EndOfLine Rubocop style copstyle/enable-rubocop-end-of-line-copGrzegorz Bizon2016-05-301-26/+26
| |/
* | Merge branch 'style/enable-block-alignment-rubocop-lint' into 'master' Robert Speicher2016-05-301-2/+2
|\ \
| * | Enable Lint/BlockAlignment Rubocop copstyle/enable-block-alignment-rubocop-lintGrzegorz Bizon2016-05-301-2/+2
| |/
* | Enable Style/RedundantParentheses rubocop coprubocop/enable-redundant-parentheses-copGrzegorz Bizon2016-05-301-2/+2
|/
* Validate presence of noteable_type in note modelGrzegorz Bizon2016-05-291-0/+1
* Do not override foreign attributes in note factoryGrzegorz Bizon2016-05-291-1/+1
* Remove redundant `with_options` from note validatorsGrzegorz Bizon2016-05-291-5/+3
* Improve note validation for project mismatchGrzegorz Bizon2016-05-291-5/+7
* Make note invalid if noteable project is differentGrzegorz Bizon2016-05-291-0/+6
* Remove reduntant note validation from create serviceGrzegorz Bizon2016-05-291-11/+0
* Use $ as the snippet prefix so it's consistentLin Jen-Shin2016-05-281-1/+1
* Project#show on projects pending deletion will 404zj-race-condition-pending-deleteZeger-Jan van de Weg2016-05-281-1/+1
* Merge branch 'bendyorke-comment-fix' into 'master' Jacob Schatz2016-05-271-4/+4
|\
| * Update notes immediately after closing/reopeningBen Yorke2016-05-271-4/+4
* | Fixed issue with calendar activity button not sending request correctlyPhil Hughes2016-05-271-1/+1
|/
* Merge branch 'issuable-header-by-spacing' into 'master' Jacob Schatz2016-05-271-1/+1
|\
| * Fixed issue with spacing in issuable headerissuable-header-by-spacingPhil Hughes2016-05-271-1/+1
* | Merge branch 'fix-multiple-ci-status-poll' into 'master' Jacob Schatz2016-05-272-2/+16
|\ \ | |/ |/|
| * Fixed potential issue with 2 ci status polling events happeningfix-multiple-ci-status-pollPhil Hughes2016-05-262-2/+16
* | Merge branch 'filter-by-any-user' into 'master' Jacob Schatz2016-05-263-12/+10
|\ \
| * | Fixed user select failing tests on merge requestfilter-by-any-userPhil Hughes2016-05-261-1/+1
| * | Filter issuables by any userPhil Hughes2016-05-263-12/+10
* | | Merge branch 'scroll-links-bug' into 'master' Jacob Schatz2016-05-261-0/+21
|\ \ \
| * | | Fix bug where fade div covers up controls buttonscroll-links-bugAnnabel Dunstone2016-05-261-0/+21
* | | | Merge branch 'remove-unnecessary-titles' into 'master' Robert Speicher2016-05-2673-78/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Return header title for new project pageremove-unnecessary-titlesDmitriy Zaporozhets2016-05-261-0/+1
| * | | Remove header title from project pagesDmitriy Zaporozhets2016-05-2673-78/+3
* | | | Merge branch 'commit-header-buttons' into 'master' Jacob Schatz2016-05-264-38/+63
|\ \ \ \
| * | | | Improved mobile stylingcommit-header-buttonsPhil Hughes2016-05-262-14/+37
| * | | | Reduced number of buttons in commit headerPhil Hughes2016-05-264-26/+28
| | |/ / | |/| |
* | | | Merge branch 'move-project-dropdown-async' into 'master' Jacob Schatz2016-05-263-3/+36
|\ \ \ \