| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
Add list mode to file browser in diffs
Closes #51859
See merge request gitlab-org/gitlab-ce!22191
|
| | |
|
| |
| |
| |
| | |
Fixed clear search button not clearing
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This adds toggle buttons to switch between file & tree list.
For file list, it renders the truncated paths with the ellipsis
at the start of the path.
When focusing the input, it hides the toggle buttons.
On blur, the buttons get shown again.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51859
|
| | |
|
|/
|
|
| |
requests"
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Remove prometheus configuration help text
Closes #52782
See merge request gitlab-org/gitlab-ce!22413
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Update environments empty state
See merge request gitlab-org/gitlab-ce!22297
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| | |
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
|
| | |
|
| |
| |
| |
| |
| |
| | |
This integration no longer works and does not appear to be supported.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
|
| | |
|
|/ |
|
|
|
|
|
|
|
| |
Was introduced in the time that GitLab still used NFS, which is not
required anymore in most cases. By removing this, the API it calls will
return empty responses. This interface has to be removed in the next
major release, expected to be 12.0.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Auto DevOps deployment strategies now supports timed incremental
rollout. We are deprecating the usage of INCREMENTAL_ROLLOUT_ENABLED
environment variable in Auto DevOps template.
The new behavior will be driven by the INCREMENTAL_ROLLOUT_MODE variable
that can either be manual (same as INCREMENTAL_ROLLOUT_ENABLED) or
timed.
Rollout deployments will be executed using a 5 minute delay between each
job.
|
|\ |
|
| |\
| | |
| | |
| | |
| | | |
Add subscribe filter to labels page
See merge request gitlab-org/gitlab-ce!21965
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
Simplify runner registration token resetting
Closes #41922
See merge request gitlab-org/gitlab-ce!21658
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This icommit adds several changes related to the same topic
- resetting a Runner registration token:
1. On Project settings page it adds a button for resetting the
registration token and it removes the Runner token field
that was confusing all GitLab users.
2. On Group settings page it adds the same button for resetting
the registration token.
3. On Admin Runners settings page it moves the button to the same
place as in Project and Group settings and it changes slightly
the page layout to make it more similar to Group and Project
setting pages.
4. It refactorizes a little the partial that prints runner
registration description. Thanks to this Project, Group
and Admin settings of the Runner are re-using the same
code to generate the button.
5. Updates the translations of changed text.
|
| | | |
|
| |/ |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Merge Request file tree
Closes #14249
See merge request gitlab-org/gitlab-ce!21833
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This file tree displays all the diff files in a tree like format
Each file is taken and converted into a tree with folders
Each folder can be toggled open & closed
Clicking a file will scroll to the diff file & highlight with a glow affect
Searching the tree list will search only files & return a list of the
files without any folders
Each file row contains an icon to show changed, new file or deleted
Each row will also contain the added & removed lines count
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
New Crowdin translations
See merge request gitlab-org/gitlab-ee!7492
|
|/ / |
|
| |
| |
| |
| | |
add references"
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Make single diff patch limit configurable
Closes #48027
See merge request gitlab-org/gitlab-ce!21886
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Creates a new column to hold the single patch limit value on
application_settings
- Allows updating this value through the application_settings API
- Calculates single diff patch collapsing limit based on
diff_max_patch_bytes column
- Updates diff limit documentation
- Adds documentation (with warning) as of how one can update this limit
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Correct GitLab capitalization in CE Translation files
See merge request gitlab-org/gitlab-ce!21832
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
CE port of Adding state to epics
See merge request gitlab-org/gitlab-ce!21771
|
| | |
| | |
| | |
| | | |
Backport of js and vue files from closing epics
|
| | | |
|
| | |
| | |
| | |
| | | |
We remove this feature as it never worked properly
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Increase performance when creating discussion on diff
Closes #49002
See merge request gitlab-org/gitlab-ce!21743
|