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/views
AgeCommit message (Collapse)Author
2018-07-01i18n: externalize strings from 'app/views/projects/settings'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-30Performance Improvements to Vue MR pageTim Zallmann
2018-06-30namespace partial paths on dashboardBrett Walker
2018-06-29Replace .scope-description with .text-secondaryPaul Slaughter
2018-06-29Merge branch 'i18n-extract-app/views/admin-identities' into 'master'Rémy Coutable
i18n: externalize strings from 'app/views/admin/identities' See merge request gitlab-org/gitlab-ce!19927
2018-06-29Style updates for personal access token formPaul Slaughter
2018-06-29Resolve "Remove "environment scope" field on cluster creation form for ↵Sam Beckham
core/starter plans"
2018-06-29i18n: externalize strings from 'app/views/admin/identities'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-06-28Resolve "No UI element to edit group label"Luke Bennett
2018-06-28Merge branch '37561-add-id-settings' into 'master'Phil Hughes
Resolve "Add `id` attributes to settings section to allow to open if an hash is provided in the URL" Closes #37561 See merge request gitlab-org/gitlab-ce!20211
2018-06-28Merge branch 'update-integrations-external-link-icons' into 'master'Phil Hughes
Update integrations external link icons See merge request gitlab-org/gitlab-ce!20205
2018-06-27Adds an ID to the settings section to allow anchor linkingFilipa Lacerda
2018-06-27Update integrations external link iconsGeorge Tsiolis
2018-06-27Update environments nav controls iconsGeorge Tsiolis
2018-06-26Update external link icon in header user dropdownGeorge Tsiolis
2018-06-26Added Diff Viewer to new VUE based MR pageTim Zallmann
2018-06-26Merge branch '47794-environment-scope-cluster-page' into 'master'Mike Greiling
Resolve "Update environment scope for starter/core plans on cluster page" Closes #47794 See merge request gitlab-org/gitlab-ce!20166
2018-06-26Resolve "Explain what Groups are in the New Group page"Luke Bennett
2018-06-26Merge branch 'ce-gitlab-elt' into 'master'Stan Hu
Port gitlab-ee!5532 to CE See merge request gitlab-org/gitlab-ce!20100
2018-06-26Update _scopes_form.html.haml to remove duplicate informationMarcel Amirault
2018-06-26port the EE changesMicaël Bergeron
2018-06-26Merge branch 'i18n-extract-app/views/projects-deployments' into 'master'Rémy Coutable
i18n: externalize strings from 'app/views/projects/deployments' See merge request gitlab-org/gitlab-ce!19848
2018-06-26Merge branch 'i18n-extract-app/views/admin-labels' into 'master'Rémy Coutable
i18n: externalize strings from 'app/views/admin/labels' See merge request gitlab-org/gitlab-ce!19926
2018-06-26Merge branch 'i18n-extract-app/views/shared-boards' into 'master'Rémy Coutable
i18n: externalize strings from 'app/views/shared/boards' See merge request gitlab-org/gitlab-ce!19934
2018-06-2647794 Change environment scope text depending on number of project clusters. ↵tauriedavis
Update form to only include form-groups
2018-06-25Add back copy for existing gcp accounts within offer bannertauriedavis
2018-06-25Merge branch 'fix-inconsistent-cancel-button' into 'master'Clement Ho
Change button text to more specific "Discard draft" Closes #47475 See merge request gitlab-org/gitlab-ce!20140
2018-06-25Merge remote-tracking branch 'dev/master'Alessio Caiazza
2018-06-25Merge branch 'security-html_escape_branch_name' into 'master'Alessio Caiazza
[master] HTML escape branch name in project graphs page See merge request gitlab/gitlabhq!2408
2018-06-25Update project sidebar to work with EE feature Security DashboardOlivier Gonzalez
2018-06-25Change button text to more specific Discard draftAndreas Kämmerle
2018-06-25Merge branch 'osw-delete-non-latest-mr-diff-files-upon-merge' into 'master'Sean McGivern
Delete non-latest merge request diff files upon MRs merge Closes #37639 See merge request gitlab-org/gitlab-ce!19670
2018-06-25(Part 1) Resolve "Recognise when a user is trying to validate a private SSH key"Luke Bennett
2018-06-25Resolve "2FA should not attempt to use U2F in unsupported browsers"Jan Beckmann
2018-06-25Resolve "Help users find our contributing page"Luke Bennett
2018-06-25Delete non-latest merge request diff files upon diffs reloadOswaldo Ferreira
2018-06-22make the pseudonymizer application settings EE-CE friendlyMicaël Bergeron
2018-06-22Show a reCAPTCHA on signin page if custom header is setStan Hu
This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header.
2018-06-21Fix multiple active tabs when Crowd or LDAP is in useStan Hu
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-20Merge branch '47488-remove-unmergeable-notification-for-no-commits' into ↵Robert Speicher
'master' Notify only merge request unmergeable due to conflict See merge request gitlab-org/gitlab-ce!19548
2018-06-20Backport code from gitlab-ee!6182Lukas Eipert
2018-06-20Merge branch 'highlight-cluster-settings-message' into 'master'Rémy Coutable
Highlight cluster settings message Closes #41274 See merge request gitlab-org/gitlab-ce!19996
2018-06-20Merge branch ↵Rémy Coutable
'48153-date-selection-dialog-broken-when-creating-a-new-milestone' into 'master' Resolve "Date selection dialog broken when creating a new milestone" Closes #48153 See merge request gitlab-org/gitlab-ce!20033
2018-06-20Notify only when unmergeable due to conflictMark Chao
There is still the edge case when 'no commits' changes to 'conflict' would not trigger notification, which we ignore for now. Calling can_be_merged? can cause exception (e.g. non-UTF8) Ignore those by rescueing. Remove unmergeable_reason as now only conflict is notified Update spec
2018-06-20Prevent browser autocomplete for milestone date fieldsMark Fletcher
2018-06-20Updated horizontal ellipsis icon for text-expanderConstance Okoghenun
2018-06-20Resolve "Branch name status color is not correct anymore"Clement Ho
2018-06-19Resolve "Remove “commented” from comment system notes"Constance Okoghenun
2018-06-19Merge branch '48047-project-integrations' into 'master'Clement Ho
Resolve "Frontend issues in integrations page" See merge request gitlab-org/gitlab-ce!19970