summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Get new data after inline edit saveissue-edit-inline-getdata-after-updatePhil Hughes2017-05-221-0/+24
* Added test to check if warning is not visiblePhil Hughes2017-05-221-0/+8
* Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warningPhil Hughes2017-05-225-13/+312
|\
| * Merge branch 'issue-edit-inline-move-project' into 'issue-edit-inline'Filipa Lacerda2017-05-192-7/+96
| |\
| | * Removed un-used CSSissue-edit-inline-move-projectPhil Hughes2017-05-181-2/+11
| | * Added back a removed testPhil Hughes2017-05-181-1/+17
| | * Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes2017-05-183-1/+79
| | |\
| | * | Added move to project in issue inline edit formPhil Hughes2017-05-172-1/+82
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-field-specsissue-edit-inline-description-field-specsPhil Hughes2017-05-183-2/+73
| |\ \ \ | | | |/ | | |/|
| * | | Added a test with markdownPhil Hughes2017-05-171-1/+13
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-field-specsPhil Hughes2017-05-164-23/+50
| |\ \ \ | | | |/ | | |/|
| * | | Added specs for description fieldPhil Hughes2017-05-153-0/+222
* | | | Added specs for testing when warning is visiblePhil Hughes2017-05-182-0/+69
| |_|/ |/| |
* | | Merge branch 'auto-focus-description-field' into 'issue-edit-inline'Filipa Lacerda2017-05-181-0/+34
|\ \ \
| * | | Fixed typoauto-focus-description-fieldPhil Hughes2017-05-181-1/+1
| * | | Focus the description field in the inline form when mountedPhil Hughes2017-05-171-0/+34
| | |/ | |/|
* | | Stops formState from updating if the form is already openissue-edit-inline-stop-edit-button-reseting-statePhil Hughes2017-05-171-2/+19
* | | Merge branch 'issue-edit-inline-confidential' into 'issue-edit-inline' Filipa Lacerda2017-05-171-0/+24
|\ \ \
| * | | Added spec for window reloadPhil Hughes2017-05-161-12/+23
| * | | Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialPhil Hughes2017-05-162-5/+43
| |\ \ \
| * | | | Added inline confidential fieldPhil Hughes2017-05-151-0/+1
* | | | | Merge branch 'issue-edit-inline-title-validation' into 'issue-edit-inline' Filipa Lacerda2017-05-171-0/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Disable inline submit button when title is blankissue-edit-inline-title-validationPhil Hughes2017-05-161-0/+20
| | |/ / | |/| |
* | | | Merge branch 'issue-edit-inline' into issue-edit-inline-description-fieldPhil Hughes2017-05-164-23/+50
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'master' into issue-edit-inlinePhil Hughes2017-05-162-5/+43
| |\ \ | | |/ | |/|
| | * Merge branch 'rename-rendered_title' into 'master' Rémy Coutable2017-05-151-1/+1
| | |\
| | | * Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-1/+1
| | * | Improve slash command stripping, escape temporary note contentsKushal Pandya2017-05-151-4/+42
| * | | Stop passing through the store objectissue-edit-inline-title-fieldPhil Hughes2017-05-152-6/+7
| * | | Issue inline edit title fieldPhil Hughes2017-05-153-3/+52
* | | | Issue inline edit title fieldPhil Hughes2017-05-153-3/+52
|/ / /
* | | Moved json parsing out of servicePhil Hughes2017-05-151-2/+6
* | | Shows delete button if permissions are correctPhil Hughes2017-05-152-2/+44
* | | Added inline issue edit form actionsPhil Hughes2017-05-152-0/+217
|/ /
* | Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-154-27/+81
|/
* Removed all instances of Object.assign by using es6 classes, also includes so...Luke "Jared" Bennett2017-05-122-51/+10
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-5/+5
* Merge branch 'acet-mr-widget-fix-link' into 'master' Filipa Lacerda2017-05-122-5/+12
|\
| * MRWidget: Use targetBranchPath in everywhere.acet-mr-widget-fix-linkFatih Acet2017-05-122-4/+4
| * MRWidget: Fix target branch link.Fatih Acet2017-05-121-3/+10
* | Merge branch '32178-prevent-merge-on-sha-change' into 'master' Fatih Acet2017-05-123-0/+41
|\ \
| * | ensure hasSHAChanged == true when setData includes a different SHA from const...Mike Greiling2017-05-111-0/+22
| * | ensure the correct state component is loaded when hasSHAChanged == trueMike Greiling2017-05-111-0/+3
| * | add test for sha-mismatch state componentMike Greiling2017-05-111-0/+16
| |/
* | Uniform CI status components in vueFilipa Lacerda2017-05-124-5/+103
* | Merge branch 'remove-vue-from-poll_spec-fix-transient-failures' into 'master' Filipa Lacerda2017-05-121-71/+22
|\ \
| * | Removed unneeded false from poll_spec mockServiceCall callremove-vue-from-poll_spec-fix-transient-failuresLuke "Jared" Bennett2017-05-111-1/+1
| * | Fixed promise action binding and simplified callbacks spyLuke "Jared" Bennett2017-05-111-16/+11
| * | improved mockservicecall and fixed up a settimeoutLuke "Jared" Bennett2017-05-111-32/+17
| * | Removed vue and vue-resource from poll_spec in an attempt to fix the transien...Luke "Jared" Bennett2017-05-101-58/+29