Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Merge branch '35191-prioritized-labels-for-non-member' into 'master'Rémy Coutable
Remove help message about prioritized labels for non-members Closes #35191 See merge request !12912
2017-07-27Merge branch 'rc/fix-tests-factories' into 'master'Sean McGivern
Fix the :project factory by not copying the test repo twice See merge request !13123
2017-07-27Fix the :project factory by not copying the test repo twiceRémy Coutable
Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Remove help message about prioritized labels for non-membersTakuya Noguchi
2017-07-26Fix saving diffs that are not valid UTF-8Sean McGivern
Previously, we used Psych, which would: 1. Check if a string was encoded as binary, and not ASCII-compatible. 2. Add the !binary tag in that case. 3. Convert to base64. We need to do the same thing, using a new column in place of the tag.
2017-07-26Merge branch '29289-project-destroy-clean-up-after-failure' into 'master'Sean McGivern
Handle errors while a project is being deleted asynchronously. Closes #29289 See merge request !11088
2017-07-26Move exception handling to executeTiago Botelho
2017-07-25Remove project_key from the Jira configurationJarka Kadlecova
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-07-24Associate Issues tab only with internal issues trackerJarka Kadlecova
2017-07-22Merge branch 'zj-pipeline-badge-improvements' into 'master'Grzegorz Bizon
Pipeline badge improvements Closes #15582 and #20961 See merge request !12966
2017-07-21Merge branch '28975-recommend-using-v4-api-on-slash-command-integrations' ↵Robert Speicher
into 'master' Recommend V4 API usage on chat slash command integrations Closes #28975 See merge request !12954
2017-07-21Port spinach tests to rspec feature specsZ.J. van de Weg
Logic is the same, just now ported, while this feature was being improved anyway in this branch. Resolves #20961
2017-07-21Merge branch 'fix/sm/32790-pipeline_schedules-pages-throwing-error-500' into ↵Grzegorz Bizon
'master' Follow-up from "Resolve "pipeline_schedules pages throwing error 500"" Closes #35345, #32790, and #34652 See merge request !12983
2017-07-21Reword success to passing for pipeline badgesZ.J. van de Weg
2017-07-21Rename build to pipeline for status badgesZ.J. van de Weg
First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This commit is renaming files and classes from build to pipeline. Also wording is editted to pipeline. Given `pipeline` had more characters than `build`, I've made the field a bit wider. The width now matchers the one for the coverage badge, so they look nice when in a table format, or in a list. As soon as this commit is merged to master, and released, the build.svg is deprecated, meaning that all users which already placed a badge should update it. However, to make sure it keeps working tests are added for this case.
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-07-20Add specs for ProjectDestroyWorkerTiago Botelho
2017-07-20Merge branch '35253-desc-protected-branches-for-non-member' into 'master'Rémy Coutable
Hide description about protected branches to non-member Closes #35253 See merge request !12945
2017-07-20Add present?Shinya Maeda
2017-07-20Hide description about protected branches to non-memberTakuya Noguchi
2017-07-19Recommend using V4 API on chat slash command integrationsOswaldo Ferreira
2017-07-19Merge branch 'clear-issuable-count-cache-for-states' into 'master'Robert Speicher
Clear issuable count cache on update Closes #34772 See merge request !12795
2017-07-19Clear issuable counter caches on updateSean McGivern
When an issuable's state changes, or one is created, we should clear the cache counts for a user's assigned issuables, and also the project-wide caches for this user type.
2017-07-17Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa
2017-07-14Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern
Fixes needed when GitLab sign-in is not enabled See merge request !12491
2017-07-13Fixes needed when GitLab sign-in is not enabledRobin Bobbitt
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
2017-07-13Enable all feature flags by default in specsBob Van Landuyt
Otherwise some features would go untested in non-specific contexts I did need to disable the `gitlab_git_diff_size_limit_increase`-feature in some specs since we depend on diffs being expandable while the file we are testing on is smaller than the increased limit.
2017-07-12Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne
2017-07-11Merge branch '34907-dont-show-pipeline-schedule-button-for-non-member' into ↵Kamil Trzciński
'master' Do not show pipeline schedule button for non-member Closes #34907 See merge request !12757
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-11Do not show pipeline schedule button for non-memberTakuya Noguchi
2017-07-07Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-07Merge branch ↵Kamil Trzciński
'feature/intermediate/32568-adding-variables-to-pipelines-schedules' into 'master' Add variables to pipelines schedules Closes #32568 See merge request !12372
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-07merge from masterShinya Maeda
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-06Merge branch '34698-fix-transient-failure' into 'master'Grzegorz Bizon
Fix a nasty transient failure happening is a subsequent spec Closes #34698 See merge request !12664
2017-07-06Fix project_path helper arguments in wiki specsGrzegorz Bizon
2017-07-05Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' ↵Douwe Maan
into 'master' Make filename and path creation compatible with UNIX in web UI Closes #21362 See merge request !12608
2017-07-05Fix a nasty transient failure happening is a subsequent specRémy Coutable
See https://gitlab.com/gitlab-org/gitlab-ce/issues/34698#note_34276286 for the thorough explanation. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-05Removes file_name_regex from Gitlab::RegexTiago Botelho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-05zj nice catchies 3Shinya Maeda
2017-07-05Fix specShinya Maeda
2017-07-05Fix policy by new guild lineShinya Maeda
2017-07-05Fix feature testsShinya Maeda
2017-07-05Schedule pipelines with variablesEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32568