OSDN Git Service

wvm/gitlab.git
11 years agoAdmin.user page: sort projects, add better confirm message for leaving team
Dmitriy Zaporozhets [Wed, 8 May 2013 17:11:49 +0000 (20:11 +0300)]
Admin.user page: sort projects, add better confirm message for leaving team

11 years agoFix project labels scope
Dmitriy Zaporozhets [Wed, 8 May 2013 17:06:12 +0000 (20:06 +0300)]
Fix project labels scope

11 years agoDont show fork button in personal projects. Point to fork if already forked project
Dmitriy Zaporozhets [Wed, 8 May 2013 16:40:31 +0000 (19:40 +0300)]
Dont show fork button in personal projects. Point to fork if already forked project

11 years agoMerge branch 'enhancement/issue_filter_dropdown' of /home/git/repositories/gitlab...
Dmitriy Zaporozhets [Wed, 8 May 2013 11:27:19 +0000 (11:27 +0000)]
Merge branch 'enhancement/issue_filter_dropdown' of /home/git/repositories/gitlab/gitlabhq

11 years agoUpdate CHANGELOG
Dmitriy Zaporozhets [Wed, 8 May 2013 11:26:42 +0000 (14:26 +0300)]
Update CHANGELOG

11 years agoMerge pull request #3834 from ichord/gfm-autocomp
Dmitriy Zaporozhets [Wed, 8 May 2013 11:18:16 +0000 (04:18 -0700)]
Merge pull request #3834 from ichord/gfm-autocomp

improve gfm autocomplete

11 years agobring more usability to issues filtering. Block issues area on loading filtered results
Dmitriy Zaporozhets [Wed, 8 May 2013 10:43:21 +0000 (13:43 +0300)]
bring more usability to issues filtering. Block issues area on loading filtered results

11 years agoinit filter links
Dmitriy Zaporozhets [Wed, 8 May 2013 07:06:48 +0000 (10:06 +0300)]
init filter links

11 years agoreplace selectboxes with filters
Dmitriy Zaporozhets [Wed, 8 May 2013 07:00:19 +0000 (10:00 +0300)]
replace selectboxes with filters

11 years agoMerge pull request #3862 from crazyscience/patch-3
Dmitriy Zaporozhets [Wed, 8 May 2013 06:18:39 +0000 (23:18 -0700)]
Merge pull request #3862 from crazyscience/patch-3

Setting the working directory before git operations

11 years agoMerge pull request #3877 from mikehaertl/3793-puma-relative-url
Dmitriy Zaporozhets [Wed, 8 May 2013 06:17:32 +0000 (23:17 -0700)]
Merge pull request #3877 from mikehaertl/3793-puma-relative-url

Puma configuration for relative base URL

11 years agoFixes #3793: Puma configuration for relative base URL
Michael Härtl [Wed, 8 May 2013 06:09:23 +0000 (08:09 +0200)]
Fixes #3793: Puma configuration for relative base URL

11 years agoMerge pull request #3874 from axilleas/installation-fix
Dmitriy Zaporozhets [Wed, 8 May 2013 05:52:45 +0000 (22:52 -0700)]
Merge pull request #3874 from axilleas/installation-fix

Bump charlock_holmes to 0.9.6.4

11 years agoSetting the working directory before git operations
crazyscience [Tue, 7 May 2013 02:12:02 +0000 (19:12 -0700)]
Setting the working directory before git operations

11 years agoBump charlock_holmes to 0.9.6.4
Axilleas Pipinellis [Tue, 7 May 2013 19:49:54 +0000 (22:49 +0300)]
Bump charlock_holmes to 0.9.6.4

Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
11 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Tue, 7 May 2013 18:28:16 +0000 (21:28 +0300)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

11 years agoMerge branch 'feature/labels_set' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Tue, 7 May 2013 18:26:46 +0000 (18:26 +0000)]
Merge branch 'feature/labels_set' of /home/git/repositories/gitlab/gitlabhq

11 years agofix api delete hook test
Dmitriy Zaporozhets [Tue, 7 May 2013 16:46:35 +0000 (19:46 +0300)]
fix api delete hook test

