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
path: root/spec
AgeCommit message (Collapse)Author
2018-01-22Merge branch 'master' into vue-mr-widget-stateFilipa Lacerda
* master: Split the setup-test-env job in two Remove the wait time for the login form check Fix protected branches API to accept name parameter with dot Update outdated docs for CI/CD quick start _never_ unset gitlab.full_path Backport to match EE icons Add horizontal scroll to wiki tables Update best_practices.md Remove duplicate list item in "General Guidelines" Section. Permits 'password_authentication_enabled_for_git' parameter for ApplicationSettingsController Move rugged-call from Project#write_repository_config to Git::Repository#write_config doc: Spelling fixes Update Auto DevOps template Disable scss-lint around text-decoration-skip Add text-decoration-skip: ink to all underlined elements Fix Shows signin tab after new user email confirmation Fixes mistake in change log doc.
2018-01-22Merge branch '42225-mr-icons' into 'master'Phil Hughes
Resolve "MR widget components have different icons in CE and EE" Closes #42225 See merge request gitlab-org/gitlab-ce!16587
2018-01-22Merge branch ↵Rémy Coutable
'42231-protected-branches-api-route-returns-404-for-branches-with-dots' into 'master' Resolve "Protected branches API route returns 404 for branches with dots" Closes #42231 See merge request gitlab-org/gitlab-ce!16591
2018-01-22Merge branch '42206-permit-password-for-git-param' into 'master'Rémy Coutable
Resolve "Password authentication enabled for Git over HTTP(S) can not be disabled via UI" Closes #42206 See merge request gitlab-org/gitlab-ce!16577
2018-01-20Merge branch '41206-show-signin-pane-after-email-confirmation' into 'master'Clement Ho
Resolve "New user is sent back to Register tab after confirming email" Closes #41206 See merge request gitlab-org/gitlab-ce!16174
2018-01-19Fix protected branches API to accept name parameter with dotMark Fletcher
2018-01-19Backport to match EE iconsFilipa Lacerda
2018-01-19Merge branch 'master' into vue-mr-widget-stateFilipa Lacerda
* master: (39 commits) WebIDE: Fix Commit bugs Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'" Fix incorrect path for gitlab-shell authorized keys helper Fix duplicate item in protected branch/tag dropdown dynamic imports for groups: pages Refactor dispatcher project mr edit and creation diff path Refactor dispatcher project mr creations new path Rework indexes on redirect_routes to be more effective and enforce a case insensitive unique path Upgraded Karma Dependencies Fix conflict with ee icon Remove trailing space after author name in note header Delete conflicting orphaned routes Make the 'Edit' links consistent in the issuable sidebar Fix a bug calculating artifact size for project statistics Update rubocop, rubocop-rspec, and gitlab-styles Correctly escape UTF-8 path elements for uploads Change cursor to default for disabled buttons Fix eslint Remove Event listener and make code more readable. Update CHANGELOG.md for 10.1.7 ...
2018-01-19Permits 'password_authentication_enabled_for_git' parameter for ↵Mark Fletcher
ApplicationSettingsController
2018-01-19Merge branch 'mr-widget-vue' into 'master'Phil Hughes
Move archived component to vue file See merge request gitlab-org/gitlab-ce!16561
2018-01-19Merge branch '41532-email-reason' into 'master'Sean McGivern
Show why a notification email was sent Closes #41532 and #1366 See merge request gitlab-org/gitlab-ce!16160
2018-01-19WebIDE: Fix Commit bugsTim Zallmann
2018-01-19Merge branch '42157-41989-fix-duplicate-in-create-item-dropdown' into 'master'Phil Hughes
Fix duplicate item in protected branch/tag dropdowns Closes #42157 and #41989 See merge request gitlab-org/gitlab-ce!16540
2018-01-19Merge branch 'fix-description-loss' into 'master'Phil Hughes
Add confirm when navigating away from page Closes #42102 See merge request gitlab-org/gitlab-ce!16518
2018-01-19Merge branch '42159-utf8-uploads' into 'master'Douwe Maan
Correctly escape UTF-8 path elements for uploads Closes #42159 See merge request gitlab-org/gitlab-ce!16560
2018-01-19Resolve "Projects API: filter 'with_issues_enabled=true' returns projects ↵Jan Christophersen
with 'issues_enabled=false'"
2018-01-19Fix duplicate item in protected branch/tag dropdownEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/42157 Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41989
2018-01-19Merge branch '42154-fix-artifact-size-calc' into 'master'Robert Speicher
Resolve "Bug calculating artifacts size for project statistics" Closes #42154 See merge request gitlab-org/gitlab-ce!16539
2018-01-19Merge branch '42187-update-gitlab-styles-to-2-3-0' into 'master'Robert Speicher
Resolve "Update gitlab-styles to 2.3.0" Closes #42187 See merge request gitlab-org/gitlab-ce!16558
2018-01-19Merge branch '41247-timestamp' into 'master'Robert Speicher
Use last_edited_at instead of updated_at for displaying issuable last change Closes #41247 See merge request gitlab-org/gitlab-ce!16406
2018-01-18Merge branch 'rc/improve-mr-feature-specs' into 'master'Robert Speicher
Improve MR feature specs and reduce duplication See merge request gitlab-org/gitlab-ce!13237
2018-01-18Delete conflicting orphaned routesMichael Kozono
2018-01-18Merge branch 'background-migration-fix' into 'master'Douwe Maan
Reduce UPDATEs for background column type changes Closes #42158 See merge request gitlab-org/gitlab-ce!16551
2018-01-18Fix a bug calculating artifact size for project statisticsNick Thomas
2018-01-18Update rubocop, rubocop-rspec, and gitlab-stylesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18Move mr_widget_auto_merge_failed component into a vue fileFilipa Lacerda
2018-01-18Correctly escape UTF-8 path elements for uploadsNick Thomas
2018-01-18Merge branch 'issue_37143_2' into 'master'Sean McGivern
Remove unnecessary query from labels dropdown Closes #37143 See merge request gitlab-org/gitlab-ce!16520
2018-01-18Move archived component to vue fileFilipa Lacerda
2018-01-18Merge branch 'remove-ide-pref' into 'master'Tim Zallmann
Remove IDE option from user preferences See merge request gitlab-org/gitlab-ce!16454
2018-01-18Remove unnecessary query from labels filterFelipe Artur
2018-01-18Merge branch 'gitaly-commit-signature' into 'master'Sean McGivern
Retrieve commit signatures with Gitaly Closes gitaly#923 See merge request gitlab-org/gitlab-ce!16467
2018-01-18Retrieve commit signatures with GitalyJacob Vosmaer (GitLab)
2018-01-18Improve MR feature specs and reduce duplicationRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18Remove Rugged::Walker from Repository#logJacob Vosmaer (GitLab)
2018-01-18Merge branch 'rc/fix-update_upload_paths_to_system_spec' into 'master'Sean McGivern
Fix spec/migrations/update_upload_paths_to_system_spec.rb to use the :migration metadata See merge request gitlab-org/gitlab-ce!16546
2018-01-18Fix Shows signin tab after new user email confirmationJacopo
When a new user confirm his email the signin tab is correctly shown.
2018-01-18Reduce UPDATEs for background column type changesYorick Peterse
Prior to this commit we would essentially update all rows in a table, even those where the source column (e.g. `issues.closed_at`) was NULL. This in turn could lead to statement timeouts when using the default batch size of 10 000 rows per job. To work around this we don't schedule jobs for rows where the source value is NULL. We also don't update rows where the source column is NULL (as an extra precaution) or the target column already has a non-NULL value. Using this approach it should be possible to update 10 000 rows in the "issues" table in about 7.5 - 8 seconds. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/42158
2018-01-18Add confirm when navigating away from page with tests.Jacob Schatz
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
2018-01-18Return last edited time instead of update timeJan Provaznik
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
2018-01-18Merge branch '42129-fix-project-snippet-user-agent-detail' into 'master'Sean McGivern
Fix the user-agent detail API endpoint for project snippets Closes #42129 See merge request gitlab-org/gitlab-ce!16521
2018-01-18Fix spec/migrations/update_upload_paths_to_system_spec.rb to use the ↵Rémy Coutable
:migration metadata Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18Merge branch 'winh-stop-jobs-modal' into 'master'Phil Hughes
Add modal for stopping jobs in admin area Closes #41305 See merge request gitlab-org/gitlab-ce!16283
2018-01-18Merge branch 'rc/port-from-ee-4119' into 'master'Sean McGivern
Add the :migration metadata, and don't use factories in FixWronglyRenamedRoutes spec See merge request gitlab-org/gitlab-ce!16535
2018-01-18Add modal for stopping jobs in admin areaWinnie Hellmann
2018-01-18Merge branch '34252-trailing-plus' into 'master'Phil Hughes
Resolve "Cannot filter issues by labels ending with a plus char in board view" Closes #41715 and #34252 See merge request gitlab-org/gitlab-ce!16490
2018-01-18Filter groups and projects dropdowns of search page on backendWinnie Hellmann
2018-01-18Add the :migration metadata, and don't use factories in ↵Rémy Coutable
FixWronglyRenamedRoutes spec Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-18feature spec for #34252Simon Knox
https://gitlab.com/gitlab-org/gitlab-ce/issues/34252