summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Up to 2.8.1v2.8.1Dmitriy Zaporozhets2012-08-232-1/+6
|
* Merge pull request #1263 from dosire/merge_base_for_merge_requestDmitriy Zaporozhets2012-08-231-2/+5
|\ | | | | Show only the commits that are newer in the merge request.
| * Show only the commits that are newer in the merge request.Sytse Sijbrandij2012-08-211-2/+5
| |
* | Fix meta gem versionDmitriy Zaporozhets2012-08-232-3/+3
| |
* | gitlab_meta gem addedDmitriy Zaporozhets2012-08-232-0/+3
| |
* | Merge pull request #1239 from tsigo/disable_gravatarDmitriy Zaporozhets2012-08-224-11/+43
|\ \ | | | | | | Allow disabling Gravatars in gitlab.yml settings
| * | Allow disabling Gravatars in gitlab.yml settingsRobert Speicher2012-08-154-11/+43
| | | | | | | | | | | | Closes #1237
* | | 1. Better message if no ssh keyDmitriy Zaporozhets2012-08-2215-74/+104
| | | | | | | | | | | | 2. SSH Keys Help page
* | | Up to 2.8v2.8.0Dmitriy Zaporozhets2012-08-221-1/+1
| | |
* | | Updated app:status & docs with hooks. Removed write_hooks from app:setuprandx2012-08-213-2/+20
| | |
* | | Merge pull request #1266 from tsigo/cucumber_speedupDmitriy Zaporozhets2012-08-213-5/+10
|\ \ \ | | | | | | | | Speed up the "Project Network Graph" cucumber feature
| * | | Fix cucumber failure that only happened on TravisRobert Speicher2012-08-211-1/+0
| | | |
| * | | Speed up the "Project Network Graph" cucumber featureRobert Speicher2012-08-213-5/+11
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This change involves stubbing out the call to `Grit::Commit.find_all` and limiting the number of commits to 10 vs. the standard of 650 used by `Gitlab::GraphCommit.to_graph`. Prior to this change, this single feature required almost 3 minutes of running time and over 2 GB of memory on my machine. Now it takes less than 3 seconds.
* | | Merge branch 'refactor_notify' of https://github.com/tsigo/gitlabhq into ↵randx2012-08-212-20/+48
|\ \ \ | | | | | | | | | | | | tsigo-refactor_notify
| * | | Remove more duplication in the Notify mailerRobert Speicher2012-08-201-14/+18
| | | |
| * | | Remove some duplication in the Notify mailerRobert Speicher2012-08-202-13/+37
| | | |
* | | | Refactoring & minor css changesrandx2012-08-216-4/+21
| | | |
* | | | Better fonts for all code like wiki etcrandx2012-08-211-0/+5
| |_|/ |/| |
* | | project should not respond to write_hooks any morerandx2012-08-211-1/+0
| | |
* | | Handle post-receive files via gitolite, not gitlabrandx2012-08-217-46/+29
| | |
* | | Show only tm events related to this projectDmitriy Zaporozhets2012-08-213-11/+13
| | |
* | | Merge branch 'better_ldap' of https://github.com/jirutka/gitlabhq into ↵randx2012-08-214-14/+36
|\ \ \ | |/ / |/| | | | | | | | | | | | | | jirutka-better_ldap Conflicts: app/models/user.rb
| * | fix condition in find_for_ldap_authJakub Jirutka2012-08-201-1/+1
| | |
| * | Adding workaround for backward compatibility with legacy LDAP usersJakub Jirutka2012-08-051-1/+6
| | |
| * | Change identification of users with extern auth provider (LDAP)Jakub Jirutka2012-07-294-9/+26
| | |
* | | Added font for head panel. Major restyle for headerrandx2012-08-2010-35/+63
| | |
* | | Fix dashboard random test failrandx2012-08-191-4/+4
| | |
* | | Project /lib cleanuprandx2012-08-194-74/+0
| | |
* | | Headless gem addedrandx2012-08-194-0/+14
| | |
* | | Move graph_commit under gitlab modulerandx2012-08-193-183/+185
| | |
* | | Specify charlock holmes version in installation docsrandx2012-08-191-1/+1
| | |
* | | Text message for mergeing MRrandx2012-08-194-1/+11
| | |
* | | Restored margin for text in notesrandx2012-08-191-1/+1
| | |
* | | Fix branch selector. Few css fixed alsorandx2012-08-186-7/+9
| | |
* | | Few css improvementsDmitriy Zaporozhets2012-08-174-14/+15
| | |
* | | Application cleanupDmitriy Zaporozhets2012-08-1719-1123/+755
| | |
* | | Merge pull request #1247 from tsigo/feature/no_milestone_filterDmitriy Zaporozhets2012-08-164-4/+69
|\ \ \ | | | | | | | | Allow filtering issues that have no milestone or assignee
| * | | Combine unassigned_issue and unassigned_milestone into unassigned_filterRobert Speicher2012-08-162-10/+7
| | | |
| * | | Allow filtering by issues with no assigned... assigneeRobert Speicher2012-08-134-2/+28
| | | | | | | | | | | | | | | | Continues #1222
| * | | Allow filtering by issues with no assigned milestoneRobert Speicher2012-08-134-2/+44
| | | | | | | | | | | | | | | | Closes #1222
* | | | Merge pull request #1230 from tsigo/hooray_apostrophesv2.8.0preDmitriy Zaporozhets2012-08-169-12/+11
|\ \ \ \ | | | | | | | | | | Correct usage of "Can't"
| * \ \ \ Merge branch 'master' into hooray_apostrophesRobert Speicher2012-08-1618-280/+335
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Restyled erros pages & avatar classDmitriy Zaporozhets2012-08-1614-234/+231
| | | | |
* | | | | Merge pull request #1234 from studiofrenetic/fix-admin-hook-tabDmitriy Zaporozhets2012-08-152-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix current class for hooks tab in admin section
| * | | | Fix current class for hooks tab in admin sectionMartin Bastien2012-08-152-2/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
* | | | Merge pull request #1232 from tsigo/refactor_gfmDmitriy Zaporozhets2012-08-142-46/+101
|\ \ \ \ | | | | | | | | | | GFM Refactoring
| * | | | GFM refactor: Move the actual parsing to a class under the Gitlab moduleRobert Speicher2012-08-142-59/+101
| | | | |
| * | | | GFM refactor: Update pattern to avoid an extra HTML entities checkRobert Speicher2012-08-141-7/+4
| | | | |
| * | | | GFM refactor: Simplify the regex patternRobert Speicher2012-08-141-47/+63
|/ / / / | | | | | | | | | | | | | | | | Makes use of 'extended' patterns to add comments to the groups, and also reduces the total number of groups to just those that are used.
| * | | More minor translation/grammar fixes on error pagesRobert Speicher2012-08-145-9/+5
| | | |