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-17accept_confirm requires js driverAlexis Reigel
2018-01-17reference triggers.values for permitted parametersAlexis Reigel
2018-01-17add missing permitted paramAlexis Reigel
2018-01-17no need for a named parameterAlexis Reigel
2018-01-17accepts `.all` as a hook scope as wellAlexis Reigel
2018-01-17use safer .hooks_for instead of .public_sendAlexis Reigel
with .public_send we can't make sure that the scope on the model actually exists.
2018-01-17extract concern for hook triggersAlexis Reigel
2018-01-04api support for merge_requests_events system hookAlexis Reigel
2018-01-04we only need a test for the happy pathAlexis Reigel
the failure case is already covered by the test in spec/services/test_hooks/system_service_spec.rb
2018-01-04use sentence case for "Merge request events"Alexis Reigel
2018-01-04merge requests on system hook admin pageAlexis Reigel
2018-01-04test hook for system merge request hookAlexis Reigel
2018-01-04invoke SystemHooksService instead of direct modelAlexis Reigel
2018-01-04execute system hooks from projectAlexis Reigel
2018-01-03fix issue #37843Danny
2018-01-03Merge branch 'da-handle-hashed-storage-repos-using-repo-import-task' into ↵Robert Speicher
'master' Handle GitLab hashed storage repositories using the repo import task Closes #39870 See merge request gitlab-org/gitlab-ce!16027
2018-01-03Merge branch 'fix/move-2fa-disable-button' into 'master'Robert Speicher
Move 2FA disable button #35836 Closes #35836 See merge request gitlab-org/gitlab-ce!16177
2018-01-03Move 2FA disable buttonGeorge Tsiolis
- Removed disable button from /profile/account - Added disable button to /profile/two_factor_auth - Changed 2FA breadcrumb from 'User Settings > Account > Account' to 'User Settings > Account > Two-Factor Authentication'
2018-01-03Refactoring Gitlab::BareRepositoryImport::RepositoryDouglas Barbosa Alexandre
2018-01-03Remove unused variable from bare repository importer specDouglas Barbosa Alexandre
2018-01-03Refactoring spec for Gitlab::BareRepositoryImport::RepositoryDouglas Barbosa Alexandre
2018-01-03Fix Repository#processable? to allow .git repos in the root folderDouglas Barbosa Alexandre
2018-01-03Add spec for Project#write_repository_configDouglas Barbosa Alexandre
2018-01-03Refactoring Project#write_repository_configDouglas Barbosa Alexandre
2018-01-03Fix TestEnv.copy_repo to use disk_path instead of full_pathDouglas Barbosa Alexandre
2018-01-03Import directory tree created with hashed storage using import rake taskDouglas Barbosa Alexandre
2018-01-03Write project full path to .git/config when migrating legacy storageDouglas Barbosa Alexandre
2018-01-03Update project full path in .git/config when renaming namespaceDouglas Barbosa Alexandre
2018-01-03Update project full path in .git/config when transfering a projectDouglas Barbosa Alexandre
2018-01-03Update project full path in .git/config when renaming a repositoryDouglas Barbosa Alexandre
2018-01-03Write project full path to .git/config when creating projectsDouglas Barbosa Alexandre
We'd need to keep track of project full path otherwise directory tree created with hashed storage enabled cannot be usefully imported using the import rake task.
2018-01-03Merge branch 'sh-optimize-commit-stats' into 'master'Robert Speicher
Speed up generation of commit stats by using Rugged native methods See merge request gitlab-org/gitlab-ce!16186
2018-01-03Merge branch 'migrate-fork-repo-to-gitaly' into 'master'Robert Speicher
Migrate repo forking to Gitaly Closes gitaly#825 See merge request gitlab-org/gitlab-ce!16018
2018-01-03Merge branch '34534-switch-to-axios' into 'master'Filipa Lacerda
Switch some bundles to use Axios Closes #41043 See merge request gitlab-org/gitlab-ce!15951
2018-01-03Merge branch '41424-gitlab-rake-gitlab-import-repos-schedules-an-import' ↵Douwe Maan
into 'master' Resolve "gitlab-rake gitlab:import:repos schedules an import" Closes #41424 See merge request gitlab-org/gitlab-ce!16115
2018-01-03Multi File Editor File iconsTim Zallmann
2018-01-03Merge branch 'jprovazn-search-issues' into 'master'Sean McGivern
Skip projects filter on issues search See merge request gitlab-org/gitlab-ce!16117
2018-01-03Merge branch 'gitaly-conflict-resolver' into 'master'Grzegorz Bizon
Gitaly conflict resolver Closes gitaly#813 See merge request gitlab-org/gitlab-ce!15755
2018-01-03refactor code to use new import typeJames Lopez
2018-01-03Speed up generation of commit stats by using Rugged native methodsStan Hu
The previous implementation iterated across the entire patch set to determine the number of lines added, deleted, and changed. Rugged has a native method `Rugged::Diff#stat` that does this already, which appears to be a little faster and require less RAM than doing this ourselves. Improves performance in #41524
2018-01-03Switch boards to AxiosEric Eastwood
2018-01-03Switch blob/notebook to AxiosEric Eastwood
2018-01-03Switch vue_merge_request_widget to AxiosEric Eastwood
2018-01-03Switch issue_show to AxiosEric Eastwood
2018-01-02Simplify conflict resolution interface and codeAlejandro Rodríguez
- Add a Gitlab::Git::Conflict::Resolution class to encapsulate resolution data - Simplify conflict file collection assembly
2018-01-02Migrate repo forking to GitalyAhmad Sherif
Closes gitaly#825
2018-01-02Merge branch 'rd-fix-reset-password-while-logged-in' into 'master'Robert Speicher
Allow logged in user to change his password Closes gitlab-ee#3482 See merge request gitlab-org/gitlab-ce!16169
2018-01-02Merge branch 'fj-40053-error-500-members-list' into 'master'Douwe Maan
Fix user membership destroy relation Closes #40053 See merge request gitlab-org/gitlab-ce!15970
2018-01-02Fix user membership destroy relationFrancisco Javier López
2018-01-02Merge branch 'bvl-fork-public-project-to-private-namespace' into 'master'Douwe Maan
Forking a project to a namespace with lower visibility Closes #40022 See merge request gitlab-org/gitlab-ce!16050