Dmitriy Zaporozhets
|
811505c7ce
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Conflicts:
app/controllers/projects/team_members_controller.rb
app/views/groups/members.html.haml
|
2015-03-03 13:33:40 -08:00 |
|
Douwe Maan
|
3702c4ad80
|
Render go-import meta tag for private repos.
|
2015-03-03 11:22:30 +01:00 |
|
Dmitriy Zaporozhets
|
8dcffdcdc1
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-to-ee
Conflicts:
app/helpers/oauth_helper.rb
app/helpers/projects_helper.rb
app/models/service.rb
app/views/devise/shared/_signin_box.html.haml
config/gitlab.yml.example
db/schema.rb
doc/integration/github.md
features/project/service.feature
lib/gitlab/github_import/client.rb
|
2015-03-02 16:10:12 -08:00 |
|
Stan Hu
|
4bc5c66fe1
|
Fix broken project_url routing when protected branches are accessed with an empty repo
|
2015-03-01 20:26:21 -08:00 |
|
Dmitriy Zaporozhets
|
0d884ff2b1
|
Merge branch 'extend_markdown_upload' into 'master'
Generalizes image upload in drag and drop in markdown to all files
From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/265 by Hannes Rosenögger.
- [x] Rebase on master when !1553 is merged in
See merge request !1530
|
2015-02-25 23:36:03 +00:00 |
|
Douwe Maan
|
769d1ce64b
|
Fix spec.
|
2015-02-24 16:10:55 +01:00 |
|
Douwe Maan
|
f2b37de54b
|
Fix specs.
|
2015-02-24 15:07:24 +01:00 |
|
Douwe Maan
|
ad6d623234
|
Add Bitbucket importer.
|
2015-02-24 15:07:24 +01:00 |
|
Douwe Maan
|
0283fff591
|
Merge branch 'master' into extend_markdown_upload
# Conflicts:
# app/views/projects/issues/_form.html.haml
# app/views/projects/merge_requests/_form.html.haml
# app/views/projects/merge_requests/_new_submit.html.haml
# app/views/projects/milestones/_form.html.haml
# app/views/projects/notes/_form.html.haml
# app/views/projects/wikis/_form.html.haml
# config/routes.rb
# spec/controllers/projects_controller_spec.rb
|
2015-02-24 14:54:39 +01:00 |
|
Dmitriy Zaporozhets
|
976e18bb33
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into 7-9-pre
Conflicts:
app/views/groups/show.html.haml
app/views/projects/team_members/index.html.haml
config/routes.rb
|
2015-02-23 23:56:59 -08:00 |
|
Vinnie Okada
|
2a9eed6620
|
Merge branch 'master' into rails-4.1.9
Conflicts:
app/views/projects/commits/_commit.html.haml
app/views/projects/issues/_issue.html.haml
app/views/projects/issues/_issue_context.html.haml
app/views/projects/merge_requests/_merge_request.html.haml
app/views/projects/merge_requests/show/_context.html.haml
|
2015-02-21 12:55:28 -07:00 |
|
Douwe Maan
|
aba1251594
|
Merge branch 'master' into extend_markdown_upload
|
2015-02-21 13:46:58 +01:00 |
|
Dmitriy Zaporozhets
|
b2fb6e0e0c
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
Conflicts:
app/services/merge_requests/build_service.rb
app/views/layouts/_head.html.haml
|
2015-02-20 16:02:25 -08:00 |
|
Marcin Kulik
|
157b4b4b1f
|
Add gitorious.org importer
|
2015-02-20 17:42:58 +00:00 |
|
Douwe Maan
|
2570e4df79
|
Fix specs.
|
2015-02-20 16:55:38 +01:00 |
|
Douwe Maan
|
d2ebdf664b
|
Refactor.
|
2015-02-17 22:23:31 +01:00 |
|
 Hannes RosenöggerandDouwe Maan
|
192e730662
|
Fix tests
|
2015-02-17 22:21:13 +01:00 |
|
 Hannes RosenöggerandDouwe Maan
