summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/users
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix contributions calendar month label truncationClement Ho2016-09-071-1/+15
|
* Reduce contributions calendar data payloadClement Ho2016-08-251-21/+30
|
* ES6ify all the things!Fatih Acet2016-07-244-196/+199
|
* Replace namespace-specific application.js files with namespace-bundle.js files.rename-js-filesConnor Shea2016-07-151-0/+0
|
* Added day name to contributions calendarcontrib-calendar-tooltip-namePhil Hughes2016-07-041-2/+3
| | | | Closes #19367
* Re-implement page-specific JS in a better way.Connor Shea2016-06-231-6/+0
| | | | This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
* Fixed issue with user calendar colorscontrib-calendar-colorsPhil Hughes2016-06-131-11/+6
| | | | Closes #18505
* Attempt to fix the user page.Connor Shea2016-06-012-0/+206