summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix policy by new guild line436Shinya Maeda2017-06-303-135/+111
|
* Add changelogShinya Maeda2017-06-291-0/+4
|
* Fix feature testsShinya Maeda2017-06-291-59/+59
|
* Add docs for scheduled pipeline variablesEric Eastwood2017-06-294-1/+11
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* Schedule pipelines with variablesEric Eastwood2017-06-298-0/+372
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32568
* Revert extra validation for duplication between same keys on a submitShinya Maeda2017-06-291-28/+2
|
* Remove _form.html.haml changeShinya Maeda2017-06-291-32/+0
|
* Implement variables_attributes create/update casesShinya Maeda2017-06-291-2/+28
|
* Controller logic. Delete before modification. Halfway.Shinya Maeda2017-06-291-0/+32
|
* Fix StaticAnlysysShinya Maeda2017-06-292-109/+59
|
* zh nich catches 2Shinya Maeda2017-06-292-3/+7
|
* revert trigger_request.user_variablesShinya Maeda2017-06-291-1/+1
|
* Revert extra validation for duplication between same keys on a submitShinya Maeda2017-06-293-59/+34
|
* Remove _form.html.haml changeShinya Maeda2017-06-291-32/+0
|
* zj nice catchesShinya Maeda2017-06-295-10/+23
|
* Remove dependent => :destroyShinya Maeda2017-06-291-1/+1
|
* Define authorize_update_pipeline_schedule and apply to :edit, ↵Shinya Maeda2017-06-291-4/+6
| | | | :take_ownership, :update
* Improve PipelineSchedulePolicyShinya Maeda2017-06-291-3/+7
|
* Eliminate condition cases in ci/build.rbShinya Maeda2017-06-291-5/+2
|
* Add functionality and security.Shinya Maeda2017-06-293-223/+317
|
* Implement variables_attributes create/update casesShinya Maeda2017-06-294-22/+376
|
* Controller logic. Delete before modification. Halfway.Shinya Maeda2017-06-294-2/+48
|
* pipeline_schedule_variables model/dbShinya Maeda2017-06-2910-1/+102
|
* Merge branch '26125-match-username-on-search' into 'master'Douwe Maan2017-06-293-26/+47
|\ | | | | | | | | | | | | Inserts exact matches of username and email to the top of the user search list Closes #26125 See merge request !12525
| * Inserts exact matches of username, email and name to the top of the user ↵26125-match-username-on-searchTiago Botelho2017-06-293-26/+47
| | | | | | | | search list
* | Merge branch 'hb-fix-abuse-report-on-stale-user-profile' into 'master'Douwe Maan2017-06-294-2/+43
|\ \ | | | | | | | | | | | | | | | | | | Fix errors caused by attempts to report already blocked or deleted users Closes #8928 See merge request !12502
| * | Fix errors caused by attempts to report already blocked or deleted usersHoracio Bertorello2017-06-284-2/+43
| | |
* | | Merge branch 'refactor/declarative-policy' into 'master'Sean McGivern2017-06-2952-971/+2285
|\ \ \ | | | | | | | | | | | | | | | | Refactor/declarative policy See merge request !10515
| * | | add some extremely rough documentationhttp://jneen.net/2017-06-271-0/+116
| | | |
| * | | use subject scope in :id/usershttp://jneen.net/2017-06-271-1/+3
| | | | | | | | | | | | | | | | since we're loading all the members anyways
| * | | convert the special-case Ability methods to use policieshttp://jneen.net/2017-06-271-34/+10
| | | |
| * | | convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-2730-662/+629
| | | |
| * | | implement Presenter::Base#declarative_policy_delegatehttp://jneen.net/2017-06-271-0/+5
| | | |
| * | | update the specs to not require a set to be returnedhttp://jneen.net/2017-06-2712-275/+303
| | | |
| * | | add a new DeclarativePolicy frameworkhttp://jneen.net/2017-06-279-0/+1220
| | | |
* | | | Merge branch ↵Douwe Maan2017-06-294-1/+143
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '33082-use-update_pipeline_schedule-for-edit-and-take_ownership-in-pipelineschedulescontroller' into 'master' Use authorize_update_pipeline_schedule in PipelineSchedulesController Closes #33082 See merge request !11846
| * | | | Make membership required for create_user_by_membershipShinya Maeda2017-06-281-3/+3
| | | | |
| * | | | Fix saShinya Maeda2017-06-281-3/+1
| | | | |
| * | | | use go instead of let procShinya Maeda2017-06-282-49/+43
| | | | |
| * | | | Fixed typo and hash alighmentShinya Maeda2017-06-282-3/+5
| | | | |
| * | | | Improve description_forShinya Maeda2017-06-281-2/+1
| | | | |
| * | | | Fix static analysisShinya Maeda2017-06-281-1/+1
| | | | |
| * | | | IMprove access_matchersShinya Maeda2017-06-282-26/+24
| | | | |
| * | | | Remove author. Replace Result to Got.Shinya Maeda2017-06-282-2/+2
| | | | |
| * | | | Fix static analysysShinya Maeda2017-06-282-13/+13
| | | | |
| * | | | Resolve static analysisShinya Maeda2017-06-281-2/+2
| | | | |
| * | | | Add changelog. Add AccessMatchersForControllerShinya Maeda2017-06-283-0/+150
| | | | |
| * | | | Use authorize_update_pipeline_schedule in PipelineSchedulesControllerShinya Maeda2017-06-281-1/+2
| | | | |
* | | | | Merge branch 'highest-return-on-diff-investment' into 'master'Sean McGivern2017-06-292-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring back branches badge to main project page Closes #34438 See merge request !12548
| * | | | | Bring back branches badge to main project pagehighest-return-on-diff-investmentAdam Niedzielski2017-06-292-1/+5
| | | | | |