summaryrefslogtreecommitdiff
path: root/spec/controllers
Commit message (Collapse)AuthorAgeFilesLines
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-0/+87
|
* Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher2017-04-284-67/+51
|\ | | | | | | | | | | | | Enable RSpec/FilePath cop Closes #31316 See merge request !10911
| * Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-264-67/+51
| | | | | | | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* | Merge branch 'dz-add-oauth-controller-spec' into 'master' Rémy Coutable2017-04-281-0/+55
|\ \ | | | | | | | | | | | | Add tests for Oauth::AuthorizationsController See merge request !10982
| * | Add tests for Oauth::AuthorizationsControllerdz-add-oauth-controller-specDmitriy Zaporozhets2017-04-281-0/+55
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-12/+354
| | |
* | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵Douwe Maan2017-04-271-4/+45
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886
| * | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projectsTiago Botelho2017-04-271-4/+45
| | |
* | | Merge branch '12910-personal-snippet-prep-2' into 'master' Sean McGivern2017-04-263-0/+38
|\ \ \ | |_|/ |/| | | | | | | | Support preview_markdown action for personal_snippets See merge request !10810
| * | Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-263-0/+38
| | |
* | | Merge branch 'sh-optimize-milestone-polymorphic-url' into 'master' Sean McGivern2017-04-241-0/+15
|\ \ \ | | | | | | | | | | | | | | | | Eliminate N+1 queries in loading namespaces for every issuable in milestones See merge request !10871
| * | | Optimize project namespace lookup for milestones and add specssh-optimize-milestone-polymorphic-urlStan Hu2017-04-241-0/+15
| | |/ | |/|
* | | Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-246-12/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | See merge request !10567 Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-217-14/+0
| | | | | | | | | | | | | | | | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* | | | Merge branch 'dz-fix-spec-filenames-ce' into 'master' Sean McGivern2017-04-242-47/+40
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fix incorrect spec filenames which were ingored by CI See merge request !10875
| * | | Fix incorrect spec filenames which were ingored by CIdz-fix-spec-filenames-ceDmitriy Zaporozhets2017-04-242-47/+40
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Refactor add_users method for project and groupdz-cleanup-add-usersDmitriy Zaporozhets2017-04-211-1/+1
|/ / / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-membersDmitriy Zaporozhets2017-04-201-0/+24
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan2017-04-201-2/+2
|\ \ \ | |/ / |/| | | | | | | | Refactor code that creates and destroys project/group members See merge request !10735
| * | Refactor members controller destroy actionDmitriy Zaporozhets2017-04-171-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Refactor controller code that creates project/group membersDmitriy Zaporozhets2017-04-171-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Refactor changing files in web UIDouwe Maan2017-04-202-7/+7
| | |
* | | Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-192-1/+46
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Usage ping port Closes #27750 See merge request !10481
| * | Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-1/+1
| | | | | | | | | | | | | | | | | | This new class uses a Redis Hash instead of a Sorted Set. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Remove user activities table and use redis instead of PG for recording ↵James Lopez2017-04-141-2/+4
| | | | | | | | | | | | | | | | | | activities Refactored specs and added a post deployment migration to remove the activity users table.
| * | Add user activity service and spec. Also added relevant - NOT offline - ↵James Lopez2017-04-141-0/+6
| | | | | | | | | | | | | | | | | | | | | migration It uses a user activity table instead of a column in users. Tested with mySQL and postgreSQL
| * | Port 'Add more usage data to EE ping' to CESean McGivern2017-04-141-0/+37
| |/ | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
* | Review changes, used eq instead of matchuse-favicon-full-path-for-pipeline-status-faviconLuke "Jared" Bennett2017-04-173-3/+3
| |
* | Updated specsLuke "Jared" Bennett2017-04-133-3/+3
|/
* Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-073-0/+45
|\
| * Merge branch 'optimise-builds' into 'master' Sean McGivern2017-04-071-0/+33
| |\ | | | | | | | | | | | | | | | | | | Optimise Pipelines > Jobs index controller Closes #27389 See merge request !10546
| | * Count number of queriesKamil Trzcinski2017-04-071-0/+33
| | |
| * | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-072-0/+12
| |\ \ | | |/ | |/| | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356
| | * Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-063-9/+359
| | |\ | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/import_export/all_models.yml
| | * | Protected Tags backend review changesJames Edwards-Jones2017-04-062-0/+2
| | | | | | | | | | | | Added changelog
| | * | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0616-27/+516
| | |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
| | * | | Clean up non TODO rubocop errorsJames Edwards-Jones2017-04-031-6/+6
| | | | |
| | * | | Protected tags copy/paste from protected branchesJames Edwards-Jones2017-03-311-0/+10
| | | | | | | | | | | | | | | | | | | | Should provide basic CRUD backend for frontend to work from. Doesn’t include frontend, API, or the internal API used from gitlab-shell
* | | | | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-071-0/+96
|\ \ \ \ \ | |/ / / /
| * | | | Add /-/readiness /-/liveness and /-/health_metrics endpoints to track ↵Paweł Chojnacki2017-04-071-0/+96
| | |_|/ | |/| | | | | | | | | | application readiness
* | | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-063-9/+359
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml
| * | | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-061-0/+84
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multi-level container registry images Closes #17801 See merge request !10109
| | * \ \ Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-066-1/+171
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (94 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
| | * | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-043-1/+33
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (57 commits) Ensure we generate unique usernames otherwise validations fail Fix a Knapsack issue that would load support/capybara.rb before support/env.rb Ensure users have a short username otherwise a click event is triggered ... Enable the `bullet_logger` setting; enable `raise` in test environment Fix Rubocop offenses Set the right timeout for Gitlab::Shell#fetch_remote Refactoring Projects::ImportService Move methods that are not related to mirroring to the repository model Fix GitHub pull request formatter spec Rename skip_metrics to imported on the importable concern Add CHANGELOG Remove unused include from RepositoryImportWorker Skip MR metrics when importing projects from GitHub Fetch GitHub project as a mirror to get all refs at once Make file templates easy to use and discover Ensure user has a unique username otherwise `user10` would match `user1` Ensure the AbuseReport fixtures create unique reported users Don't use FFaker in factories, use sequences instead Fix brittle specs Fix the AbuseReport seeder ... Conflicts: db/schema.rb
| | * | | | Fix container registry controller specsGrzegorz Bizon2017-04-041-0/+1
| | | | | |
| | * | | | Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-3/+4
| | | | | |
| | * | | | Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Root container repository is a images repository that had been created before 9.1, before we introduced multi-level images support.
| * | | | | Linking to edit file directlyEric Eastwood2017-04-061-7/+76
| | | | | |
| * | | | | rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-2/+2
| | | | | |
| * | | | | Rename skip_tfa session variable to skip_two_factorMarkus Koller2017-04-061-1/+1
| | | | | |