11 years agoInclude default labels in issues autocomplete etc. Show colored labels on issues...
Dmitriy Zaporozhets [Tue, 7 May 2013 16:26:41 +0000 (19:26 +0300)]
Include default labels in issues autocomplete etc. Show colored labels on issues show page

11 years agoadd Gitlab::Label class and different color labels for default labels set
Dmitriy Zaporozhets [Tue, 7 May 2013 14:57:59 +0000 (17:57 +0300)]
add Gitlab::Label class and different color labels for default labels set

11 years agoAdd generate action to labels controller which allow creation of default labels set...
Dmitriy Zaporozhets [Tue, 7 May 2013 14:57:29 +0000 (17:57 +0300)]
Add generate action to labels controller which allow creation of default labels set for project

11 years agoMerge pull request #3871 from axilleas/backup-fix
Dmitriy Zaporozhets [Tue, 7 May 2013 14:55:02 +0000 (07:55 -0700)]
Merge pull request #3871 from axilleas/backup-fix

Fix errors during backup task. Fix #3785

11 years agoMerge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashes
Dmitriy Zaporozhets [Tue, 7 May 2013 13:59:03 +0000 (06:59 -0700)]
Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashes

Code cleanup: Replace old hashes and remove trailing spaces

11 years agoFix errors during backup task. Fix #3785
Axilleas Pipinellis [Tue, 7 May 2013 06:14:03 +0000 (09:14 +0300)]
Fix errors during backup task. Fix #3785

By default there is no public/uploads directory when no attachments
are uploaded. Prompt users to create the uploads directory during
install otherwise the backup task will fail.

Place mysqldump args in single quotes to avoid error if password
contains special characters.

Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
11 years agoMerge pull request #3868 from hiroponz/fix_check_git_version
Dmitriy Zaporozhets [Tue, 7 May 2013 11:32:12 +0000 (04:32 -0700)]
Merge pull request #3868 from hiroponz/fix_check_git_version

Fix check git version.

11 years agoMerge pull request #3866 from senny/maintenance_guidelines
Dmitriy Zaporozhets [Tue, 7 May 2013 11:31:08 +0000 (04:31 -0700)]
Merge pull request #3866 from senny/maintenance_guidelines

maintenance policy

11 years agoMerge pull request #3852 from axilleas/minitest-fix
Dmitriy Zaporozhets [Tue, 7 May 2013 11:30:48 +0000 (04:30 -0700)]
Merge pull request #3852 from axilleas/minitest-fix

Add minitest to Gemfile. Fix #3826

11 years agomaintenance policy draft
Yves Senn [Mon, 6 May 2013 15:08:09 +0000 (17:08 +0200)]
maintenance policy draft

11 years agoFix check git version.
Sato Hiroyuki [Tue, 7 May 2013 08:12:44 +0000 (17:12 +0900)]
Fix check git version.

Checking is "yes" only if git version equals "1.7.10" exactly.

11 years agoAdd minitest to Gemfile. Fix #3826
Axilleas Pipinellis [Mon, 6 May 2013 16:53:19 +0000 (19:53 +0300)]
Add minitest to Gemfile. Fix #3826

There are occasions where minitest is not bundled in packaged
versions of ruby that some OSes distribute (eg Fedora). Adding
minitest to Gemfile ensures that it gets loaded and tests can run.

Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
11 years agoMerge pull request #3856 from NARKOZ/delete-hook-api
Dmitriy Zaporozhets [Mon, 6 May 2013 19:18:25 +0000 (12:18 -0700)]
Merge pull request #3856 from NARKOZ/delete-hook-api

fix API route to delete project hook

11 years agofix API route to delete project hook
Nihad Abbasov [Mon, 6 May 2013 19:09:23 +0000 (00:09 +0500)]
fix API route to delete project hook

11 years agoRestyle admin -> groups page
Dmitriy Zaporozhets [Mon, 6 May 2013 18:48:28 +0000 (21:48 +0300)]
Restyle admin -> groups page

11 years agoStyle pagination
Dmitriy Zaporozhets [Mon, 6 May 2013 17:56:45 +0000 (20:56 +0300)]
Style pagination

