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-12-13Allow suggesting single line changes in diffsOswaldo Ferreira
2018-12-13Merge branch '54736-sign-in-bottom-margin' into 'master'Annabel Dunstone Gray
Add margin to .row on signin page and fix missing border-radius Closes #54736 See merge request gitlab-org/gitlab-ce!23739
2018-12-13Resolve "Redesign project lists UI"Martin Wortschack
2018-12-13Fix diff changes empty statePhil Hughes
The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
2018-12-13Merge branch 'gt-update-environment-breadcrumb' into 'master'Filipa Lacerda
Update environments breadcrumb Closes #48048 See merge request gitlab-org/gitlab-ce!23751
2018-12-1254376 Add margin to .row on signin pagePaul Gear
2018-12-12Merge branch ↵Nick Thomas
'54650-send-an-email-to-project-owners-when-a-mirror-update-fails' into 'master' Send a notification email on mirror update errors Closes #54650 See merge request gitlab-org/gitlab-ce!23595
2018-12-12Send a notification email on mirror update errorsAlejandro Rodríguez
The email is sent to project maintainers containing the last mirror update error. This will allow maintainers to set alarms and react accordingly.
2018-12-11Update environments breadcrumbGeorge Tsiolis
2018-12-11Add tests for plain diff/email patch optionsZeff Morgan
Add spec file using before(:context) to reduce test time. With testing almost identical things, unnecessary to make them completely atomic. Includes two helper methods. Since the raw_content method is the only function needed on that page, created the method in the spec instead of adding another page object. Setup new project/commit page object and update project/show to add go_to_commit method. The go_to_commit method is near duplicate of go_to_file method, but decided to split them off to reduce overall refactoring and simplify language. Also add selectors to commit box partial and update qa.rb to load new page object.
2018-12-11Merge branch 'gt-remove-unnecessary-line-before-reply-holder' into 'master'Fatih Acet
Remove boxes around code comments Closes #54030 and #54058 See merge request gitlab-org/gitlab-ce!23092
2018-12-11Merge branch 'gt-remove-deprecated-vlink-class' into 'master'Fatih Acet
Remove deprecated `vlink` class See merge request gitlab-org/gitlab-ce!23588
2018-12-11Merge branch 'qa-project-ui-updates' into 'master'Rémy Coutable
Update E2E tests to account for Project overview UI changes See merge request gitlab-org/gitlab-ce!23366
2018-12-11Merge branch 'fix-n-plus-1-queries-projects' into 'master'Douwe Maan
Fix some N+1 queries related to Admin Dashboard, User Dashboards and Activity Stream Closes #55106 See merge request gitlab-org/gitlab-ce!23034
2018-12-11Merge branch 'ichernikov/add-asignee-to-mr' into 'master'Mark Lapierre
[QA] Extend create_merge_request_spec to set assignee to MR See merge request gitlab-org/gitlab-ce!23488
2018-12-10Merge branch 'profile-fixing' into 'master'Annabel Dunstone Gray
Fix profile_header bottom margin, #51807. Closes #51807 See merge request gitlab-org/gitlab-ce!23168
2018-12-10Update tests and Resources to use new file buttonMark Lapierre
The 'Create new' dropdown is no longer available on a blank project so use the 'New file' button instead.
2018-12-10Update E2E tests for Project overview UI changesMark Lapierre
Includes updates to how clone URLs are accessed.
2018-12-10Remove STI #becomes call from Dashboard indexGabriel Mazetto
By defining the correct route helper path instead of relying on the polymorphic route, we don't invalidate the eager-loaded relations. This change removes remaining N+1 queries
2018-12-10Resolve main nav clipping in certain breakpointsDennis Tang
Makes the following changes in order to have all the items of the top nav fit within all of the new Bootstrap 4 breakpoints: - Change GitLab logo to show only on desktop breakpoint (lg and up) - Move margin from logo to logo text, saving 8px - Move the following icon links to the "More" nav dropdown - Instance Statistics (ConDev Index) - Admin area (if Admin) - Sherlock Transactions (if enabled) - Removed separator between Admin icons - Change search input width from 240px to 200px - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints - Show "More" menu of lg breakpoints
2018-12-10Remove boxes around code commentsAnnabel Dunstone Gray
2018-12-10Remove deprecated `vlink` classGeorge Tsiolis
2018-12-10Add bottom margin depends on profile tabs visibility.Harry Kiselev
2018-12-10Fix profile_header bottom margin, #51807.Harry Kiselev
2018-12-10Extended MR spec to set assigneeievgenChernikov
2018-12-08Add operations_path helperMatija Čupić
2018-12-08Integrate csslabClement Ho
2018-12-07Merge branch 'ce-4326-one-notification-per-code-review' into 'master'Douwe Maan
Backports changes made to One notification per code review See merge request gitlab-org/gitlab-ce!23656
2018-12-07Backports changes made to One notification per code reviewTiago Botelho
The EE merge request can be found here: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8442
2018-12-07Further design iteration on project overviewDennis Tang
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
2018-12-07Show primary button when all labels are prioritizedGeorge Tsiolis
2018-12-06Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre
Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
2018-12-06Merge branch 'ce-revert-gold-trial-mrs' into 'master'Kamil Trzciński
[CE] Revert Gold Trial MRs See merge request gitlab-org/gitlab-ce!23619
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Introduce Knative Serverless TabDylan Griffith
2018-12-06Merge branch 'blob-count2' into 'master'Rémy Coutable
Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-12-06Merge branch 'qa-http-push-mirror-test' into 'master'Nick Thomas
Add e2e test: push mirroring over HTTP See merge request gitlab-org/gitlab-ce!23086
2018-12-06Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
2018-12-06Resolve "Can add an existing group member into a group project with new ↵James Lopez
permissions but permissions are not overridden"
2018-12-06Merge branch '5426-fe-web-terminal-init-store-ce' into 'master'Phil Hughes
CE Port of "Setup IDE terminal store for environment checks" See merge request gitlab-org/gitlab-ce!23575
2018-12-06Optimized file search to work without limitsJan Provaznik
* removed 100 limit on file search results because we load all results anyway * expensive processing (parsing match content, utf encoding) is done only for selected page in paginated output
2018-12-06Resolve "Include tags into pipeline detail view"Scott Hampton
2018-12-05Update IDE haml view to support EE extensionsPaul Slaughter
- Also creates ide_helper for ide_data which can be extended in EE
2018-12-05Merge branch 'gt-change-container-width-for-project-import' into 'master'Annabel Dunstone Gray
Change container width for project import See merge request gitlab-org/gitlab-ce!23318
2018-12-05Merge branch ↵James Lopez
'50626-searching-users-by-the-admin-panel-wipes-query-when-using-sort' into 'master' Resolve "Searching users by the admin panel wipes query when using sort" Closes #50626 See merge request gitlab-org/gitlab-ce!23439
2018-12-05Add e2e test: push mirroring over HTTPMark Lapierre
Adds an end-to-end test of push mirroring a repository over HTTP. Includes addition of QA selectors to views
2018-12-05Update help sections for max build timeout inputsGrzegorz Bizon
2018-12-05Change container width for project importGeorge Tsiolis
2018-12-04Merge branch 'ce-jej/group-saml-unlink-from-account' into 'master'Stan Hu
[CE] Backport GroupSAML unlink changes See merge request gitlab-org/gitlab-ce!23536