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-07Merge branch 'wiki_title' into 'master'Robert Speicher
add feature rename wiki title Closes #27800 See merge request !10069
2017-08-07Merge branch 'sh-bump-gitlab-shell-5.8.0' into 'master'Robert Speicher
Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 See merge request !13344
2017-08-07Merge branch 'gitaly-386-shell-config' into 'master'Robert Speicher
Gitaly needs to know where to find gitlab-shell See merge request !13306
2017-08-07Merge branch 'add-star-for-action-scope' into 'master'Rémy Coutable
add star for action scope, in order to delete image from registry Closes #26465 See merge request !13248
2017-08-07Add changelogAnnabel Dunstone Gray
2017-08-07Merge branch 'dashboard-projects-controller-query-performance' into 'master'Sean McGivern
Improve various parts of Dashboard::ProjectsController See merge request !13319
2017-08-07Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14Stan Hu
2017-08-07Make contextual sidebar collapsibleAnnabel Dunstone Gray
2017-08-07Merge branch 'bvl-nfs-circuitbreaker' into 'master'Sean McGivern
Circuitbreaker for storage paths Closes #32207, #33117, gitlab-com/infrastructure#1946, and gitlab-com/infrastructure#1775 See merge request !11449
2017-08-07Merge branch 'new-sidebar-context-header-hover-color' into 'master'Annabel Dunstone Gray
Fixed sidebar context header hover colors Closes #35999 See merge request !13323
2017-08-07Fixed sidebar context header hover colorsPhil Hughes
2017-08-07Merge branch '34764-rename-to-overview' into 'master'Annabel Dunstone Gray
34764 Rename about to overview for group and project page Closes #34764 See merge request !13318
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-07[ci skip] Add repo_edit_button_spec and repo_preview_specLuke "Jared" Bennett
2017-08-07Use correct `Environment`-class within `Gitlab` namespaceBob Van Landuyt
2017-08-07Merge branch 'winh-fix-duplicate-commits' into 'master'Tim Zallmann
Remove gl.Activities from Commits page Closes #36058 See merge request !13341
2017-08-07Merge branch 'add-assign-me-alias' into 'master'Rémy Coutable
Add `/assign me` alias support for assigning issuables to oneself Closes #35304 See merge request !13334
2017-08-07Merge branch 'remove-tree-holder' into 'master'Phil Hughes
Remove unused #tree-holder Closes #36035 See merge request !13338
2017-08-07Remove gl.Activities from Commits pagewinh
2017-08-07Fix scss_lintLuke "Jared" Bennett
2017-08-07Move `let` calls inside the `describe` block using themMehdi Lahmam
2017-08-07Add `/assign me` alias support for assigning issuables to oneselfMehdi Lahmam
Currently, when a user wants to assign an issue/MR to himself, he needs to type his full username or select it from the suggested ones in the dropdown list. This commits suggest a faster solution which is typing `/assign me` Closes #35304.
2017-08-07GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt
2017-08-07Remove fdescsLuke "Jared" Bennett
2017-08-07Remove repo_binary_viewer as it is no longer neededLuke "Jared" Bennett
2017-08-07Cover linkClicked in repo_prev_directoryLuke "Jared" Bennett
2017-08-07Cover linkClicked in repo_fileLuke "Jared" Bennett
2017-08-07Tidy makeCommit and test resetCommitState in repo_commit_sectionLuke "Jared" Bennett
2017-08-07Cover repo_tabs xClicked methodLuke "Jared" Bennett
2017-08-07Cover repo_tab xClickedLuke "Jared" Bennett
2017-08-07Use `broken_storage` in the fs_shards_spec.Bob Van Landuyt
2017-08-07Merge branch 'fix-35786' into 'master'Rémy Coutable
Add a missing whitespace in "private forks you have no access to" Closes #35786 See merge request !13332
2017-08-07Fix karma repo_file_buttons_spec and repo_commit_section_specLuke "Jared" Bennett
2017-08-07Merge branch 'restrict-haml-javascript' into 'master'Tim Zallmann
Add custom linter for inline JavaScript to haml_lint See merge request !9742
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-07Eager load project creators for project dashboardsYorick Peterse
This solves an N+1 query problem where for every project we'd query the creator separately just to figure out what avatar to display.
2017-08-07Memoize a user's personal projects countYorick Peterse
The method User#projects_limit_left would run "personal_projects.count" but such a query is not memoized. As a result multiple calls to User#projects_limit_left would result in multiple COUNT(*) queries being executed. To work around this this commit adds User#personal_projects_count which simply memoizes the result of the COUNT(*) in an instance variable.
2017-08-07Remove redundant query from User#recent_pushYorick Peterse
The "events" table has a foreign key on "events.project_id" with a cascading delete. As such it's impossible for an event to have a non-existing project ID.
2017-08-07Improve checking if projects would be returnedYorick Peterse
In various places we check if the same relation would return projects. This is done using "any?" which will run a COUNT query with any LIMIT/OFFSET values still applied. To work around all this we introduce 2 helper methods that take care of doing the right thing. This leads to the produced queries being simpler and fewer queries being executed.
2017-08-07Merge branch 'docs-introduce-gitaly-ruby' into 'master'Sean McGivern
Add 9.5 update guide, with Gitaly specifics Closes gitaly#416 See merge request !13309
2017-08-07Change spelling of gitlab-shellJacob Vosmaer
2017-08-07Add reject method to monaco_loader_helperLuke "Jared" Bennett
2017-08-07Remove unused #tree-holderClement Ho
2017-08-07Merge branch '32300__expose_more_attributes' into 'master'Rémy Coutable
Expose more attributes to unauthenticated GET /projects/:id See merge request !13283