11 years agoUsability improvements to deploy leys
Dmitriy Zaporozhets [Mon, 6 May 2013 17:41:08 +0000 (20:41 +0300)]
Usability improvements to deploy leys

11 years agoMerge pull request #3847 from boldt/unicorn-to-puma
Dmitriy Zaporozhets [Mon, 6 May 2013 15:11:11 +0000 (08:11 -0700)]
Merge pull request #3847 from boldt/unicorn-to-puma

Fixed forgotten unicorn to puma in a comment.

11 years agoFixed forgotten unicorn to puma in a comment.
Dennis Boldt [Mon, 6 May 2013 14:52:47 +0000 (16:52 +0200)]
Fixed forgotten unicorn to puma in a comment.

11 years agoUpdate CHANGELOG
Dmitriy Zaporozhets [Mon, 6 May 2013 14:50:30 +0000 (17:50 +0300)]
Update CHANGELOG

11 years agoMerge branch 'feature/improve_deploy_keys' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 6 May 2013 14:43:21 +0000 (14:43 +0000)]
Merge branch 'feature/improve_deploy_keys' of /home/git/repositories/gitlab/gitlabhq

11 years agoAdd migration code for existing deploy keys
Dmitriy Zaporozhets [Mon, 6 May 2013 14:42:13 +0000 (17:42 +0300)]
Add migration code for existing deploy keys

11 years agomodify api to work with new deploy keys
Dmitriy Zaporozhets [Mon, 6 May 2013 13:24:58 +0000 (16:24 +0300)]
modify api to work with new deploy keys

11 years agoMerge pull request #3845 from senny/link_contribution_guide_to_test_section
Dmitriy Zaporozhets [Mon, 6 May 2013 13:20:15 +0000 (06:20 -0700)]
Merge pull request #3845 from senny/link_contribution_guide_to_test_section

link contribution guide to test section in README

11 years agolink contribution guide to test section in README
Yves Senn [Mon, 6 May 2013 13:17:37 +0000 (15:17 +0200)]
link contribution guide to test section in README

11 years agoFeature: Deploy keys between projects
Dmitriy Zaporozhets [Mon, 6 May 2013 12:10:55 +0000 (15:10 +0300)]
Feature: Deploy keys between projects

11 years agoRemove project_id from keys table
Dmitriy Zaporozhets [Mon, 6 May 2013 12:10:05 +0000 (15:10 +0300)]
Remove project_id from keys table

11 years agoFeature tests for deploy keys
Dmitriy Zaporozhets [Mon, 6 May 2013 12:09:41 +0000 (15:09 +0300)]
Feature tests for deploy keys

11 years agoModel specs for DeployKeys
Dmitriy Zaporozhets [Mon, 6 May 2013 12:09:26 +0000 (15:09 +0300)]
Model specs for DeployKeys

11 years agoCheck git version in gitlab:check
Dmitriy Zaporozhets [Mon, 6 May 2013 12:08:53 +0000 (15:08 +0300)]
Check git version in gitlab:check

11 years agomigrations for ssh key STI and deploy keys <-> projects relation
Dmitriy Zaporozhets [Mon, 6 May 2013 09:27:54 +0000 (12:27 +0300)]
migrations for ssh key STI and deploy keys <-> projects relation

11 years agoCreate DeployKey & DeployKeysProject models. Bulding many to many relation between...
Dmitriy Zaporozhets [Mon, 6 May 2013 09:26:36 +0000 (12:26 +0300)]
Create DeployKey & DeployKeysProject models. Bulding many to many relation between deploy keys and projects

11 years agoMerge pull request #3837 from majjacz/patch-1
Dmitriy Zaporozhets [Mon, 6 May 2013 06:43:12 +0000 (23:43 -0700)]
Merge pull request #3837 from majjacz/patch-1

Changed forgotten unicorn to puma in the init script

11 years agoMerge pull request #3841 from falk/master
Dmitriy Zaporozhets [Mon, 6 May 2013 06:42:42 +0000 (23:42 -0700)]
Merge pull request #3841 from falk/master

Remove 2000 char limit on issue description

