summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'api-post-block' into 'master' Sean McGivern2017-02-202-15/+84
|\
| * API: Use POST to (un)block a userapi-post-blockRobert Schilling2017-02-202-15/+84
* | Merge branch 'api-grape-datetime' into 'master' Rémy Coutable2017-02-201-1/+1
|\ \ | |/ |/|
| * Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-201-1/+1
* | Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern2017-02-202-0/+51
|\ \
| * | Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-202-0/+51
* | | Merge branch 'sh-fix-project-team-truncation-in-destroy' into 'master' Rémy Coutable2017-02-201-0/+19
|\ \ \ | |_|/ |/| |
| * | Prevent project team from being truncated too early during project destructionsh-fix-project-team-truncation-in-destroyStan Hu2017-02-191-0/+19
* | | Merge branch 'api-remove-deploy-key-disable' into 'master'Sean McGivern2017-02-201-21/+0
|\ \ \
| * | | API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`api-remove-deploy-key-disableRobert Schilling2017-02-201-21/+0
| |/ /
* | | Merge branch 'remove-imports-loader-window-bind' into 'master' Filipa Lacerda2017-02-2024-24/+24
|\ \ \ | |/ / |/| |
| * | fix overlooked window binding in spec filesremove-imports-loader-window-bindMike Greiling2017-02-1724-24/+24
* | | Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-184-48/+94
|\ \ \
| * | | Todo done clicking is kind of unusable.Jacopo2017-02-174-48/+94
* | | | Merge branch 'global-dropdown-edits' into 'master' Alfredo Sumaran2017-02-171-2/+2
|\ \ \ \
| * | | | Fix issuables_counter_specglobal-dropdown-editsAnnabel Dunstone Gray2017-02-171-2/+2
* | | | | Fix grammer issue in admin/runners28353-little-grammar-issueClement Ho2017-02-171-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'rc/backport-ee-fix' into 'master' Robert Speicher2017-02-172-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Truncate the DB in after(:all) test for Gitlab::ImportExport::ProjectTreeRest...rc/backport-ee-fixRémy Coutable2017-02-172-5/+5
* | | | Merge branch '26379-iid-param' into 'master'Rémy Coutable2017-02-172-3/+11
|\ \ \ \
| * | | | add a :iids param to IssuableFindermhasbini2017-02-172-3/+11
* | | | | Merge branch 'boards-sidebar-spec-refactor' into 'master' Rémy Coutable2017-02-171-86/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Reduced sidebar wait timeoutboards-sidebar-spec-refactorPhil Hughes2017-02-171-1/+1
| * | | | Refactor boards sidebar specPhil Hughes2017-02-171-86/+53
| | |/ / | |/| |
* | | | Merge branch 'gfm-autocomplete-fixes' into 'master' Alfredo Sumaran2017-02-171-0/+57
|\ \ \ \
| * | | | Fixes errors in GFM slash commands matcher and add tests for default matcherYarNayar2017-02-171-0/+57
* | | | | Merge branch 'dynamic-project-title-fixture' into 'master' Clement Ho2017-02-172-31/+8
|\ \ \ \ \
| * | | | | Replace static fixture for project_title_spec.js (!9175)winniehell2017-02-132-31/+8
* | | | | | Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński2017-02-1711-44/+440
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-17137-1355/+3949
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-162-17/+32
| * | | | | | Add test for cloning attributes when retrying a buildGrzegorz Bizon2017-02-151-0/+32
| * | | | | | Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-155-9/+9
| * | | | | | Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+13
| * | | | | | Make it possible to resolve all todos for pipelineGrzegorz Bizon2017-02-151-1/+24
| * | | | | | Add specs for after_stage scope, update specs fileGrzegorz Bizon2017-02-141-4/+18
| * | | | | | Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-142-16/+87
| * | | | | | Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-142-16/+35
| * | | | | | Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-142-14/+14
| * | | | | | Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-1/+50
| * | | | | | Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+48
| * | | | | | Fix envs and deploys specs related to build retryGrzegorz Bizon2017-02-132-2/+6
| * | | | | | Fix pipeline processing specs after adding ability checksGrzegorz Bizon2017-02-131-3/+11
| * | | | | | Fix pipeline specs after adding retry ability checkGrzegorz Bizon2017-02-131-8/+16
| * | | | | | Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-132-19/+31
| * | | | | | Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+56
| * | | | | | Extend specs for canceling a running pipelineGrzegorz Bizon2017-02-131-2/+15
| * | | | | | Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-1/+4
| * | | | | | Fix pipeline specs related to canceling buildsGrzegorz Bizon2017-02-131-2/+10
* | | | | | | Merge branch 'task_list_refactor' into 'master' Fatih Acet2017-02-172-10/+8
|\ \ \ \ \ \ \