Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename almost all the things | Jacob Vosmaer | 2016-04-06 | 23 | -112/+112 |
* | Document how to disable repo checks | Jacob Vosmaer | 2016-04-06 | 1 | -0/+16 |
* | Rebase repo check MR | Jacob Vosmaer | 2016-04-04 | 20 | -6/+346 |
* | Be careful when setting class instance vars | Jacob Vosmaer | 2016-04-04 | 1 | -2/+13 |
* | Add Gitlab::Redis connection pool | Jacob Vosmaer | 2016-04-04 | 7 | -23/+31 |
* | Merge branch 'update_repository_from_ee' into 'master' | Douwe Maan | 2016-04-04 | 3 | -10/+33 |
|\ | |||||
| * | Migrate Repository#local_branches from gitlab-ee.update_repository_from_ee | Rubén Dávila | 2016-04-01 | 3 | -10/+33 |
* | | Merge branch 'space-before-brace-scss-lint' into 'master' | Jacob Schatz | 2016-04-04 | 14 | -20/+21 |
|\ \ | |||||
| * | | Enable SpaceBeforeBrace rule for SCSS Lint | connorshea | 2016-03-30 | 14 | -20/+21 |
* | | | Add 8.6.4 changelog item | Rémy Coutable | 2016-04-04 | 1 | -1/+3 |
* | | | Merge branch 'fix-mr-for-orphaned-branches' into 'master' | Rémy Coutable | 2016-04-04 | 4 | -2/+35 |
|\ \ \ | |||||
| * | | | Fix creation of merge requests for orphaned branches | Stan Hu | 2016-04-04 | 4 | -2/+35 |
* | | | | Merge branch '8.7-rc1' into 'master' | Yorick Peterse | 2016-04-04 | 2 | -2/+148 |
|\ \ \ \ | |||||
| * | | | | Added 8.7 install/update guides | Yorick Peterse | 2016-04-04 | 2 | -2/+148 |
|/ / / / | |||||
* | | | | Merge branch 'banzai-webscale' into 'master' | Douwe Maan | 2016-04-04 | 7 | -146/+215 |
|\ \ \ \ | |||||
| * | | | | Cleaned up caching in AbstractReferenceFilter | Yorick Peterse | 2016-04-04 | 1 | -15/+11 |
| * | | | | Added CHANGELOG entry for Markdown performance | Yorick Peterse | 2016-04-04 | 1 | -0/+1 |
| * | | | | Cache default_issues_tracker? in Banzai | Yorick Peterse | 2016-04-04 | 1 | -1/+16 |
| * | | | | Memoize object class titles | Yorick Peterse | 2016-04-04 | 1 | -1/+9 |
| * | | | | Cache Banzai class methods returning static data | Yorick Peterse | 2016-04-04 | 1 | -3/+3 |
| * | | | | Refactor processing of various Banzai filters | Yorick Peterse | 2016-04-04 | 4 | -134/+120 |
| * | | | | Cache Banzai projects/objects using RequestStore | Yorick Peterse | 2016-04-04 | 3 | -7/+70 |
| |/ / / | |||||
* | | | | Merge branch 'issue_14853' into 'master' | Yorick Peterse | 2016-04-04 | 3 | -1/+28 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix bug related to filtering Issues by Label/Milestone.issue_14853 | Rubén Dávila | 2016-04-02 | 3 | -1/+28 |
| | |/ | |/| | |||||
* | | | Merge branch 'build-updates' into 'master' | Douwe Maan | 2016-04-03 | 5 | -35/+124 |
|\ \ \ | |||||
| * | | | Put back hiding of modalbuild-updates | Phil Hughes | 2016-03-21 | 1 | -0/+1 |
| * | | | Updated based on feedback | Phil Hughes | 2016-03-21 | 2 | -46/+60 |
| * | | | Removed modal hide | Phil Hughes | 2016-03-18 | 1 | -1/+0 |
| * | | | Updated to fix issues risen during feedback | Phil Hughes | 2016-03-18 | 4 | -67/+53 |
| * | | | Merge request title is in the notification | Phil Hughes | 2016-03-18 | 3 | -4/+9 |
| * | | | Commit SHA comes from JSON | Phil Hughes | 2016-03-18 | 4 | -43/+49 |
| * | | | Fix code style issues. | Jacob Schatz | 2016-03-18 | 1 | -3/+3 |
| * | | | Using status from ajax call. | Jacob Schatz | 2016-03-18 | 2 | -25/+13 |
| * | | | Removes name from file | Jacob Schatz | 2016-03-18 | 2 | -4/+2 |
| * | | | Checks if Notification API exists before requesting permission. | Jacob Schatz | 2016-03-18 | 1 | -1/+2 |
| * | | | removing ci_enable | Jacob Schatz | 2016-03-18 | 2 | -3/+1 |
| * | | | Remove repeated build listing | Jacob Schatz | 2016-03-18 | 2 | -5/+4 |
| * | | | Add page reload as a temporary boring solution | Jacob Schatz | 2016-03-18 | 2 | -3/+10 |
| * | | | Add icon as a opt for notifier | Jacob Schatz | 2016-03-18 | 2 | -3/+4 |
| * | | | Adds notifications API to MR page. | Jacob Schatz | 2016-03-18 | 6 | -27/+93 |
| * | | | Adds JSON callback, which is currently not working. | Jacob Schatz | 2016-03-18 | 4 | -10/+16 |
| * | | | initial ajax build | Jacob Schatz | 2016-03-18 | 3 | -8/+22 |
* | | | | Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' | Douwe Maan | 2016-04-03 | 4 | -0/+267 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296add-ability-to-archive-a-project-via-api-14296 | Zeger-Jan van de Weg | 2016-03-29 | 80 | -1170/+1496 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296 | Zeger-Jan van de Weg | 2016-03-24 | 23 | -116/+321 |
| |\ \ \ \ \ | |||||
| * | | | | | | PUT becomes POST on archiving endpoints | Zeger-Jan van de Weg | 2016-03-24 | 4 | -43/+46 |
| * | | | | | | Add endpoints for archiving and unarchiving | Zeger-Jan van de Weg | 2016-03-23 | 3 | -0/+264 |
* | | | | | | | Merge branch 'fix-bad-fetch' into 'master' | Douwe Maan | 2016-04-03 | 2 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Don't fetch any tags from a forked repo | Stan Hu | 2016-04-02 | 2 | -1/+2 |
* | | | | | | | | Merge branch 'new-navigation-prototype' into 'master' | Dmitriy Zaporozhets | 2016-04-02 | 19 | -130/+109 |
|\ \ \ \ \ \ \ \ |