summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix retry and cancel URLscommit_statusKamil Trzcinski2015-10-131-2/+4
|
* Fix feature testsKamil Trzcinski2015-10-122-2/+2
|
* Fix broken matrix_for_ref?Kamil Trzcinski2015-10-121-1/+1
| | | | Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
* Fix broken testsKamil Trzcinski2015-10-123-7/+8
|
* Fix some changesKamil Trzcinski2015-10-122-2/+2
|
* Rename builds_without_retry to latest_buildsKamil Trzcinski2015-10-127-14/+14
|
* Fix commit skippingKamil Trzcinski2015-10-122-7/+7
|
* Update renderingKamil Trzcinski2015-10-126-87/+64
|
* Small bug fixesKamil Trzcinski2015-10-125-22/+39
|
* Add Commit Status documentationKamil Trzcinski2015-10-124-12/+94
|
* Add author to statusesKamil Trzcinski2015-10-124-1/+11
|
* Fix commit status POST URLKamil Trzcinski2015-10-122-4/+4
|
* Implement Commit Status APIKamil Trzcinski2015-10-1230-312/+767
|
* Merge branch 'docs-update' into 'master' Hannes Rosenögger2015-10-121-28/+2
|\ | | | | | | | | | | | | | | | | | | | | removed extra_sign_in_text examples for gitlab.rb [ci skip] I removed the extra_sign_in_text option documentation. This is no longer needed because a welcome message aka. extra_sign_in_text can now be set/changed in the admin UI. Admin area > Settings This was mentioned in issue #3006 See merge request !1565
| * removed extra_sign_in_text examples for gitlab.rb [ci skip]Dale Noe2015-10-111-28/+2
| |
* | Merge branch 'fix_email_downcasing' into 'master' Robert Speicher2015-10-112-1/+22
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | LDAP email address downcasing Fixes #2960 In the event we cannot match an LDAP user by DN we attempt to find an identity by email address and then update the DN. In this case the identity is matched by email address. If the user's email address in LDAP has an upper case character we cannot find a match in the GitLab database. GitLab downcases emails before the user object is saved. This merge request downcases the email from LDAP before we lookup by email. I also added a test to prevent a regression. See merge request !1550
| * Fix ldap email downcasing bugDrew Blessing2015-10-082-1/+22
| |
* | Merge branch 'rs-remove-slim' into 'master' Dmitriy Zaporozhets2015-10-102-6/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove slim Closes #2897 See merge request !1537
| * | Remove slimrs-remove-slimRobert Speicher2015-10-082-6/+0
| |/
* | Add CHANGELOG entry for !1543Robert Speicher2015-10-101-0/+1
| | | | | | | | [ci skip]
* | Merge branch 'master' into 'master' Robert Speicher2015-10-101-7/+7
|\ \ | | | | | | | | | | | | | | | | | | Persist filters when sorting on user admin page Closes #2806 See merge request !1543
| * | Persist filters when sorting on user admin pageJerry Lukins2015-10-101-7/+7
| | |
* | | Merge branch 'fix-remove-button-alignment' into 'master' Dmitriy Zaporozhets2015-10-101-2/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In SSH key detailed view, align the "Remove" button with the right container Also fixes a bootlint warning. Before: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/d6d8765ed9dceb6a31a6b4475b2166e1/image.png) After: ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/8252211125ace212335aa6bf2ba78549/image.png) See merge request !1555
| * | | In SSH key detailed view, align the "Remove" button with the right containerStan Hu2015-10-091-2/+3
| | | |
* | | | Merge branch 'make-diff-css-better-for-mobile' into 'master' Dmitriy Zaporozhets2015-10-104-45/+90
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make diff file view easier to use on mobile screens Viewing diffs on a mobile screen is a bit of an awkward experience at the moment. Here are a few issues (by no means complete): ## Before ### Tabs are scrunched ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/45924e36cfb107dc56795a7dcdfbc5b5/image.png) ### Filenames take too much room, buttons cluttered ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/a5e5611271fe26dfd3922aa0b8780458/image.png) ## After This MR makes a few tweaks to make this a bit better. It just addresses a few issues, but there is plenty of room for improvement (e.g. shrink fonts, etc.): ### Eliminate padding to make tabs fit ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/fbcf128d1f221b9b9e53df274238dc62/image.png) ### Make filenames, buttons more readable This screenshot allows the filename to use the whole row, omits the file mode changes, and puts the buttons centered in the view: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/d2e5b9424f058827ba2552056c516e18/image.png) Towards a better mobile experience: #2787 See merge request !1449
| * | | | Make diff file view easier to use on mobile screensStan Hu2015-10-094-45/+90
| | |_|/ | |/| |
* | | | Merge branch 'rs-update-whenever' into 'master' Dmitriy Zaporozhets2015-10-102-8/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove whenever gem Closes #2879 See merge request !1538
| * | | | Just kidding, we're deleting whenever entirelyrs-update-wheneverRobert Speicher2015-10-082-7/+0
| | | | |
| * | | | Update whenever to ~> 0.9.4Robert Speicher2015-10-072-4/+3
| | | | |
* | | | | Update monthly release post templateRobert Speicher2015-10-091-7/+6
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'update-changelog-for-emoji-fix' into 'master' Stan Hu2015-10-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CHANGELOG for Emoji fix in a3c6ed5c4 [ci skip] See merge request !1556
| * | | | | Update CHANGELOG for Emoji fix in a3c6ed5c4Stan Hu2015-10-091-0/+1
| | |_|/ / | |/| | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'fix-issue-filter-dropdown-labels' into 'master' Dmitriy Zaporozhets2015-10-096-6/+16
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore placeholders in issue filters from "Any" to "Milestone" and "Label" 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders. ### Before ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/2326b836e364275341ea0ad8c0a0926b/image.png) ### After ![image](https://gitlab.com/stanhu/gitlab-ce/uploads/b0e519f9cf8d1a3c0f054286e3b809cb/image.png) See merge request !1554
| * | | | Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu2015-10-086-6/+16
| | |/ / | |/| | | | | | | | | | | | | | 1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
* | | | Merge branch 'rs-issue-2970' into 'master' Douwe Maan2015-10-092-1/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Normalize space-like characters in keys before output to gitlab-shell gitlab-shell expects only one tab separator per key, and an SSH key with a tab character in the comment, for example, would break things. Closes #2970 See merge request !1552
| * | | | Normalize space-like characters in keys before output to gitlab-shellrs-issue-2970Robert Speicher2015-10-082-1/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | gitlab-shell expects only one tab separator per key, and an SSH key with a tab character in the comment, for example, would break things. Closes #2970
* | | | Merge branch 'rs-mr-tab-loader' into 'master' Douwe Maan2015-10-091-5/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the loading spinner toggle more explicit Occasionally the loading spinner would stay visible after the tab finished loading. This change makes the toggle explicit so that it's always shown on `beforeSend`, and always hidden on `complete`. Plus a bonus semi-colon eradication! :boom: See merge request !1553
| * | | | Make the loading spinner toggle more explicitrs-mr-tab-loaderRobert Speicher2015-10-081-5/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Occasionally the loading spinner would stay visible after the tab finished loading. This change makes the toggle explicit so that it's always shown on `beforeSend`, and always hidden on `complete`. Plus a bonus semi-colon eradication! :boom:
* | | | Merge branch 'clarify_support' into 'master' Sytse Sijbrandij2015-10-091-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify support request message Since we have the (GitLab.com) Support Forum, this message may be slightly confusing. Hopefully this wording improves understanding. If anyone has suggestions on making this clearer I'm open. See merge request !1406
| * | | | Clarify support request messageDrew Blessing2015-10-081-1/+5
| |/ / /
* | | | Merge branch 'rs-2fa-task' into 'master' Jacob Vosmaer2015-10-092-0/+37
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add task to disable 2FA for all users Addresses #2971 See merge request !1532
| * | | | Add output and confirmation to gitlab:two_factor:disable_for_all_usersrs-2fa-taskRobert Speicher2015-10-081-2/+15
| | | | |
| * | | | Add docs for gitlab:two_factor:disable_for_all_users taskRobert Speicher2015-10-071-0/+14
| | | | |
| * | | | Add gitlab:two_factor:disable_for_all_users taskRobert Speicher2015-10-071-0/+10
| | | | |
* | | | | Merge branch 'improve_empty_fork' into 'master' Dmitriy Zaporozhets2015-10-091-29/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show message if user tries to fork and has no available namespaces This merge request improves the UX when users try to fork a project and have no eligible namespaces. ### Current behavior ![Screen_Shot_2015-09-25_at_1.39.45_PM](https://gitlab.com/dblessing/gitlab-ce/uploads/45a303703a0197e78f7f9bdbea8718b5/Screen_Shot_2015-09-25_at_1.39.45_PM.png) ### Proposed behavior ![Screen_Shot_2015-09-25_at_1.38.57_PM](https://gitlab.com/dblessing/gitlab-ce/uploads/613c53bcfb52d79fdf8bd1d09410c152/Screen_Shot_2015-09-25_at_1.38.57_PM.png) ### Things to check I'm not exactly loving the wording I have here. I'm open to improvements. See merge request !1441
| * | | | | Show message if user tries to fork and has no available namespacesDrew Blessing2015-10-081-29/+34
| | |/ / / | |/| | |
* | | | | Merge branch 'fix-header-hamburger-positioning' into 'master' Dmitriy Zaporozhets2015-10-093-2/+7
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed positioning of hamburger menu on header Hey guys just noticed the hamburger menu for the top navigation was mis-aligned on `gitlab-ce:master` and `gitlab.com`. I was not able to find an open issue or merge request directly referencing this issue so thought I would add a quick fix. ### Changes This MR changes the vertical positioning from `top` to vertical margins (Like in bootstrap itself). - Also added a minor fix to remove `border-top` from the collapse menu so its the same height as the navigation. - finally added an active class to the hamburger toggle so you can see when its open. This changes an element in `app/views/layouts/header/_default.html.haml` and thus would impact most pages behind login. ## Screenshots ### Before ![before](https://gitlab.com/hanloong/gitlab-ce/uploads/e3d4631dd0420ec0e9048c435a2f734b/before.png) ### After ![after](https://gitlab.com/hanloong/gitlab-ce/uploads/7c93c3ef1b01fbefc39c5a1ed61c2d1b/after.png) Happy to discuss any changes/suggestions. Thanks See merge request !1541
| * | | | fixed positioning of hamburger menu on headerHan Loong Liauw2015-10-093-2/+7
|/ / / / | | | | | | | | | | | | | | | | - Changed to margin for vertical allign as used in bootstrap 3 original - Also added an `active` state to show when the extra items are enabled
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2015-10-081-1/+6
|\ \ \ \
| * \ \ \ Merge branch 'workaround-seed-fu-issue' into 'master' Douwe Maan2015-10-081-1/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes GDK issue where repos would not be imported properly Seed-Fu runs this entire fixture in a transaction, so the `after_commit` hook won't run until after the fixture is loaded. That is too late since the Sidekiq::Testing block has already exited. Force clearing the `after_commit` queue to ensure the job is run now. See: gitlab-org/gitlab-development-kit#58 See merge request !1513