summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-189-152/+11
|
* Fix CI status in the MR pageValery Sizov2015-09-182-22/+5
|
* Merge branch 'ci_projects_order' into 'master' Valery Sizov2015-09-181-1/+1
|\ | | | | | | | | | | | | Fix: ci projects order https://gitlab.com/gitlab-org/gitlab-ce/issues/2553 See merge request !1333
| * Fix: ci projects orderci_projects_orderValery Sizov2015-09-171-1/+1
| |
* | Merge pull request #9618 from pjknkda/repo-info-to-issue-hookStan Hu2015-09-171-0/+16
|\ \ | | | | | | add repository field to issue hook data
| * | add repository field to issue hook dataJungkook Park2015-09-171-0/+16
| | | | | | | | | | | | | | | | | | add a test for to_hook_data of issue model update CHANGELOG
* | | Merge branch 'fix-issue-2382' into 'master'Stan Hu2015-09-172-0/+14
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a "destroyed Milestone" event and keep Milestone events around in the DB for posterity Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Now if a milestone is destroyed, at least it will indicate in the activity feed even if it's not clear which milestone was destroyed: ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/c89cc8a0a9fa549deac433f17b890913/image.png) Closes #2382 See merge request !1227
| * | Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-152-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
* | | Merge branch 'restrict-user-api-integers' into 'master'Dmitriy Zaporozhets2015-09-171-0/+56
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Restrict users API endpoints to use integer IDs Closes #2267 See merge request !1156
| * | Restrict users API endpoints to use integer IDsStan Hu2015-08-231-0/+56
| | | | | | | | | | | | Closes #2267
* | | Merge branch 'ldap-attributes' into 'master'Robert Speicher2015-09-164-5/+70
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow configuration of LDAP attributes GitLab will use for the new user account. Fixes #2412. See merge request !1261
| * | | Test overriding LDAP attributesDouwe Maan2015-09-091-0/+65
| | | |
| * | | Add attributes to LDAP::Config.Douwe Maan2015-09-081-1/+1
| | | |
| * | | Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-082-4/+4
| | | |
* | | | Make rubocop happyKamil Trzcinski2015-09-161-1/+1
| | | |
* | | | Fix CI testsKamil Trzcinski2015-09-161-2/+2
| | | |
* | | | Fix ordering issueKamil Trzcinski2015-09-161-0/+18
| | | |
* | | | Merge remote-tracking branch 'origin/master' into ↵ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gKamil Trzcinski2015-09-161-12/+13
|\ \ \ \ | | | | | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g
| * | | | Fix broken sort in merge request APIStan Hu2015-09-151-12/+13
| | |_|/ | |/| | | | | | | | | | Closes #2266
* | | | Fix backup testsKamil Trzcinski2015-09-162-3/+4
| | | |
* | | | Fix: models/ci/project_spec.rb once againKamil Trzcinski2015-09-151-1/+1
| | | |
* | | | Fix models/ci/mail_service_spec.rbKamil Trzcinski2015-09-151-10/+10
| | | | | | | | | | | | | | | | | | | | - Change Notify to Ci::Notify - Downgrade sidekiq to fix CE errors: otherwise we need to check deliverables
* | | | Revert "Fix: models/ci/mail_service_spec.rb"Kamil Trzcinski2015-09-151-18/+33
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 345ff6cbf93eca5d61218f28d5f4d9eb2d4abf67. This requires sidekiq >= 3.4 and fixed all other CE tests
* | | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2015-09-1511-32/+61
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g # Conflicts: # Gemfile.lock
| * | | Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets2015-09-143-17/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
| | * | | Fix tests and improve wordingDmitriy Zaporozhets2015-09-141-2/+2
| | | | |
| | * | | Fix tests for group accessDmitriy Zaporozhets2015-09-141-6/+6
| | | | |
| | * | | Make all group publicValery Sizov2015-09-093-21/+11
| | | | |
| * | | | Merge branch 'forked-repo-creation-async' into 'master'Dmitriy Zaporozhets2015-09-143-3/+42
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import forked repositories asynchronously to prevent large repositories from timing out Preserve synchronous mode of adding a repository since some tasks (e.g. restore/check) require the former. One side bug fix is that the `ProjectCacheWorker` is also run, updating the repository size and commit numbers properly. Previously all the values were set to 0 when a project were forked. * Closes #2388 * Closes #2400 See merge request !1231
| | * | | | Import forked repositories asynchronously to prevent large repositories from ↵Stan Hu2015-09-113-3/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timing out Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
| * | | | | Merge branch 'dashboard-titles' into 'master'Dmitriy Zaporozhets2015-09-115-12/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up overlap between dashboard and explore - Clean up overlap between dashboard and explore. ... 5d785457 - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not. - Consistently case `Back to X` links. 260fcd45 - Link to help from signin page bottom. d92696d3 - Make Help accessible for guests. c258e977 cc @dzaporozhets See merge request !1260
| | * \ \ \ \ Merge branch 'master' into dashboard-titlesdashboard-titlesDouwe Maan2015-09-106-0/+124
| | |\ \ \ \ \
| | * | | | | | Fix help access specDouwe Maan2015-09-091-1/+1
| | | | | | | |
| | * | | | | | Use new routing helperDouwe Maan2015-09-083-4/+4
| | | | | | | |
| | * | | | | | Move partial to right place and fix tests.Douwe Maan2015-09-082-7/+7
| | | |_|_|/ / | | |/| | | |
* | | | | | | Fix: models/ci/project_spec.rb once againKamil Trzcinski2015-09-151-2/+2
| | | | | | |
* | | | | | | Fix: rubocopKamil Trzcinski2015-09-153-4/+4
| | | | | | |
* | | | | | | Fix: tasks/gitlab/backup_rake_spec.rbKamil Trzcinski2015-09-151-3/+3
| | | | | | |
* | | | | | | Fix: features/ci/admin/runners_spec.rbKamil Trzcinski2015-09-151-4/+6
| | | | | | |
* | | | | | | Fix: features/ci/events_spec.rb once againKamil Trzcinski2015-09-151-3/+5
| | | | | | |
* | | | | | | Fix models/ci/web_hook_spec.rbKamil Trzcinski2015-09-151-1/+1
| | | | | | |
* | | | | | | Fix: models/ci/project_spec.rbKamil Trzcinski2015-09-152-47/+7
| | | | | | |
* | | | | | | Fix: services/ci/create_project_service_spec.rbKamil Trzcinski2015-09-151-14/+12
| | | | | | |
* | | | | | | Fix: models/ci/mail_service_spec.rbKamil Trzcinski2015-09-151-33/+18
| | | | | | |
* | | | | | | Fix: models/ci/build_spec.rbKamil Trzcinski2015-09-151-1/+1
| | | | | | |
* | | | | | | Fix: helpers/ci/runners_helper_spec.rbKamil Trzcinski2015-09-151-6/+6
| | | | | | |
* | | | | | | Fix: helpers/ci/application_helper_spec.rbKamil Trzcinski2015-09-151-3/+3
| | | | | | |
* | | | | | | Fix: features/ci/triggers_spec.rbKamil Trzcinski2015-09-151-2/+4
| | | | | | |
* | | | | | | Fix: features/ci/triggers_spec.rbKamil Trzcinski2015-09-151-2/+4
| | | | | | |
* | | | | | | Fix: features/ci/runners_spec.rbKamil Trzcinski2015-09-151-11/+9
| | | | | | |