summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/users
Commit message (Collapse)AuthorAgeFilesLines
* Refactored d3 modules to instead of having a common_d3 dir, to use the micro ↵Jose Ivan Vargas2017-12-181-8/+7
| | | | modules instead
* 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
|\ | | | | | | | | | | | | Fix Timezone Inconsistencies in User Contribution Calendar Closes #27616 and #1943 See merge request !13208
| * display system timezone underneath activity calendarMike Greiling2017-07-281-0/+5
| |
| * ensure user profile calendar is generated based on server timezone, not ↵Mike Greiling2017-07-282-3/+12
| | | | | | | | local timezone
* | 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
| | | | eslint violations
* resolve consistent-return eslint violationMike Greiling2017-07-281-5/+3
| | | | [ci-skip]
* 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
| | | | chunk
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
| * 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
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (33 commits) Improved code style on the issue_sidebar_spec.rb add CHAGELOG.md entry for !8831 remove assets:compile step from relative_url docs update scripts and docs to reference the newly namespaced rake task namespace assets rake tasks to gitlab:assets:* correct gzip files if they exist as well automatically correct CSS urls on assets:precompile remove hard-coded assets path for ace editor modules Fixed cancel button in the services form not redirecting back to the integrations settings view Fix search bar search param encoding Fix a transient failure in the `Explore::ProjectsController` spec Fix filtering with multiple words Fix project name label's for reference in project settings Fixed merge request tabs extra margin Don't call `#uniq` on a relation Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/ Move ApplicationSetting DEFAULTS to `.defaults` instead Move a begin/rescue clause to ApplicationSetting.expire Use badge partial as single source of truth instead of having 2 partials doing the same Changes after review ...
| * 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
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-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
|
* Merge branch 'disable-calendar-deselection' into 'master' Fatih Acet2016-11-221-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix deselecting calendar days on contribution graph ## What does this MR do? Fix deselecting calendar days on contribution graph ## Are there points in the code the reviewer needs to double check? Shouldn't be ## Why was this MR needed? In `master`, you can currently deselect a calendar day after selecting but you cannot reselect that day. ## Screenshots (if relevant) Before: ![2016-10-25_10.42.20](/uploads/7d442c09cd15082cf69f673a544b56f9/2016-10-25_10.42.20.gif) After: ![2016-10-25_10.40.35](/uploads/6123365f0ec63ee84658ee6057e7715c/2016-10-25_10.40.35.gif) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #22381 See merge request !6453
| * Fix deselecting calendar days on contribution graphClement Ho2016-11-041-0/+1
| |
* | explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-152-2/+2
|/
* disable ESLint for all JavaScript fileswinniehell2016-10-262-0/+2
|
* Replace contributions calendar timezone payload with datesClement Ho2016-09-161-1/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-082-1/+7
|