OSDN Git Service

wvm/gitlab.git
10 years agoMerge branch 'ui/commits_list' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 9 Sep 2013 14:15:39 +0000 (14:15 +0000)]
Merge branch 'ui/commits_list' of /home/git/repositories/gitlab/gitlabhq

10 years agoMove commits dates to left
Dmitriy Zaporozhets [Mon, 9 Sep 2013 13:20:43 +0000 (16:20 +0300)]
Move commits dates to left

10 years agoMerge branch 'refactor-contributing-process' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 9 Sep 2013 08:24:59 +0000 (08:24 +0000)]
Merge branch 'refactor-contributing-process' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'consistent-status' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 9 Sep 2013 08:24:37 +0000 (08:24 +0000)]
Merge branch 'consistent-status' of /home/git/repositories/gitlab/gitlabhq

10 years agoConsistent status.
Sytse Sijbrandij [Sun, 8 Sep 2013 10:31:00 +0000 (12:31 +0200)]
Consistent status.

10 years agoMerge pull request #5014 from bladealslayer/feature/big-commit-improvements
Dmitriy Zaporozhets [Sun, 8 Sep 2013 08:14:51 +0000 (01:14 -0700)]
Merge pull request #5014 from bladealslayer/feature/big-commit-improvements

Improved large commit handling.

10 years agoImproved large commit handling.
Boyan Tabakov [Wed, 4 Sep 2013 07:33:09 +0000 (10:33 +0300)]
Improved large commit handling.

Previously, only number of changed files mattered. Now, number of lines to render in the diff are also taken into account.

A hard limit is set, above which diffs are not rendered and users are not allowed to override that. This prevents high server
resource usage with huge commits.

Related to #1745, #2259

In addition, handle large commits for MergeRequests and Compare controllers.

Also fixes a bug where diffs are loaded twice, if user goes directly to merge_requests/:id/diffs URL.

10 years agoMerge pull request #5013 from clayzermk1/master
Dmitriy Zaporozhets [Sat, 7 Sep 2013 07:23:11 +0000 (00:23 -0700)]
Merge pull request #5013 from clayzermk1/master

Import Bare Repositories instructions/description are incorrect

10 years agoForgot to fix the comment instructions.
C. Walker [Fri, 6 Sep 2013 23:45:42 +0000 (16:45 -0700)]
Forgot to fix the comment instructions.

10 years agoFixed Import Bare Repositories instructions to match rake task.
C. Walker [Fri, 6 Sep 2013 23:19:35 +0000 (16:19 -0700)]
Fixed Import Bare Repositories instructions to match rake task.

10 years agoFixed description.
C. Walker [Fri, 6 Sep 2013 23:18:09 +0000 (16:18 -0700)]
Fixed description.

10 years agoMerge pull request #4990 from karlhungus/feature_group_membership_api
Dmitriy Zaporozhets [Thu, 5 Sep 2013 15:03:35 +0000 (08:03 -0700)]
Merge pull request #4990 from karlhungus/feature_group_membership_api

Add group membership api

10 years agoFixes for @randx
Izaak Alpert [Thu, 5 Sep 2013 14:17:40 +0000 (10:17 -0400)]
Fixes for @randx

Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e

10 years agoAdd group membership api
Izaak Alpert [Wed, 4 Sep 2013 15:19:03 +0000 (11:19 -0400)]
Add group membership api

Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df

10 years agoImprove commit diff
Dmitriy Zaporozhets [Wed, 4 Sep 2013 15:15:42 +0000 (18:15 +0300)]
Improve commit diff

* show highlights when replace empty line with content
* show inline diff when replace line with spaces with content

10 years agoRespect group members in mentionable concern
Dmitriy Zaporozhets [Wed, 4 Sep 2013 14:05:48 +0000 (17:05 +0300)]
Respect group members in mentionable concern

10 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Wed, 4 Sep 2013 13:50:42 +0000 (16:50 +0300)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

10 years agoMerge branch 'refactor/oauth' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Wed, 4 Sep 2013 13:49:03 +0000 (13:49 +0000)]
Merge branch 'refactor/oauth' of /home/git/repositories/gitlab/gitlabhq

10 years agoFix user remove tests. Remove user even if he has projects
Dmitriy Zaporozhets [Wed, 4 Sep 2013 13:20:40 +0000 (16:20 +0300)]
Fix user remove tests. Remove user even if he has projects

