summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix HTML so code passessecret-shortcut-featureJacob Schatz2016-01-201-2/+2
* Fixes test to not search whole page for content.Jacob Schatz2016-01-201-1/+1
* Fix project find url so branch ref is not nilJacob Schatz2016-01-192-3/+7
* Proper spacing in HAML file `if` statement.Jacob Schatz2016-01-191-1/+1
* Removes `defined?` in favor to just `if`Jacob Schatz2016-01-191-1/+1
* Add reference to the correct branch.Jacob Schatz2016-01-191-1/+1
* Adds `t` as a shortcut for find file anywhereJacob Schatz2016-01-194-5/+4
* Merge branch 'display-message-when-assignee-cannot-merge' into 'master' Dmitriy Zaporozhets2016-01-193-0/+10
|\
| * Move multiple css rules to multiple lines.display-message-when-assignee-cannot-mergeJacob Schatz2016-01-192-2/+2
| * Fix spacing issues, fix naming inconsistencies. Fix conflicts.Jacob Schatz2016-01-182-4/+4
| * color variable for error for exclamation pointJacob Schatz2016-01-182-2/+4
| * adds exclamation point when assigned user cannot mergeJacob Schatz2016-01-182-0/+8
* | Merge branch 'fix-project-creation' into 'master' Douwe Maan2016-01-193-1/+3
|\ \
| * | Fix creator should be added as a master of the project on creationDouglas Barbosa Alexandre2016-01-193-1/+3
* | | Merge branch 'improve-project-external-issue-trackers' into 'master' Douwe Maan2016-01-198-33/+92
|\ \ \
| * | | Greatly improve external_issue_tracker performanceimprove-project-external-issue-trackersYorick Peterse2016-01-198-33/+92
* | | | Merge branch 'fix/artifacts-double-propagation' into 'master' Grzegorz Bizon2016-01-191-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix double request issue in artifacts browserGrzegorz Bizon2016-01-191-1/+5
| |/ /
* | | Merge branch 'feature/expose-ci-lint-tool'Douwe Maan2016-01-196-12/+33
|\ \ \
| * | | Remove dropdown containing CI Lint button on builds pagefeature/expose-ci-lint-toolGrzegorz Bizon2016-01-183-12/+6
| * | | Update build artifacts feature testsGrzegorz Bizon2016-01-171-6/+6
| * | | Add Changelog entry for exposing CI Lint tool on builds pageGrzegorz Bizon2016-01-171-0/+1
| * | | Add specs for CI Lint button exposed on a builds pageGrzegorz Bizon2016-01-173-5/+20
| * | | Reuse existing CSS classes when exposing CI Lint toolGrzegorz Bizon2016-01-171-10/+9
| * | | Expose link to CI Lint Tool on builds pageGrzegorz Bizon2016-01-171-1/+13
* | | | Merge branch 'fix-consider-re-assign-as-a-mention'Douwe Maan2016-01-193-9/+71
|\ \ \ \ | |_|/ / |/| | |
| * | | This will ensure previous assignee gets an email even if his notif level is "...fix-consider-re-assign-as-a-mentionRémy Coutable2016-01-152-5/+44
| * | | Add changelog entry for fix-consider-re-assign-as-a-mentionRémy Coutable2016-01-151-0/+1
| * | | Consider re-assign as a mention from a notification point of viewRémy Coutable2016-01-152-6/+28
* | | | Merge branch 'warning-pending-migrations' into 'master' Robert Speicher2016-01-193-3/+5
|\ \ \ \
| * | | | Raise an error on page load if there are pending migrations on dev envDouglas Barbosa Alexandre2016-01-191-0/+3
| * | | | Ensure that doesn't have pending migrations when running the specsDouglas Barbosa Alexandre2016-01-192-3/+2
* | | | | Merge branch 'browse-issues-incorrect-positioning-in-firefox-on-commit-page' ...Dmitriy Zaporozhets2016-01-191-0/+4
|\ \ \ \ \
| * | | | | Fix positioning issues with browse files buttonbrowse-issues-incorrect-positioning-in-firefox-on-commit-pageJacob Schatz2016-01-181-0/+4
| |/ / / /
* | | | | Merge branch 'search-title-clipped' into 'master' Dmitriy Zaporozhets2016-01-191-0/+4
|\ \ \ \ \
| * | | | | Search title was getting clipped horizontally.search-title-clippedJacob Schatz2016-01-161-0/+4
* | | | | | Merge branch 'sorting-dropdown-does-not-fit-filter-bar' into 'master' Dmitriy Zaporozhets2016-01-191-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Reduce margin to fit dropdownsJacob Schatz2016-01-181-1/+1
|/ / / / /
* | | | | Merge branch 'fix_changelog' into 'master' Robert Speicher2016-01-181-1/+1
|\ \ \ \ \
| * | | | | Move entry `Fix: As an admin, cannot add oneself as a member to a group/project`fix_changelogDrew Blessing2016-01-181-1/+1
* | | | | | Merge branch 'fix/events-data-limit-for-mysql' into 'master' Robert Speicher2016-01-184-2/+27
|\ \ \ \ \ \
| * | | | | | Update MySQL docsRobert Speicher2016-01-183-10/+13
| * | | | | | Modify CHANGELOG entry [ci skip]Tomasz Maczukin2016-01-181-1/+1
| * | | | | | Update CHANGELOGTomasz Maczukin2016-01-181-0/+1
| * | | | | | Add information about PostgreSQL<>MySQL 'text' type differences into to insta...Tomasz Maczukin2016-01-182-0/+20
| * | | | | | Add limit change for 'data' column in 'events' when using MySQLTomasz Maczukin2016-01-181-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'update-devise' into 'master' Robert Speicher2016-01-182-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Update devise to version 3.5.4Douglas Barbosa Alexandre2016-01-182-6/+6
|/ / / / /
* | | | | Merge branch 'ux/improve-artifacts-browser' into 'master' Grzegorz Bizon2016-01-187-22/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add Changelog entry for improvements in builds artifacts browserGrzegorz Bizon2016-01-181-1/+2