OSDN Git Service

wvm/gitlab.git
11 years agoMerge pull request #5012 from jeffb-bt/master
Jacob Vosmaer [Wed, 11 Sep 2013 08:08:38 +0000 (01:08 -0700)]
Merge pull request #5012 from jeffb-bt/master

-i flag allows sudo to work for git users using rvm that is not being us...

11 years agoMerge pull request #5022 from amacarthur/config-public-project
Dmitriy Zaporozhets [Tue, 10 Sep 2013 15:21:37 +0000 (08:21 -0700)]
Merge pull request #5022 from amacarthur/config-public-project

make public/private setting for project creation configurable

11 years agostyle fixes
Angus MacArthur [Tue, 10 Sep 2013 14:49:23 +0000 (10:49 -0400)]
style fixes

11 years agoVersion up to beta1
Dmitriy Zaporozhets [Tue, 10 Sep 2013 10:43:06 +0000 (13:43 +0300)]
Version up to beta1

11 years agoClear cache when update to 6.1
Dmitriy Zaporozhets [Tue, 10 Sep 2013 10:42:53 +0000 (13:42 +0300)]
Clear cache when update to 6.1

11 years agoMore entries in CHANGELOG for 6.1
Dmitriy Zaporozhets [Tue, 10 Sep 2013 10:37:56 +0000 (13:37 +0300)]
More entries in CHANGELOG for 6.1

11 years agoUI fixes for commits lists
Dmitriy Zaporozhets [Tue, 10 Sep 2013 10:15:49 +0000 (13:15 +0300)]
UI fixes for commits lists

11 years agoImprove commits list UI
Dmitriy Zaporozhets [Tue, 10 Sep 2013 07:17:15 +0000 (10:17 +0300)]
Improve commits list UI

11 years agoupdate to project creation page to reflect default public project setting
Angus MacArthur [Mon, 9 Sep 2013 20:26:27 +0000 (16:26 -0400)]
update to project creation page to reflect default public project setting

11 years agoMerge pull request #3525 from karlhungus/api_sudo
Dmitriy Zaporozhets [Mon, 9 Sep 2013 19:20:10 +0000 (12:20 -0700)]
Merge pull request #3525 from karlhungus/api_sudo

API: admin users can sudo commands as other users

11 years agomake public/private setting for project creation configurable
Angus MacArthur [Mon, 9 Sep 2013 05:45:30 +0000 (01:45 -0400)]
make public/private setting for project creation configurable

11 years agoStyle guide fixes (spacing)
Izaak Alpert [Mon, 9 Sep 2013 17:18:10 +0000 (13:18 -0400)]
Style guide fixes (spacing)

Change-Id: I966bfd0ccc4b05925384ecab8c6cbe3c6ba3b667

11 years agoSome of the requested updates, rebase on master
Izaak Alpert [Fri, 28 Jun 2013 12:59:05 +0000 (08:59 -0400)]
Some of the requested updates, rebase on master

Change-Id: I305266fe9acbbb5136adeeb52e7e4e1d6629a30a

11 years agoAPI: admin users can sudo commands as other users
Izaak Alpert [Thu, 28 Mar 2013 18:37:44 +0000 (14:37 -0400)]
API: admin users can sudo commands as other users

-Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token

11 years agoMerge branch 'feature/mr_description' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 9 Sep 2013 15:44:48 +0000 (15:44 +0000)]
Merge branch 'feature/mr_description' of /home/git/repositories/gitlab/gitlabhq

11 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

11 years agoImprove Merge Request form
Dmitriy Zaporozhets [Mon, 9 Sep 2013 14:11:58 +0000 (17:11 +0300)]
Improve Merge Request form

* added description
* simplified form
* enabled gfm autocomplete

11 years agoAdd description to MergeRequest model
Dmitriy Zaporozhets [Mon, 9 Sep 2013 13:32:43 +0000 (16:32 +0300)]
Add description to MergeRequest model

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

11 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

11 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

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

11 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.

11 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.

11 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

11 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.

11 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.

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

11 years ago-i flag allows sudo to work for git users using rvm that is not being used by
Jeff '2 bits' Bachtel [Fri, 6 Sep 2013 22:53:10 +0000 (18:53 -0400)]
-i flag allows sudo to work for git users using rvm that is not being used by
root user (su might be better)

11 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

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

Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e

11 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

11 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

11 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

11 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

11 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

11 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

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

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

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

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

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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.

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

11 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

11 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

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

11 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

11 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

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

11 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.

11 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

11 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

11 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

11 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

11 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

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

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

11 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.

11 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.

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

11 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

11 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

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

11 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

11 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

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

11 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

11 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.

11 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

11 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.

11 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

11 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

11 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

11 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

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

11 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"

11 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

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

11 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

11 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

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

11 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

11 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

11 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

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

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

11 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!

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

11 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

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

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

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