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
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-11-02Refactor responsive table styles to support nested error blockEric Eastwood
- Split layout from the styles of the row - Move command `.append-` `.prepend-` styles to bottom of source order - Actually applies styles over others in more situations which is probably what is expected when you add it to an element - Also allows us to get rid of some styles that were trying to get around this fact See https://i.imgur.com/IE50PK6.png Which is used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15064 Design from https://gitlab.com/gitlab-org/gitlab-ce/issues/38464
2017-10-06Merge branch ↵Tim Zallmann
'37105-monitoring-graph-axes-labels-are-inaccurate-and-inconsistent' into 'master' Resolve "Monitoring graph axes labels are inaccurate and inconsistent" Closes #37105 See merge request gitlab-org/gitlab-ce!14258
2017-10-05fix linter errors and karma specsJose Ivan Vargas
2017-10-05Resolve "Monitoring graph empty states are gigantic on `screen-sm` viewport ↵Mike Greiling
sizes"
2017-10-05display x-axis tick marksMike Greiling
2017-09-06Use flexbox for prometheus graph row grouping instead of bootstrap classesMike Greiling
2017-09-05Merge branch 'additional-time-series-charts' into 'master'Tim Zallmann
Added support for additional time series charts Closes #33345 See merge request !13159
2017-09-01Increased opacity from 0.10 to 0.25Jose Ivan Vargas
2017-09-01Added simple support for multiple colors on the different time seriesJose Ivan Vargas
2017-08-31Fixed scss linter errorsJose Ivan Vargas
2017-08-31Added vertical spacing when there's multiple legendsJose Ivan Vargas
2017-08-29Make deploy-to dropdown on environments page consistentwinh
2017-08-24Changed all font-weight values to 400 and 600Dimitrie Hoekstra
2017-07-06Cleanup minor UX issues in the performance dashboardJose Ivan Vargas
2017-07-04Improve the overall UX for the new monitoring dashboardJose Ivan Vargas
2017-06-26Merge branch 'additional-metrics-dashboard' into ↵Phil Hughes
'28717-additional-metrics-review-branch' Additional metrics dashboard See merge request !11740
2017-06-23Fix mobile environment detail viewAnnabel Dunstone Gray
2017-06-16Create responsive mobile view for pipelines tableAnnabel Dunstone Gray
2017-06-08Responsive table fixesAnnabel Dunstone Gray
2017-06-07Add space between buttons on mobileAnnabel Dunstone Gray
2017-06-07Environment detail viewAnnabel Dunstone Gray
2017-06-06Responsive environment tablesAnnabel Dunstone Gray
2017-05-26Displays loading icon in async buttons inlineFilipa Lacerda
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-10Tech debt: Creates vue component for loading iconFilipa Lacerda
2017-04-20Merge remote-tracking branch 'origin/26914-deploy_history_data_source' into ↵Phil Hughes
metrics-deployment-history
2017-04-19Style improvementsPhil Hughes
Fixed an issue where the line wouldnt move when hovering over deployment
2017-04-12Fixed up some codePhil Hughes
Improved the design Pulls the endpoint from the HAML
2017-04-12Added deployment data to metrics graphsPhil Hughes
Closes #26914
2017-04-06Introduced empty/error UX states to environments monitoring.Jose Ivan Vargas Lopez
2017-04-03Fixed prometheus_graph_spec.js and scss-lintersJose Ivan Vargas
2017-04-03Legend text is now bolded also the Y legend text has a transparent backgroundJose Ivan Vargas
to help differentiate legends
2017-03-31Add metrics button to Environment Overview pageKushal Pandya
2017-03-23Apply fix to enviroments tableFilipa Lacerda
2017-03-14Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda
2017-03-07Added Prometheus Service and Prometheus graphsKamil Trzciński
2017-02-28Remove hidden-xs classes from last columns in environments and pipelines table.Filipa Lacerda
Transform pipelines table css to match structure of pipelines table Make environments table overflow
2017-02-21Use a btn-group to group all action buttonsFilipa Lacerda
2017-02-15Moves check for latest key to store instead of poluting the view making it ↵Filipa Lacerda
reusable between endpoints.
2017-02-15Move change page param to utility functionFilipa Lacerda
Add tests Adds folder name in the top of the table
2017-02-15Fix underline styleFilipa Lacerda
2017-02-09Environments folder should be underlined when on hover and on focus like a ↵Filipa Lacerda
regular link
2017-02-09Adjustments to receive new data schemaFilipa Lacerda
2017-01-0425701 standardize text colorstauriedavis
2016-12-21Merge branch 'master' into 'badge-color-on-white-bg'Dimitrie Hoekstra
# Conflicts: # app/assets/stylesheets/pages/pipelines.scss
2016-12-16Prevent enviroment table to overflow when name has underscoresFilipa Lacerda
Fix error in linter Add changelog entry
2016-12-16Merge branch 'master' into 'badge-color-on-white-bg'Dimitrie Hoekstra
# Conflicts: # app/assets/stylesheets/framework/nav.scss # app/assets/stylesheets/pages/environments.scss # app/views/layouts/nav/_group.html.haml # app/views/layouts/nav/_project.html.haml
2016-12-15Merge branch 'variables' into 'master' Jacob Schatz
Removing and combining sass variables * Removes/combines a good portion of our many shades of gray, according to https://gitlab.com/gitlab-org/gitlab-ce/uploads/207006b0aeadee57499c891f173198f4/Shades_of_grey_-_combined.png * Renaming variables according to saturation etc will be in separate MR See merge request !8052