11 years agoRepair failed test
Andrey Kumanyaev [Wed, 20 Mar 2013 22:00:52 +0000 (02:00 +0400)]
Repair failed test

11 years agoremove trailing spaces
Andrey Kumanyaev [Wed, 20 Mar 2013 21:46:30 +0000 (01:46 +0400)]
remove trailing spaces

11 years agoReplace old hashes with new 1.9 ruby hashes (rebase)
Andrey Kumanyaev [Sun, 5 May 2013 14:01:10 +0000 (18:01 +0400)]
Replace old hashes with new 1.9 ruby hashes (rebase)

11 years agoRemove 2000 char limit on issue description textarea
falk [Sun, 5 May 2013 13:54:22 +0000 (15:54 +0200)]
Remove 2000 char limit on issue description textarea

11 years agoAdd smtp_settings sample
Dmitriy Zaporozhets [Sun, 5 May 2013 09:48:32 +0000 (12:48 +0300)]
Add smtp_settings sample

11 years agoChanged forgotten unicorn to puma in the init script
majjacz [Sat, 4 May 2013 19:39:53 +0000 (21:39 +0200)]
Changed forgotten unicorn to puma in the init script

11 years agoautocomplete issues and preload autocomplete data.
ichord [Fri, 3 May 2013 15:39:18 +0000 (23:39 +0800)]
autocomplete issues and preload autocomplete data.

update jquery-atwho-rails to v0.3.0

add autocomplete_source action to project for gfm autocomplete

move init_autocomplete layout from head_panel to project_resource

11 years agoReorder buttons on clone panel of project
Dmitriy Zaporozhets [Fri, 3 May 2013 21:08:49 +0000 (00:08 +0300)]
Reorder buttons on clone panel of project

11 years agoMerge pull request #3829 from amacarthur/ruby2-fork-fix
Dmitriy Zaporozhets [Fri, 3 May 2013 19:56:00 +0000 (12:56 -0700)]
Merge pull request #3829 from amacarthur/ruby2-fork-fix

fork failing when calling initialize_dup

11 years agofork failing when calling initialize_dup
Angus MacArthur [Fri, 3 May 2013 15:59:26 +0000 (11:59 -0400)]
fork failing when calling initialize_dup

initialize_dup has been made private as of ruby 2.0.0. I have
corrected it to call the publicly available dup method

11 years agoMerge pull request #3814 from tsl0922/fix-ace-mode-404
Dmitriy Zaporozhets [Fri, 3 May 2013 10:55:20 +0000 (03:55 -0700)]
Merge pull request #3814 from tsl0922/fix-ace-mode-404

fix ace editor Syntax Highlighter mode load 404

11 years agoMerge pull request #3818 from bbodenmiller/patch-1
Dmitriy Zaporozhets [Fri, 3 May 2013 10:53:26 +0000 (03:53 -0700)]
Merge pull request #3818 from bbodenmiller/patch-1

add proper code/command formatting where missing in CONTRIBUTING.md

11 years agoMerge pull request #3820 from bbodenmiller/patch-3
Dmitriy Zaporozhets [Fri, 3 May 2013 10:51:53 +0000 (03:51 -0700)]
Merge pull request #3820 from bbodenmiller/patch-3

link to RSpec. related to #3810

11 years agoMerge pull request #3817 from gitlabhq/link_to_spinach_in_readm
Dmitriy Zaporozhets [Fri, 3 May 2013 10:51:03 +0000 (03:51 -0700)]
Merge pull request #3817 from gitlabhq/link_to_spinach_in_readm

link to spinach in the README. Closes #3810

11 years agofix ace mode 404
tsl0922 [Fri, 3 May 2013 10:09:57 +0000 (18:09 +0800)]
fix ace mode 404

11 years agolink to RSpec. related to #3810
Ben Bodenmiller [Fri, 3 May 2013 08:03:49 +0000 (01:03 -0700)]
link to RSpec. related to #3810

11 years agoadd proper code/command formatting where missing
Ben Bodenmiller [Fri, 3 May 2013 07:48:14 +0000 (00:48 -0700)]
add proper code/command formatting where missing