10 years agospelling mistake.
Sytse Sijbrandij [Wed, 4 Sep 2013 07:08:39 +0000 (09:08 +0200)]
spelling mistake.

10 years agoRewrite OAuth specs
Dmitriy Zaporozhets [Tue, 3 Sep 2013 21:53:13 +0000 (00:53 +0300)]
Rewrite OAuth specs

10 years agoImprove Profile#account page
Dmitriy Zaporozhets [Tue, 3 Sep 2013 21:53:01 +0000 (00:53 +0300)]
Improve Profile#account page

10 years agoRefactor Gitlab::Auth
Dmitriy Zaporozhets [Tue, 3 Sep 2013 21:12:00 +0000 (00:12 +0300)]
Refactor Gitlab::Auth

10 years agoUse new OAuth classes
Dmitriy Zaporozhets [Tue, 3 Sep 2013 21:06:29 +0000 (00:06 +0300)]
Use new OAuth classes

10 years agoInherit Gitlab::LDAP::User from Gitlab::OAuth::User
Dmitriy Zaporozhets [Tue, 3 Sep 2013 21:06:13 +0000 (00:06 +0300)]
Inherit Gitlab::LDAP::User from Gitlab::OAuth::User

10 years agoAdded Gitlab::OAuth::User class
Dmitriy Zaporozhets [Tue, 3 Sep 2013 21:04:27 +0000 (00:04 +0300)]
Added Gitlab::OAuth::User class

Authenticate or create users from OAuth providers

10 years agoDont show remove user button for ldap user
Dmitriy Zaporozhets [Tue, 3 Sep 2013 20:58:42 +0000 (23:58 +0300)]
Dont show remove user button for ldap user

10 years agoMerge pull request #4969 from Razer6/update_path_blacklist
Dmitriy Zaporozhets [Tue, 3 Sep 2013 20:01:58 +0000 (13:01 -0700)]
Merge pull request #4969 from Razer6/update_path_blacklist

Add 'notes' to path blacklist, fixes #4967

10 years agoDont allow html render for RAW view
Dmitriy Zaporozhets [Tue, 3 Sep 2013 17:55:01 +0000 (20:55 +0300)]
Dont allow html render for RAW view

10 years agoMerge pull request #4976 from robertd/master
Dmitriy Zaporozhets [Tue, 3 Sep 2013 17:23:32 +0000 (10:23 -0700)]
Merge pull request #4976 from robertd/master

Update installation docs to use v1.7.1 of gitlab-shell

10 years agoUpdate installation docs to use v1.7.1 of gitlab-shell
Robert Djurasaj [Tue, 3 Sep 2013 15:09:12 +0000 (09:09 -0600)]
Update installation docs to use v1.7.1 of gitlab-shell

10 years agoMerge pull request #4920 from Rovanion/init-rewrite
Jacob Vosmaer [Tue, 3 Sep 2013 12:59:55 +0000 (05:59 -0700)]
Merge pull request #4920 from Rovanion/init-rewrite

Rewrote init script.

10 years agoMade script path flexible
Rovanion [Tue, 3 Sep 2013 12:24:20 +0000 (14:24 +0200)]
Made script path flexible

10 years agoAdd 'notes' to path blacklist, fixes #4967
Robert Schilling [Tue, 3 Sep 2013 05:25:39 +0000 (07:25 +0200)]
Add 'notes' to path blacklist, fixes #4967

10 years agoUse normal font-weight for file names on tree view
Dmitriy Zaporozhets [Mon, 2 Sep 2013 21:09:20 +0000 (00:09 +0300)]
Use normal font-weight for file names on tree view

10 years agoRemove include of grack_ldap
Dmitriy Zaporozhets [Mon, 2 Sep 2013 20:52:58 +0000 (23:52 +0300)]
Remove include of grack_ldap

10 years agoMove ldap auth to LDAP::User. Removed unused code
Dmitriy Zaporozhets [Mon, 2 Sep 2013 20:50:45 +0000 (23:50 +0300)]
Move ldap auth to LDAP::User. Removed unused code

10 years agoMode User+LDAP functionality from Gitlab::Auth
Dmitriy Zaporozhets [Mon, 2 Sep 2013 20:35:40 +0000 (23:35 +0300)]
Mode User+LDAP functionality from Gitlab::Auth

