summaryrefslogtreecommitdiff
path: root/app/views/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Fix styling for `app/assets/stylesheets/framework/notes.scss`George Tsiolis2019-06-271-1/+1
|
* refactor: remove Sentry from application settingsRoger Meier2019-06-251-1/+1
|
* Add identifiers for onboarding popoversMartin Wortschack2019-06-242-9/+9
| | | | | - Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
* Add packages nav to group sidebardz-group-packages-page-ceDmitriy Zaporozhets2019-06-191-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Backport: Pendo POC snippetDonald Cook2019-06-151-0/+1
|
* Fix sidebar flyout navigationfix-flyout-navsLuke Bennett2019-06-131-1/+1
| | | | Show flyout nav for active item when collapsed.
* Merge branch '11396-dependency-list-connect-frontend-to-backend-ce' into ↵Thong Kuah2019-06-101-0/+2
|\ | | | | | | | | | | | | 'master' Add project Dependency List sidebar entry See merge request gitlab-org/gitlab-ce!29189
| * Add project Dependency List sidebar entry11396-dependency-list-connect-frontend-to-backend-ceMark Florian2019-06-061-0/+2
| | | | | | | | | | This is a CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13968.
* | Hide operations icon in small screens9764-operations-icon-is-shown-twice-on-small-viewportDhiraj Bodicherla2019-06-061-16/+16
|/ | | | | | | | | In small screens operations icon is visible and also present in More menu. This commit cleans up the More menu for small screens and also shows and hides nav links appropriately based on screen sizes Cleaned up title attrs in dashboard
* Add render_projects method to controllerMartin Wortschack2019-06-051-0/+2
| | | | - Render EE specific partial if exists
* Fix search dropdown not closing on blur if emptyfix-search-dropdown-blur-closeLuke Bennett2019-05-311-1/+1
|
* Merge branch ↵Filipa Lacerda2019-05-241-5/+7
|\ | | | | | | | | | | | | | | | | '59987-move-sign-in-2fa-on-users-sign_in-above-intro-content-on-mobile' into 'master' Resolve "Move sign-in/2FA on users/sign_in above intro content on mobile" Closes #59987 See merge request gitlab-org/gitlab-ce!28360
| * Prioritize login form on mobile breakpoint59987-move-sign-in-2fa-on-users-sign_in-above-intro-content-on-mobileDennis Tang2019-05-161-5/+7
| |
* | Next badge must be visible when canary flag is truefl-fix-next-flag-for-goodFilipa Lacerda2019-05-201-1/+1
|/
* Merge branch 'layouts-scb' into 'master'Phil Hughes2019-05-1513-4/+31
|\ | | | | | | | | | | | | Resolve CE/EE diffs in app/views/layouts view Closes gitlab-ee#6647 See merge request gitlab-org/gitlab-ce!28197
| * Resolve CE/EE diffs in app/views/layouts viewlayouts-scbLuke Bennett2019-05-1113-4/+31
| | | | | | | | Part of single codebase changes.
* | Remove trailing whitespace for lintnext-badge-linkMarcel van Remmerden2019-05-131-1/+1
| |
* | Add badge link and adapt visual style to badges Marcel van Remmerden2019-05-131-3/+4
|/
* Merge branch 'support-string-piwik-website-ids' into 'master'Phil Hughes2019-05-091-1/+1
|\ | | | | | | | | | | | | Supports Matomo/Piwik string website ID ("Protect Track ID" plugin) Closes #61606 See merge request gitlab-org/gitlab-ce!28214
| * Adds quotes to Matomo/Piwik website IDCDuv2019-05-081-1/+1
| | | | | | | | | | | | | | | | When using Matomo/Piwik integration, only integer website IDs can be used. If using the "Protect Track ID" Matomo plugin (https://plugins.matomo.org/ProtectTrackID), website IDs are strings which the "_piwik.html.haml" layout file does not supports because it assumes "extra_config.piwik_site_id" variable contains an integer and prints it to JavaScript code without quotes. This commits surrounds "extra_config.piwik_site_id" variable with double quotes (") so that it works with both integers and strings. Issue: #61606
* | i18n: externalize strings from user profile settingsantony liu2019-05-091-1/+1
| |
* | Merge branch 'dz-registry-proxy-ui-ce' into 'master'Tim Zallmann2019-05-071-0/+1
|\ \ | | | | | | | | | | | | CE Backport for Dependency Proxy UI See merge request gitlab-org/gitlab-ce!27965
| * | Backport change to group sidebardz-registry-proxy-ui-cemfluharty2019-05-011-0/+1
| |/
* | Only renders Next badge for gitlab.comFilipa Lacerda2019-05-071-2/+3
| |
* | Merge branch 'instance_level_clusters' into 'master'Bob Van Landuyt2019-05-071-0/+13
|\ \ | | | | | | | | | | | | Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
| * | Check instance cluster feature at policy levelJames Fargher2019-05-071-11/+12
| | | | | | | | | | | | Try to simplify feature flag checks by using policies
| * | Instance level kubernetes clusters adminJames Fargher2019-05-071-0/+12
| |/ | | | | | | | | Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
* | Onboarding welcome pageMartin Wortschack2019-05-061-0/+1
|/ | | | | - Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
* Adds information about Canary env46048-canary-nextFilipa Lacerda2019-04-252-1/+6
| | | | | | | This commit adds a badge to the navbar that indicates if Canary is being used When canary is not being used, it renders a link to next.gitlab.com
* Add QA tests for the performance bar60356-add-qa-tests-for-the-performance-barSean McGivern2019-04-161-1/+1
| | | | | | | | These are very high-level. Currently, they test: 1. That the performance bar appears. 2. That it has detailed metrics for Postgres and Gitaly. 3. That AJAX requests are included in the request selector.
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-092-0/+6
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-052-6/+0
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-052-0/+6
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Disable inaccessible navigation links upon archiving a projectElias Werberich2019-03-311-2/+2
|
* Merge branch 'ce-insights-frontend' into 'master'Kushal Pandya2019-03-272-0/+4
|\ | | | | | | | | CE: Insights Frontend See merge request gitlab-org/gitlab-ce!26284
| * Port EE Insights Sidebar ItemsMark Fletcher2019-03-182-0/+4
| |
* | Fix hover animation consistency in top navbar itemsDennis Tang2019-03-201-2/+2
|/
* Security Dashboard as default view for groupsGilbert Roulot2019-03-141-5/+6
| | | | | | | Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
* Add a new test to create a snippetRoman Verevkin2019-03-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | Add "smoke" tag to the test Fix links to views in Page Object files Review fixes Remove useless view block Implement Snippets::Show page object class Fix review suggestions Fix review suggestions 2 Fix test with empty snippets state Remove useless css class Fix issues
* Add qa class and some refactorSanad Liaquat2019-03-071-1/+1
|
* Show header and footer system messages in emailAlexandru Croitor2019-02-276-0/+24
| | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* Style avatars for groups and projectsMartin Wortschack2019-02-252-2/+2
| | | | | | | | | - Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
* Merge branch '55057-system-message-to-core' into 'master'Sean McGivern2019-02-223-1/+7
|\ | | | | | | | | | | | | Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
| * Port EE System Header And Footer feature to CEDouwe Maan2019-02-213-1/+7
| | | | | | | | | | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* | Move highlight themes to subfolderSimon Knox2019-02-221-1/+1
| |
* | Only load selected syntax highlight CSSSimon Knox2019-02-151-0/+2
|/ | | | | | | Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
* Replace useless divs with flex layout in navbarjoola2019-02-121-3/+1
| | | | Notable changes proposed by @pslaughter
* Change unicode for non-standard spacesMarcel Amirault2019-02-121-1/+1
|
* Add render_if_exists for sidebar and preferencesVictor Zagorodny2019-02-051-1/+1
|
* adding a spec for issues/310Mesut Güneş2019-02-011-1/+1
|