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
path: root/app
AgeCommit message (Collapse)Author
2018-02-01Merge branch '30106-group-issues' into 'master'Sean McGivern
View all issues of all subgroups on the group issue page Closes #30106 and #39388 See merge request gitlab-org/gitlab-ce!16706
2018-02-01Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable
Enable Style/RegexpLiteral cop Closes #42497 See merge request gitlab-org/gitlab-ce!16752
2018-02-01Merge branch 'fix-internationalization-namespace' into 'master'Filipa Lacerda
Remove namespaced internationalization import See merge request gitlab-org/gitlab-ce!16838
2018-02-01Include subgroup issuables on the group pageJarka Kadlecová
2018-02-01Merge branch 'axios-find-file' into 'master'Fatih Acet
Replace $.ajax in find file with axios See merge request gitlab-org/gitlab-ce!16841
2018-02-01Replace $.ajax in find file with axiosClement Ho
2018-02-01Replace $.ajax in activity calendar with axiosClement Ho
2018-02-01Remove namespaced internationalization importClement Ho
2018-01-31Merge branch ↵Rémy Coutable
'4761-follow-up-from-resolve-developers-should-be-able-to-create-new-projects-in-group' into 'master' Refactor groups controller to match EE Closes gitlab-ee#4761 See merge request gitlab-org/gitlab-ce!16832
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-31Merge branch 'fl-mr-widget' into 'master'Phil Hughes
Move mr widget related links into a vue file See merge request gitlab-org/gitlab-ce!16825
2018-01-31Merge branch 'axios-get-render-math' into 'master'Phil Hughes
Replace $.get in render math with axios See merge request gitlab-org/gitlab-ce!16697
2018-01-31Use axios instead of jquery ajax for setCiStatusFaviconClement Ho
2018-01-31refactor groups controller to match EEJames Lopez
2018-01-31Merge branch 'rugged-reference-cache-rescue' into 'master'Sean McGivern
Stop rescuing Rugged::Reference in Repository cache See merge request gitlab-org/gitlab-ce!16770
2018-01-31Fix broken testFilipa Lacerda
2018-01-31Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern
Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
2018-01-31Merge branch 'fix/move-can-be-merged-to-lib-git' into 'master'Grzegorz Bizon
Move Repository#can_be_merged? to Gitlab::Git::Repository Closes #42544 See merge request gitlab-org/gitlab-ce!16771
2018-01-31Merge branch 'sh-fix-events-collection' into 'master'Rémy Coutable
Fix not all events being shown in group dashboard Closes #42560 See merge request gitlab-org/gitlab-ce!16819
2018-01-31Merge branch 'ph-ajax-to-axios' into 'master'Filipa Lacerda
Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
2018-01-31Gitaly Server info for admin panelZeger-Jan van de Weg
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
2018-01-31Fix not all events being shown in group dashboardStan Hu
The group activity feed was limited to the first 20 projects found in the group, which caused activity from some projects to be omitted. A limit of 20 is applied to the query for events, so the extra pagination does little in the way of performance. Closes #42560
2018-01-30Replace $.get in render math with axiosClement Ho
2018-01-30Merge branch 'cal-label-fix' into 'master'Annabel Dunstone Gray
Contribution calendar label cutoff fix See merge request gitlab-org/gitlab-ce!16769
2018-01-30Merge branch 'feature/migrate-wiki-page-formatted-data-to-gitaly' into 'master'Robert Speicher
Migrate fetching wiki page formatted content to Gitaly Closes gitaly#958 See merge request gitlab-org/gitlab-ce!16716
2018-01-30Move mr widget related links into a vue fileFilipa Lacerda
2018-01-30Merge branch 'gitaly-784-repo-write-ref' into 'master'Douwe Maan
Migrate Git::Repository#write_ref to Gitaly Closes gitaly#784 See merge request gitlab-org/gitlab-ce!16513
2018-01-30Merge branch ↵Douwe Maan
'42160-error-500-loading-merge-request-undefined-method-index-for-nil-nilclass' into 'master' Resolve "Error 500 loading merge request: undefined method `index' for nil:NilClass" Closes #42160 See merge request gitlab-org/gitlab-ce!16795
2018-01-30Move Repository#can_be_merged? to Gitlab::Git::RepositoryAhmad Sherif
Fixes #42544
2018-01-30Remove Rugged exception in cache rescueJacob Vosmaer
2018-01-30Decouple more of Repository from RuggedJacob Vosmaer (GitLab)
2018-01-30Migrate fetching wiki page formatted content to GitalyAhmad Sherif
Closes gitaly#958
2018-01-30Merge branch 'jprovazn-pagination' into 'master'Sean McGivern
Make pagination optional for issuables See merge request gitlab-org/gitlab-ce!16774
2018-01-30Merge branch 'osw-short-circuit-mergeable-disccusions-state' into 'master'Sean McGivern
Check MR state before submitting queries for discussion state Closes #42236 See merge request gitlab-org/gitlab-ce!16788
2018-01-30Fix truncated_diff_lines for legacy notes without a lineSean McGivern
It appears that some legacy diff notes on GitLab.com have invalid line codes, which means truncated_diff_lines won't work. This is just a band-aid solution, as neither the diff nor the discussion will display correctly for these notes, but they won't cause a 500 error.
2018-01-30Merge branch 'rc/port-ee-4064' into 'master'Rémy Coutable
Port changes from gitlab-org/gitlab-ee!4064 to CE See merge request gitlab-org/gitlab-ce!16796
2018-01-30Make pagination optional for issuablesJan Provaznik
On epics roadmap page we list all epics in the given time frame without pagination (at least for the first iteration), in this case it would be nice to use the existing issuables index logic except pagination (see MR gitlab-ee!4281). For this reason this patch allows to easily disable pagination. Related gitlab-ee!4281
2018-01-30Merge branch 'ph-ajax-into-axios' into 'master'Filipa Lacerda
More $.ajax conversions to axios See merge request gitlab-org/gitlab-ce!16761
2018-01-30Merge branch 'update-create-item-dropdown-with-create-new-item-option' into ↵Filipa Lacerda
'master' Add `createNewItemFromValue` option and `clearDropdown` method to `create_item_dropdown` See merge request gitlab-org/gitlab-ce!16699
2018-01-30Port changes from gitlab-org/gitlab-ee!4064 to CERémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-30Replace $.get in single file diff with axiosClement Ho
2018-01-30Merge branch 'axios-post-label-manager' into 'master'Fatih Acet
Replace $.post in label manager with axios See merge request gitlab-org/gitlab-ce!16695
2018-01-30Migrate Git::Repository#write_ref to GitalyKim "BKC" Carlbäcker
2018-01-30cache jQuery selectorPhil Hughes
2018-01-30Add createNewItemFromValue option and clearDropdown methodEric Eastwood
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
2018-01-30Merge branch '41802-add-space-to-edit-delete-tag-btns' into 'master'Filipa Lacerda
Resolve "Missing space between edit and delete buttons in tag list" Closes #41802 See merge request gitlab-org/gitlab-ce!16757
2018-01-30potential fix for tests crashingPhil Hughes
use underscore noop instead of jquery
2018-01-30EE backport for callback being optionalPhil Hughes
2018-01-30more EE backportsPhil Hughes
2018-01-30backported changed from EEPhil Hughes