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-08-01Fix selection of existing project key by defaultStan Hu
2018-07-31Default to importing to the current project keyStan Hu
2018-07-31Fix namespaces_helper reporting multiple groupsStan Hu
2018-07-27Resolve "The comparison list for the modified icons"Sam Beckham
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-07-23Display GPG status on repository and blob pagesWinnie Hellmann
2018-07-23Fix #47379 - Project visibility tooltipJamie Schembri
2018-07-18Proper icon validatorLukas Eipert
2018-07-18Merge branch 'rd-48920-backend-support-for-clarifying-search-bar' into 'master'Douwe Maan
Add avatar_url attr to the response of the autocomplete endpoint Closes #48920 See merge request gitlab-org/gitlab-ce!20661
2018-07-17Remove sanitize_repo_pathZeger-Jan van de Weg
This method is unneeded given its been pushed to Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/780 Closes https://gitlab.com/gitlab-org/gitaly/issues/1235
2018-07-17Add avatar_url attr to the response of the autocomplete endpointRubén Dávila
2018-07-16SubmoduleHelper - Project is not always available as an instance variableMario de la Ossa
2018-07-12Merge branch 'dz-manifest-import' into 'master'Douwe Maan
Add manifest import See merge request gitlab-org/gitlab-ce!20304
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-11More reliable manifest parser and group-only selectorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-10Update time_helper.rb to fix output for exact minutes.Marcel Amirault
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-06Use proper markdown rendering for previewsBrett Walker
2018-07-06Merge branch 'bvl-wrap-cross-project-group-permissions' into 'master'Douwe Maan
Create cross project group features See merge request gitlab-org/gitlab-ce!20333
2018-07-06Fix User role displayed on projects dashboardFrancisco Javier López
2018-07-06Create cross project group featuresBob Van Landuyt
This allows us to check specific abilities in views, while still enabling/disabling them at once.
2018-07-04Move group_dropdown_label to ce helperJarka Kadlecová
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-27Fix merge requests data source key to be camelCaseKushal Pandya
2018-06-15HTML escape the name of the user in ProjectsHelper#link_to_memberImre Farkas
2018-06-14Deny repository disk access in development and testJacob Vosmaer (GitLab)
2018-06-14Merge branch ↵Sean McGivern
'rd-33733-showing-created-date-instead-of-updated-date-in-project-lists' into 'master' Invalidate cache with project details when repository is updated Closes #33733 See merge request gitlab-org/gitlab-ce!19774
2018-06-14enable CommonMark as the defaultBrett Walker
2018-06-13Invalidate cache with project details when repository is updatedRubén Dávila
The partial using this cache key was showing stale information due to the cache not being invalidated.
2018-06-13[Rails5] Fix `storage_counter` helperblackst0ne
Since rails 5 beta 2 support of petabytes and exabytes were added to the `number_to_human*` methods. See https://github.com/rails/rails/pull/22759 So for rails5 the comma separator gets shown for big numbers (EBs).
2018-06-11Merge branch 'rs-update-rspec' into 'master'Rémy Coutable
Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Correct more usages of non-relative `fixture_file_upload` pathsRobert Speicher
2018-06-07Restore navigation theme orderGeorge Tsiolis
2018-06-07Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray
2018-06-06Fix invisible rows on importer statusStan Hu
2018-06-05extract favicon logic to lib classAlexis Reigel
2018-06-05use custom main faviconAlexis Reigel
2018-06-05Resolve "Add Xcode Button in UI"André Luís
2018-05-31Export assigned issues in iCalendar feedImre Farkas
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-23Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann
2018-05-10Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/shared/runners/_form.html.haml
2018-05-09Adjust spec to build correct path when storage path ends in slashDouwe Maan
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-07Merge branch '4084-epics-username-autocomplete-ce' into 'master'Douwe Maan
Backport CE changes from "autocomplete usernames in Epic comments/description" See merge request gitlab-org/gitlab-ce!18605
2018-05-04Backport of 4084-epics-username-autocompleteMario de la Ossa
2018-05-04Allow a user to accept/decline termsBob Van Landuyt
When a user accepts, we store this in the agreements to keep track of which terms they accepted. We also update the flag on the user.
2018-05-04Make the user dropdown reusableBob Van Landuyt
We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.