| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
From my experience in setting this up
https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/231/diffs
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "When forking any project, the images (avatar) of the groups (and subgroups) are not loaded."
Closes #44508
See merge request gitlab-org/gitlab-ce!18048
|
| |
| |
| |
| | |
- NamespacesHelper#namespace_icon should return a URL instead of an image_tag for groups
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'44392-resolve-projects-creation-silently-failing-on-after-create-error' into 'master'
Resolve "For new created projects permissions are not inherited from group level"
Closes #44692
See merge request gitlab-org/gitlab-ce!18013
|
| | |
| | |
| | |
| | | |
inactive
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Add JavaScript style guide
See merge request gitlab-org/gitlab-ce!17617
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Document a few strategies to extract EE APIs
See merge request gitlab-org/gitlab-ce!17573
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Allow merge requests related to a commit to be found via API
See merge request gitlab-org/gitlab-ce!18004
|
| | |_|/
| |/| |
| | | |
| | | |
| | | | |
- Original work for the web interface here:
- https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13713
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
Resolve "Reference parsing conflicting with auto-linking"
Closes #44649
See merge request gitlab-org/gitlab-ce!18045
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We displayed the correct text as the link text (without double-encoding), but
didn't do the same for the actual link target, so any link containing an
ampersand would break when auto-linked.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make all workhorse gitaly calls opt-out, take 2
See merge request gitlab-org/gitlab-ce!18043
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Test if remote repository exists before cloning
Closes #43929 and gitaly#1084
See merge request gitlab-org/gitlab-ce!18017
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When a repository does not exist on a remote, Gitaly won't be able to
clone it. This is correct behaviour, but from the clients perspective a
change in behaviour.
This change implements the client side changes that allows Gitaly to
execute a `git ls-remote <remote-url> HEAD`. This way the client has no
need to shell out to Git.
In the situation where multiple Gitalies are available, one is chosen at
random.
This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929,
while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Don't create permanent redirect when renaming a namespace
See merge request gitlab-org/gitlab-ce!17521
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This will use the same query as `\di` to find an index on postgresql.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This will speed up the LIKE query in
RedirectRoute.matching_path_and_descendants
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Since the `permanent` column is not there anymore, we don't need to
create these indexes.
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Removes permanent redirects, this means that redirects will only be
possible as long as the old route isn't taken by a new project/group.
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This removes the column that was added in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15670 since we
will no longer be allowing _permanent_ redirects
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Drop JSON support from Projects::MilestonesController#show
Closes #33803
See merge request gitlab-org/gitlab-ce!17977
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Resolve "ActiveRecord::RecordInvalid: Validation failed: Certificate misses intermediates"
Closes #43794
See merge request gitlab-org/gitlab-ce!17992
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
gitignore for vscode config file
See merge request gitlab-org/gitlab-ce!18037
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This reverts merge request !18002
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into 'master'
Move TimeTrackingComparisonPane vue component
See merge request gitlab-org/gitlab-ce!17931
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Clean the test path after each spec run
See merge request gitlab-org/gitlab-ce!18035
|
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
FactoryBot's build_stubbed ignores the current database sequence of the
projects table and starts at ID 1000. If more than 1000 projects are created
during a test run, leftover repositories can cause spec failures. For example,
a spec that expects an empty repository may fail since there may be existing
content.
Closes #5461
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Redesign application settings to match project settings (part 2)
See merge request gitlab-org/gitlab-ce!18019
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Remove some easy cases of 'path_to_repo' use
See merge request gitlab-org/gitlab-ce!17997
|
|/ / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
'43952-use-a-better-link-for-documentation-on-existing-cluster-creation-form' into 'master'
Resolve "Use a better link for documentation on existing cluster creation form"
Closes #43952
See merge request gitlab-org/gitlab-ce!18025
|
| | | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Resolve "Missing cancel button when creating new domain for pages"
Closes #27210
See merge request gitlab-org/gitlab-ce!18026
|
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Enable word wrap in IDE
Closes #44303
See merge request gitlab-org/gitlab-ce!17994
|
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Closes #44303
|