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
2015-01-28Improve UX for widget if merge request can not be mergedDmitriy Zaporozhets
2015-01-28Project/Group access dropdown should contain link to permissions help pageDmitriy Zaporozhets
2015-01-28Separate admin settings from other linksDmitriy Zaporozhets
2015-01-28Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-01-28Fix gravatar size for head panel iconDmitriy Zaporozhets
2015-01-28Merge branch '1019' into 'master'Dmitriy Zaporozhets
#1019: Broadcast message does not show up properly with new UI With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019 See merge request !315
2015-01-28Fix broadcast message to show up properly with new UIVisay Keo
With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019
2015-01-28Fix random failing testDmitriy Zaporozhets
2015-01-28Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets
Add tests for creating bare repo and first file in UI Part of #1930 See merge request !1444
2015-01-27Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets
Move external issue tracker away from yml config See merge request !1442
2015-01-27Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-01-27Merge pull request #8609 from ↵Dmitriy Zaporozhets
jubianchi/issues/6289-api-handle-error-project-repo Handle errors on API when a project does not have a repository
2015-01-27Merge pull request #8638 from hiroponz/remember-project-default-tab-30daysDmitriy Zaporozhets
Remember the project default tab for 30 days
2015-01-27Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2015-01-27Merge pull request #8652 from bladealslayer/feature/system_hook_for_groupsDmitriy Zaporozhets
Added support for firing system hooks on group create/destroy and adding...
2015-01-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-01-27Increase font size for issue/mr titlesDmitriy Zaporozhets
2015-01-27Add tests for initializing bare repo and creating new file in itDmitriy Zaporozhets
2015-01-27Still need the javascript on the project edit page.Marin Jankovski
2015-01-27Merge branch 'add_titles_to_links' into 'master'Dmitriy Zaporozhets
Add titles to all nav links See merge request !313
2015-01-27Replace p with h4 for empty repo textDmitriy Zaporozhets
2015-01-27Merge branch 'active-users-and-logged-in-users' into 'master'Sytse Sijbrandij
Active users and logged in users /cc @marc @haydn @dzaporozhets See merge request !1443
2015-01-27Merge branch 'github-no-omniauth' into 'master'Valery Sizov
Don't require omniauth to enable github importer I noticed the github importer is only enabled when omniauth authentication is also enabled. That isn't actually necessary -- just the oauth keys from GitHub are required to be configured. The fix for this is very simple. See merge request !316
2015-01-27Use larger avatar on application headerDmitriy Zaporozhets
2015-01-27Prevent confusion between active users and 30 day users.Sytse Sijbrandij
2015-01-27Update CHANGELOG with new stuffDmitriy Zaporozhets
2015-01-27Added support for firing system hooks on group create/destroy and ↵Boyan Tabakov
adding/removing users to group. Added tests and updated docs. Also adding 'user_id' field in the hooks for adding/removing user from team.
2015-01-27Merge branch 'improve-web-edit' into 'master'Dmitriy Zaporozhets
Improve web editor * focus on web editor * Make editor looks same for new and edit file * Refactor editor JS * Improved satellite logic for new files See merge request !1441
2015-01-27Shorter check in services controller.Marin Jankovski
2015-01-27Fixed few tests and improved css styleDmitriy Zaporozhets
2015-01-27Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski
Conflicts: app/models/project.rb spec/models/project_spec.rb
2015-01-27Make issue tracker service fields required.Marin Jankovski
2015-01-27Improve web editor filename placeholderDmitriy Zaporozhets
2015-01-27Refactor web editorDmitriy Zaporozhets
2015-01-27Fix app title when browse blobDmitriy Zaporozhets
2015-01-27Improve font sizes for code and diffDmitriy Zaporozhets
2015-01-27Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets
File creation and editing refactored * Refactored controllers/helpers/views related to blob resource * make it possible to create new file in empty repository Second step in building #1930 See merge request !1440
2015-01-27Move repetition to the parent.Marin Jankovski
2015-01-27Remove unnecessary reload in testDmitriy Zaporozhets
2015-01-27Fix tests for blobs refactoringDmitriy Zaporozhets
2015-01-27Merge branch 'bigger-font' into 'master'Dmitriy Zaporozhets
Bigger font-size for code browsing See merge request !1439
2015-01-27Remove unused feature steps.Marin Jankovski
2015-01-27Update rspec tests to the new external issue logic.Marin Jankovski
2015-01-27Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets
Create first file from empty repository via UI. pt1 * Backend can now commit file to empty repository. * Empty project UI has new file button First step in building #1930 See merge request !1438
2015-01-27Make code font size a bit bigger so its easier to read itDmitriy Zaporozhets
2015-01-27Fix blob controller rendering in case of errorsDmitriy Zaporozhets
2015-01-27Refactor blob viewsDmitriy Zaporozhets
2015-01-27Refactor blob helpersDmitriy Zaporozhets
2015-01-27SEtup new routes for creating and changing repository filesDmitriy Zaporozhets
2015-01-27Refactor blob controllersDmitriy Zaporozhets