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-05-09Adjust spec to build correct path when storage path ends in slashDouwe Maan
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.
2018-05-01Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher
Fix commit trailer rendering when Gravatar is disabled Closes #45633 See merge request gitlab-org/gitlab-ce!18586
2018-04-30Exclude LDAP from OmniauthCallbackController base methodsJames Edwards-Jones
2018-04-26Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceNick Thomas
2018-04-26Merge branch 'ide-relative-url-fix' of gitlab.com:gitlab-org/gitlab-ceNick Thomas
2018-04-25fixed rubocopPhil Hughes
2018-04-25restore original script_name configPhil Hughes
2018-04-25Fix commit trailer rendering when Gravatar is disabledDouwe Maan
2018-04-25Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan
Legacy disk path refactor Closes gitaly#1111 See merge request gitlab-org/gitlab-ce!18364
2018-04-25added helper specPhil Hughes
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
2018-04-24[Backport] Burndown chart for group milestoneOswaldo Ferreira
2018-04-19Resolve "Improve tooltips of collapsed sidebars"Dennis Tang
2018-04-16Merge branch '8088_embedded_snippets_support' into 'master'Grzegorz Bizon
Embedded Snippets Support Closes #8088 See merge request gitlab-org/gitlab-ce!15695
2018-04-12Merge branch 'dm-archived-read-only' into 'master'Robert Speicher
Make archived projects completely read-only Closes #44788 See merge request gitlab-org/gitlab-ce!18136
2018-04-12Resolve "Clean up old project permissions frontend code"Mike Greiling
2018-04-11Show `New Issue` link for projectsBob Van Landuyt
When a user is not logged in, we want to show the `New Issue` link so he gets directed to the login flow first. When a project is archived, we never want to show the link.
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2018-04-06Merge branch '43246-checkfilter' into 'master'Sean McGivern
Resolve "Show a message when loading the issues / merge requests dashboard without filters" Closes #43246 See merge request gitlab-org/gitlab-ce!17961
2018-04-05Merge branch '42028-xss-diffs-10-6' into 'security-10-6'Douwe Maan
Port of "Fix XSS on commit diff view" for 10-6 See merge request gitlab/gitlabhq!2364
2018-04-04Fix links to subdirectories of a directory with a plus character in its pathDouwe Maan
2018-04-03Fixed dashboard filtering testsJan Provaznik
2018-03-29Merge branch 'add-canary-favicon' into 'master'Sean McGivern
Add canary favicon See merge request gitlab-org/gitlab-ce!12477
2018-03-27Update styling and use Gitlab::Utils.to_booleanEric Eastwood
2018-03-27'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich
2018-03-15Fix import helper spec when a previous spec stubs settingsSean McGivern
This should use stub_omniauth_setting, not do it manually.
2018-03-13Merge branch 'rd-fix-github-url-when-listing-repositories-at-importing' into ↵Douwe Maan
'master' Fix provider server URL used when listing repos to import See merge request gitlab-org/gitlab-ce!17692
2018-03-13Fix provider server URL used when listing repos to importRubén Dávila
Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
2018-03-12Add helpers for labels dropdownKushal Pandya
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-07fix failing spechaseeb
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-03Bring one group board to CEFelipe Artur
2018-03-03fixed failing testhaseeb
2018-03-01Remove u2f webpack bundleMike Greiling
2018-02-28embedded snippets supporthaseeb
2018-02-26Merge branch '41255-refactoring-of-blob-link-methods-in-blob_helper' into ↵Douwe Maan
'master' Resolve "Refactoring of blob link methods in blob_helper" Closes #41255 See merge request gitlab-org/gitlab-ce!16851
2018-02-26Don't convert issuable_initial_data into JSONJan Provaznik
Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
2018-02-23refactor methods inlineJames Lopez
2018-02-23refactor code based on feedbackJames Lopez
2018-02-23some initial refactoringJames Lopez
2018-02-23Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan
Port `read_cross_project` ability from EE See merge request gitlab-org/gitlab-ce!17208
2018-02-23Add Tip about Push to Create project on New Project pageAndré Luís
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-22Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood