| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
When project storage_version is `2` means attachments are using
hashed storage.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fetch the merged branches at once.
Checking it one by one in the view. We don't cache this yet
because this would already much improve the performance.
A naive test against a particularly large repository:
``` ruby
begin
now = Time.now
branches.map{ |b| r.merged_to_root_ref?(b.name) }
Time.now - now
end # 8.265830782
```
Around 10 times faster:
``` ruby
begin
now = Time.now
r.merged_branches(branches.map(&:name))
Time.now - now
end # 0.807405397
```
This should make the branches page usable.
See merge request gitlab-org/gitlab-ce!14729
|
|/ |
|
|\
| |
| |
| |
| | |
Move doc/development/ee_features.md to CE
See merge request gitlab-org/gitlab-ce!15066
|
|/ |
|
|\
| |
| |
| |
| | |
Cache commits on the repository model
See merge request gitlab-org/gitlab-ce!14863
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Now, when requesting a commit from the Repository model, the results are
not cached. This means we're fetching the same commit by oid multiple times
during the same request. To prevent us from doing this, we now cache
results. Caching is done only based on object id (aka SHA).
Given we cache on the Repository model, results are scoped to the
associated project, eventhough the change of two repositories having the
same oids for different commits is small.
|
|\ \
| | |
| | |
| | |
| | | |
Avoid using Rugged in Gitlab::Git::Wiki#preview_slug
See merge request gitlab-org/gitlab-ce!15054
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add configurable option to display username in user avatar link component
See merge request gitlab-org/gitlab-ce!14902
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Sanitize k8s default_namespace
Closes #38692
See merge request gitlab-org/gitlab-ce!15053
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Likely caused by EE conflicts resolution
|
| | | | |
| | | | |
| | | | |
| | | | | |
scenario where the namespace is generated from the project group-name.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Revert "Merge branch '36670-remove-edit-form' into 'master'"
Closes #39441
See merge request gitlab-org/gitlab-ce!15049
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing
changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change default disabled merge request widget message to be more general
Closes #39188
See merge request gitlab-org/gitlab-ce!14960
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
allowed yet"
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39188
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Semi-linear history merge is now available in CE.
See merge request gitlab-org/gitlab-ce!15059
|
| |/ / / / / /
| | | | | | |
| | | | | | | |
Already mentioned in the list above this one.
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Remove groups_select from global namespace & simplifies the code
See merge request gitlab-org/gitlab-ce!15008
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix bitbucket login
Closes #39495
See merge request gitlab-org/gitlab-ce!15051
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix broken table of content links
Closes #39471
See merge request gitlab-org/gitlab-ce!15034
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Clarify the language around External Group membership with SAML SSO to clarify…
See merge request gitlab-org/gitlab-ce!15042
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
clarify that this will NOT add users to GitLab Groups.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Make local_branches OPT_OUT
See merge request gitlab-org/gitlab-ce!15045
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add path attribute to WikiFile class
Closes #39420
See merge request gitlab-org/gitlab-ce!15019
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes #39420
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix the incorrect value being used to set GL_USERNAME on hooks
See merge request gitlab-org/gitlab-ce!15038
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Avoid calling underlying methods on non-existing repos
See merge request gitlab-org/gitlab-ce!14962
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This saves us Rugged/gRPC invocations
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Validate username/pw for Jiraservice, require them in the API
Closes #36621
See merge request gitlab-org/gitlab-ce!15025
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|