Dmitriy Zaporozhets
|
9b140b22fb
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-into-ee
Conflicts:
Gemfile.lock
app/helpers/tab_helper.rb
config/routes.rb
db/schema.rb
|
2015-02-04 18:19:22 -08:00 |
|
Dmitriy Zaporozhets
|
61cc6a9244
|
Rubocop: indentation fixes Yay!!!
|
2015-02-02 21:59:28 -08:00 |
|
Dmitriy Zaporozhets
|
7d48205c1a
|
Rubocop: comment indentation
|
2015-02-02 21:34:16 -08:00 |
|
Marin Jankovski
|
3e875b05b4
|
Merge remote-tracking branch 'ce/master' into merge_ce
Conflicts:
Gemfile
Gemfile.lock
app/assets/javascripts/project_new.js.coffee
app/controllers/projects_controller.rb
app/models/group.rb
app/models/project.rb
app/models/project_services/jira_service.rb
app/models/project_team.rb
app/models/user.rb
app/services/files/create_service.rb
app/views/layouts/nav/_admin.html.haml
config/routes.rb
db/schema.rb
spec/models/jira_service_spec.rb
spec/requests/api/projects_spec.rb
|
2015-01-29 11:34:43 -08:00 |
|
Dmitriy Zaporozhets
|
953c1fff8f
|
Be more careful with parsing changes from gitlab-shell
|
2015-01-28 17:00:40 -08:00 |
|
Dmitriy Zaporozhets
|
c6f7f09dd2
|
Merge branch 'fix_git_hook' into 'master'
Fix pushing to new branch when 'Check whether author is a GitLab user' is enebled.
See merge request !301
|
2015-01-27 22:16:22 +00:00 |
|
Valery Sizov
|
fd1614726d
|
fix pushing to new branch when check of author of commit is enabled
|
2015-01-26 10:53:10 -08:00 |
|
Dmitriy Zaporozhets
|
2bfd4f4438
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
Conflicts:
VERSION
config/gitlab.yml.example
config/initializers/1_settings.rb
lib/api/entities.rb
lib/api/groups.rb
|
2015-01-21 17:05:31 -08:00 |
|
Valery Sizov
|
ab7a79bf3b
|
developer can push to protected branches
|
2015-01-20 17:34:23 -08:00 |
|
Dmitriy Zaporozhets
|
3a9682a3d7
|
Merge dev.gitlab.org:gitlab/gitlabhq into upstream-ce
Conflicts:
VERSION
app/helpers/selects_helper.rb
app/models/project.rb
app/views/devise/sessions/new.html.haml
app/views/groups/_settings_nav.html.haml
app/views/layouts/nav/_admin.html.haml
app/views/profiles/keys/_key.html.haml
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/show.html.haml
app/views/projects/merge_requests/show/_mr_accept.html.haml
config/routes.rb
db/schema.rb
doc/api/projects.md
features/steps/shared/paths.rb
|
2015-01-08 20:37:35 -08:00 |
|
Marin Jankovski
|
92eb3974ac
|
Add option to disable/enable developers push to already protected branches.
|
2014-12-26 11:39:12 +01:00 |
|
Marin Jankovski
|
770b2a5cfb
|
Move protected branch actions into a method.
|
2014-12-26 09:52:39 +01:00 |
|
Marin Jankovski
|
61b4214e94
|
Allow regular code push for developers if the protected branch allows it.
|
2014-12-26 09:35:49 +01:00 |
|
Dmitriy Zaporozhets
|
1c93d0df7a
|
Merge branch 'master' into ce-changes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
db/schema.rb
|
2014-12-11 18:12:45 +02:00 |
|
Dmitriy Zaporozhets
|
4491a3d12b
|
Decline push if repository does not exist
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-12-05 18:17:51 +02:00 |
|
Dmitriy Zaporozhets
|
3bd66989de
|
Merge branch 'master' into ee-master
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
Gemfile
Gemfile.lock
VERSION
app/models/project.rb
app/models/user.rb
db/schema.rb
doc/install/installation.md
doc/update/6.x-or-7.x-to-7.5.md
doc/update/7.4-to-7.5.md
lib/gitlab/git_access.rb
spec/factories.rb
spec/lib/gitlab/git_access_spec.rb
|
2014-12-05 13:28:32 +02:00 |
|
Dmitriy Zaporozhets
|
835cbc06d8
|
Reload mr code on force push too
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-12-02 17:42:56 +02:00 |
|
Dmitriy Zaporozhets
|
06b7907c2a
|
Fix deploy keys permission check in internal api
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-12-01 16:25:10 +02:00 |
|
Valery Sizov
|
8290e23e65
|
Git hook messages: Improved error description
|
2014-11-25 11:37:46 +00:00 |
|
Valery Sizov
|
53bf52f191
|
Better message for failed pushes because of git hooks
Conflicts:
lib/gitlab/git_access.rb
spec/lib/gitlab/git_access_spec.rb
|
2014-11-18 13:10:07 +02:00 |
|
Valery Sizov
|
3058059c0a
|
Better message for failed pushes because of git hooks
|
2014-11-17 12:34:37 +02:00 |
|
Valery Sizov
|
3fcd75a911
|
Merge CE master into EE master
Conflicts:
Gemfile
VERSION
app/assets/javascripts/project.js.coffee
app/assets/javascripts/users_select.js.coffee
app/controllers/projects/services_controller.rb
app/models/project.rb
app/views/groups/edit.html.haml
features/project/service.feature
features/steps/project/services.rb
spec/models/concerns/mentionable_spec.rb
|
2014-11-13 17:05:12 +02:00 |
|
Ciro Santilli
|
71ed0ab069
|
Fix push not allowed to protected branch if
commit starts with 7 zeros.
|
2014-11-03 20:37:47 +01:00 |
|
Valery Sizov
|
c9470f5c78
|
Ability to block commits with certain filenames
|
2014-11-03 18:22:43 +02:00 |
|
 Valery SizovandValery Sizov
