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
2017-08-15Add two more project templatesZ.J. van de Weg
Related to !13108. Mostly this is just running the rake task and changing the task a bit to catch cases like the project already existing or so. The rake task moves archives to the vendor/project_template directory, which are checked in too.
2017-08-15Merge branch 'malformed-submodule' into 'master'Douwe Maan
Handle missing .gitmodules when getting submodule urls See merge request !13509
2017-08-15Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann
2017-08-15Merge branch 'forks-count-cache' into 'master'Douwe Maan
Cache the number of forks of a project See merge request !13535
2017-08-15Fix edit merge request button inconsistent letter casingClement Ho
2017-08-15Merge branch '34533-speed-up-group-project-authorizations' into 'master'Douwe Maan
Speed up Group#user_ids_for_project_authorizations Closes #36182 See merge request !13508
2017-08-15Merge branch '34371-pipeline-schedule-vue-files' into 'master'Phil Hughes
Move callout to vue file and remove svg from data function to improve performance See merge request !13539
2017-08-15Merge branch 'repo-fixes-e' into 'master'Jacob Schatz
Repo fixes part E See merge request !13472
2017-08-14Merge branch '36378-error-raising-expectation-in-spec-fix' into 'master'Robert Speicher
Fix positive raise_error expectation without specifying the error type expected… Closes #36378 See merge request !13542
2017-08-14Fix positive raise_error expectation without specifying the error type ↵Tiago Botelho
expected in Project::DestroyService specs
2017-08-14Merge branch '35804-document-table-based-tests' into 'master'Robert Speicher
Use rspec-parameterized for table-based tests Closes #35804 See merge request !13469
2017-08-14Merge branch ↵Clement Ho
'34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
2017-08-14Merge branch '7-days-cycle-analytics' into 'master'Rémy Coutable
Add a `Last 7 days` option for Cycle Analytics view Closes #36300 See merge request !13443
2017-08-14Merge branch 'gitaly-test-bundle-path' into 'master'Rémy Coutable
Use existing BUNDLE_PATH for gitaly in local tests See merge request !13493
2017-08-14Merge branch '36089-handle-ref-failure-better' into 'master'Douwe Maan
Refactor how we fetch ref for merge requests Closes #36089 and #36296 See merge request !13416
2017-08-14Merge branch 'mk-enforce-boolean-defaults' into 'master'Douwe Maan
Enforce boolean defaults on Application Settings Closes #2750 See merge request !13144
2017-08-14Remove overflow tabs logic (no longer used)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143794
2017-08-14Remove loading state from repo_tabEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143710
2017-08-14Use promise syntax with Helper.getContentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143217
2017-08-14Split out linkClicked and add testsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143174
2017-08-14Cache the number of forks of a projectYorick Peterse
The number of forks of a project doesn't change very frequently and running a COUNT(*) every time this information is requested can be quite expensive. We also end up running such a COUNT(*) query at least twice on the homepage of a project. By caching this data and refreshing it when necessary we can reduce project homepage loading times by around 60 milliseconds (based on the timings of https://gitlab.com/gitlab-org/gitlab-ce).
2017-08-14Merge branch 'gitaly-404-commit-list-files' into 'master'Douwe Maan
Migrate `Git::Repository.ls_files` to Gitaly Closes gitaly#404 See merge request !13302
2017-08-14Move callout to vue file and remove svg from data function to improve ↵Filipa Lacerda
performance
2017-08-14Add SaferBooleanColumn copMichael Kozono
2017-08-14Use with_repo_branch_commit instead of fetch_ref directlyLin Jen-Shin
So that we could limit the access to Repository#fetch_ref See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13416#note_37487433
2017-08-14Merge branch 'pagination-projects-explore' into 'master'Douwe Maan
Use Prev/Next pagination for exploring projects Closes #27390 See merge request !13456
2017-08-14Merge branch 'fix/thread-safe-gpgme-tmp-directory' into 'master'Dmitriy Zaporozhets
Fix: Thread safe GPGME tmp directory Closes #35986 See merge request !13481
2017-08-14Merge branch 'fly-out-tunnel' into 'master'Filipa Lacerda
Add dynamic navigation tunnel to fly-out menus Closes #35949 See merge request !13315
2017-08-14Add comments about why we're stubbing themLin Jen-Shin
2017-08-14Use Prev/Next pagination for exploring projectsYorick Peterse
This changes the pagination of the "Explore" pages so they use a simpler pagination system that only shows "Prev" and "Next" buttons. This removes the need for getting the total number of rows to display, a process that can easily take up to 2 seconds when browsing through a large list of projects. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
2017-08-14Speed up Group#user_ids_for_project_authorizationsNick Thomas
2017-08-14Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
36089-handle-ref-failure-better * upstream/master: (47 commits) Update CHANGELOG.md for 9.4.5 Update charlock_holmes add a changelog entry switch to multi-line before block restructure the #new_key notification spec don't send devise notifications to the ghost user reset_delivered_emails before testing #new_key skip the :read_project check for new_project_member move the member spec to be with the other ones add a spec for new_group_member add a spec for never emailing the ghost user rubocop fix a membership with no user is always notifiable check notifiability for more emails add Member#notifiable?(type, opts) make NotificationRecipient a little more customizable Add notes about database performance for MySQL fix confidential border issue as well as confidential styles leaking on new MR Migrate force push check to Gitaly Add option to disable project export on instance ...
2017-08-14use mutex for keychain interactionAlexis Reigel
setting of the gpg home directory is not thread safe, as the directoy gets stored on the class. if multiple threads change the directory at the same time, one of the threads will be working in the wrong directory.
2017-08-14Merge branch 'user-edit-files-spec-fix' into 'master'Tim Zallmann
Wait for requests to finish before running the ace JS Closes #36191 See merge request !13405
2017-08-14Handle missing .gitmodules when getting submodule urlsJacob Vosmaer
2017-08-14fixed up specs caused by left over elements in the bodyPhil Hughes
2017-08-14Add dynamic navigation tunnel to fly-out menusPhil Hughes
2017-08-14Merge branch 'bvl-rollback-renamed-system-namespace' into 'master'Douwe Maan
Don't rename system when migrating from 9.x -> 9.4 Closes #35525 and #36148 See merge request !13228
2017-08-12switch to multi-line before blockhttp://jneen.net/
2017-08-12restructure the #new_key notification spechttp://jneen.net/
2017-08-12reset_delivered_emails before testing #new_keyhttp://jneen.net/
since the mere act of creating the key sends an email :|
2017-08-12move the member spec to be with the other oneshttp://jneen.net/
and add one
2017-08-12add a spec for new_group_memberhttp://jneen.net/
2017-08-12add a spec for never emailing the ghost userhttp://jneen.net/
2017-08-12check notifiability for more emailshttp://jneen.net/
2017-08-12fix confidential border issue as well as confidential styles leaking on new MRRegis Boudinot
2017-08-11Merge branch 'feature/migrate-force-push-check-to-gitaly' into 'master'Robert Speicher
Migrate force push check to Gitaly See merge request !13406
2017-08-11Add a `Last 7 days` option for Cycle Analytics viewMehdi Lahmam
2017-08-11Add feature specs for Cycle Analytics pipeline summaryMehdi Lahmam
2017-08-11Migrate force push check to GitalyAhmad Sherif