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-07-01Support object storage at FileMover classOswaldo Ferreira
2019-06-17Persist tmp snippet uploadsOswaldo Ferreira
It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
2019-06-17Merge branch '62910-task-completion-status-gql-pderichs' into 'master'Sean McGivern
Make task completion status available via GraphQL Closes #62910 See merge request gitlab-org/gitlab-ce!29573
2019-06-17Merge branch 'gitlab-ui-259-style-checkboxes' into 'master'Kushal Pandya
Make changes suggested by Pedro for UX See merge request gitlab-org/gitlab-ce!29324
2019-06-15Backport: Pendo POC snippetDonald Cook
2019-06-15Add task count and completed count to graphql typesPatrick Derichs
Add specs for task completion status (graphql) Fix style issues Changed format of constants in spec Refactor specs to reduce creation of records Reduce parameters to merge request creation Use set's for project and user Move let's out of it_behaves_like block Fix description parameter Fix format of lets Use dig to get task completion status out of graphql response Modified rspec output Add changelog entry
2019-06-15Merge branch '57813-merge-request-tabs-do-not-handle-ctrl-click-correctly' ↵Fatih Acet
into 'master' Resolve "Merge request tabs do not handle ctrl+click correctly" Closes #57813 See merge request gitlab-org/gitlab-ce!29506
2019-06-14Do not blindly expose public project statisticsMayra Cabrera
Add the missing check on GraphQL API for project statistics
2019-06-14Merge branch 'bvl-comments-graphql' into 'master'Jan Provaznik
Expose comments on Noteables in GraphQL Closes #62825 See merge request gitlab-org/gitlab-ce!29212
2019-06-14Renumber a new UserCallout enum for EE compatibilityNick Thomas
2019-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Simon Knox
62966-embed-zoom-call-in-issue-mvc
2019-06-14Merge branch 'diff-suggestions-popover' into 'master'Filipa Lacerda
Added diff suggestion popover Closes #56523 See merge request gitlab-org/gitlab-ce!29473
2019-06-14Upgrade gitlab-ui and migrate gl-paginationPaul Gascou-Vaillancourt
- Upgraded gitlab-ui to v4.0.0 - Migrated pagination_links to reflect breaking changes introduced in gitlab-ui v4.0.0
2019-06-14Add Join meeting button to Issues with Zoom linksSimon Knox
Detect links containing zoom.us followed by j, s, or my Add link below Issue title that links to Zoom meeting
2019-06-14Added diff suggestion popoverPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
2019-06-14Expose comments on Noteables in GraphQLBob Van Landuyt
This exposes `Note`s on Issues & MergeRequests using a `Types::Notes::NoteableType` in GraphQL. Exposing notes on a new type can be done by implementing the `NoteableType` interface on the type. The presented object should be a `Noteable`.
2019-06-14Merge branch 'gt-fix-styling-for-pages-detail-page' into 'master'Filipa Lacerda
Fix styling for `app/assets/stylesheets/pages/detail_page.scss` Closes #59900 See merge request gitlab-org/gitlab-ce!26870
2019-06-14Fix missing deployment rockets in monitor dashboardDhiraj Bodicherla
Fixed inconsistencies in variable names for deployment endpoints for monitoring dashboard which causes deployment rocket icons to disappear
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-13Remove unused selectorGeorge Tsiolis
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