summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
* Inlude the password_automatically_check param as permitted config in the ↵fix-password-required-checkDJ Mountney2017-04-041-0/+9
| | | | | | | | user create_service This param is passed to service in two places, one is in the build_user for non ldap oauth users. And the other is in the initial production admin user seed data. Without this change, when setting up GitLab in a production environment, you were not being given the option of setting the root password on initial setup in the UI.
* Fix issues importing forked projectsJames Lopez2017-04-047-1/+119
|
* Merge branch '30400-fix-blob-highlighting-in-search' into 'master' Sean McGivern2017-04-041-2/+6
|\ | | | | | | | | | | | | Fix blob highlighting in search Closes #30400 See merge request !10420
| * Fix blob highlighting in searchNick Thomas2017-04-031-2/+6
| |
* | Merge branch 'workhorse-gitaly-address' into 'master' Sean McGivern2017-04-041-1/+3
|\ \ | | | | | | | | | | | | Pass GitalyAddress to workhorse See merge request !10447
| * | Pass GitalyAddress to workhorseJacob Vosmaer2017-04-041-1/+3
| | |
* | | Disable support for Gitaly PostReceivePackfix/disable-gitaly-post-receive-packAhmad Sherif2017-04-041-18/+20
|/ / | | | | | | See https://gitlab.com/gitlab-org/gitaly/issues/172
* | Merge branch '29643-stop-using-ffaker-in-factories' into 'master' Robert Speicher2017-04-042-19/+6
|\ \ | | | | | | | | | | | | | | | | | | Don't use FFaker in factories, use sequences instead Closes #29643 See merge request !10184
| * | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-032-19/+6
| | | | | | | | | | | | | | | | | | | | | FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher2017-04-031-3/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of GitHub importer Closes #28183 See merge request !10273
| * | | Fix GitHub pull request formatter specDouglas Barbosa Alexandre2017-04-031-3/+6
| |/ /
* | | Merge branch 'feature/support-grpc-calls-over-tcp-conn' into 'master' Robert Speicher2017-04-031-0/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for Gitaly calls over TCP connection Closes gitaly#166 See merge request !10410
| * | | Add support for Gitaly calls over TCP connectionfeature/support-grpc-calls-over-tcp-connAhmad Sherif2017-04-031-0/+26
| | |/ | |/| | | | | | | Closes gitaly#166
* | | Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher2017-04-031-7/+51
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Add feature flags for enabling (Upload|Receive)Pack Closes gitaly#168 See merge request !10341
| * | Add feature flags for enabling (Upload|Receive)Pack for Gitalyfeature/add-feature-flags-for-upload-receive-packAhmad Sherif2017-04-031-7/+51
| |/ | | | | | | Closes gitaly#168
* | Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan2017-04-031-0/+1
|\ \ | |/ |/| | | | | | | | | #22303 fix mode representation git::tree ( in base 8 ) Closes #22303 See merge request !9780
| * Fix symlink icon in project treemhasbini2017-04-021-0/+1
| |
* | Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern2017-04-032-0/+47
|\ \ | | | | | | | | | | | | | | | | | | Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280
| * | Introduce "polling_interval_multiplier" as application settingAdam Niedzielski2017-04-032-0/+47
| |/ | | | | | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
* | Merge branch 'workhorse-gitaly-repository' into 'master' Robert Speicher2017-04-031-1/+7
|\ \ | | | | | | | | | | | | | | | | | | Pass Gitaly 'Repository' messages to workhorse for Git HTTP Closes gitaly#148 See merge request !10343
| * | Pass Gitaly Repository messages to workhorseJacob Vosmaer2017-04-031-1/+7
| |/
* | Fix specs29541-fix-github-importer-deleted-forkGabriel Mazetto2017-04-031-1/+1
| |
* | Improve specs examplesGabriel Mazetto2017-04-031-3/+3
| |
* | Fix specsGabriel Mazetto2017-04-031-2/+2
| |
* | One more change to the branch names to preserve metadataGabriel Mazetto2017-04-031-7/+7
| |
* | Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre2017-04-031-9/+11
| |
* | Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto2017-04-031-0/+25
|/
* Merge branch 'allow-multiple-paths-in-repository-log' into 'master' Robert Speicher2017-03-301-4/+23
|\ | | | | | | | | Support >1 path in Gitlab::Git::Repository#log See merge request !10291
| * Support >1 path in Gitlab::Git::Repository#logSean McGivern2017-03-301-4/+23
| | | | | | | | | | | | This is analogous to `git log -- foo bar baz`, but not the same as `Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git log -- 'foo bar baz'`.
* | Merge branch '24784-system-notes-meta-data' into 'master' Sean McGivern2017-03-301-0/+1
|\ \ | | | | | | | | | | | | Add metadata for system notes See merge request !9964
| * | Create metadata when creating system notesJarka Kadlecova2017-03-281-0/+1
| |/
* | Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern2017-03-293-17/+28
|\ \ | | | | | | | | | | | | One Gitaly connection per storage shard See merge request !10150
| * | Change socket_path to gitaly_addressJacob Vosmaer2017-03-291-8/+4
| | |
| * | Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-9/+2
| | |
| * | Helper method for storage path strippingJacob Vosmaer2017-03-291-0/+22
| | |
* | | Labels support color names in backendDongqing Hu2017-03-291-1/+1
| | |
* | | Merge branch 'make_user_mentions_case_insensitive' into 'master' Sean McGivern2017-03-291-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make user mentions case-insensitive Closes #24493 See merge request !10285
| * | | Make user mentions case-insensitiveblackst0ne2017-03-291-0/+8
| | |/ | |/|
* | | Add N+1 query problem specs for Issue and MergeRequest ReferenceFilter classesRémy Coutable2017-03-282-0/+26
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch ↵Kamil Trzciński2017-03-279-0/+41
|\ \ | |/ |/| | | | | | | | | | | '12818-expose-simple-cicd-status-endpoints-with-status-serializer-gitlab-ci-status-for-pipeline-job-and-merge-request' into 'master' Expose CI/CD status API endpoints with Gitlab::Ci::Status facility on pipeline, job and merge request for favicon See merge request !9561
| * Revert adding favicon to extended statuses. Change extended statues specs to ↵Shinya Maeda2017-03-233-11/+1
| | | | | | | | use core status
| * Fix unchanged structure. Add favicon for 'failed_allowed' and ↵Shinya Maeda2017-03-232-0/+10
| | | | | | | | 'success_warning' because it'll be used.
| * Add favicon spec for factory_specShinya Maeda2017-03-231-0/+9
| |
| * Add spec for spec/lib/gitlab/ci/statusShinya Maeda2017-03-238-0/+32
| |
* | Fix RSpec/DescribeSymbol cop violationsRobert Speicher2017-03-248-33/+33
| |
* | Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-1/+1
|/
* Merge branch ↵Sean McGivern2017-03-211-6/+28
|\ | | | | | | | | | | | | | | | | | | '29685-wrong-number-of-arguments-calling-http_url_to_repo-on-cloning-project-wikis' into 'master' Fix ProjectWiki#http_url_to_repo signature Closes #29685 See merge request !10079
| * Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-6/+28
| | | | | | | | | | | | | | New Gitlab::UrlSanitizer.http_credentials_for_user method responsible for generating a credentials hash from a user. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher2017-03-211-0/+21
|\ \ | | | | | | | | | | | | | | | | | | Fix Error 500 when application settings are saved Closes #29674 and #29115 See merge request !10070
| * | Make level_value accept string integersToon Claes2017-03-201-0/+21
| | | | | | | | | | | | | | | | | | | | | When a VisibilityLevel is an integer formatted as a string, convert it to an integer, instead of looking it up in the hash map. When the value is not recognized, default to PRIVATE.