Phil Hughes
ce0678faa5
Rubocop fix
2016-04-11 17:20:47 +01:00
Phil Hughes
b87cc5f224
Preparing build status
2016-04-11 17:20:47 +01:00
Phil Hughes
1af1b6c8d3
Fixed target project update
2016-04-06 11:08:40 +01:00
Phil Hughes
c5c05f6a04
Updated UI for new merge request
...
Closes #2540
2016-04-06 11:08:40 +01:00
Douwe Maan
fee7ad8627
Merge branch 'build-updates' into 'master'
...
Build updates
Fixes #10851

See merge request !2604
2016-04-03 13:22:27 +00:00
Robert Speicher
3d4848615c
Merge branch 'patch/fix-mergerequest-diff' into 'master'
...
Fix Raw / Rendered diff producing different results on merge requests
The raw diff endpoint (`merge_requests/####.diff`) produces a diff based on `target_branch` instead of the original branching point. Same is valid for `merge_requests/####.patch`.
Fixes #14680 , #3017
See merge request !3450
2016-03-30 16:02:19 +00:00
Jacob Schatz and Jacob Schatz
750cd5c0e0
Add json response for user avatar in merge request
2016-03-30 07:26:09 -04:00
Gabriel Mazetto
a9b2a2744c
Use diff_base_commit instead of target_branch to generate diffs
2016-03-29 23:59:51 -03:00
Jacob Schatz
22aef62808
New dropdowns work on merge requests too!
2016-03-25 08:07:57 -04:00
Zeger-Jan van de Weg
6e5461c6ee
Merge branch 'master' into 2489-soft-delete-issues
2016-03-21 19:32:37 +01:00
Zeger-Jan van de Weg
3b088fc5b5
Minor improvements on IssuableActions
2016-03-21 16:59:35 +01:00
Robert Speicher
085538c2bd
Use the configured Kaminari "per page" default
2016-03-19 17:37:54 -04:00
Zeger-Jan van de Weg
98fd60f50b
Satisfy rubocop
2016-03-19 22:05:45 +01:00
Zeger-Jan van de Weg
7342a4566c
Dry destroy action on issuables
2016-03-19 21:24:05 +01:00
Rémy Coutable
cafa408b25
Merge remote-tracking branch 'origin/master' into remove-wip
2016-03-18 23:29:18 +01:00
Phil Hughes
33aeaf6a9c
Merge request title is in the notification
...
Short commit instead of long commit sha
2016-03-18 10:26:48 +00:00
Phil Hughes
fcba255153
Commit SHA comes from JSON
...
Removed page refresh - instead clicking takes to the builds tab
2016-03-18 10:26:48 +00:00
Jacob Schatz and Phil Hughes
b0e2e2e06e
Fix code style issues.
2016-03-18 10:26:48 +00:00
Jacob Schatz and Phil Hughes
1a482bfbc2
Removes name from file
...
Changes `:not_found` to `nil`
2016-03-18 10:26:48 +00:00
Jacob Schatz and Phil Hughes
f7e2109905
Adds notifications API to MR page.
...
When a build status changes a notification will popup.
Fixes #10851
2016-03-18 10:26:48 +00:00
Jacob Schatz and Phil Hughes
51ceb3802f
Adds JSON callback, which is currently not working.
2016-03-18 10:26:48 +00:00
Jacob Schatz and Phil Hughes
91880e13df
initial ajax build
2016-03-18 10:26:48 +00:00
Rémy Coutable
c98089b2b2
Move the #toggle_subscription controller method to a concern
2016-03-15 18:22:03 +01:00
Rémy Coutable
54ec7e9599
Improving the original label-subscribing implementation
...
1. Make the "subscribed" text in Issuable sidebar reflect the labels
subscription status
2. Current user mut be logged-in to toggle issue/MR/label subscription
2016-03-15 18:22:02 +01:00
Jacob Vosmaer
1764e1b7cb
Use Gitlab::Git::DiffCollections
2016-03-03 18:38:44 +01:00
Douwe Maan
09ff9bc722
Easily (un)mark merge request as WIP using link
...
Fixes #3768
2016-02-26 19:36:38 -08:00
Douglas Barbosa Alexandre
3d52e139b1
Rename Tasks to Todos
2016-02-20 12:39:27 -02:00
Douglas Barbosa Alexandre
ce78813c2a
Create or mark task pending as soon the action happens
2016-02-20 12:12:05 -02:00
Tap
2e81b1558b
Label description and Label row
...
- Add label description
- Show label row when filtering issues or merge requests by label
2016-02-17 21:52:12 +08:00
kkm and Rémy Coutable
cf1349adb7
Remember user's inline/tabular diff view preference in a cookie
2016-02-05 15:40:44 +01:00
Douwe Maan
577f2fb47a
Save and use actual diff base commit for MR diff highlighting
2016-01-20 18:44:27 +01:00
Yorick Peterse
f7240e03a6
Fix autocomplete for new issues/MRs/snippets
2016-01-15 11:29:53 +01:00
Douwe Maan
097faeb481
Get "Merge when build succeeds" to work when commits were pushed to MR target branch while builds were running
2016-01-05 16:30:03 +01:00
Robert Speicher
b5230bbe7c
Merge branch 'fix-merge-immediately' into 'master'
...
Fix 'Merge Immediately' button
Fixes #4125
See merge request !2117
2015-12-16 17:51:25 +00:00
Douwe Maan
9908da17c1
Merge branch 'fix-endpoint-not-setting-var' into 'master'
...
Fix endpoint not setting needed @ci_commit
/cc @DouweM
See merge request !2112
2015-12-16 16:39:35 +00:00
Douwe Maan
5843d09f07
Fix 'Merge Immediately' button
2015-12-16 17:38:58 +01:00
Zeger-Jan van de Weg
95c03f245f
Fix endpoint not setting needed @ci_commit
2015-12-16 15:20:53 +01:00
Kamil Trzciński
c810234357
Merge branch 'ci-project-migrate' into 'master'
...
Ci Project migrate
- This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`.
- This requires offline migrations.
- It simplifies database models making all CI objects to be attached to: Project.
- It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers).
- We should add default `timeout` to Application Settings.
- It misses specs.
- It is based on ci-services-migrate for now.
- It removes CI events.
- It removes administrator CI projects overview.
- It removes CI application settings.
In 8.4 or 8.5 we can remove redundant tables and columns.
See merge request !1987
2015-12-14 10:35:40 +00:00
Dmitriy Zaporozhets
c6c244315a
Implement new sidebar for merge request page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-12-11 20:11:23 +01:00
Kamil Trzcinski
73b04bebad
Fix errors
2015-12-11 18:02:09 +01:00
Douwe Maan
28351806aa
Give merge request widget the vars it desires
2015-12-09 09:59:30 +01:00
Douwe Maan
eab086bde1
Merge branch 'master' into merge-if-green
...
# Conflicts:
# app/controllers/projects/merge_requests_controller.rb
# config/routes.rb
2015-12-09 09:00:25 +01:00
Douwe Maan
8fb49a4b70
Merge branch 'master' into merge-if-green
...
# Conflicts:
# app/views/projects/merge_requests/widget/_heading.html.haml
# app/views/projects/merge_requests/widget/open/_accept.html.haml
2015-12-08 22:34:03 +01:00
Douwe Maan
1567572e79
Add Builds tab to MR detail page
2015-12-08 13:11:41 +01:00
Douwe Maan
9907a7e6ed
Get ci_commit in MR controller
2015-12-08 13:06:55 +01:00
Zeger-Jan van de Weg
0e96d6eb10
Merge branch 'master' into merge-if-green
2015-12-07 10:06:07 +01:00
Jose Corcuera
b9df1a6355
Strip attributes for Milestone and Issuable. #3428
2015-11-26 10:16:50 -05:00
Zeger-Jan van de Weg
8608c6325e
Refactor MergeWhenBuildSucceedsService and incorporate feedback
2015-11-23 10:11:54 +01:00
Valery Sizov and Valery Sizov
2f6f99d300
award for merge requests[ci skip]
2015-11-19 01:25:59 +02:00
Valery Sizov
fd2c0fe446
award emoji
2015-11-19 01:25:27 +02:00