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
AgeCommit message (Collapse)Author
2019-04-25Adds information about Canary envFilipa Lacerda
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
2019-04-16Add QA tests for the performance barSean McGivern
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.
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-03-31Disable inaccessible navigation links upon archiving a projectElias Werberich
2019-03-27Merge branch 'ce-insights-frontend' into 'master'Kushal Pandya
CE: Insights Frontend See merge request gitlab-org/gitlab-ce!26284
2019-03-20Fix hover animation consistency in top navbar itemsDennis Tang
2019-03-18Port EE Insights Sidebar ItemsMark Fletcher
2019-03-14Security Dashboard as default view for groupsGilbert Roulot
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
2019-03-13Add a new test to create a snippetRoman Verevkin
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
2019-03-07Add qa class and some refactorSanad Liaquat
2019-02-27Show header and footer system messages in emailAlexandru Croitor
* 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
2019-02-25Style avatars for groups and projectsMartin Wortschack
- 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
2019-02-22Merge branch '55057-system-message-to-core' into 'master'Sean McGivern
Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
2019-02-22Move highlight themes to subfolderSimon Knox
2019-02-21Port EE System Header And Footer feature to CEDouwe Maan
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
2019-02-15Only load selected syntax highlight CSSSimon Knox
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
2019-02-12Replace useless divs with flex layout in navbarjoola
Notable changes proposed by @pslaughter
2019-02-12Change unicode for non-standard spacesMarcel Amirault
2019-02-05Add render_if_exists for sidebar and preferencesVictor Zagorodny
2019-02-01adding a spec for issues/310Mesut Güneş
2019-01-31Fixed bug when external wiki is enabledFrancisco Javier López
When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
2019-01-29Revert the "What's new" featureBrandon Labuschagne
2019-01-24Merge branch 'split-project-menu-into-separate-submenus' into 'master'Mark Lapierre
Split project menu into separate submenus See merge request gitlab-org/gitlab-ce!24501
2019-01-24Split `Page::Project::Menu` into separate submenusWalmyr Filho
https://gitlab.com/gitlab-org/quality/team-tasks/issues/84
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-23Add Avatar in the settings sidebarYoginth
2019-01-22Add browser and platform flags via CSS classesKushal Pandya
2019-01-22Add `client` to gl object for browser and platform flagsKushal Pandya
2019-01-19Merge branch '56213-remove-error_tracking-feature-flag' into 'master'Kamil Trzciński
Resolve "Remove `error_tracking` feature flag" Closes #56213 See merge request gitlab-org/gitlab-ce!24306
2019-01-17Merge branch ↵Dan Davison
'56043-failure-in-qa-specs-features-browser_ui-7_configure-auto_devops-create_project_with_auto_devops_spec-rb' into 'master' Small screen fix for "Failure in qa/specs/features/browser_ui/7_configure/auto_devops/create_project_with_auto_devops_spec.rb" See merge request gitlab-org/gitlab-ce!24209
2019-01-17Try use elements for all project menu nav in qaJames Fargher
2019-01-16Add test case to check that branches are correctly listed after CRUD operationsWalmyr
2019-01-15Remove `error_tracking` feature flagPeter Leitzen
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
2019-01-14Resolve "Add "What's new" menu item in top navigation"Brandon Labuschagne
2019-01-12List Sentry Errors in GitLab - FrontendSimon Knox
2019-01-11Remove releases_page feature flagShinya Maeda
We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.
2019-01-06Move settings operations controller from EE to CEPeter Leitzen
This commit prepares the structure for the upcoming feature error tracking.
2019-01-04Add submit feedback link to help dropdownBrandon Labuschagne
2018-12-31Add releases APIAlessio Caiazza
This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
2018-12-27Merge branch 'gt-reorder-group-sidebar-menu-items' into 'master'Sean McGivern
Reorder sidebar menu item for group clusters Closes #55536 See merge request gitlab-org/gitlab-ce!24001
2018-12-26[CE] Speed up login page usageMark Lapierre
2018-12-22Reorder sidebar menu item for group clustersGeorge Tsiolis
2018-12-21Support navbar trackingMartin Wortschack
- Add tracking attributes to templates
2018-12-18Adds releases index routeFilipa Lacerda
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
2018-12-1254376 Add margin to .row on signin pagePaul Gear
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-08Add operations_path helperMatija Čupić
2018-12-08Integrate csslabClement Ho