Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/locale
AgeCommit message (Collapse)Author
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
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.
2018-10-06Add button to insert table in markdown editorGeorge Tsiolis
2018-10-05Add timed incremental rollout to Auto DevOpsAlessio Caiazza
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.
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-04Merge branch 'dz-labels-subscribe-filter' into 'master'Dmitriy Zaporozhets
Add subscribe filter to labels page See merge request gitlab-org/gitlab-ce!21965
2018-10-04Merge branch '41922-simplify-runner-registration-token-resetting' into 'master'Kamil Trzciński
Simplify runner registration token resetting Closes #41922 See merge request gitlab-org/gitlab-ce!21658
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-04Resolve "Add status message from within user menu"Dennis Tang
2018-10-04Resolve "Add new "Overview" tab on user profile page"Martin Wortschack
2018-10-04Simplify runner registration token resettingTomasz Maczukin
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.
2018-10-04Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-03Uses Vue app to render part of job show pageFilipa Lacerda
2018-10-03Moves stages dropdown into the new vue appFilipa Lacerda
2018-10-03Merge branch 'mr-file-tree-data' into 'master'Filipa Lacerda
Merge Request file tree Closes #14249 See merge request gitlab-org/gitlab-ce!21833
2018-10-03Added file tree to merge request diffsPhil Hughes
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
2018-10-03Add copy to clipboard button for application id and secretGeorge Tsiolis
2018-10-03Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-02Add missing translations from scheduled job UIWinnie Hellmann
2018-10-02Merge branch 'master-i18n' into 'master'Douwe Maan
New Crowdin translations See merge request gitlab-org/gitlab-ee!7492
2018-10-02Resolve "Add "Link" shortcut/icon in markdown editor to make it easier to ↵Jan Beckmann
add references"
2018-10-02Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan
Make single diff patch limit configurable Closes #48027 See merge request gitlab-org/gitlab-ce!21886
2018-10-01Make single diff patch limit configurableOswaldo Ferreira
- 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
2018-09-27Updates Vue job components to match new APIFilipa Lacerda
2018-09-26Merge branch 'fix-gitlab-capitalization-translations-ce' into 'master'Rémy Coutable
Correct GitLab capitalization in CE Translation files See merge request gitlab-org/gitlab-ce!21832
2018-09-26Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter
2018-09-25Merge branch 'ce-7013-add-epics-close-support' into 'master'Douglas Barbosa Alexandre
CE port of Adding state to epics See merge request gitlab-org/gitlab-ce!21771
2018-09-25Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda
2018-09-24Bacport FE changes from Closing EpicsJarka Košanová
Backport of js and vue files from closing epics
2018-09-24Remove background job throttling featureValery Sizov
We remove this feature as it never worked properly
2018-09-24Merge branch 'dm-create-note-return-discussion' into 'master'Filipa Lacerda
Increase performance when creating discussion on diff Closes #49002 See merge request gitlab-org/gitlab-ce!21743
2018-09-21Allows to sort projects by most stars🙈 jacopo beschi 🙉
2018-09-21Merge branch ↵Dmitriy Zaporozhets
'47398-user-is-unable-revoke-a-authorized-application-unless-user-oauth-applications-is-checked-in-admin-settings' into 'master' Resolve "User is unable revoke a Authorized application unless User OAuth applications is checked in admin settings" Closes #47398 See merge request gitlab-org/gitlab-ce!21835
2018-09-21Add message about disabled oauth feature in user profileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-21Fixed karma spec for getNoteFormDataPhil Hughes
Fixed toggling new notes caused by not returning the stores discussion
2018-09-20Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
2018-09-20Correct GitLab capitalizations in translationsMarcel Amirault
2018-09-19Fix grammar in runner-related specs, views and localisations.Marcel Amirault
2018-09-18Improve cluster apps installation flowMike Greiling
2018-09-14Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon
Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
2018-09-12rename variable from *_cnt to *_countAlexis Reigel
2018-09-11merge master and resolve conflictsMartin Wortschack
2018-09-08Resolve "Create new project: Re-add project name field"Martin Wortschack
2018-09-07Merge branch 'sh-delete-container-registry-async' into 'master'Robert Speicher
Delete a container registry asynchronously Closes #51063 and #49926 See merge request gitlab-org/gitlab-ce!21553
2018-09-07Delete a container registry asynchronouslyStan Hu
When a container registry has many tags, it's easy for the DELETE call to take more than 60 seconds and fail. This can also leave the registry in a bad state with null bytes since some of the images have been deleted with tags still pointing to them. In addition, we have to prevent users from accidentally initiating the delete multiple times or this could leave the registry with orphaned tags. This commit also adds a flash message to notify the user the registry is scheduled for deletion. Closes #49926, #51063
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-09-07Ask user explicitly about usage stats agreementJan Provaznik
2018-09-07Use ResourceLabelEvent for tracking label changesJan Provaznik
2018-09-07i18n on some stringsPhil Hughes
moved heights into variables
2018-09-07fixed testsPhil Hughes
2018-09-07Improved IDE commit flowPhil Hughes
Closes #48182