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-04Refactored 'Toggle discussion' button55221-username-wrappingDenys Mishunov
On the small screens it should be placed below body to relate to expanded content. Onb the larger screens it is absolutely positioned just like note-actions for regular notes
2019-06-04Positioned note-actions absolutelyDenys Mishunov
In order to properly position elements on the small screens as well as on the larger ones, we should take note-actions out of the document's flow and position absolutely. This way we can provide proper responsive behavior for the discussions.
2019-06-04Updated username wrapping on small viewportsDenys Mishunov
2019-06-03Merge branch ↵Phil Hughes
'11041-move-ee-differences-for-app-views-search-_results-html-haml' into 'master' CE: Resolve EE differences in search/_results.html.haml See merge request gitlab-org/gitlab-ce!28952
2019-06-03Merge branch '62429-remove-unused-avatar-sizes' into 'master'Phil Hughes
Remove unused avatar sizes Closes #62429 See merge request gitlab-org/gitlab-ce!28947
2019-06-03Merge branch 'remove-mr-diff-header-height' into 'master'Phil Hughes
Remove fixed height from MR diff headers Closes #62596 See merge request gitlab-org/gitlab-ce!28946
2019-06-03Merge branch 'gitlab-ui-259-style-checkboxes' into 'master'Kushal Pandya
Style gitlab-ui checkboxes See merge request gitlab-org/gitlab-ce!28622
2019-06-01Make tooltips consistently render on topJustin Boyson
On edit-button simply set position to top. Made this change directly in template since edit-button is only used in one place. Had to wrap the comments toggle button in span tag to make tooltip show even when disabled as per bootstrap-vue docs. https://bootstrap-vue.js.org/docs/components/tooltip#overview Note: Also changexc button to gl-buttonto be consistent with rest of file.
2019-06-01Remove unused avatar sizesAnnabel Dunstone Gray
- Update avatars to use only sizes from the 8px grid
2019-06-01Merge branch 'revert-2d980fad' into 'master'Mike Greiling
Revert "Merge branch 'js-i18n-board-store' into 'master'" See merge request gitlab-org/gitlab-ce!28977
2019-05-31Add hover and focus to "Attach a file"Marcel van Remmerden
2019-05-31CE: Resolve EE differences in search/_results.html.hamlDonald Cook
2019-05-31Merge branch '56959-drop-project_auto_devops_domain' into 'master'Robert Speicher
Removes project_auto_devops#domain column Closes #56959 See merge request gitlab-org/gitlab-ce!28574
2019-05-31Merge branch 'dz-scope-project-routes-3' into 'master'Lin Jen-Shin
Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
2019-05-31Remove fixed height from MR diff headersAnnabel Dunstone Gray
2019-05-31Resize collapse icon to profile picture sizeMarcel van Remmerden
2019-05-31Merge branch 'weimeng-email-routing' into 'master'Sean McGivern
Add group-level email routing See merge request gitlab-org/gitlab-ce!25299
2019-05-31Merge branch 'proof-read' into 'master'Jan Provaznik
Fix typo See merge request gitlab-org/gitlab-ce!28939
2019-05-31Merge branch '60987-emoji-picker-popup' into 'master'Kushal Pandya
Fix emoji picker popup is not always fully visible Closes #60987 See merge request gitlab-org/gitlab-ce!28984
2019-05-31Apply reviewer suggestionsWei-Meng Lee
2019-05-31Move method into groupWei-Meng Lee
2019-05-31Simplify logic using new group notification settings methodWei-Meng Lee
2019-05-31Guarantee order of notification settingsWei-Meng Lee
2019-05-31Move group_notification_email outside conditionalWei-Meng Lee
2019-05-31Fix typo in project invitation declined testWei-Meng Lee
2019-05-31Send notifications to group-specific email addressWei-Meng Lee
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
2019-05-31Fix emoji picker visibility issueFatih Acet
2019-05-31Merge branch '59587-add-graphql-logging' into 'master'Sean McGivern
Add logging to GraphQL Closes #59587 See merge request gitlab-org/gitlab-ce!27885
2019-05-31Merge branch 'remove-legacy-artifacts-related-code' into 'master'Kamil Trzciński
Remove legacy artifact related code Closes #58595 See merge request gitlab-org/gitlab-ce!26475
2019-05-31Update participants paddingJacques Erasmus
Updated the padding to our standard size
2019-05-31Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau
only the year can trip 'start_date_should_be_less_than_due_date'
2019-05-31Remove nils from project_statistics.packages_sizeAlessio Caiazza
Now it defaults to 0
2019-05-31Merge branch 'bvl-phabricator-import-issues' into 'master'Phil Hughes
Setup Phabricator import Closes #60562 See merge request gitlab-org/gitlab-ce!27877
2019-05-31Merge branch '62148-groupDeleteConfirm' into 'master'Bob Van Landuyt
delete group confirm popup mention projects deletion Closes #62148 See merge request gitlab-org/gitlab-ce!28899
2019-05-31Merge branch 'i18n-Two_Factor_Authentication-of-user-profile' into 'master'Bob Van Landuyt
Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749
2019-05-31Merge branch 'i18n-password-of-user-profile' into 'master'Bob Van Landuyt
Externalize strings of password page in user profile See merge request gitlab-org/gitlab-ce!28744
2019-05-31Revert "Merge branch 'js-i18n-board-store' into 'master'"Brandon Labuschagne
This reverts merge request !28712
2019-05-31Merge branch 'gt-open-visibility-help-link-in-a-new-tab' into 'master'Phil Hughes
Open snippets visibility help link in a new tab Closes #61911 See merge request gitlab-org/gitlab-ce!28603
2019-05-31Setup Phabricator importBob Van Landuyt
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
2019-05-31Fix bug for picking up string that end with html_safeantonyliu
Move .html_safe outside of the _() so the parser picks up on the translation.
2019-05-31Apply suggestion to app/views/profiles/two_factor_auths/_codes.html.hamlantony liu
2019-05-31Apply suggestion to app/views/profiles/two_factor_auths/show.html.hamlantony liu
2019-05-31Externalize strings of Two-Factor Authentication page in user profileantonyliu
2019-05-31Remove legacy artifact related codeShinya Maeda
We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
2019-05-31Ignore ProjectAutoDevops domain columnThong Kuah
This column is no longer used. The form was removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580 and other usages removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28460. Remove final usages of :domain
2019-05-31Sort by position in issue boards store addList()Winnie Hellmann
2019-05-31Merge branch 'upgrade-core-js' into 'master'Mike Greiling
Upgrade core-js to v3.1.3 and enable URL polyfill See merge request gitlab-org/gitlab-ce!28909
2019-05-30Open snippets visibility help link in a new tabGeorge Tsiolis
2019-05-30Merge branch '609120-ref-link' into 'master'Mayra Cabrera
Fixes ref being displayed as raw HTML Closes #60912 See merge request gitlab-org/gitlab-ce!28823
2019-05-30Style gitlab-ui checkboxesSam Bigelow