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
AgeCommit message (Collapse)Author
2018-10-24Merge branch 'mr-file-list' into 'master'Filipa Lacerda
Add list mode to file browser in diffs Closes #51859 See merge request gitlab-org/gitlab-ce!22191
2018-10-23Changed list view tooltipPhil Hughes
2018-10-23Add `Any` option to milestone filterHeinrich Lee Yu
2018-10-23Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira
requests"
2018-10-23Store tree list preference in localStoragePhil Hughes
Fixed clear search button not clearing
2018-10-23Add list mode to file browser in diffsPhil Hughes
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
2018-10-22Frontend: Review app changesFilipa Lacerda
2018-10-19Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda
2018-10-18Show wiki empty state layout on wiki-only project overview pageJacques Erasmus
2018-10-17Merge branch 'gt-remove-prometheus-configuration-help-text' into 'master'Clement Ho
Remove prometheus configuration help text Closes #52782 See merge request gitlab-org/gitlab-ce!22413
2018-10-17Merge branch 'gt-update-environments-empty-state' into 'master'Filipa Lacerda
Update environments empty state See merge request gitlab-org/gitlab-ce!22297
2018-10-17Update environments empty stateGeorge Tsiolis
2018-10-17Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda
2018-10-17Remove prometheus configuration help textGeorge Tsiolis
2018-10-15Merge branch 'sh-remove-koding' into 'master'Douwe Maan
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-12Backport CE changes for Ops Dashboard in EEPeter Leitzen
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-02Add missing translations from scheduled job UIWinnie Hellmann
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-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