| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Copy `KubernetesService` logic in `Clusters::Platforms::Kubernetes` to make it interchangeable. And implement a selector.
See merge request gitlab-org/gitlab-ce!15515
|
| | |
|
| | |
|
| |
| |
| |
| | |
Platform::Kubernetes"
|
| | |
|
| |
| |
| |
| | |
Clusters::Platform::Kubernetes
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40671
See
https://gitlab.com/gitlab-org/gitlab-ce/blob/f7254a4060b30e3134c6cf932eaba0fc8e249e9a/app/controllers/sessions_controller.rb#L42
for an example of where we set `flash[:notice] = nil`
|
|\ \
| | |
| | |
| | |
| | | |
Redirect to an already forked project if it exists
See merge request gitlab-org/gitlab-ce!15653
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before the we would try to `POST` to the project path, which would
result in a 404, because that `POST` is not supported.
By changing this back to a normal link, not not handled in JS, we can
immeadiatly redirect.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove serialised diff and commit columns
Closes #39533
See merge request gitlab-org/gitlab-ce!15582
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The st_commits and st_diffs columns on merge_request_diffs historically held the
YAML-serialised data for a merge request diff, in a variety of formats.
Since 9.5, these have been migrated in the background to two new tables:
merge_request_diff_commits and merge_request_diff_files. That has the advantage
that we can actually query the data (for instance, to find out how many commits
we've stored), and that it can't be in a variety of formats, but must match the
new schema.
This is the final step of that journey, where we drop those columns and remove
all references to them. This is a breaking change to the importer, because we
can no longer import diffs created in the old format, and we cannot guarantee
the export will be in the new format unless it was generated after this commit.
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Added IDE commit panel
Closes #40041
See merge request gitlab-org/gitlab-ce!15583
|
| |/
| |
| |
| | |
added getter specs
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'21143-customize-branch-name-when-using-create-branch-in-an-issue' into 'master'
Resolve "Customize branch name when using create branch in an issue"
Closes #21143
See merge request gitlab-org/gitlab-ce!13884
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
initializes the branches dropdown upon invalid entry
Closes #40012
See merge request gitlab-org/gitlab-ce!15588
|
| | |/
| |/|
| | |
| | |
| | | |
Added Changelog
added feature spec
|
|/ /
| |
| |
| | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add edit button to mobile file view
Closes #28377
See merge request gitlab-org/gitlab-ce!15199
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Fix reply quote keyboard shortcut on MRs
Closes #40295
See merge request gitlab-org/gitlab-ce!15523
|
| | |
| | |
| | |
| | | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/40295
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add Group Milestone sorting
Closes #39720
See merge request gitlab-org/gitlab-ce!15230
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add support of Mermaid
Closes #3711
See merge request gitlab-org/gitlab-ce!15107
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix commits list 500 with multi-file editor new_repo cookie
Closes #39821
See merge request gitlab-org/gitlab-ce!15502
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39821
/<namespace>/<project>/commmits/master
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Replace ci_status_path with pipeline_path
See merge request gitlab-org/gitlab-ce!15369
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Include child projects a user can manage in namespace dropdowns
Closes #39987
See merge request gitlab-org/gitlab-ce!15294
|
| |/ /
| | |
| | |
| | | |
These dropdown options are used for creating and transfering projects.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Don't perform a JS request when deleting a membership.
Closes #39933 and #31720
See merge request gitlab-org/gitlab-ce!15344
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add total time spent to milestones
Closes #39335
See merge request gitlab-org/gitlab-ce!15116
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Clear filter on gl_dropdown open
Closes #39564
See merge request gitlab-org/gitlab-ce!15214
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Clean up the schema of the table "issues"
Closes #31811
See merge request gitlab-org/gitlab-ce!15225
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds various foreign key constraints, indexes, missing NOT NULL
constraints, and changes some column types from timestamp to
timestamptz.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
|
|/ / /
| | |
| | |
| | | |
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/33661
|