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-09-30WIP: Download patch with code comments for unresolved discussionsdm-download-discussions-as-patchDouwe Maan
2018-09-28Merge branch 'fix_css-badge-class' into 'master'Filipa Lacerda
Change class .label to .badge for 2FA label in group members view See merge request gitlab-org/gitlab-ce!21759
2018-09-28Merge branch 'mk/asymmetric-exists-cache' into 'master'Stan Hu
Resolve "Geo: Does not mark repositories as missing on primary due to stale cache" Closes #50211 and #44044 See merge request gitlab-org/gitlab-ce!21789
2018-09-28Cache `Repository#exists?` false in RequestStoreMichael Kozono
* Only truthy values are cached in Redis. * All values are cached in RequestStore and in an instance variable.
2018-09-28Extract `Repository.memoize_method` methodMichael Kozono
And reuse `Gitlab::Utils::StrongMemoize`. There is a subtle behavior change required to reuse StrongMemoize in this case. The early fallback check now occurs *before* reading the memoized value instead of after. I think this is fine since a memoized value should only exist if `exists?` is also already memoized as `true`.
2018-09-28Extend reports to support security featuresOlivier Gonzalez
2018-09-28Fix blue, orange, and red colorsPedro Moreira da Silva
2018-09-27Merge branch 'group-weight-icon-and-text' into 'master'Annabel Dunstone Gray
Add right margin to board-card-number See merge request gitlab-org/gitlab-ce!21939
2018-09-27Merge branch 'more-table-widths' into 'master'Filipa Lacerda
Adds an extra width to the responsive tables See merge request gitlab-org/gitlab-ce!21928
2018-09-27Merge branch '50904-use-vuex-store-job' into 'master'Phil Hughes
Uses new Vuex store in job log page See merge request gitlab-org/gitlab-ce!21961
2018-09-27Merge branch 'dz-expose-cluster-id-to-jupyter' into 'master'Dmitriy Zaporozhets
Add GitLab cluster id to jupyter config Closes #51474 and #51594 See merge request gitlab-org/gitlab-ce!21796
2018-09-27Uses new Vuex store in job log pageFilipa Lacerda
Removes old mediator and service pattern and uses the new store. Middle step before moving everything into one single vue app
2018-09-27Updates Vue job components to match new APIFilipa Lacerda
2018-09-27Merge branch '51925-expose-has_trace-in-job-api' into 'master'Kamil Trzciński
Add has_trace to `Projects::JobController#show.json` Closes #51925 See merge request gitlab-org/gitlab-ce!21950
2018-09-27Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable
Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866
2018-09-27Merge branch 'toon-copy-meta-data-fix' into 'master'Rémy Coutable
Allow /copy_metadata for new issues Closes #50181 See merge request gitlab-org/gitlab-ce!21953
2018-09-27Adds chmod action to POST /projects/:id/repository/commits APIJacopo
With this action the user can update the execute_filemode of a given file in the repository.
2018-09-27Add has_trace to Projects::JobController#show.jsonSteve Azzopardi
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51925
2018-09-27Allow /copy_metadata for new issuesToon Claes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50181
2018-09-27Merge branch 'ide-refactor-for-ee-specific' into 'master'Phil Hughes
CE Port (Refactor IDE to allow RightPane extension) See merge request gitlab-org/gitlab-ce!21920
2018-09-27Merge branch '50904-update-scroll-utils' into 'master'Phil Hughes
Extracts scroll position checks into reusable functions See merge request gitlab-org/gitlab-ce!21931
2018-09-27Merge branch 'qa-257-group-saml-sso-ce-pre-req' into 'master'Rémy Coutable
Adds css classes to aid GitLab-QA tests See merge request gitlab-org/gitlab-ce!21935
2018-09-27Merge branch '1801-allow-event_filter-to-be-set-in-the-url' into 'master'Douwe Maan
Allow events filter to be set in the URL in addition to cookie Closes #1801 See merge request gitlab-org/gitlab-ce!21557
2018-09-27Fixes performance bar looking for a key in a undefined propFilipa Lacerda
2018-09-27Refactor IDE to allow RightPane extensionPaul Slaughter
**Why?** - This is needed by the Web Terminal EE feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - RightPane component tabs is now data driven.
2018-09-27Merge branch ↵Stan Hu
'51522-add-new-project-via-import-by-url-auto-populates-slug-but-not-project-name' into 'master' Resolve "Add new project via import by URL auto populates slug but not project name" Closes #51522 See merge request gitlab-org/gitlab-ce!21770
2018-09-27Merge branch 'jivl-fix-monitoring-dashboard-resizing-navbar' into 'master'Mike Greiling
Fix monitoring dashboard not resizing properly See merge request gitlab-org/gitlab-ce!21730
2018-09-26Fix import statement for the skeleton notesJose Vargas
2018-09-26Merge branch 'jivl-bump-gitlab-ui' into 'master'Clement Ho
Bump GitLab UI version and change the file imports to a single point of entry notation See merge request gitlab-org/gitlab-ce!21937
2018-09-26Merge branch 'winh-page-title-margin' into 'master'Annabel Dunstone Gray
Change vertical margin of page titles to 16px See merge request gitlab-org/gitlab-ce!21888
2018-09-26Add right margin to board-card-numberGeorge Tsiolis
2018-09-26Bump GitLab UI version and change the file imports to a single point of ↵Jose Vargas
entry notation
2018-09-26Added css class to aid gitlab-qa testssliaquat
2018-09-26Extracts scroll position checks into reusable functionsFilipa Lacerda
With the new Job Log page in Vue, we'll need to reuse the same functions for scrolling that we're using in the jQuery one. This page extracts that logic into reusable functions
2018-09-26Refactor EventFilter and increase its test coverageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-26Allow events filter to be set in the URL in addition to cookieIgor Kapkov
2018-09-26Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński
Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
2018-09-26Merge branch '51893-qa-fix-project-subgroup-dropdown-selector' into 'master'Rémy Coutable
Update selectors for QA::Page::Group::Show Closes #51893 See merge request gitlab-org/gitlab-ce!21925
2018-09-26Change vertical margin of page titles to 16pxWinnie Hellmann
2018-09-26Merge branch 'dm-fix-assign-unassign-quick-actions' into 'master'Rémy Coutable
Don't ignore first action when assign and unassign quick actions are used in the same comment See merge request gitlab-org/gitlab-ce!21749
2018-09-26Adds an extra width to the responsive tablessamdbeckham
2018-09-26Merge branch 'rename-squash-before-merge-vue-component' into 'master'Phil Hughes
Rename squash before merge vue component See merge request gitlab-org/gitlab-ce!21851
2018-09-26Update selectors for QA::Page::Group::ShowMark Lapierre
2018-09-26Make using assign and unassign quick actions together work as expectedDouwe Maan
2018-09-26Merge branch 'frozen-string-app-controllers-much-more' into 'master'Rémy Coutable
Enable even more frozen string in app/controllers See merge request gitlab-org/gitlab-ce!21919
2018-09-26Preserve order of project tags listDennis Tang
2018-09-26Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter
2018-09-26Merge branch 'patch-28' into 'master'Phil Hughes
fix board list vertical scroll bar always shows up See merge request gitlab-org/gitlab-ce!20481
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-09-26Change forceRedraw key formatJose Vargas