Commit Graph
10629 Commits
Author SHA1 Message Date
Dmitriy Zaporozhets 298e6eb6c2 Merge pull request #4924 from jameswritescode/update_check_to_verify_update_hook
update gitlab:check to look for update hook, not post-receive
2013-08-29 09:56:16 -07:00
Jon Bringhurst b928d45d51 Fixed up wording on the new SSH key page. 2013-08-29 10:34:37 -06:00
Dmitriy Zaporozhets 99eefcb54d Invalidate events cache when project was moved 2013-08-29 19:12:22 +03:00
Dmitriy Zaporozhets ffa46e0225 More entries to 6.1 CHANGELOG 2013-08-29 18:59:08 +03:00
Dmitriy Zaporozhets 7f65339fff Fix s500 when press ervice test button 2013-08-28 21:36:09 +03:00
RovanionandGitLab cda4d6881a Fixed failure to stop and added handling of failure to remove stale pid 2013-08-28 13:22:01 +02:00
Rovanion f57944cc61 Corrections suggested by jacobvosmaer 2013-08-28 13:11:57 +02:00
Alex Van't Hof 59f428dca2 Standardize commit diff api url, change blob api url, add get single commit
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
with existing api urls (e.g. "/projects/:id", etc.)

Fix 500 error resulting from a diff api call with an invalid commit hash

Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
backwards compatibility.

Add ability to get a single commit via "/commits/:sha"
2013-08-27 21:22:42 -04:00
James Newton 4994ebbb11 update gitlab:check to look for update hook, not post-receive 2013-08-27 16:15:32 -05:00
Dmitriy Zaporozhets 777456b29c fix tests 2013-08-28 00:04:04 +03:00
Dmitriy Zaporozhets 6b16f8a7a8 Merge branch 'improve/user_removal' of /home/git/repositories/gitlab/gitlabhq 2013-08-27 19:46:35 +00:00
Dmitriy Zaporozhets 2358489ffe Merge branch 'warning-about-project-issue-numbers' of /home/git/repositories/gitlab/gitlabhq 2013-08-27 19:03:21 +00:00
Dmitriy Zaporozhets eb4272e2f5 Remove old specs 2013-08-27 22:00:41 +03:00
Dmitriy Zaporozhets 643a6e5824 Improve admin user show page
Show permissions for all project.
Add ability to remove user from group if not an owner
Remove unnecessary admin controller
2013-08-27 21:39:34 +03:00
Dmitriy Zaporozhets 24e26d8b7a Improve user block/removal from admin area
Provide UI with explanation what happens when you block or remove user
When remove user - remove all groups where user is an only owner
2013-08-27 21:39:34 +03:00
Dmitriy Zaporozhets afdfbd1e8a Add description to user removal block. Transfer owned groups to admin before remove 2013-08-27 21:39:34 +03:00
Rovanion 7c38f4e237 Changes recommended by @axilleas 2013-08-27 15:05:53 +02:00
Rovanion df9e1db904 Rewrote init script. 2013-08-27 13:43:01 +02:00
Dmitriy Zaporozhets 79f0858a18 Services and hooks MUST BE executed on branch push! 2013-08-27 13:56:04 +03:00
Dmitriy Zaporozhets c2f1040006 Few fixes to spinach tests 2013-08-27 13:49:29 +03:00
Dmitriy Zaporozhets 8457415eb9 Add links to create branch/tag from project home page 2013-08-27 13:20:36 +03:00
Dmitriy Zaporozhets 95f032c4fa Fix spinach tests 2013-08-27 13:14:55 +03:00
Dmitriy Zaporozhets 449edae5ab Minor UI improvements 2013-08-27 13:11:05 +03:00
Dmitriy Zaporozhets 61d9860158 Remove team mentions 2013-08-27 12:59:44 +03:00
Dmitriy Zaporozhets bbc916baee If user is owner of project it cant be removed from this project 2013-08-27 12:47:28 +03:00
Dmitriy Zaporozhets 9fbbd6a68e Return empty abilities if user is blocked 2013-08-27 12:41:49 +03:00
Dmitriy Zaporozhets dd19ce9628 Show amount of users and projects in Profile#groups 2013-08-27 12:34:54 +03:00
Dmitriy Zaporozhets a2a7c8093b Use flash message for notification across app 2013-08-27 12:18:53 +03:00
Dmitriy Zaporozhets df9550c75d Merge branch 'master' of github.com:gitlabhq/gitlabhq 2013-08-27 12:03:41 +03:00
Dmitriy Zaporozhets 6545527853 Improve user block logic
When block user - remove it from joined groups
Dont remove user from own resources (groups, users)
2013-08-27 12:01:45 +03:00
Dmitriy Zaporozhets cd7c131b23 Merge pull request #4916 from marbindrakon/merge_request_api
Fix project_id field in MergeRequest API
2013-08-27 01:21:57 -07:00
Andrew Austin 45280499b8 Fix project_id field in MergeRequest API 2013-08-27 01:54:09 +00:00
Sytse Sijbrandij bb01b4f131 Warning about issue numbers. 2013-08-26 20:59:15 +02:00
Dmitriy Zaporozhets 0787726ae7 Set correct header border-bottom color for themes 2013-08-26 21:13:54 +03:00
Dmitriy Zaporozhets a7bd18f9f2 Fix mailer tests 2013-08-26 20:58:34 +03:00
Dmitriy Zaporozhets e897520753 Merge pull request #4904 from axilleas/master
Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840
2013-08-26 08:27:19 -07:00
Axilleas Pipinellis c4bf88f96f Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840
As a consequence on the namespaces change from 5.4 to 6.0, after upgrade
lots of links on the dashboard were not working (pointing to projects
without the group part on the url).
Also, after upgrading to 6.0-stable, the network (branch history) function
does not work. The progress bar rotates forever, but the network graph cannot
be generated.

