该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 6月 04, 2015
-
-
由 Robert Speicher 创作于
None of the GitLab B.V. developers were using it.
-
- 6月 03, 2015
-
-
由 Job van der Voort 创作于
Add 2FA docs See merge request !757
-
由 Dmitriy Zaporozhets 创作于
Group improvements * remove projects before removing group * execute all hooks/events from project destroy when group removed * log group create/remove * delay remove of namespace directory (to prevent NFS issues) Inspired by !759 See merge request !761
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Dmitriy Zaporozhets 创作于
Remove gitlab:env:check task. Rake task that checks for git user git settings is a leftover from early days. It is not being used by the web editor(and web editor is also being redone atm) so this rake task just causes confusion. Adresses internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2362 See merge request !758
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/projects_spec.rb
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Marin Jankovski 创作于
-
由 Job van der Voort 创作于
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/projects_spec.rb
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Jacob Vosmaer 创作于
-
由 Jacob Vosmaer 创作于
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Job van der Voort 创作于
LDAP users should not control their LDAP email If they can, they can take over arbitrary GitLab accounts. See merge request !1837
-
由 Douwe Maan 创作于
Add "Resend confirmation e-mail" link in profile settings Adds a convenience link to resend the confirmation e-mail if necessary. Before, user had to logout or open an Incognito Window to do this. Screenshot:  Fixes https://github.com/gitlabhq/gitlabhq/issues/9274 See merge request !634
-
由 Jacob Vosmaer 创作于
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Dmitriy Zaporozhets 创作于
Ths commit does next: * When we remove project we move repository to path+deleted.git * Then we schedule removal of path+deleted with sidekiq * If repository move failed we abort project removal This should help us with NFS issue when project get removed but repository stayed. The full explanation of problem is below: * rm -rf project.git * rm -rf removes project.git/objects/foo * NFS server renames foo to foo.nfsXXXX because some NFS client (think * Unicorn) still has the file open * rm -rf exits, but project.git/objects/foo.nfsXXX still exists * Unicorn closes the file, the NFS client closes the file (foo), and the * NFS server removes foo.nfsXXX * the directory project.git/objects/ still exists => problem So now we move repository and even if repository removal failed Repository directory is moved so no bugs with project removed but repository directory taken. User still able to create new project with same name. From administrator perspective you can easily find stalled repositories by searching `*+deleted.git` Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Jeroen van Baarsen 创作于
Remove "(unreleased)" from v 7.11.0
-
由 Marin Jankovski 创作于
-
由 Dmitriy Zaporozhets 创作于
More Javascript testing Continuation of !715 See merge request !736
-
由 Dmitriy Zaporozhets 创作于
Push event: Nest link in strong tag, not vice-versa Closes #1022 See merge request !755
-
由 Robert Speicher 创作于
Also removes redundant `unbind` call
-
由 Robert Speicher 创作于
-
由 Robert Speicher 创作于
Removes redundant enableButton/disableButton extensions, and adds specs for the jQuery extensions.
-
由 Robert Speicher 创作于
-
由 Robert Speicher 创作于
-
由 Robert Speicher 创作于
[ci skip]
-
由 Robert Speicher 创作于
Closes #1022
-
由 Dmitriy Zaporozhets 创作于
Don't notify users mentioned in code blocks or blockquotes. cc @rspeicher See merge request !753
-
由 Douwe Maan 创作于
Render Group and Project descriptions with our Markdown pipeline Continuation of !727, this ensures external links in these fields also get `rel="nofollow"` added. Bonus: Emoji now works in them!
See merge request !735 -
由 Robert Speicher 创作于
-
由 Toni Lähdekorpi 创作于
-
由 Robert Speicher 创作于
And make it more generalized for all filter specs.
-
由 Robert Speicher 创作于
-
由 Robert Speicher 创作于
When this option is `:description`, we use a more restrictive whitelist. This is used for Project and Group description fields.
-