summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Make milestone titles in list to be boldDmitriy Zaporozhets2015-03-091-0/+6
| | | | | | | | | |
| * | | | | | | | | Render milestone progress with one helper methodDmitriy Zaporozhets2015-03-097-12/+17
| |/ / / / / / / /
* | | | | | | | | Merge branch 'starred-projects' into 'master'Dmitriy Zaporozhets2015-03-0911-3/+99
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add starred projects page to dashboard For #1836 and #2069 See merge request !1659
| * | | | | | | | | Add tests for starred projects pageDmitriy Zaporozhets2015-03-093-0/+31
| | | | | | | | | |
| * | | | | | | | | Add starred projects page to dashboardDmitriy Zaporozhets2015-03-098-3/+68
| |/ / / / / / / /
* | | | | | | | | Merge branch 'admin-user-block' into 'master'Dmitriy Zaporozhets2015-03-092-38/+43
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve user block/unblock UI in admin area Fixes #2111 See merge request !1658
| * | | | | | | | Improve user block/unblock UI in admin areaDmitriy Zaporozhets2015-03-092-38/+43
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-094-11/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix_initial_push_mass_sql' into 'master'Dmitriy Zaporozhets2015-03-093-10/+4
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mass SQL statements during initial push of a big repository ## What does this MR do? This MR prevents `process_commit_messages(ref)` to be executed for the initial push to the default branch. Currently it is being executed which results in ~500000 SQL Statements during the import of the linux mainline repository. These statements check for references to issues/mrs in each commit. That usually doesn't make sense for the initial push, because there aren't any issues/mrs yet. This MR will reduce the load on gitlab servers in the coming months. Especially now that several importers are available for gitlab and projects are moving from gitorious to gitlab. See merge request !376
| | * | | | | | | | fix mass SQL statements on initial pushHannes Rosenögger2015-03-093-10/+4
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit disables process_commit_messages() for the initial push to the default branch. This fixes the mass SQL statements (~500000) that were executed during the initial push of the linux kernel for example.
| * | | | | | | | Merge branch 'fix-bitbucket-doc-link' into 'master'Hannes Rosenögger2015-03-091-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bitbucket doc link Fix a typo in the link to the bitbucket import documentation. See merge request !375
| | * | | | | | | | Fix link to bitbucket import documentationMartin Bastien2015-03-081-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
* | | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2015-03-093-5/+5
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #8938 from kcyeu/masterRobert Schilling2015-03-093-5/+5
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | Fix invalid config examples in OmniAuth docs
| | * | | | | | | | remove duplicate right braces ('}') in configuration examples of GitHub,Kuo-Cheng Yeu2015-03-093-5/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab, and Google.
* | | | | | | | | Merge branch 'dashboard-groups' into 'master'Dmitriy Zaporozhets2015-03-0912-93/+90
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move profile groups page to dashboard For #2069 See merge request !1654
| * | | | | | | | | Fix dashboard groups testDmitriy Zaporozhets2015-03-081-1/+1
| | | | | | | | | |
| * | | | | | | | | Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets2015-03-085-76/+73
| | | | | | | | | |
| * | | | | | | | | Move profile groups page to dashboardDmitriy Zaporozhets2015-03-087-16/+16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'smtp_example_update' into 'master'Marin Jankovski2015-03-091-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to smtp documentation. Closes #2070 See merge request !1627
| * | | | | | | | | Add link to smtp documentation.Marin Jankovski2015-03-041-1/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'button_changes' into 'master'Marin Jankovski2015-03-093-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change button styles Styles for buttons are changed to match user expectations. Fixes #2004 See merge request !1580
| * | | | | | | | | | Added a warning class to buttonSabba Petri2015-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because changing username largely affects the application, it should not be green, but be more of a warning change, which is why it's now orange.
| * | | | | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into button_changesSabba Petri2015-02-2434-82/+242
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Changed button stylesSabba Petri2015-02-233-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Styles for buttons are changed to match user expectations.
* | | | | | | | | | | | Merge branch 'active-users' into 'master'Dmitriy Zaporozhets2015-03-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show active users(non-blocked) on admin dashboard For gitlab/gitlab-ee#248 See merge request !1656
| * | | | | | | | | | | | Show total user count on dashboard pageDmitriy Zaporozhets2015-03-081-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Show active users(non-blocked) on admin dashboardDmitriy Zaporozhets2015-03-081-4/+4
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix-dev-fixture' into 'master'Dmitriy Zaporozhets2015-03-091-13/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix user fixtures for development See merge request !1657
| * | | | | | | | | | | Fix user fixtures for developmentDmitriy Zaporozhets2015-03-081-13/+14
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-0813-56/+249
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/controllers/projects/services_controller.rb app/models/project_services/emails_on_push_service.rb
| * | | | | | | | | | | Fix EmailsOnPush comparison link to include first commit.Douwe Maan2015-02-252-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Clarify EmailsOnPushService options.Douwe Maan2015-02-253-2/+11
| | | | | | | | | | | |
| * | | | | | | | | | | Fix EmailsOnPush to allow sending from @company.com for GitLab at ↵Douwe Maan2015-02-252-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.corp.company.com.
| * | | | | | | | | | | Send EmailsOnPush when deleting commits using force push.Douwe Maan2015-02-255-8/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1924.
| * | | | | | | | | | | Wrap commit message in EmailsOnPush email.Douwe Maan2015-02-252-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1867.
| * | | | | | | | | | | Fix links in EmailsOnPush text version.Douwe Maan2015-02-251-2/+5
| | | | | | | | | | | |
| * | | | | | | | | | | Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-257-42/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1950
| * | | | | | | | | | | Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-257-10/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1809.
| * | | | | | | | | | | Add optional title field to service properties.Douwe Maan2015-02-252-2/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Add list of changed files to EmailsOnPush.Douwe Maan2015-02-254-14/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1906.
| * | | | | | | | | | | Remove incorrect footer from EmailsOnPush body.Douwe Maan2015-02-253-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1754.
| * | | | | | | | | | | Change EmailsOnPush subject to include namespace, repo and branch.Douwe Maan2015-02-252-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #1827.
* | | | | | | | | | | | Merge branch 'webstorage-exception' into 'master'Dmitriy Zaporozhets2015-03-082-3/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly handle autosave local storage exceptions. Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/1182. See merge request !1643
| * | | | | | | | | | | | Properly handle autosave local storage exceptions.Douwe Maan2015-03-072-3/+10
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix-milestone-list-width' into 'master'Dmitriy Zaporozhets2015-03-084-1/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix width of text in milestone lists and add assignee icon to merge requests. Before: ![Screen_Shot_2015-03-06_at_13.48.00](https://dev.gitlab.org/gitlab/gitlabhq/uploads/5754638a3ebb79dee1f6c07a6e268035/Screen_Shot_2015-03-06_at_13.48.00.png) After: ![Screen_Shot_2015-03-06_at_13.48.14](https://dev.gitlab.org/gitlab/gitlabhq/uploads/fe92adf387964efb3d460dfc61ced3b8/Screen_Shot_2015-03-06_at_13.48.14.png) I've checked with other screen widths as well, and it looks good all the time. See merge request !1645
| * | | | | | | | | | | | Add assignee icon to milestone merge requests.Douwe Maan2015-03-063-0/+16
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix width of text in milestone lists.Douwe Maan2015-03-061-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'commit-range-reference' into 'master'Dmitriy Zaporozhets2015-03-085-4/+108
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically link commit ranges to compare page. Closes #2103 Implemented as proposed in the last paragraph of the issue: > We could do something similar to Ruby, where `1..5` means `1,2,3,4,5` and `1...5` means `1,2,3,4`: `..` means inclusive, `...` means exclusive. In our case, `sha1...sha4` would mean `sha2,sha3,sha4` (exclusive with regards to `sha1`) and `sha1..sha4` would mean `sha1^...sha4`, i.e. `sha1,sha2,sha3,sha4` (inclusive to `sha1`). - `sha1...sha4` now links to `compare/sha1...sha4` - `sha1..sha4` now links to `compare/sha1^...sha4`. See merge request !1649
| * | | | | | | | | | | | Automatically link commit ranges to compare page.Douwe Maan2015-03-075-4/+108
| | | | | | | | | | | | |