Clearing redis cache fixes those issues.
2013-08-26 18:06:15 +03:00
Dmitriy Zaporozhets 01c8aae8f2 Add br for new sentense in Compare view 2013-08-26 16:46:03 +03:00
Dmitriy Zaporozhets 241286a7b3 Merge pull request #4897 from rtripault/iids
[#4821] - Fix some missing iids
2013-08-26 06:32:15 -07:00
Dmitriy Zaporozhets 17af835387 Add event filter for group and project show pages 2013-08-26 16:30:03 +03:00
Romain 3d8f38c683 [#4821] - Fix some missing iids 2013-08-26 14:54:07 +02:00
Dmitriy Zaporozhets 4675ff46e8 Remove bottom margin for text in event note 2013-08-26 15:49:11 +03:00
Dmitriy Zaporozhets 77a9b1449e Fix md help table header 2013-08-26 15:09:33 +03:00
Dmitriy Zaporozhets 0093554ad6 Add test and docs for markdown tables 2013-08-26 15:07:07 +03:00
Dmitriy Zaporozhets 3cc26654d5 Remove old migration tasks
You should update to 6.0 before proceed with update to higher version.
So its no reason to keep old tasks any more.
It should be still available in 6-0-stable but not in master
2013-08-26 14:53:36 +03:00
Dmitriy Zaporozhets 6b206c9d96 Allow markdown tables 2013-08-26 14:27:19 +03:00
Dmitriy Zaporozhets dc016fef39 Add redirect from Issue#id to Issue#iid 2013-08-26 14:15:21 +03:00
Dmitriy Zaporozhets c8e3d31925 Merge pull request #4892 from Aigeruth/feature/api-add-diff
Feature: get the diff of a commit via API.
2013-08-26 04:02:09 -07:00
Dmitriy Zaporozhets 45c3925020 Better style for blockquote text in comments 2013-08-26 13:50:13 +03:00
Dmitriy Zaporozhets 86d92bdae7 Merge branch 'userfriendly-compare-page' of /home/git/repositories/gitlab/gitlabhq 2013-08-26 10:38:27 +00:00