Dmitriy Zaporozhets
81e1257071
Fix event loading with associations
2015-02-18 15:54:58 -08:00
Dmitriy Zaporozhets
56df257456
DB performance improvements to GitLab
2015-02-18 15:54:58 -08:00
Douwe Maan
9910b7ff99
Allow groups to be mentioned.
...
Resolves #1673 .
2015-02-05 19:10:52 +01:00
Hannes Rosenögger
70c44a0da2
Fix tests, merge conflicts, some minor issues and make the project avatar feature mergable
2015-01-24 18:51:16 +01:00
Dmitriy Zaporozhets
893a68baf3
Cache autocomplete or emojis
2015-01-23 16:17:27 -08:00
Dmitriy Zaporozhets
a42d84eca3
Faster autocomplete without unused description
2015-01-23 14:38:20 -08:00
Dmitriy Zaporozhets
1511999d88
Faster autocomplete for users/issues/emojiis
...
Instead of loading all issues and merge requests we load only open one.
This will reduce time load for autocomplete resources significantly
2015-01-22 17:51:35 -08:00
skv-headless
c4a56797a4
transfer error handler
2014-12-15 16:10:56 +03:00
Vinnie Okada
742e6eeed2
Merge branch 'upstream-master' into markdown-preview
...
Conflicts:
spec/routing/project_routing_spec.rb
2014-12-07 20:25:58 -07:00
Dmitriy Zaporozhets
9d93729313
Move projects import to separate resource. Add bare repo creation to repository controller
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-30 00:50:25 +02:00
Dmitriy Zaporozhets
674cbe939c
Dont allow project creation without repository
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-29 21:34:18 +02:00
Dmitriy Zaporozhets
e08e405ac4
Select namespace where to fork project
...
Now you can fork project into group or personal namespace.
Also I moved fork logic from ProjectsController to own fork resource
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-13 22:06:19 +02:00
Dmitriy Zaporozhets
c3e83d4771
Merge branch 'auth_duplication' into 'master'
...
Remove unnecessary authorisations
Because we already check read_project ability in `before_filter :project`
See merge request !1240
2014-11-05 15:23:26 +00:00
Valeriy Sizov
f9814bf288
Merge pull request #8094 from cirosantilli/rm-unused-authenticate_user
...
Remove unused authenticate_user from project#show
2014-11-05 16:31:11 +02:00
Valery Sizov
6f34d40436
remove auth duplication
2014-11-05 11:04:08 +02:00
Dmitriy Zaporozhets
c36a9e4cbf
Merge pull request #8029 from cirosantilli/rm-projects-controller-filter
...
Remove unused filter from ProjectsController
2014-10-21 11:58:08 +03:00
Ciro Santilli
9e1b97ad99
Use @project on controllers, don't call method
...
Also memoize the method to ensure that other methods in
ApplicationController that rely on it can call it efficiently.
2014-10-19 23:36:23 +02:00
Ciro Santilli
b011052ce7
Remove unused authenticate_user from project#show
...
Redundant with the authorize_read_project! filter
2014-10-19 11:46:57 +02:00
Vinnie Okada
5700842ba8
Add Markdown preview to more forms
...
Enable Markdown previews when creating and editing issues, merge
requests, and milestones, and when editing notes.
2014-10-15 23:52:33 -05:00
Ciro Santilli
a22d4cebb0
Remove unused filter from ProjectsController
...
Neither controller nor any of it's descendants have those actions.
2014-10-13 21:24:42 +02:00
Kevin Boyd
893bd8acec
Incorporating Dmitriy's referrer-based routing suggestion
2014-09-05 22:35:46 +00:00
Kevin Boyd
75b0ef82ba
Fine-tune the Remove Project redirect. Now it redirects to admin_projects_path and shows a flash message confirming the action has been taken.
2014-08-29 15:56:26 -07:00
Dmitriy Zaporozhets
6fb9badcae
Replace project labels with tags to prevent name conflict with GitLab labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-29 18:23:18 +03:00
Dmitriy Zaporozhets
e21ca9f8b1
Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into cirosantilli-star
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-07-24 10:54:42 +03:00
Dmitriy Zaporozhets
2a4c73c0a2
Fix project default branch change
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-21 22:47:41 +03:00
Ciro Santilli
0a6e978db7
Fix hound.
2014-07-17 22:47:17 +02: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
Dmitriy Zaporozhets
1dab15940d
Remove protected_atrributes gem and start moving to strong params
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-26 14:30:07 +03:00
Marin Jankovski
4c575b72d5
Move checking of recepients to a service.
2014-06-23 15:44:49 +02:00
Marin Jankovski
185da5f976
Make sure that at mentioning all properly notifies.
2014-06-23 12:28:57 +02:00
Marin Jankovski
63c1cdce42
Show @all in autocomplete list.
2014-06-23 11:54:58 +02:00
Dmitriy Zaporozhets
73f91da8b1
Fix project deletion and tests
2014-06-17 23:49:17 +03:00
Dmitriy Zaporozhets
d986aea3f0
Merge branch 'upgrade_to_rails_4.1' into 'master'
...
Upgrade to rails 4.1
2014-06-04 07:33:25 +00:00
Marin Jankovski
7bf64b2648
Convert to array since Relation no longer returns an array.
2014-06-03 11:37:23 +02:00
Dmitriy Zaporozhets
3398e0a3d7
Revert "Implements and refactors clipboard feature for markdown."
...
This reverts commit 2273234653 .
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
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
2014-06-03 10:56:40 +03:00
Dmitriy Zaporozhets
13cbc82aa1
Merge branch 'master-create-group-projects' into 'master'
...
Master can create group projects
It also includes Project transfer refactoring
Fixes #1284
2014-05-28 17:12:28 +00:00
Dmitriy Zaporozhets
900d30798b
Use new Projects::TransferService class
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-28 19:03:45 +03:00
erbunao
2273234653
Implements and refactors clipboard feature for markdown.
2014-05-28 22:51:47 +08:00
Marin Jankovski
3b2b3cff04
Move logic to image_service.
2014-05-26 14:54:03 +02:00
Marin Jankovski
8bec6b0bcb
Make existing tests test something, return correct errors.
2014-05-26 14:17:46 +02:00
Earle Bunao & Neil Calabroso and erbunao
6a85cdf162
Implements drag and drop upload in creating issues
2014-05-23 16:22:42 +08:00
Dmitriy Zaporozhets
b192aa5694
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-22 22:34:34 +03:00
Marin Jankovski
d26302215a
Correct identation, default value if note doesn't exist.
2014-03-25 18:53:09 +01:00
Marin Jankovski
12c3962fc0
Search within project.
2014-03-25 18:53:09 +01:00
Marin Jankovski
0a4283b50a
Extract sorting into a method.
2014-03-25 18:53:09 +01:00
Marin Jankovski
eda2c0c607
Include commits.
2014-03-25 18:53:09 +01:00
Marin Jankovski
01ec6c793c
At mention participating users.
2014-03-25 18:53:09 +01:00
Marin Jankovski
5e985a7eed
Use emoji assets on autocomplete.
2014-03-24 14:22:11 +01:00
Dmitriy Zaporozhets
aaff356655
Redirect to import page from show when import in progress
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 10:27:05 +02:00