11 years agolink to spinach in the README. Closes #3810
Yves Senn [Fri, 3 May 2013 07:14:44 +0000 (10:14 +0300)]
link to spinach in the README. Closes #3810

11 years agoMerge pull request #3801 from holdtotherod/feature/internally-public-projects
Dmitriy Zaporozhets [Fri, 3 May 2013 07:00:48 +0000 (00:00 -0700)]
Merge pull request #3801 from holdtotherod/feature/internally-public-projects

Internally public projects

11 years agoMerge pull request #3597 from amacarthur/fork-pull-request
Dmitriy Zaporozhets [Fri, 3 May 2013 06:41:07 +0000 (23:41 -0700)]
Merge pull request #3597 from amacarthur/fork-pull-request

updated fork feature to use gitlab-shell for v5 of gitlab

11 years agoMerge pull request #3634 from tsl0922/patch-grack-auth
Saito [Fri, 3 May 2013 05:13:43 +0000 (22:13 -0700)]
Merge pull request #3634 from tsl0922/patch-grack-auth

fix http push 401 and 500 with some git clients

11 years agobetter fix for encoding error
tsl0922 [Fri, 3 May 2013 03:31:23 +0000 (11:31 +0800)]
better fix for encoding error

11 years agofix: UTF-8 encoding error
tsl0922 [Sat, 20 Apr 2013 01:18:37 +0000 (09:18 +0800)]
fix: UTF-8 encoding error

11 years agofix http push 401
tsl0922 [Fri, 19 Apr 2013 08:43:54 +0000 (16:43 +0800)]
fix http push 401

11 years agoMade fixes suggested by @randx in pull request
Angus MacArthur [Thu, 2 May 2013 20:27:40 +0000 (16:27 -0400)]
Made fixes suggested by @randx in pull request

See https://github.com/gitlabhq/gitlabhq/pull/3597#discussion-diff-4014638

11 years agoFix bug for repeated fork requests
Angus MacArthur [Thu, 2 May 2013 19:30:13 +0000 (15:30 -0400)]
Fix bug for repeated fork requests

When asking to fork a project and a project with the same name
already exists (likely from a previous fork), the recovery from
the fork failure would inadvertantly delete the repo of the
existing destination project.

11 years agoNon-logged in users see public project names as static text
Stephen Lottermoser [Thu, 2 May 2013 20:25:31 +0000 (13:25 -0700)]
Non-logged in users see public project names as static text

In the public area, project names are shown as static text for
non-logged in users, while logged-in users are given project
names as links they can follow to the project's page.

11 years agoMerge pull request #3645 from lucasuyezu/alphabetically_sorted
Dmitriy Zaporozhets [Thu, 2 May 2013 12:51:33 +0000 (05:51 -0700)]
Merge pull request #3645 from lucasuyezu/alphabetically_sorted

Assignees are now sorted alphabetically.

11 years agoMerge pull request #3704 from former03/feature_bugfix_js_memberadd_realtive_url_root
Dmitriy Zaporozhets [Thu, 2 May 2013 12:35:26 +0000 (05:35 -0700)]
Merge pull request #3704 from former03/feature_bugfix_js_memberadd_realtive_url_root

[BUGFIX] User suggest at team_members/new not working with relative_url_root

11 years agoFix issue with undefined dispather page
Dmitriy Zaporozhets [Thu, 2 May 2013 12:28:07 +0000 (15:28 +0300)]
Fix issue with undefined dispather page

11 years agoMove search autocomplete call to dispatcher
Dmitriy Zaporozhets [Thu, 2 May 2013 11:51:47 +0000 (14:51 +0300)]
Move search autocomplete call to dispatcher

11 years agocoffescript refactoring pt.1
Dmitriy Zaporozhets [Thu, 2 May 2013 11:36:53 +0000 (14:36 +0300)]
coffescript refactoring pt.1

11 years agoFix newlines in how-to-merge. Added steps description. Fixes #3772
Dmitriy Zaporozhets [Thu, 2 May 2013 10:23:50 +0000 (13:23 +0300)]
Fix newlines in how-to-merge. Added steps description. Fixes #3772