10 years agoColor in .rspec
Dmitriy Zaporozhets [Sun, 1 Sep 2013 19:07:02 +0000 (22:07 +0300)]
Color in .rspec

10 years agoRefactor contributing process to make it more readable and make sure other core team...
Sytse Sijbrandij [Sun, 1 Sep 2013 10:13:17 +0000 (12:13 +0200)]
Refactor contributing process to make it more readable and make sure other core team members are mentioned.

10 years agoUse original raphael-rails v2.1.2
Dmitriy Zaporozhets [Sat, 31 Aug 2013 22:04:22 +0000 (01:04 +0300)]
Use original raphael-rails v2.1.2

10 years agoMerge pull request #4941 from Snooze-/master
Dmitriy Zaporozhets [Fri, 30 Aug 2013 19:50:06 +0000 (12:50 -0700)]
Merge pull request #4941 from Snooze-/master

Create satellites during update to 6.0. Fix #4938

10 years agoMerge pull request #4955 from jojosch/api-help-example-fixes
Dmitriy Zaporozhets [Fri, 30 Aug 2013 19:49:01 +0000 (12:49 -0700)]
Merge pull request #4955 from jojosch/api-help-example-fixes

add missing comma(s) in api examples

10 years agoadd missing comma(s) in api examples
Johannes Schleifenbaum [Fri, 30 Aug 2013 19:04:26 +0000 (21:04 +0200)]
add missing comma(s) in api examples

10 years agoMerge pull request #4945 from jameswritescode/iid_for_emails
Dmitriy Zaporozhets [Fri, 30 Aug 2013 15:12:07 +0000 (08:12 -0700)]
Merge pull request #4945 from jameswritescode/iid_for_emails

have email views use iid

10 years agoRename team to Project members
Dmitriy Zaporozhets [Fri, 30 Aug 2013 14:10:58 +0000 (17:10 +0300)]
Rename team to Project members

10 years agohave email views use iid
James Newton [Fri, 30 Aug 2013 02:26:32 +0000 (21:26 -0500)]
have email views use iid

10 years agoRestart works again, grammar mistakes corrected.
Rovanion [Thu, 29 Aug 2013 21:26:08 +0000 (23:26 +0200)]
Restart works again, grammar mistakes corrected.

10 years agoCreate satellites during update to 6.0. Fix #4938
Snooze- [Thu, 29 Aug 2013 19:23:19 +0000 (21:23 +0200)]
Create satellites during update to 6.0. Fix #4938

Satellites for projects that were located in the root namespace needs to be recreated once they've been migrated to the creator’s namespace during the upgrade process.

This can be achieved by running the sudo -u git -H bundle exec rake gitlab:satellites:create RAILS_ENV=production during the update process.

The command has been added to the 5.4 to 6.0 update doc.

10 years agoRemove colon
Dmitriy Zaporozhets [Thu, 29 Aug 2013 18:49:13 +0000 (21:49 +0300)]
Remove colon

10 years agoList groups on Dashboard#projects page
Dmitriy Zaporozhets [Thu, 29 Aug 2013 18:45:19 +0000 (21:45 +0300)]
List groups on Dashboard#projects page

10 years agoDont update namespace if User name was changed. Use user#username for namespace name...
Dmitriy Zaporozhets [Thu, 29 Aug 2013 18:44:45 +0000 (21:44 +0300)]
Dont update namespace if User name was changed. Use user#username for namespace name because Namespace#name validates by uniq

10 years agoMinor UI fix
Dmitriy Zaporozhets [Thu, 29 Aug 2013 18:11:01 +0000 (21:11 +0300)]
Minor UI fix

10 years agoMerge branch 'feature/reset_event_cache' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 29 Aug 2013 17:55:37 +0000 (17:55 +0000)]
Merge branch 'feature/reset_event_cache' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Thu, 29 Aug 2013 17:33:57 +0000 (20:33 +0300)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

10 years agoUpdate sidekiq and redis-rails
Dmitriy Zaporozhets [Thu, 29 Aug 2013 17:32:40 +0000 (20:32 +0300)]
Update sidekiq and redis-rails

10 years agoMerge pull request #4906 from alexvh/standardize_diff_api_url
Dmitriy Zaporozhets [Thu, 29 Aug 2013 17:02:32 +0000 (10:02 -0700)]
Merge pull request #4906 from alexvh/standardize_diff_api_url

Standardize recently added commit diff api url

