Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed MR handling when GitLab CI project is not presentfix-ci-handling | Kamil Trzcinski | 2015-09-21 | 2 | -3/+8 |
* | Merge branch 'notification-levels' into 'master' | Douwe Maan | 2015-09-21 | 11 | -3/+126 |
|\ | |||||
| * | Minor code cleanupnotification-levels | Douwe Maan | 2015-09-20 | 3 | -24/+23 |
| * | Use the `find_by_user_id` magic finder instead of `where`. | Patricio Cano | 2015-09-16 | 1 | -1/+1 |
| * | Updated label from `Mention` to `On Mention`. | Patricio Cano | 2015-09-16 | 1 | -1/+1 |
| * | Merge branch 'master' into notification-levels | Patricio Cano | 2015-09-16 | 389 | -571/+17165 |
| |\ | |||||
| * \ | Merge branch 'master' into notification-levels | Patricio Cano | 2015-09-16 | 133 | -551/+1050 |
| |\ \ | |||||
| * | | | Added Global to the drop downs and updated the label of the button to show th... | Patricio Cano | 2015-09-16 | 5 | -15/+48 |
| * | | | Added Spinach tests and updated CHANGELOG | Patricio Cano | 2015-09-16 | 3 | -0/+21 |
| * | | | Replaced `this` with `@` in the coffee file and added an arrow that clearly m... | Patricio Cano | 2015-09-14 | 2 | -3/+4 |
| * | | | Notification dropdown now shows currently active level, and also shows what t... | Patricio Cano | 2015-09-14 | 4 | -10/+23 |
| * | | | Corrected `case` indentation to conform with Rubocop | Patricio Cano | 2015-09-14 | 1 | -22/+22 |
| * | | | Added spacing to icons in Notification drop down | Patricio Cano | 2015-09-14 | 1 | -4/+4 |
| * | | | Notification level can now be saved from within the project view. | Patricio Cano | 2015-09-14 | 6 | -21/+32 |
| * | | | Fixed notification level list item helper. | Patricio Cano | 2015-09-14 | 1 | -12/+8 |
| * | | | PAtrially working notification button | Darby | 2015-09-14 | 4 | -0/+49 |
* | | | | Merge branch 'sh-fix-issue-2585' into 'master' | Dmitriy Zaporozhets | 2015-09-21 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Make Markdown area formatting consistentsh-fix-issue-2585 | Stan Hu | 2015-09-18 | 1 | -0/+4 |
* | | | | | Merge branch 'ci-migrate-version-fix' into 'master' | Marin Jankovski | 2015-09-21 | 1 | -4/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Use GitlabCi::VERSION when checking migration | Kamil Trzcinski | 2015-09-21 | 1 | -4/+2 |
|/ / / / / | |||||
* | | | | | Merge branch 'optimize-ci-tags-migration' into 'master' | Marin Jankovski | 2015-09-21 | 7 | -73/+191 |
|\ \ \ \ \ | |||||
| * | | | | | Use INSERT INTO to insert tags | Kamil Trzcinski | 2015-09-21 | 1 | -7/+8 |
| * | | | | | Change wordingoptimize-ci-tags-migration | Kamil Trzcinski | 2015-09-21 | 2 | -2/+2 |
| * | | | | | Disable CI for time of migration | Kamil Trzcinski | 2015-09-21 | 1 | -0/+13 |
| * | | | | | Change notices during migrating | Kamil Trzcinski | 2015-09-21 | 1 | -2/+2 |
| * | | | | | Create CI migration task on GitLab side | Kamil Trzcinski | 2015-09-20 | 4 | -40/+152 |
| * | | | | | Use pure SQL queries to migrate CI tags | Kamil Trzcinski | 2015-09-20 | 1 | -33/+25 |
* | | | | | | Merge branch 'fail-ci-builds-without-yml' into 'master' | Dmitriy Zaporozhets | 2015-09-21 | 3 | -1/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Rubocop fixfail-ci-builds-without-yml | Kamil Trzcinski | 2015-09-20 | 1 | -1/+1 |
| * | | | | | | Fail builds if no .gitlab-ci.yml is found | Kamil Trzcinski | 2015-09-20 | 3 | -1/+15 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'fix-markdown-links-in-dashboard' into 'master' | Douwe Maan | 2015-09-21 | 3 | -2/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix Markdown links not showing up in dashboard activity feed | Stan Hu | 2015-09-20 | 3 | -2/+14 |
* | | | | | | | Merge branch 'reply-by-email-diff' into 'master' | Robert Speicher | 2015-09-21 | 5 | -7/+24 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diff | Douwe Maan | 2015-09-20 | 5 | -7/+24 |
* | | | | | | | | Merge branch 'gmail_actions_doc' into 'master' | Job van der Voort | 2015-09-20 | 3 | -1/+23 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Update the link in integration readme.gmail_actions_doc | Marin Jankovski | 2015-09-17 | 1 | -1/+1 |
| * | | | | | | | Remove double png. | Marin Jankovski | 2015-09-17 | 1 | -1/+1 |
| * | | | | | | | Add Gmail actions button for GitLab doc. | Marin Jankovski | 2015-09-17 | 2 | -0/+22 |
* | | | | | | | | Merge branch 'fix-ci-link-on-project-page' into 'master' | Kamil TrzciĆski | 2015-09-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Fix 500 when showing project page and there's no CI project presentfix-ci-link-on-project-page | Kamil Trzcinski | 2015-09-18 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'style-pagination' into 'master' | Dmitriy Zaporozhets | 2015-09-20 | 4 | -10/+43 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Apply new design to paginationstyle-pagination | Dmitriy Zaporozhets | 2015-09-19 | 4 | -10/+43 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ci-build-list' into 'master' | Dmitriy Zaporozhets | 2015-09-20 | 13 | -144/+180 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Cleanup GitLab CI UIci-build-list | Dmitriy Zaporozhets | 2015-09-19 | 12 | -162/+132 |
| * | | | | | | | | Return callout css for CI | Dmitriy Zaporozhets | 2015-09-19 | 1 | -0/+45 |
| * | | | | | | | | Merge branch 'master' into ci-build-list | Dmitriy Zaporozhets | 2015-09-19 | 40 | -387/+109 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
| * | | | | | | | | Add colors to build labels | Dmitriy Zaporozhets | 2015-09-18 | 5 | -13/+57 |
| * | | | | | | | | Merge branch 'master' into ci-build-list | Dmitriy Zaporozhets | 2015-09-18 | 87 | -171/+227 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Style CI project/build list | Dmitriy Zaporozhets | 2015-09-18 | 11 | -46/+21 |
* | | | | | | | | | | Merge branch 'jwt' into 'master' | Douwe Maan | 2015-09-20 | 2 | -4/+1 |
|\ \ \ \ \ \ \ \ \ \ |