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
2016-07-15Replace namespace-specific application.js files with namespace-bundle.js files.Connor Shea
2016-06-30Remove unnecessary parensValery Sizov
2016-06-23Trying to make this work with sprockets in production.Connor Shea
2016-06-23Reorganize the lib directory.Connor Shea
2016-06-23Re-implement page-specific JS in a better way.Connor Shea
This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
2016-06-21Add new style for sub header block infoAnnabel Dunstone
2016-06-21Fix graph columnsAnnabel Dunstone
2016-06-21Style wiki sub nav linksAnnabel Dunstone
2016-06-21Style sub nav links in GraphsAnnabel Dunstone
2016-06-03Use pipelines in context of ProjectKamil Trzcinski
2016-06-02Attempt to fix the user page.Connor Shea
2016-06-02Remove d3 except for on pages where it's necessary.Connor Shea
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-22Fix grammar and wording in text on various pages.Connor Shea
2016-05-05Start builds redesignAnnabel Dunstone
2016-01-13Replace all navigation menu with nav-links classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-08Implement languages graph pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
- Enable CI by default for all new projects
2015-11-10Merge branch 'improve-ci-graphs'Dmitriy Zaporozhets
2015-11-10Fix graph description and textDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-10Replace CoffeeScript block into JavaScript in Views.Jason Lee
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
2015-11-10Improve Continuous Integration graphs pageDmitriy Zaporozhets
* fix commit duration graph * make graphs responsive * fix wrong padding * add a bit of explanation to colors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-08Fix typo.Christophe Poulette
2015-11-08Fix typoChristophe Poulette
2015-11-08Apply new design for project graphs pageChristophe Poulette
2015-09-24Add header for ci graphs and check that it is enabledDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-24Merge branch 'master' into move-ci-chartsDmitriy Zaporozhets
2015-09-23Move CI charts to project graphs areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-22Make commit graphs responsive to window width changesStan Hu
Closes #2653
2015-09-17Move project header title definition to view in question.Douwe Maan
2015-08-25Change plots to bar graphsJosef Kufner
2015-07-06Add ref switching support for graphsDaniel Gerhardt
It is now possible to view contributor and commit statistics for refs beyond the default branch. Additionally, conditions in RefsController#switch have been refactored in order that a `case` block is used now.
2015-04-30Add a page title to every page.Douwe Maan
2015-04-07Lower the pointHitDetectionRadius for commit chartsRobert Speicher
Fixes #2088
2015-03-04Spelling change Commit StatisticsSabba Petri
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-09-29Refactor commits graphDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-26Raw implementation of commits stats pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-26Rewrite graphs featureDmitriy Zaporozhets
* remove commits stats page (will be replaced by graphs) * remove additions/deletions from graph because of bad performance * keep graph logic in gitlab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-21Replace HTML5 obsolete center element with CSS.Ciro Santilli
Fix #6901. Would generate invalid HTML5.
2014-02-05Replace gif animation with font icon spinnerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-01Include tw bootstrap manually. Fix hide classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31alert-error to alert-dangerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31css class .hide has \!important so use gl-hide insteadDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-08-19Make repo graph work for large repos on slower machinesDmitriy Zaporozhets
2013-08-13Improve repository graphDmitriy Zaporozhets
2013-07-13Replace page_title with page-title. Correct margin for some blocks/layoutsDmitriy Zaporozhets