|
a7f0160f9e
|
git hook: code style
|
2014-11-03 14:41:07 +02:00 |
|
Valery Sizov
|
76764338dd
|
Git Hook to check whether author is a GitLab member
|
2014-10-31 16:19:58 +02:00 |
|
Valery Sizov
|
a62ad80a0f
|
Git hooks for checking email
|
2014-10-29 11:42:51 +02:00 |
|
Dmitriy Zaporozhets
|
f4d43ed3b1
|
Merge branch 'master' into ce-upstream
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
app/controllers/projects/services_controller.rb
app/models/concerns/mentionable.rb
app/models/project.rb
app/models/user.rb
app/views/admin/users/index.html.haml
app/views/projects/services/_form.html.haml
config/gitlab.yml.example
config/initializers/1_settings.rb
lib/gitlab/git_access.rb
lib/gitlab/ldap/access.rb
lib/gitlab/ldap/person.rb
lib/gitlab/reference_extractor.rb
spec/lib/gitlab/ldap/access_spec.rb
|
2014-10-14 18:23:51 +03:00 |
|
Dmitriy Zaporozhets
|
0bf99f6557
|
Developers can push to wiki repo. Protected branches does not affect wiki repo any more
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-10-07 16:05:24 +03:00 |
|
Dmitriy Zaporozhets
|
a5972170ad
|
Merge remote-tracking branch 'origin/master' into ee-7-4
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
app/controllers/projects/team_members_controller.rb
app/finders/projects_finder.rb
app/models/group.rb
app/models/project_team.rb
app/models/users_group.rb
config/gitlab.yml.example
config/initializers/1_settings.rb
config/routes.rb
db/schema.rb
doc/integration/ldap.md
features/steps/group.rb
features/steps/project/project.rb
|
2014-10-02 13:24:59 +03:00 |
|
Jacob Vosmaer
|
f12d6278ed
|
Fix ref parsing in Gitlab::GitAccess
|
2014-09-23 13:18:36 +02:00 |
|
Jacob Vosmaer
|
e93523ed31
|
Merge commit '79190fe06b' into merge-79190fe06b-7.3.0-pre
Conflicts:
Gemfile
README.md
VERSION
db/schema.rb
doc/install/installation.md
lib/gitlab/git_access.rb
lib/gitlab/ldap/user.rb
spec/lib/gitlab/ldap/access_spec.rb
|
2014-09-15 11:24:51 +02:00 |
|
Dmitriy Zaporozhets
|
0306a4e2e4
|
Rewrite GitAccess for gitlab-shell v2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-09-01 19:57:25 +03:00 |
|
Dmitriy Zaporozhets
|
b165b097f5
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-7-to-ee
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
LICENSE
VERSION
app/controllers/omniauth_callbacks_controller.rb
app/helpers/application_helper.rb
app/helpers/merge_requests_helper.rb
app/models/group.rb
app/models/project.rb
app/models/project_team.rb
app/views/admin/groups/edit.html.haml
app/views/groups/_projects.html.haml
app/views/groups/edit.html.haml
db/schema.rb
doc/install/installation.md
doc/integration/README.md
lib/gitlab/git_access.rb
lib/gitlab/markdown.rb
spec/helpers/merge_requests_helper.rb
spec/models/merge_request_spec.rb
|
2014-06-17 10:53:44 +03:00 |
|
Dmitriy Zaporozhets
|
d8c7efa626
|
Dont allow git tag rewrite/removal unless you are master
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-05-30 16:26:45 +03:00 |
|
Dmitriy Zaporozhets
|
36cac35b24
|
Dont allow remove of protected branch
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-05-22 15:38:47 +03:00 |
|
Marin Jankovski
|
95ef8f9756
|
Merge remote-tracking branch 'ce/master'
Conflicts:
VERSION
doc/install/installation.md
doc/integration/README.md
doc/integration/external-issue-tracker.md
lib/gitlab/markdown.rb
spec/lib/gitlab/ldap/ldap_access_spec.rb
|
2014-05-21 13:10:37 +02:00 |
|
Jacob Vosmaer
|
34fd557055
|
Move user access check to Gitlab::UserAccess
|
2014-05-15 10:22:59 +02:00 |
|
Jacob Vosmaer
|
797e807249
|
Use LDAP::Access.open to reuse the LDAP connection
|
2014-05-14 19:04:00 +02:00 |
|
Dmitriy Zaporozhets
|
fae2e540b6
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into upstream-ce-6-8
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
CHANGELOG
Gemfile.lock
README.md
VERSION
app/assets/javascripts/application.js
db/schema.rb
doc/install/installation.md
doc/update/4.2-to-5.0.md
doc/update/5.0-to-5.1.md
doc/update/5.1-to-5.2.md
doc/update/5.2-to-5.3.md
doc/update/5.4-to-6.0.md
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.7.md
lib/gitlab/git_access.rb
|
2014-04-10 13:34:56 +03:00 |
|
Dmitriy Zaporozhets
|
5350492842
|
Fix support for force_push
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-04-03 15:03:45 +03:00 |
|
Dmitriy Zaporozhets
|
713815df14
|
Skip git hooks if oldrev or newrev is nil
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-03-26 17:24:53 +02:00 |
|
Steven Thonus
|
8b35b20837
|
first setup to protect protected branched to force updates
|
2014-03-25 22:33:14 +01:00 |
|
Dmitriy Zaporozhets
|
c55d2345ee
|
Fix http clone for public project
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-03-21 15:04:21 +02:00 |
|
Dmitriy Zaporozhets
|
7dd18a3ec8
|
Fix http clone for public project
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-03-21 14:52:30 +02:00 |
|
Dmitriy Zaporozhets
|
3fa2dd1107
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-6-7-rc
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Conflicts:
Gemfile.lock
VERSION
lib/gitlab/git_access.rb
|
2014-03-21 12:22:43 +02:00 |
|
Dmitriy Zaporozhets
|
b8dc5d2c5f
|
Implement 2 git hooks: tagf removal and commit message
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-03-20 14:59:01 +02:00 |
|
Dmitriy Zaporozhets
|
19c28822ef
|
Add Gitlab::GitAccess class to resolve auth issues during pull/push
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-03-20 10:16:17 +02:00 |
|
Dmitriy Zaporozhets
|
b4bef5e646
|
Add Gitlab::GitAccess class to resolve auth issues during pull/push
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-03-19 21:05:21 +02:00 |
|