summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre2016-08-313-5/+6
* Add option to confidential issues events to trigger servicesDouglas Barbosa Alexandre2016-08-315-6/+9
* Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre2016-08-314-1/+10
* Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre2016-08-311-0/+2
* Refactoring Import::BaseController#find_or_create_namespaceDouglas Barbosa Alexandre2016-08-318-47/+53
* Don't create groups for unallowed users when importing projectsDouglas Barbosa Alexandre2016-08-318-26/+20
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2016-08-3021-74/+116
|\
| * Merge branch 'pipelines-layout-regression' into 'master' Fatih Acet2016-08-301-0/+2
| |\
| | * Check for pipelines when setting page_gutter_class.Bryce2016-08-231-0/+2
| * | Merge branch 'issue-boards-search' into 'master' Fatih Acet2016-08-307-69/+31
| |\ \
| | * | Removed unused method from componentissue-boards-searchPhil Hughes2016-08-301-7/+0
| | * | Added search for all lists on issue boardsPhil Hughes2016-08-307-63/+32
| * | | Merge branch 'project-specific-lfs' into 'master' Robert Speicher2016-08-307-1/+48
| |\ \ \
| | * | | Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-306-9/+20
| | * | | Syntax and style fixes.Patricio Cano2016-08-302-2/+5
| | * | | Added project specific enable/disable setting for LFSPatricio Cano2016-08-306-1/+34
| * | | | Merge branch 'created-icon-fix' into 'master' Fatih Acet2016-08-302-1/+8
| |\ \ \ \
| | * | | | Resize created iconcreated-icon-fixAnnabel Dunstone2016-08-302-1/+8
| * | | | | Merge branch 'prevent_authored_awardable_votes' into 'master' Robert Speicher2016-08-304-3/+27
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch 'master' into prevent_authored_awardable_votesbarthc2016-08-3043-270/+381
| | |\ \ \ \
| | * | | | | prevent authored awardable thumbs votesbarthc2016-08-302-7/+12
| | * | | | | prevent authored awardable thumbs votesbarthc2016-08-284-0/+19
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2016-08-3032-155/+234
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'zj-remove-unused-ci-tables' into 'master' Robert Speicher2016-08-301-35/+0
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Drop unused CI tables and fileszj-remove-unused-ci-tablesZ.J. van de Weg2016-08-261-35/+0
| * | | | | | Merge branch 'add-time-repo-view' into 'master' Fatih Acet2016-08-302-5/+16
| |\ \ \ \ \ \
| | * | | | | | Add last commit time to repo viewClement Ho2016-08-292-5/+16
| * | | | | | | Merge branch '19721-issues-created-through-api-do-not-notify-label-subscriber...Douwe Maan2016-08-301-1/+19
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | if issue is not valid we revert back to the old labels when updatingtiagonbotelho2016-08-301-0/+13
| | * | | | | | refactors update issue api request and some minor commentstiagonbotelho2016-08-301-1/+6
| * | | | | | | Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan2016-08-3016-77/+127
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-2651-363/+379
| | |\ \ \ \ \ \ \
| | * | | | | | | | Extract ref_name and path in before_action, feedback:Lin Jen-Shin2016-08-261-5/+10
| | * | | | | | | | Add a download icon for artifacts, too. Feedback:Lin Jen-Shin2016-08-251-0/+1
| | * | | | | | | | Just use instance variable instead, feedback:Lin Jen-Shin2016-08-251-7/+2
| | * | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-24128-320/+920
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Aggressively merge views, feedback:Lin Jen-Shin2016-08-2410-85/+37
| | * | | | | | | | | Path could also have slashes! Feedback:Lin Jen-Shin2016-08-242-5/+14
| | * | | | | | | | | Unify pipeline_for(ref, nil) and pipeline_for(ref), feedback:Lin Jen-Shin2016-08-191-1/+4
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-19100-341/+2319
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-18119-289/+3878
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Not sure why I missed this renamingLin Jen-Shin2016-08-181-1/+1
| | * | | | | | | | | | | Use path rather than URL because it should work for http 302:Lin Jen-Shin2016-08-182-6/+6
| | * | | | | | | | | | | Use switch case in a helper, feedback:Lin Jen-Shin2016-08-172-7/+18
| | * | | | | | | | | | | Use partials for downloading artifacts buttonLin Jen-Shin2016-08-175-63/+26
| | * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-1776-264/+921
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Not sure why missed this oneLin Jen-Shin2016-08-161-1/+1
| | * | | | | | | | | | | | Rename to latest_succeeded, feedback:Lin Jen-Shin2016-08-164-4/+4
| | * | | | | | | | | | | | An empty line after guard, feedback:Lin Jen-Shin2016-08-161-0/+1
| | * | | | | | | | | | | | Add unclickable state to running build artifactsAnnabel Dunstone2016-08-155-4/+10