summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Convert button into a btn group according to mockupsFilipa Lacerda2017-02-221-29/+32
* | | | | | | | Merge branch 'issue_24815' into 'master' Sean McGivern2017-02-271-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix issuable stale object error handler for js when updating tasklistsissue_24815Felipe Artur2017-02-241-0/+12
* | | | | | | | | Merge branch 'improve-backoff-algo' into 'master' Fatih Acet2017-02-271-3/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improves backoff algo with maxInterval between requestsFilipa Lacerda2017-02-271-3/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Backport EE http status codes new file to CEFilipa Lacerda2017-02-271-0/+10
|/ / / / / / / /
* | | | | | | | Merge branch 'backoff-algo-backport-ee' into 'master' Jacob Schatz2017-02-261-0/+52
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Adds backoff algo from EE to CEbackoff-algo-backport-eeFilipa Lacerda2017-02-241-0/+52
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch '28419-ask-confirmation-cancel' into 'master' Fatih Acet2017-02-241-1/+16
|\ \ \ \ \ \ \
| * | | | | | | Adds confirmation for cancel button28419-ask-confirmation-cancelFilipa Lacerda2017-02-241-1/+16
* | | | | | | | Merge branch 'moving-issue-with-two-list-labels' into 'master' Alfredo Sumaran2017-02-242-5/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Removes label from previous listmoving-issue-with-two-list-labelsPhil Hughes2017-02-212-5/+12
* | | | | | | | | Merge branch 'remove-require-context-application-bundle' into 'master' Alfredo Sumaran2017-02-241-11/+170
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add missing require statement and don't require selfremove-require-context-application-bundleMike Greiling2017-02-231-1/+1
| * | | | | | | | | remove require.context from application.jsMike Greiling2017-02-231-11/+170
* | | | | | | | | | Merge branch 'user-callouts' into 'master' Filipa Lacerda2017-02-243-0/+101
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Corrected indentation on the template stringuser-calloutsJose Ivan Vargas2017-02-241-10/+9
| * | | | | | | | | | Modified the user_callout behaviourJose Ivan Vargas2017-02-232-11/+35
| * | | | | | | | | | Removed disabled rules from the user_callout_spec.jsJose Ivan Vargas2017-02-231-8/+7
| * | | | | | | | | | Moved the dismiss-icon listener to close the callout to a buttonJose Ivan Vargas2017-02-231-2/+2
| * | | | | | | | | | Changed the javascript class from using the global scope to exporting it via ...Jose Ivan Vargas2017-02-233-29/+34
| * | | | | | | | | | Added CHANGELOG and corrected linter errorsJose Ivan Vargas2017-02-231-1/+0
| * | | | | | | | | | Created unit tests, fixtures and integration testsJose Ivan Vargas2017-02-232-7/+29
| * | | | | | | | | | Initial version of the user-calloutsJose Ivan Vargas2017-02-233-0/+53
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'remove-require-context-profile-bundle' into 'master' Alfredo Sumaran2017-02-241-3/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove require.context from profile_bundleremove-require-context-profile-bundleMike Greiling2017-02-231-3/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'remove-require-context-protected-branches-bundle' into 'master' Alfredo Sumaran2017-02-241-3/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove require.context from protected_branches_bundleremove-require-context-protected-branches-bundleMike Greiling2017-02-231-3/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'remove-require-context-snippet-bundle' into 'master' Alfredo Sumaran2017-02-241-4/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove require.context from snippet_bundleremove-require-context-snippet-bundleMike Greiling2017-02-231-4/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'remove-require-context-users-bundle' into 'master' Alfredo Sumaran2017-02-241-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remove require.context from users_bundleremove-require-context-users-bundleMike Greiling2017-02-231-3/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz2017-02-246-23/+31
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Removed jQuery UI highlight & autocompleteremove-jquery-ui-pluginsPhil Hughes2017-02-096-23/+31
* | | | | | | | | | Merge branch 'refactor-graphs-bundle' into 'master' Filipa Lacerda2017-02-245-531/+503
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'boards-card-template-to-js' into 'master' Filipa Lacerda2017-02-243-63/+71
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Fixed eslint errorsboards-card-template-to-jsPhil Hughes2017-02-231-8/+8
| * | | | | | | | | Issue boards card in JSPhil Hughes2017-02-233-63/+71
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-241-3/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-3/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '27530-fix-job-dropdown-pipeline-console-error' into 'master' Fatih Acet2017-02-241-14/+22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Prevent propagation of click even in job name inside dropdown.27530-fix-job-dropdown-pipeline-console-errorFilipa Lacerda2017-02-231-12/+20
| * | | | | | | | adds mount function with prevent and removes keepGraph functionNur Rony2017-02-231-20/+16
| * | | | | | | | fixes job dropdown action button errorNur Rony2017-02-231-6/+10
| |/ / / / / / /
* | | | | | | | Merge branch '28610-white-square-nav' into 'master' Filipa Lacerda2017-02-231-6/+10
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix white square and sidebar animation28610-white-square-navAnnabel Dunstone Gray2017-02-231-6/+10
| |/ / / / / /