|
9bf8480b4a
|
Generalize the image upload in markdown
This commit generalizes the image upload via drag and drop so it supports all files.
It also adds access control for these files.
|
2015-02-17 22:20:44 +01:00 |
|
Marin Jankovski
|
7d9ef1124e
|
Merge remote-tracking branch 'ce/master' into merge_ce
Conflicts:
README.md
app/assets/javascripts/project.js.coffee
app/models/concerns/mentionable.rb
app/models/project.rb
app/models/project_services/jira_service.rb
app/models/service.rb
app/models/user.rb
app/services/git_push_service.rb
config/initializers/1_settings.rb
config/routes.rb
db/schema.rb
doc/integration/README.md
doc/integration/external-issue-tracker.md
doc/integration/github.md
spec/controllers/import/github_controller_spec.rb
spec/helpers/merge_requests_helper.rb
spec/lib/gitlab/upgrader_spec.rb
spec/models/note_spec.rb
spec/requests/api/groups_spec.rb
spec/services/git_push_service_spec.rb
|
2015-02-16 11:50:30 -08:00 |
|
Vinnie Okada
|
76aad9b76e
|
Upgrade to Rails 4.1.9
Make the following changes to deal with new behavior in Rails 4.1.2:
* Use nested resources to avoid slashes in arguments to path helpers.
|
2015-02-14 11:09:23 -07:00 |
|
Jeroen van Baarsen
|
026e988544
|
Even more hound fixes
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
|
2015-02-12 21:00:55 +01:00 |
|
Jeroen van Baarsen
|
940a402b6e
|
Fixed hound warnings
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
|
2015-02-12 19:32:58 +01:00 |
|
Jeroen van Baarsen
|
0c4a70a306
|
Updated rspec to rspec 3.x syntax
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
|
2015-02-12 19:17:35 +01:00 |
|
Valery Sizov
|
1308a8a0ef
|
GHE: fix
|
2015-02-10 16:03:02 +02:00 |
|
Valery Sizov
|
45ec0d255d
|
Merge remote-tracking branch 'ee/master' into ce_non_conflict
Conflicts:
app/helpers/oauth_helper.rb
app/helpers/projects_helper.rb
|
2015-02-05 22:01:05 -08:00 |
|
Valery Sizov
|
b3c90dd514
|
GitHub importer refactoring
|
2015-02-05 21:48:21 -08:00 |
|
Valery Sizov
|
2d5765bd2c
|
gitlab.com importer: fix specs after refactoring
|
2015-02-05 12:50:34 -08:00 |
|
Valery Sizov
|
33349dd549
|
GitLab.com integration: refactoring
|
2015-02-05 12:50:34 -08:00 |
|
Valery Sizov
|
5194214e3a
|
GitLab integration. Importer
|
2015-02-05 12:50:34 -08:00 |
|
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 |
|
Valery Sizov
|
b9d9ac82a9
|
Commit page: async load branches info
Conflicts:
config/routes.rb
|
2015-02-03 09:10:56 -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
|
08582f1532
|
Improve user calendar authentification and tests
|
2015-01-29 08:55:57 -08:00 |
|
Dmitriy Zaporozhets
|
a9288e554e
|
Cleanup and make contribution calendar faster
|
2015-01-29 00:53:43 -08:00 |
|
Hannes Rosenögger
|
792ced2f41
|
Add a commit calendar to the user profile
|
2015-01-29 01:25:26 +01:00 |
|
Valery Sizov
|
badfdf6634
|
Merge remote-tracking branch 'ee/master' into ce-non-conflict
Conflicts:
app/controllers/projects/merge_requests_controller.rb
app/helpers/projects_helper.rb
db/schema.rb
|
2015-01-13 18:22:38 -08:00 |
|
Valery Sizov
|
ee28ee5f13
|
rspec fix
|
2015-01-10 20:04:06 -08:00 |
|
 Valery SizovandValery Sizov
|
a9f7fd2c1a
|
Github Importer
|
2015-01-10 09:51:43 -08:00 |
|
Jacob Vosmaer
|
11b3a05946
|
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
|
2014-11-17 15:41:52 +01:00 |
|
Marin Jankovski
|
9eb571f0ea
|
Add branch controller test.
|
2014-11-13 16:19:07 +01:00 |
|
Marin Jankovski
|
a8b655a46e
|
Fix unsubscribe controller spec.
|
2014-08-22 12:03:33 +02:00 |
|
Jacob Vosmaer
|
ee8836a903
|
Merge commit '27cf081e1b0b1df166' into merge_ce_27cf081e1b0b1df166
Conflicts:
VERSION
app/models/user.rb
app/services/merge_requests/build_service.rb
config/gitlab.yml.example
db/schema.rb
doc/integration/README.md
features/project/merge_requests.feature
features/steps/project/merge_requests.rb
|
2014-08-15 10:25:23 +02:00 |
|
Jan-Willem van der Meer
|
3a42051d55
|
Use CGI encoding to ensure email address is transported correctly
Tnx to @jacobvosmaer for the suggestion
source: http://stackoverflow.com/questions/4394381/rails-url-helper-not-encoding-ampersands
|
2014-08-13 12:04:53 +02:00 |
|
Jan-Willem van der Meer
|
1dd995a763
|
Move tests as well, remove public namespace from controller
|
2014-08-12 17:56:29 +02:00 |
|
Jan-Willem van der Meer
|
725891d80f
|
Do not display other behaviour if the email address does not exist
|
2014-08-12 17:47:01 +02:00 |
|
Jan-Willem van der Meer
|
e0d6a086c1
|
Add request specs for unsubscribe
|
2014-08-11 13:37:21 +02:00 |
|
Dmitriy Zaporozhets
|
a0755d2f05
|
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-08-07 20:46:17 +03:00 |
|
Dmitriy Zaporozhets
|
b954f24420
|
Fix MR controller tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
2014-08-06 09:07:11 +03:00 |
|
Ciro Santilli
|
9b5c7a4d60
|
Add star count, view logic, more tests.
|
2014-07-17 22:47:16 +02:00 |
|
Ciro Santilli
|
714f7201d3
|
Add project stars.
|
2014-07-17 22:47:16 +02:00 |
|