- 10 Mar, 2015 23 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
Properly move over `issues_tracker_id` from old custom issue tracker URLs. Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/1124. cc @marin Regression in 7.8.0. See merge request !1670
-
Dmitriy Zaporozhets authored
Use Gitlab::Git helper methods and constants as much as possible. As discussed in https://dev.gitlab.org/gitlab/gitlabhq/commit/1cc41ce1adce23d3eb4a9c4ed0ab17e11ea1f1e3#note_38702. See merge request !1668
-
Dmitriy Zaporozhets authored
Mention EmailsOnPush changes in changelog. See merge request !1667
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Blocking user does not remove him/her from project/groups but show blocked label For #248 See merge request !1664
-
Dmitriy Zaporozhets authored
Add criteria for requesting CVE For #1887. Based on https://dev.gitlab.org/gitlab/gitlabhq/issues/1945#note_34587 cc @sytse See merge request !1662
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Font size 14px Increase base font size from 13 to 14px. We already have it in most of ui elements so no need to duplicate `font-size: 14px` everywhere - just change base variable See merge request !1663
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Apply more styles from Flatly theme Also add bottom margin for footer links on login page See merge request !1661
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve milestones ui * change progress bar colors * make milestone title bold See merge request !1660
-
Dmitriy Zaporozhets authored
Also add bottom margin for footer links on login page
-
- 09 Mar, 2015 17 commits
-
-
Dmitriy Zaporozhets authored
Add starred projects page to dashboard For #1836 and #2069 See merge request !1659
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Improve user block/unblock UI in admin area Fixes #2111 See merge request !1658
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Move profile groups page to dashboard For #2069 See merge request !1654
-
Dmitriy Zaporozhets authored
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
-
Marin Jankovski authored
Add link to smtp documentation. Closes #2070 See merge request !1627
-
Marin Jankovski authored
Change button styles Styles for buttons are changed to match user expectations. Fixes #2004 See merge request !1580
-
Robert Schilling authored
Fix invalid config examples in OmniAuth docs
-
Kuo-Cheng Yeu authored
GitLab, and Google.
-
Hannes Rosenögger authored
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.
-
Hannes Rosenögger authored
Fix bitbucket doc link Fix a typo in the link to the bitbucket import documentation. See merge request !375
-