summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Rubocop: Style/CaseIndentation enabledDmitriy Zaporozhets2015-02-021-12/+13
* Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-029-39/+61
* Rubocop: Style/Alias enabledDmitriy Zaporozhets2015-02-021-1/+1
* Rubocop: Style/AccessorMethodName enabledDmitriy Zaporozhets2015-02-021-2/+2
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-0210-14/+14
* Fix syntax errorDmitriy Zaporozhets2015-02-021-5/+7
* Convert hashes to ruby 1.9 styleDmitriy Zaporozhets2015-02-025-9/+9
* Improve project icons for dashboardDmitriy Zaporozhets2015-02-025-7/+18
* Annotate modelsDmitriy Zaporozhets2015-02-026-1/+71
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-01-299-41/+42
|\
| * Merge pull request #8670 from tsigo/rs-fa-icon-helperDmitriy Zaporozhets2015-01-299-41/+42
| |\
| | * Use `icon` helper method in helper modulesRobert Speicher2015-01-287-27/+19
| | * Move `spinner` helper into IconsHelperRobert Speicher2015-01-282-9/+9
| | * Add `icon` helper methodRobert Speicher2015-01-281-5/+14
* | | Use tile avatars for user/group show pagesDmitriy Zaporozhets2015-01-293-2/+6
* | | Remove : from headersDmitriy Zaporozhets2015-01-292-3/+3
* | | Improve contribution calendar on user pageDmitriy Zaporozhets2015-01-292-6/+26
|/ /
* | Merge pull request #8676 from tsigo/rs-repository-cacheDmitriy Zaporozhets2015-01-291-37/+24
|\ \
| * | Refactor Repository to use new RepositoryCache classRobert Speicher2015-01-291-37/+24
* | | Fix calendar jsDmitriy Zaporozhets2015-01-291-2/+0
|/ /
* | Improve user calendar authentification and testsDmitriy Zaporozhets2015-01-291-1/+3
* | Load contribution calendar via AJAXDmitriy Zaporozhets2015-01-293-13/+29
* | Cleanup and make contribution calendar fasterDmitriy Zaporozhets2015-01-296-102/+25
* | Merge branch 'ux-fixes' into 'master'Dmitriy Zaporozhets2015-01-295-5/+23
|\ \
| * | Better wordingDmitriy Zaporozhets2015-01-281-1/+1
| * | Improve wording for fork project pageDmitriy Zaporozhets2015-01-281-1/+2
| * | Improve UX for widget if merge request can not be mergedDmitriy Zaporozhets2015-01-282-2/+10
| * | Project/Group access dropdown should contain link to permissions help pageDmitriy Zaporozhets2015-01-282-2/+11
| |/
* | Refactor commit calendar a bit. Fixed datesDmitriy Zaporozhets2015-01-282-10/+10
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into haynes/gitlab-ce...Dmitriy Zaporozhets2015-01-289-31/+55
|\ \
| * | Add light border to bootstrap panelsDmitriy Zaporozhets2015-01-282-4/+1
| * | Add a scope for visible services, code styling changes for easier readability.Marin Jankovski2015-01-284-7/+5
| * | Build the urls inside of the service.Marin Jankovski2015-01-283-17/+20
| * | Add gitlab internal issue tracker service.Marin Jankovski2015-01-285-11/+37
| |/
* | Add a commit calendar to the user profileHannes Rosenögger2015-01-2910-7/+256
|/
* Separate admin settings from other linksDmitriy Zaporozhets2015-01-271-6/+7
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-01-2710-9/+1
|\
| * Fix broadcast message to show up properly with new UIVisay Keo2015-01-2810-9/+1
* | Fix gravatar size for head panel iconDmitriy Zaporozhets2015-01-271-1/+1
|/
* Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets2015-01-271-1/+1
|\
| * Replace p with h4 for empty repo textDmitriy Zaporozhets2015-01-271-1/+1
* | Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets2015-01-2712-65/+203
|\ \
| * | Still need the javascript on the project edit page.Marin Jankovski2015-01-271-0/+1
| * | Shorter check in services controller.Marin Jankovski2015-01-261-1/+1
| * | Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-2653-284/+523
| |\ \
| * | | Make issue tracker service fields required.Marin Jankovski2015-01-262-1/+5
| * | | Move repetition to the parent.Marin Jankovski2015-01-263-89/+54
| * | | Update rspec tests to the new external issue logic.Marin Jankovski2015-01-262-15/+0
| * | | Update the issue tracker attribute on issue tracker change.Marin Jankovski2015-01-263-12/+14
| * | | Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-2390-177/+362
| |\ \ \