summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/users
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-182-0/+73
* Remove Webpack bundle tag for users:showConstance Okoghenun2018-02-153-466/+0
* fixed typo :see_no_evil:ph-axios-4Phil Hughes2018-02-051-1/+1
* converted user_tabs.js to use axiosPhil Hughes2018-02-051-15/+18
* Replace $.ajax in activity calendar with axiosaxios-calendarClement Ho2018-01-311-9/+14
* Contribution calendar label cutoff fixcal-label-fixClement Ho2018-01-291-1/+1
* Refactored d3 modules to instead of having a common_d3 dir, to use the micro ...Jose Ivan Vargas2017-12-181-8/+7
* optimized d3 v4 with a custom made bundleJose Ivan Vargas2017-12-181-1/+1
* Modified contributors graph to use d3 v4Jose Ivan Vargas2017-12-181-4/+8
* Converted JS modules into exported modulesph-es-modulesPhil Hughes2017-12-141-1/+2
* Export date utility functions as ES6 modulesFilipa Lacerda2017-12-072-3/+5
* Removed d3.js from the users and graphs bundle39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundlesJose Ivan Vargas2017-10-111-1/+7
* Merge branch '27616-fix-contributions-graph-utc-offset-mysql' into 'master'Tim Zallmann2017-08-062-3/+17
|\
| * display system timezone underneath activity calendarMike Greiling2017-07-281-0/+5
| * ensure user profile calendar is generated based on server timezone, not local...Mike Greiling2017-07-282-3/+12
* | Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-0/+1
|/
* resolve remaining eslint violations35224-transform-user-profile-javascript-into-async-bundleMike Greiling2017-07-282-63/+58
* resolve eqeqeq, newline-per-chained-call, no-unused-vars, and no-else-return ...Mike Greiling2017-07-281-10/+11
* resolve consistent-return eslint violationMike Greiling2017-07-281-5/+3
* resolve prefer-template and quotes eslint violationsMike Greiling2017-07-281-7/+14
* resolve no-mixed-operators and no-return-assign eslint violationsMike Greiling2017-07-281-6/+6
* resolve comma-dangle and object-shorthand eslint violationsMike Greiling2017-07-281-23/+12
* resolve camelcase violationsMike Greiling2017-07-281-9/+6
* remove janky function binding in activity calendar classMike Greiling2017-07-281-45/+55
* fix all eslint violations in user_tabs.jsMike Greiling2017-07-281-80/+73
* remove implied "GET" http method optionMike Greiling2017-07-271-1/+0
* remove needless brackets object accessor syntaxMike Greiling2017-07-271-2/+2
* refactor users bundle, remove inline javascript, and transform into an async ...Mike Greiling2017-07-182-38/+18
* refactor async calendar dataMike Greiling2017-07-182-4/+25
* Refactor user bundleMike Greiling2017-07-146-232/+441
* update remaining uses of CJS syntax to ES module syntaxMike Greiling2017-05-161-1/+1
* remove bind polyfill from users/calendar.jsMike Greiling2017-05-081-3/+1
* add tooltips to user contrib graph keyMike Greiling2017-05-051-9/+17
* create a cacheable commons bundle for d3 libraryMike Greiling2017-03-031-1/+2
* remove require.context from users_bundleremove-require-context-users-bundleMike Greiling2017-02-231-3/+1
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-02-031-1/+0
|\
| * remove dateFormat global exceptionfix-frontend-test-failuresMike Greiling2017-02-021-1/+0
| * fix broken reference to formatDate in a CommonJS environmentMike Greiling2017-02-021-2/+2
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-281-1/+1
|\ \ | |/
| * Added ltr direction for the calendar contribution month rowJose Ivan2017-01-261-2/+2
| * Reverted the change from .second-block to .calender-blockJose Ivan2017-01-251-1/+1
* | Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-8/+6
|\ \ | |/
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-3/+3
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| * resolve all semi and no-extra-semi eslint violationsMike Greiling2017-01-181-3/+3
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-3/+3
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-7/+3
* | replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-061-2/+2
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+4