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
2019-06-14Add basic support for AsciiDoc include directiveGuillaume Grossetie
See http://asciidoctor.org/docs/user-manual/#include-directive
2019-06-14Merge branch 'fix-flyout-navs' into 'master'Phil Hughes
Fix sidebar flyout navigation See merge request gitlab-org/gitlab-ce!29571
2019-06-14Merge branch 'fix-sticky-tabs-position' into 'master'Phil Hughes
Update height of $mr-tabs-height See merge request gitlab-org/gitlab-ce!29619
2019-06-14Backport of EE changes from MR 13763Walmyr
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13763
2019-06-14Exclude preexisting lint issues for i18nThong Kuah
This was done in an MR pre https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26789
2019-06-14Merge branch 'feature/require-2fa-for-all-entities-in-group' into 'master'Thong Kuah
inherit require 2fa for all subgroups and projects See merge request gitlab-org/gitlab-ce!24965
2019-06-14Breakup first passSarah Groff Hennigh-Palermo
It has a lot of files because that's the point
2019-06-14Use scoped routes for labels and milestonesDmitriy Zaporozhets
Update frontend code to use /-/ scope for milestones and labels routes Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-06-13Speed up merge request loads by disabling BatchLoader replace_methodsStan Hu
In production, we've seen the rendering times of the merge request widget increase as a result of loading commit data. BatchLoader attempts to call replace_methods on the lazy object, but this has a significant performance penalty for modules that have many methods. Disabling this mode (https://github.com/exAspArk/batch-loader/pull/45) appears to cut load times by about 50% for MergeRequestsController#show. Relates to https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6941
2019-06-13Merge branch 'sh-omit-blocked-admins-from-notification' into 'master'Robert Speicher
Omit blocked admins from repository check e-mails Closes #63019 See merge request gitlab-org/gitlab-ce!29507
2019-06-13Merge branch 'ce-3861-use-serializers-for-project-group-boards' into 'master'Stan Hu
Use serialization for project boards See merge request gitlab-org/gitlab-ce!29263
2019-06-13Disable unnecessary ESLint i18n offencesBrandon Labuschagne
Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
2019-06-13Refactor for cleaner caching in dashboardsSarah Yasonik
Opts to cache a full list of cached dashboards to better manage removing items from the cache. This also allows dashboards to be stored in the cache that don't necessarily correspond to a single dashboard yml.
2019-06-13Update height of -tabs-heightAnnabel Dunstone Gray
2019-06-13Merge branch '62690-raise-error-when-creating-mr-diff-fails' into 'master'Douglas Barbosa Alexandre
Raise an error if creating the MergeRequestDiff fails See merge request gitlab-org/gitlab-ce!29434
2019-06-13Merge branch 'blob-row-click-to-open' into 'master'Filipa Lacerda
Click file row in repository Vue app to view file See merge request gitlab-org/gitlab-ce!29596
2019-06-13Raise an error if creating the MergeRequestDiff failsNick Thomas
2019-06-13refactor: do not apply setting "require 2FA" for ancestor group membersRoger Meier
2019-06-13Merge branch 'ce-12091-remove-elasticsearch-lite-project' into 'master'Sean McGivern
Backport changes from 'Partially revert d9cb907c: "Avoid loading objects from DB in ES results"' See merge request gitlab-org/gitlab-ce!29597
2019-06-13Modify the branch hooks spec to expect processing of commit messagesFabio Papa
Commit messages are not processed for references to issues when creating the default branch on push. This was expected behavior (probably to avoid performance problems when first pushing a repository with thousands of commits). However, this is not an issue because we always limit the number of commits to process to 100 regardless of whether we are creating the default branch or not.
2019-06-13Restore some unrelated changes from d9cb907cNick Thomas
2019-06-13Revert "Avoid loading objects from DB in ES results"Nick Thomas
This reverts commit d9cb907c3e987363065136bafb2156e86bc5de26.
2019-06-13Click file row in repository Vue app to view filePhil Hughes
2019-06-13refactor: apply "require 2FA" to all subgroup and ancestor group members, ↵Roger Meier
when changing
2019-06-13remove experiments for 2fa requirements and fix testsRoger Rüttimann
2019-06-13second try: fix mysql problem (not all users found)Roger Rüttimann
2019-06-13first try: fix mysql problem (not all users found)Roger Rüttimann
2019-06-13require update_two_factor_requirement on all sub-entities usersRoger Rüttimann
2019-06-13Add trackEvent when accessing the Register tabAsh McKenzie
This is a no-op for CE.
2019-06-13Fix sidebar flyout navigationLuke Bennett
Show flyout nav for active item when collapsed.
2019-06-13Add `to_json` to `represent` method callcharlieablett
2019-06-12Omit blocked admins from repository check e-mailsStan Hu
Blocked admins should not receive notifications about failed repository checks. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63019
2019-06-12Remove the grafana_dashboard_link feature flagReuben Pereira
2019-06-12Adding break-word css to home-panel-description class to correctly word wrap ↵Erik van der Gaag
long words
2019-06-12Merge branch ↵Annabel Dunstone Gray
'63010-visual-regression-in-12-0-line-numbers-not-lining-up-in-file-view' into 'master' Resolve "Visual regression in 12.0: line numbers not lining up in file view" Closes #63010 See merge request gitlab-org/gitlab-ce!29403
2019-06-12Merge branch 'sh-fix-resolve-button-not-available' into 'master'Fatih Acet
Fix "Resolve conflicts" button not appearing for some users Closes #47954 See merge request gitlab-org/gitlab-ce!29535
2019-06-12Merge branch 'ealcantara-popover-styling' into 'master'Annabel Dunstone Gray
Style popovers according to the design specs See merge request gitlab-org/gitlab-ce!28375
2019-06-12Merge branch 'prom-api-3' into 'master'Mike Greiling
Switch charts to Prometheus API endpoint CE-3 Closes #58516 See merge request gitlab-org/gitlab-ce!29280
2019-06-12Merge branch 'fix-diverged-branch-locals' into 'master'Stan Hu
Fix diverged branch locals See merge request gitlab-org/gitlab-ce!29508
2019-06-12Merge branch 'prom-api-2' into 'master'Mike Greiling
Switch charts to Prometheus API endpoint CE-2 See merge request gitlab-org/gitlab-ce!29226
2019-06-12Whitelist query limiting admin usage data endpointPeter Leitzen
2019-06-12Extract ide_status_list from ide_status_barPaul Slaughter
**Why?** The ide_status_list will be used and extended in EE.
2019-06-12Resolve "Email notifications do not work properly (issue due date)"Eugenia Grieff
2019-06-12Merge branch '59651-remove-unnecessary-decimal-places-on-chart-axes' into ↵Phil Hughes
'master' Resolve "Remove unnecessary decimal places on chart axes" Closes #59651 See merge request gitlab-org/gitlab-ce!29468
2019-06-12Merge branch '5615-non-admins-only-archieve-ce' into 'master'Stan Hu
Add EE backport for the admin view See merge request gitlab-org/gitlab-ce!29268
2019-06-12Merge branch '62788-clean-up-pagination' into 'master'Phil Hughes
Moves table pagination component Closes #62788 See merge request gitlab-org/gitlab-ce!29543
2019-06-12Merge branch 'expose-project-git-depth-via-api' into 'master'Kamil Trzciński
Expose default_git_depth via project API Closes #62908 See merge request gitlab-org/gitlab-ce!29353
2019-06-12Strip trailing decimal zeros from Metrics axisSimon Knox
2019-06-12Merge branch 'bvl-rename-loader-for-lfs-oids' into 'master'Jan Provaznik
Rename `BatchCommitLoader` to `BatchLfsOidLoader` See merge request gitlab-org/gitlab-ce!29487
2019-06-12Merge branch 'ce-remove-merge-request-pipeline-checkes' into 'master'Lin Jen-Shin
CE backport for gitlab-org/gitlab-ee!12309: Remove merge request pipeline check in mergeable method See merge request gitlab-org/gitlab-ce!29074