11 years agomove more inline js to handle via dispatcher
Dmitriy Zaporozhets [Thu, 2 May 2013 08:46:45 +0000 (11:46 +0300)]
move more inline js to handle via dispatcher

11 years agoRemove on-ready for NoteList event
Dmitriy Zaporozhets [Thu, 2 May 2013 08:23:58 +0000 (11:23 +0300)]
Remove on-ready for NoteList event

11 years agoReplace inline document.ready with dispatcher
Dmitriy Zaporozhets [Thu, 2 May 2013 08:18:29 +0000 (11:18 +0300)]
Replace inline document.ready with dispatcher

11 years agoFix internally public projects tests
Stephen Lottermoser [Thu, 2 May 2013 07:53:54 +0000 (00:53 -0700)]
Fix internally public projects tests

Takes into account 98bea4b1ff and 3b88636d3c.

11 years agoInternally public projects
Stephen Lottermoser [Thu, 2 May 2013 06:52:05 +0000 (23:52 -0700)]
Internally public projects

Public projects listed in the public section will be linked to the
actual project's page. Public projects now give any user Guest
permissions to the project, allowing them to download the code, read
and create issues, and view anything else in the project's pages.

Ample access tests have been added to the project_access_spec to
verify correct permissions and behavior on public projects.
- Visitors to the site who are not logged in still cannot view the
  project's pages.
- Logged-in users visiting a public project where they are not a team
  member can create issues, but not snippets. They can view the projects
  code, issues, merge requests, etc, just as if they were a Guest member
  of the project.
- Since this is a public project, the user is also granted :download_code
  permissions, a permission normally reserved for Reporters, since they
  can clone the repo anyways and browse commits and branches locally.

11 years agofix test
Dmitriy Zaporozhets [Thu, 2 May 2013 05:46:27 +0000 (08:46 +0300)]
fix test

11 years agoMerge pull request #3799 from ciarand/team-admin-placeholder-text
Dmitriy Zaporozhets [Thu, 2 May 2013 05:46:39 +0000 (22:46 -0700)]
Merge pull request #3799 from ciarand/team-admin-placeholder-text

Swapped out placeholder text on teams admin page

11 years agoSwapped out placeholder text on teams admin page
Ciaran Downey [Wed, 1 May 2013 22:09:18 +0000 (15:09 -0700)]
Swapped out placeholder text on teams admin page

Changed "simple Teams description" placeholder subtitle to "allow you
to organize groups of people that have a common focus. Use teams to
simplify the process of assigning roles to groups of people."

11 years agogitlab_git to 1.0.6, return submodule rendering in tree
Dmitriy Zaporozhets [Wed, 1 May 2013 10:39:37 +0000 (13:39 +0300)]
gitlab_git to 1.0.6, return submodule rendering in tree

11 years agoUpdate all gems!
Dmitriy Zaporozhets [Wed, 1 May 2013 10:29:29 +0000 (13:29 +0300)]
Update all gems!

11 years agoInit aws support for file storage
Dmitriy Zaporozhets [Wed, 1 May 2013 09:41:37 +0000 (12:41 +0300)]
Init aws support for file storage

11 years agoMerge branch 'install-link' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Wed, 1 May 2013 09:02:59 +0000 (09:02 +0000)]
Merge branch 'install-link' of /home/git/repositories/gitlab/gitlabhq

11 years agoLink to install guide must point to latest release automatically,
Sytse Sijbrandij [Wed, 1 May 2013 07:26:40 +0000 (09:26 +0200)]
Link to install guide must point to latest release automatically,

11 years agoMerge pull request #3786 from sashkab/emoji-fix
Dmitriy Zaporozhets [Tue, 30 Apr 2013 15:21:21 +0000 (08:21 -0700)]
Merge pull request #3786 from sashkab/emoji-fix

Show emoji popup if colon preceding by space or is new line.

11 years agoShow emoji popup if : preceeding by space or is new line.
Aleks Bunin [Tue, 30 Apr 2013 13:29:43 +0000 (09:29 -0400)]
Show emoji popup if : preceeding by space or is new line.