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
2017-08-07Merge branch 'master' into ideMike Greiling
* master: (177 commits) Add changelog Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 Make contextual sidebar collapsible Fixed sidebar context header hover colors Use correct `Environment`-class within `Gitlab` namespace Remove gl.Activities from Commits page Move `let` calls inside the `describe` block using them Add `/assign me` alias support for assigning issuables to oneself GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError Use `broken_storage` in the fs_shards_spec. Eager load project creators for project dashboards Memoize a user's personal projects count Remove redundant query from User#recent_push Improve checking if projects would be returned Change spelling of gitlab-shell Remove unused #tree-holder Add custom linter for inline JavaScript to haml_lint Rename user_can_admin? because it's more accurate Synchronous zanata community contribution translation Add Korean translation to i18n ...
2017-08-07resolve eslint violationsMike Greiling
2017-08-07Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz
2017-08-07Fix loading.Jacob Schatz
2017-08-07Merge branch '34028-collapse-sidebar' into 'master'Phil Hughes
Resolve "Navigation - Make contextual sidebar collapsible" Closes #34028 See merge request !13281
2017-08-07Add changelogAnnabel Dunstone Gray
2017-08-07Make contextual sidebar collapsibleAnnabel Dunstone Gray
2017-08-07Fixed sidebar context header hover colorsPhil Hughes
2017-08-07Merge branch 'navbar-z-index-higher' into 'master'Annabel Dunstone Gray
Increase the z-index of the navbar Closes #35935 See merge request !13282
2017-08-07Remove gl.Activities from Commits pagewinh
2017-08-07Fix scss_lintLuke "Jared" Bennett
2017-08-07Remove repo_binary_viewer as it is no longer neededLuke "Jared" Bennett
2017-08-07Tidy makeCommit and test resetCommitState in repo_commit_sectionLuke "Jared" Bennett
2017-08-07Fix eslintLuke "Jared" Bennett
2017-08-07Merge branches 'ide' and 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideLuke "Jared" Bennett
2017-08-07Add reject method to monaco_loader_helperLuke "Jared" Bennett
2017-08-07Merge branch '33095-mr-widget-ui' into 'master'Phil Hughes
Merge Request widget Improvements Closes #33095 See merge request !12601
2017-08-07Fix issues with pdf-js dependenciesMike Greiling
2017-08-07clean up merge request widget UISimon Knox
2017-08-06Split up the service call.Jacob Schatz
2017-08-06Use truncated for tabs.Jacob Schatz
2017-08-06Remove unused header.Jacob Schatz
2017-08-06Edit button to class.Jacob Schatz
2017-08-06Remove unnecessary CSS comment.Jacob Schatz
2017-08-06Fix variables.Jacob Schatz
2017-08-06Move v-cloak to a more general area.Jacob Schatz
2017-08-06Use existing truncation.Jacob Schatz
2017-08-06Fix xclicked not existing.Jacob Schatz
2017-08-06Rename x clicked to be consisten.Jacob Schatz
2017-08-06Remove console log :|. Move to one liner.Jacob Schatz
2017-08-06Add rel="noopener noreferrer"Jacob Schatz
2017-08-06Remove editable border because it doesn't look right anymore.Jacob Schatz
2017-08-06Can show file as computed property.Jacob Schatz
2017-08-06Fix line numbering.Jacob Schatz
2017-08-06Disabled into computedJacob Schatz
2017-08-06Make Store->RepoStore and others consistent.Jacob Schatz
2017-08-06Remove scroll helper... not being used anymore.Jacob Schatz
2017-08-06Change name to user feature helper.Jacob Schatz
2017-08-06Merge branch '27616-fix-contributions-graph-utc-offset-mysql' into 'master'Tim Zallmann
Fix Timezone Inconsistencies in User Contribution Calendar Closes #27616 and #1943 See merge request !13208
2017-08-05Split more consistently.Jacob Schatz
2017-08-05Remove Loading ellipsis.Jacob Schatz
2017-08-05Get rid of hard coded new branchJacob Schatz
2017-08-04Update top bar issues iconAnnabel Dunstone Gray
2017-08-04Merge branch '34060-simplified-general-project-settings' into 'master'Mike Greiling
34060 Simply general project settings to use expanded panels Closes #34060 See merge request !12620
2017-08-04Use darker color for tab dividersClement Ho
2017-08-04Add black transparent background for modalClement Ho
2017-08-04Style repo tabsClement Ho
2017-08-04Add UI polish for repo editor button barClement Ho
2017-08-04Removed forced height of ide so that height is inherited during editing modeClement Ho
2017-08-04Remove unwanted white space (top and bottom) in blob viewerClement Ho