10 years agoMerge pull request #4939 from fintler/key_gen_help_typo
Dmitriy Zaporozhets [Thu, 29 Aug 2013 16:56:34 +0000 (09:56 -0700)]
Merge pull request #4939 from fintler/key_gen_help_typo

Fixed up wording on the new SSH key page.

10 years agoMerge pull request #4924 from jameswritescode/update_check_to_verify_update_hook
Dmitriy Zaporozhets [Thu, 29 Aug 2013 16:56:16 +0000 (09:56 -0700)]
Merge pull request #4924 from jameswritescode/update_check_to_verify_update_hook

update gitlab:check to look for update hook, not post-receive

10 years agoFixed up wording on the new SSH key page.
Jon Bringhurst [Thu, 29 Aug 2013 16:34:37 +0000 (10:34 -0600)]
Fixed up wording on the new SSH key page.

10 years agoInvalidate events cache when project was moved
Dmitriy Zaporozhets [Thu, 29 Aug 2013 16:12:22 +0000 (19:12 +0300)]
Invalidate events cache when project was moved

10 years agoMore entries to 6.1 CHANGELOG
Dmitriy Zaporozhets [Thu, 29 Aug 2013 15:59:08 +0000 (18:59 +0300)]
More entries to 6.1 CHANGELOG

10 years agoFix s500 when press ervice test button
Dmitriy Zaporozhets [Wed, 28 Aug 2013 18:36:09 +0000 (21:36 +0300)]
Fix s500 when press ervice test button

10 years agoFixed failure to stop and added handling of failure to remove stale pid
Rovanion [Wed, 28 Aug 2013 11:16:34 +0000 (13:16 +0200)]
Fixed failure to stop and added handling of failure to remove stale pid

10 years agoCorrections suggested by jacobvosmaer
Rovanion [Wed, 28 Aug 2013 10:38:41 +0000 (12:38 +0200)]
Corrections suggested by jacobvosmaer

10 years agoStandardize commit diff api url, change blob api url, add get single commit
Alex Van't Hof [Wed, 28 Aug 2013 01:22:42 +0000 (21:22 -0400)]
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"

10 years agoupdate gitlab:check to look for update hook, not post-receive
James Newton [Tue, 27 Aug 2013 21:15:32 +0000 (16:15 -0500)]
update gitlab:check to look for update hook, not post-receive

10 years agofix tests
Dmitriy Zaporozhets [Tue, 27 Aug 2013 21:04:04 +0000 (00:04 +0300)]
fix tests

10 years agoMerge branch 'improve/user_removal' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Tue, 27 Aug 2013 19:46:35 +0000 (19:46 +0000)]
Merge branch 'improve/user_removal' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'warning-about-project-issue-numbers' of /home/git/repositories/gitlab...
Dmitriy Zaporozhets [Tue, 27 Aug 2013 19:03:21 +0000 (19:03 +0000)]
Merge branch 'warning-about-project-issue-numbers' of /home/git/repositories/gitlab/gitlabhq

10 years agoRemove old specs
Dmitriy Zaporozhets [Tue, 27 Aug 2013 19:00:41 +0000 (22:00 +0300)]
Remove old specs

10 years agoImprove admin user show page
Dmitriy Zaporozhets [Tue, 27 Aug 2013 18:35:41 +0000 (21:35 +0300)]
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

10 years agoImprove user block/removal from admin area
Dmitriy Zaporozhets [Tue, 27 Aug 2013 17:40:42 +0000 (20:40 +0300)]
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

10 years agoAdd description to user removal block. Transfer owned groups to admin before remove
Dmitriy Zaporozhets [Tue, 27 Aug 2013 10:44:58 +0000 (13:44 +0300)]
Add description to user removal block. Transfer owned groups to admin before remove

10 years agoChanges recommended by @axilleas
Rovanion [Tue, 27 Aug 2013 13:04:20 +0000 (15:04 +0200)]
Changes recommended by @axilleas

10 years agoRewrote init script.
Rovanion [Tue, 27 Aug 2013 11:30:06 +0000 (13:30 +0200)]
Rewrote init script.

10 years agoServices and hooks MUST BE executed on branch push!
Dmitriy Zaporozhets [Tue, 27 Aug 2013 10:56:04 +0000 (13:56 +0300)]
Services and hooks MUST BE executed on branch push!

