summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Fix TaskListToggleService specsBrett Walker2019-01-301-40/+81
| * | | | | | | | | | Use the sourcepos attribute for finding tasksBrett Walker2019-01-304-8/+43
| * | | | | | | | | | Address review comments and fix commented specFatih Acet2019-01-305-42/+47
| * | | | | | | | | | Some cleanup and improvements on frontent logicFatih Acet2019-01-304-8/+13
| * | | | | | | | | | Add missing specs.Fatih Acet2019-01-306-7/+196
| * | | | | | | | | | Add new spec for updateStoreState methodFatih Acet2019-01-302-7/+21
| * | | | | | | | | | Added changelog and danger fixesBrett Walker2019-01-303-4/+11
| * | | | | | | | | | Specs for Issue::UpdateServiceBrett Walker2019-01-303-10/+93
| * | | | | | | | | | Fix for broken specBrett Walker2019-01-301-1/+2
| * | | | | | | | | | Add back call to execute_hooksBrett Walker2019-01-302-20/+19
| * | | | | | | | | | Raise exception if we can't match the update_taskBrett Walker2019-01-303-54/+67
| * | | | | | | | | | Send lockVersion from MR description task listFatih Acet2019-01-304-6/+4
| * | | | | | | | | | Refactor and added specsBrett Walker2019-01-304-46/+146
| * | | | | | | | | | Bump up tasklist package to v2.2.0Fatih Acet2019-01-304-8/+8
| * | | | | | | | | | Toggle individual task list group while requestingFatih Acet2019-01-301-10/+17
| * | | | | | | | | | Specs for caching and issue controller changesBrett Walker2019-01-303-3/+27
| * | | | | | | | | | Use original tasklist package with new versionFatih Acet2019-01-304-13/+9
| * | | | | | | | | | Ignore lock_version for task updatesBrett Walker2019-01-301-0/+5
| * | | | | | | | | | Refactor toggling of task list itemBrett Walker2019-01-304-59/+96
| * | | | | | | | | | Fix failing specs and lint errors.Fatih Acet2019-01-306-16/+58
| * | | | | | | | | | Added 'handle_update_task' for new task handlingBrett Walker2019-01-303-3/+64
| * | | | | | | | | | Don't consider field invalid if updating html alsoBrett Walker2019-01-301-1/+3
| * | | | | | | | | | Pass down the index of the checkbox checkedBrett Walker2019-01-301-2/+3
| * | | | | | | | | | Pass down the new state of the checkboxBrett Walker2019-01-302-2/+3
| * | | | | | | | | | Pass line number and source to backendFatih Acet2019-01-303-2/+8
| * | | | | | | | | | Temporarily use tasklist from fatihacet’s forkFatih Acet2019-01-304-8/+12
| * | | | | | | | | | Handle tasklist update failed in app componentFatih Acet2019-01-302-2/+13
| * | | | | | | | | | Disable tasklist items while request is being doneFatih Acet2019-01-301-2/+18
| * | | | | | | | | | Update lock version after requestFatih Acet2019-01-301-1/+4
| * | | | | | | | | | Fix data coming down to error handler of tasklistFatih Acet2019-01-302-3/+4
| * | | | | | | | | | Pass tasklist lock versionBrett Walker2019-01-304-2/+18
| * | | | | | | | | | Show error message from backendFatih Acet2019-01-302-3/+9
| * | | | | | | | | | Accept lockVersion as a prop and add to storeFatih Acet2019-01-305-6/+31
| * | | | | | | | | | Add lock version to issuable helpersFatih Acet2019-01-302-1/+3
* | | | | | | | | | | Merge branch '55098-ui-bug-adding-group-members-with-lower-permissions' into ...Sean McGivern2019-02-043-2/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update members service to cope with errorsJames Lopez2019-02-013-2/+26
* | | | | | | | | | | | Merge branch 'docs-correct-link' into 'master'Achilleas Pipinellis2019-02-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Docs: Corrects linkMerve2019-01-311-1/+1
* | | | | | | | | | | | Merge branch 'docs-mirroring-refs' into 'master'Evan Read2019-02-044-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix more mirroring refsMarcel Amirault2019-02-021-5/+5
| * | | | | | | | | | | | Fix pulling from remote rep referencesMarcel Amirault2019-02-023-3/+3
* | | | | | | | | | | | | Merge branch 'patch-42' into 'master'Evan Read2019-02-031-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | publickeymustbechangedtoprivatekey.mdAndrii Zhuha2019-01-311-3/+3
* | | | | | | | | | | | | | Merge branch 'docs-fix-yaml-readme-link' into 'master'Evan Read2019-02-034-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Docs: Fix link references for artifactsMarcel Amirault2019-02-034-4/+4
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch '57063-implement-new-arguments-iid-for-issuesresolver-in-graphql...Nick Thomas2019-02-013-0/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add argument iids to IssuesResolverLin Jen-Shin2019-02-013-0/+29
* | | | | | | | | | | | | | Merge branch 'auto-devops-better-build-debugging' into 'master'Dan Davison2019-02-016-15/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Wait for auto-devops CI jobs on the job pageJames Fargher2019-02-016-15/+67
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'update-gitaly' into 'master'Douglas Barbosa Alexandre2019-02-012-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |