summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs
Commit message (Collapse)AuthorAgeFilesLines
* Fix bar chart does not display label at hour 0Jason Dai2017-08-081-18/+16
|
* Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-033-1/+3
|
* Inline script cleanup globals and easyTim Zallmann2017-08-013-2/+84
|
* remove bind polyfill from stat_graph_contributors_graph.jsMike Greiling2017-05-081-2/+1
|
* merge lib_chart into graphs bundleMike Greiling2017-03-031-0/+2
|
* refactor stat_graph_contributors to es6 module syntaxrefactor-graphs-bundleMike Greiling2017-02-242-102/+100
|
* refactor stat_graph_contributors_graph to es6 module syntaxMike Greiling2017-02-243-277/+271
|
* refactor stat_graph_contributors_util to es6 module syntaxMike Greiling2017-02-243-135/+134
|
* remove unused StatGraph classMike Greiling2017-02-242-19/+0
|
* remove require.context from graphs_bundleremove-require-context-graphs-bundleMike Greiling2017-02-221-3/+4
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-174-4/+4
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-274-15/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
| |
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-184-13/+4
| |
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-103-14/+5
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-142-2/+9
|
* normalize author email so we can treat it as case insensitiveMike Greiling2016-12-101-4/+7
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-155-5/+5
|
* Remove leftover references to coffeescript from comments and docs.decaffeinate-the-docsBryce Johnson2016-10-311-1/+1
|
* Merge branch 'eslint' into 'master' Fatih Acet2016-10-265-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ESLint ## What does this MR do? - create `package.json` - add ESLint dependencies to `package.json` - add JavaScript linting to CI - add Rake task `lint:javascript`as alias for `eslint` (which itself is an alias for `npm run eslint`) ## Are there points in the code the reviewer needs to double check? Probably not. ## Why was this MR needed? My hovercraft was full of eels. ## What are the relevant issue numbers? - https://gitlab.com/gitlab-org/gitlab-ce/issues/13224#note_12537431 - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5006#note_13255658 See merge request !5445
| * disable ESLint for all JavaScript fileswinniehell2016-10-265-0/+5
| |
* | Refactored less readable existance checksJack Davison2016-10-261-7/+4
|/ | | | | | CoffeeScript generated JavaScript contains some unreadable expressions. This refactoring addresses complex uses of the exestential operator that produced unreadable Javascript.
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-082-2/+7
|
* ES6ify all the things!Fatih Acet2016-07-2410-355/+552
|
* Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-151-0/+0
|
* Re-implement page-specific JS in a better way.Connor Shea2016-06-231-1/+0
| | | | This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
* Apply responsive design for Contributors graphs.contributors-graph-mobileConnor Shea2016-06-201-1/+5
| | | | Fixes #18845.
* Only load Chart.js when necessary.Connor Shea2016-06-071-0/+1
|
* Attempt to fix the user page.Connor Shea2016-06-015-0/+351