summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Don't attempt to look up an avatar in repo if repo directory does not existStan Hu2016-03-254-0/+15
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Closes #14580
* | | | | | | | | Merge branch 'feature/fuzz-search-min-width' into 'master' Jacob Schatz2016-03-261-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fuzzy search dropdown UI element min-width (issue 14644) Short project names sometimes result in an unusable fuzzy search UI element. Therefore, I added a min-width CSS property with a value of 175px. See here for details but it's fairly straight forward: https://gitlab.com/gitlab-org/gitlab-ce/issues/14644 Before: <br /> ![Screen_Shot_2016-03-25_at_20.03.54](/uploads/2bdc048bd818cdcd228bb2d19a10b5d2/Screen_Shot_2016-03-25_at_20.03.54.png) After: <br /> ![Screen_Shot_2016-03-25_at_20.19.29](/uploads/be23938757f67ffebb96c9bdc8229c5b/Screen_Shot_2016-03-25_at_20.19.29.png) See merge request !3407
| * | | | | | | | | short project names result in unusable fuzz search UI elements, so added a ↵Grant Douglas2016-03-251-0/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | min-width property to the css Added a space between property colon and value to satisfy linter and pass build.
* | | | | | | | | Bump VERSIONDmitriy Zaporozhets2016-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'feature--preferences-dashboard-groups' of ↵Dmitriy Zaporozhets2016-03-266-3/+35
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/eliasw/gitlab-ce
| * | | | | | | | | Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich2016-03-246-3/+35
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preferences. Fixes #14585.
* | | | | | | | | Merge branch 'rs-remove-release-docs' into 'master' Dmitriy Zaporozhets2016-03-268-585/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove release docs from the CE repository More detailed, updated, and accurate versions of these docs now live in https://gitlab.com/gitlab-org/release-tools Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2346 [ci skip] See merge request !3393
| * | | | | | | | | Remove release docs from the CE repositoryrs-remove-release-docsRobert Speicher2016-03-248-585/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More detailed, updated, and accurate versions of these docs now live in https://gitlab.com/gitlab-org/release-tools [ci skip]
* | | | | | | | | | Merge branch 'ci-setup-info' into 'master' Dmitriy Zaporozhets2016-03-265-1/+44
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add links to CI setup documentation from project settings and builds pages For #14483 Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3384
| * | | | | | | | | rescue Rugged::ReferenceError in Repository#gitlab_ci_yml methodci-setup-infoDmitriy Zaporozhets2016-03-252-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | For some reason this test fails without javascript so added itDmitriy Zaporozhets2016-03-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Make sure Repository#gitlab_ci_yml is safe to use even when repository is ↵Dmitriy Zaporozhets2016-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | missing Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Small refactoring and rewordingDmitriy Zaporozhets2016-03-252-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Use head tree (cached) for file search. Also add some testsDmitriy Zaporozhets2016-03-242-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Detect build setup state based on gitlab_ci.yml presenseDmitriy Zaporozhets2016-03-243-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Add links to CI setup documentation from project settings and builds pagesDmitriy Zaporozhets2016-03-243-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | Merge branch 'fix-link-colors' into 'master' Jacob Schatz2016-03-256-47/+63
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix link colors after recent UI refactoring cc @jschatz1 See merge request !3404
| * | | | | | | | | Using class for specificity instead of tag.Jacob Schatz2016-03-251-1/+1
| | | | | | | | | |
| * | | | | | | | | Make sure ci status colors are same and respected on most pagesfix-link-colorsDmitriy Zaporozhets2016-03-251-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Repository breadcrumbs and file header links should be darkDmitriy Zaporozhets2016-03-252-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Fix link colors by using content-list for commitsDmitriy Zaporozhets2016-03-253-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | | Make sure CI status icons have same color across all appDmitriy Zaporozhets2016-03-251-4/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'clarify_lfs' into 'master' Achilleas Pipinellis2016-03-251-0/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify LFS configuration A user on Twitter was confused (rightfully so) because LFS admin docs suggest you must set a storage path. In fact, Omnibus defaults to a very sane location. Add a comment to the snippet outlining the default. See merge request !3388
| * | | | | | | | Clarify LFS configurationDrew Blessing2016-03-241-0/+4
| | | | | | | | |
* | | | | | | | | Describe CI stuff.Sytse Sijbrandij2016-03-241-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'issue_14610' into 'master' Robert Speicher2016-03-241-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix cancel button on issuable edit form See merge request !3392
| * | | | | | | Fix link when issuable is newAlfredo Sumaran2016-03-241-1/+1
| | | | | | | |
| * | | | | | | Fix cancel link on issuable edit formissue_14610Alfredo Sumaran2016-03-241-1/+1
|/ / / / / / /
* | | | | | | Merge branch ↵Douwe Maan2016-03-245-31/+64
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix-comments-on-confidential-issues-show-activity-feed-for-non-members' into 'master' Comments on confidential issues doesn't show in activity feed to non-members Closes #14568 See merge request !3375
| * | | | | | Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre2016-03-244-25/+25
| | | | | | |
| * | | | | | Comments on confidential issues doesn't show in activity feed to non-membersDouglas Barbosa Alexandre2016-03-243-16/+49
|/ / / / / /
* | | | | | Merge branch 'project-dropdown-width' into 'master' Jacob Schatz2016-03-241-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with width of project select dropdown Before: ![Screen_Shot_2016-03-24_at_13.42.53](/uploads/25580c45dc339f7f932f032ac2d10fba/Screen_Shot_2016-03-24_at_13.42.53.png) ![Screen_Shot_2016-03-24_at_13.43.04](/uploads/e4d1d4e332d27f14c980264bef9dc4d9/Screen_Shot_2016-03-24_at_13.43.04.png) After: ![Screen_Shot_2016-03-24_at_13.42.38](/uploads/68b8e161d86b41849f9e8a1d9c8fd36c/Screen_Shot_2016-03-24_at_13.42.38.png) ![Screen_Shot_2016-03-24_at_13.43.13](/uploads/f3fe732bcd517efea3a1d7c761bb6a0e/Screen_Shot_2016-03-24_at_13.43.13.png) See merge request !3386
| * | | | | Fixed issue with width of project select dropdownPhil Hughes2016-03-241-0/+1
| |/ / / /
* | | | | Merge branch 'sidebar-bold-fix' into 'master' Jacob Schatz2016-03-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bold in sidebar ![Screen_Shot_2016-03-23_at_12.01.54](/uploads/d50ae3426efcb2436b3debdd80073b2f/Screen_Shot_2016-03-23_at_12.01.54.png) This is to go with https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/289 See merge request !3358
| * | | | | HAML style fixsidebar-bold-fixPhil Hughes2016-03-241-1/+1
| | | | | |
| * | | | | Fixed bold in sidebarPhil Hughes2016-03-231-1/+1
| | | | | |
* | | | | | Merge branch 'fix-password-settings-regressions' into 'master' Jacob Schatz2016-03-241-8/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shows password form when signed in with linked account Closes #14379 Doing this to get the builds passing for !3325 See merge request !3381
| * | | | | | Shows password form when signed in with linked accountfix-password-settings-regressionsPhil Hughes2016-03-241-8/+9
| | |/ / / / | |/| | | | | | | | | | | | | | | | Closes #14379
* | | | | | Merge branch 'lease-design-comments' into 'master' Douwe Maan2016-03-241-0/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain why ExclusiveLease has no #cancel [ci skip] See merge request !3383
| * | | | | | Explain why ExclusiveLease has no #cancellease-design-commentsJacob Vosmaer2016-03-241-0/+21
| |/ / / / / | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch ↵Douwe Maan2016-03-241-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'add-tooltip-to-issue-new-branch-button-with-create-branch-issue-title-123-14565' into 'master' Add tooltip to new branch button Closes #14565 See merge request !3380
| * | | | | Add tooltip to new branch buttonadd-tooltip-to-issue-new-branch-button-with-create-branch-issue-title-123-14565Zeger-Jan van de Weg2016-03-241-1/+1
|/ / / / /
* | | | | Merge branch 'fix-frontend-specs' into 'master' Rémy Coutable2016-03-242-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix specs broken by !3270 and !3337. To be fair: - !3270 modifies CSS but `scss-lint` job was allowed to fail in the MR, while not allowed in `master` - !3337 modifies HTML but the broken test was only in `master` at the time /cc @alfredo1 @iamphill See merge request !3378
| * | | | | Fix specs broken by !3270 and !3337.fix-frontend-specsRémy Coutable2016-03-242-2/+2
|/ / / / /
* | | | | Merge branch 'dropdown-alignment-fixes' into 'master' restrict_avatar_upload_to_image_filesJacob Schatz2016-03-239-68/+196
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropdown pixel perfect :tada: Closes #14333, #14331, #14472, #14515 See merge request !3337
| * | | | | Disable new label form in dropdown until fields are completedropdown-alignment-fixesPhil Hughes2016-03-231-23/+60
| | | | | |
| * | | | | Fixed failing testsPhil Hughes2016-03-231-2/+2
| | | | | |
| * | | | | Changed colour of no matching results bgPhil Hughes2016-03-233-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | Highlights first row when filtering
| * | | | | Removed bold on any/unassigned authorsPhil Hughes2016-03-231-13/+22
| | | | | |
| * | | | | Adjusted alignment for the new label formPhil Hughes2016-03-235-20/+48
| | | | | |