10 years agoFew fixes to spinach tests
Dmitriy Zaporozhets [Tue, 27 Aug 2013 10:49:29 +0000 (13:49 +0300)]
Few fixes to spinach tests

10 years agoAdd links to create branch/tag from project home page
Dmitriy Zaporozhets [Tue, 27 Aug 2013 10:20:36 +0000 (13:20 +0300)]
Add links to create branch/tag from project home page

10 years agoFix spinach tests
Dmitriy Zaporozhets [Tue, 27 Aug 2013 10:14:55 +0000 (13:14 +0300)]
Fix spinach tests

10 years agoMinor UI improvements
Dmitriy Zaporozhets [Tue, 27 Aug 2013 10:11:05 +0000 (13:11 +0300)]
Minor UI improvements

10 years agoRemove team mentions
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:59:44 +0000 (12:59 +0300)]
Remove team mentions

10 years agoIf user is owner of project it cant be removed from this project
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:47:28 +0000 (12:47 +0300)]
If user is owner of project it cant be removed from this project

10 years agoReturn empty abilities if user is blocked
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:41:49 +0000 (12:41 +0300)]
Return empty abilities if user is blocked

10 years agoShow amount of users and projects in Profile#groups
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:34:54 +0000 (12:34 +0300)]
Show amount of users and projects in Profile#groups

10 years agoUse flash message for notification across app
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:18:53 +0000 (12:18 +0300)]
Use flash message for notification across app

10 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:03:41 +0000 (12:03 +0300)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

10 years agoImprove user block logic
Dmitriy Zaporozhets [Tue, 27 Aug 2013 09:01:45 +0000 (12:01 +0300)]
Improve user block logic

When block user - remove it from joined groups
Dont remove user from own resources (groups, users)

10 years agoMerge pull request #4916 from marbindrakon/merge_request_api
Dmitriy Zaporozhets [Tue, 27 Aug 2013 08:21:57 +0000 (01:21 -0700)]
Merge pull request #4916 from marbindrakon/merge_request_api

Fix project_id field in MergeRequest API

10 years agoFix project_id field in MergeRequest API
Andrew Austin [Tue, 27 Aug 2013 01:54:09 +0000 (01:54 +0000)]
Fix project_id field in MergeRequest API

10 years agoWarning about issue numbers.
Sytse Sijbrandij [Mon, 26 Aug 2013 18:59:15 +0000 (20:59 +0200)]
Warning about issue numbers.

10 years agoSet correct header border-bottom color for themes
Dmitriy Zaporozhets [Mon, 26 Aug 2013 18:13:54 +0000 (21:13 +0300)]
Set correct header border-bottom color for themes

10 years agoFix mailer tests
Dmitriy Zaporozhets [Mon, 26 Aug 2013 17:58:34 +0000 (20:58 +0300)]
Fix mailer tests

10 years agoMerge pull request #4904 from axilleas/master
Dmitriy Zaporozhets [Mon, 26 Aug 2013 15:27:19 +0000 (08:27 -0700)]
Merge pull request #4904 from axilleas/master

Clear redis cache and precompile assets during update to 6.0. Fix #4874 #4840

10 years agoClear redis cache and precompile assets during update to 6.0. Fix #4874 #4840
Axilleas Pipinellis [Mon, 26 Aug 2013 07:09:53 +0000 (10:09 +0300)]
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.

10 years agoAdd br for new sentense in Compare view
Dmitriy Zaporozhets [Mon, 26 Aug 2013 13:46:03 +0000 (16:46 +0300)]
Add br for new sentense in Compare view

10 years agoMerge pull request #4897 from rtripault/iids
Dmitriy Zaporozhets [Mon, 26 Aug 2013 13:32:15 +0000 (06:32 -0700)]
Merge pull request #4897 from rtripault/iids

[#4821] - Fix some missing iids

10 years agoAdd event filter for group and project show pages
Dmitriy Zaporozhets [Mon, 26 Aug 2013 13:30:03 +0000 (16:30 +0300)]
Add event filter for group and project show pages

10 years ago[#4821] - Fix some missing iids
Romain [Mon, 26 Aug 2013 12:54:07 +0000 (14:54 +0200)]
[#4821] - Fix some missing iids

10 years agoRemove bottom margin for text in event note
Dmitriy Zaporozhets [Mon, 26 Aug 2013 12:49:11 +0000 (15:49 +0300)]
Remove bottom margin for text in event note