Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add license approvals for vue-loaderadd-vue-loader | Mike Greiling | 2017-04-09 | 1 | -0/+30 |
| | |||||
* | fix closing tags of async_button component | Mike Greiling | 2017-04-09 | 1 | -4/+5 |
| | |||||
* | add CHANGELOG.md entry for !10517 | Mike Greiling | 2017-04-09 | 1 | -0/+4 |
| | |||||
* | add eslint support to vue files | Mike Greiling | 2017-04-09 | 3 | -4/+56 |
| | |||||
* | convert pipeline async_button component to vue template | Mike Greiling | 2017-04-09 | 3 | -25/+27 |
| | |||||
* | convert pipeline error state to vue template | Mike Greiling | 2017-04-09 | 5 | -22/+24 |
| | |||||
* | convert pipeline empty state to vue template | Mike Greiling | 2017-04-09 | 5 | -36/+37 |
| | |||||
* | update Vue to match vue-template-compiler | Mike Greiling | 2017-04-09 | 2 | -4/+4 |
| | |||||
* | clean up webpack config | Mike Greiling | 2017-04-09 | 1 | -5/+6 |
| | |||||
* | add vue-loader dependencies and basic config | Mike Greiling | 2017-04-09 | 3 | -17/+750 |
| | |||||
* | Merge branch 'remove_is_admin' into 'master' | Robert Speicher | 2017-04-09 | 24 | -40/+40 |
|\ | | | | | | | | | | | | | Remove the `User#is_admin?` method Closes #30584 See merge request !10520 | ||||
| * | Remove the User#is_admin? method | blackst0ne | 2017-04-09 | 24 | -40/+40 |
| | | |||||
* | | Merge branch 'add-field-for-group-name' into 'master' | Alfredo Sumaran | 2017-04-09 | 12 | -23/+88 |
|\ \ | |/ |/| | | | | | Add a name field to the group edit form See merge request !10502 | ||||
| * | Add a name field to the group edit formadd-field-for-group-name | Douglas Lovell | 2017-04-09 | 12 | -23/+88 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables user specification of group name vs. name inferred from group path. Cause new group form to copy name from path Adds some new page-specific javascript that copies entry from the group path field to the group name field when the group name field is initially empty. Remove duplicate group name entry field on group edit form This corrects the duplicated name entry field and tests that the JavaScript does not update the group name field if the user edits the group path. (Editing the group path is not recommended in any case, but it is possible.) Address eslint errors in group.js Enable group name copy with dispatch and explore group creation The dispatch and explore group creation forms require the group.js asset, and their tests now require testing against poltergeist Update workflow new group instruction Update the gitlab basics group creation document Add a change log entry Remove unused variable for eslint | ||||
* | Merge branch 'new-resolvable-discussion' into 'master' | Douwe Maan | 2017-04-08 | 140 | -2225/+4037 |
|\ | | | | | | | | | | | | | Add option to start a new resolvable discussion in an MR Closes #24378 See merge request !7527 | ||||
| * | Merge branch 'master' into new-resolvable-discussion | Douwe Maan | 2017-04-07 | 38 | -697/+881 |
| |\ | |||||
| * | | Fix specs | Douwe Maan | 2017-04-07 | 2 | -2/+2 |
| | | | |||||
| * | | alfredo review changes | Luke "Jared" Bennett | 2017-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | Revert yarn.lock changes | Luke "Jared" Bennett | 2017-04-07 | 2 | -273/+2055 |
| | | | |||||
| * | | Merge branch 'master' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-07 | 123 | -480/+1883 |
| |\ \ | |||||
| * | | | Rever yarn.lock changes | Luke "Jared" Bennett | 2017-04-07 | 1 | -2075/+276 |
| | | | | |||||
| * | | | Review changes | Luke "Jared" Bennett | 2017-04-07 | 4 | -9/+34 |
| | | | | |||||
| * | | | Fix firefox overflow css bug | Luke "Jared" Bennett | 2017-04-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | Fix bug where commit comment would not show up in the right discussion on ↵ | Douwe Maan | 2017-04-07 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | | the MR page | ||||
| * | | | Fix creating discussion when diff view is set to parallel | Douwe Maan | 2017-04-07 | 2 | -27/+20 |
| | | | | |||||
| * | | | Fix view spec | Douwe Maan | 2017-04-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | Update schema.rb | Douwe Maan | 2017-04-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add link to list items | Luke "Jared" Bennett | 2017-04-07 | 2 | -15/+28 |
| | | | | |||||
| * | | | Merge branch 'master' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-07 | 67 | -309/+1225 |
| |\ \ \ | |||||
| * | | | | Added variable button fix | Luke "Jared" Bennett | 2017-04-07 | 3 | -20/+38 |
| | | | | | |||||
| * | | | | Fixed issue button state bug | Luke "Jared" Bennett | 2017-04-07 | 5 | -80/+121 |
| | | | | | |||||
| * | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-07 | 229 | -1046/+1847 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into update-droplab-to-webpack-versionupdate-droplab-to-webpack-version | Luke "Jared" Bennett | 2017-04-07 | 466 | -2918/+9189 |
| | |\ \ \ \ | |||||
| * | | | | | | Fixed bugs and added tests | Luke "Jared" Bennett | 2017-04-07 | 6 | -15/+33 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-07 | 4 | -0/+0 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Renamed spec files | Luke "Jared" Bennett | 2017-04-07 | 4 | -0/+0 |
| | | | | | | | |||||
| * | | | | | | Finish up feature spec | Luke "Jared" Bennett | 2017-04-07 | 4 | -65/+63 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussion | Luke "Jared" Bennett | 2017-04-06 | 2 | -10/+80 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Update inputsetter | Luke "Jared" Bennett | 2017-04-06 | 2 | -10/+80 |
| | | | | | | | |||||
| * | | | | | | Further fixes for feature spec | Luke "Jared" Bennett | 2017-04-06 | 1 | -4/+6 |
| | | | | | | | |||||
| * | | | | | | Update schema.rb version | Douwe Maan | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'new-resolvable-discussion' of gitlab.com:gitlab-org/gitlab-ce ↵ | Luke "Jared" Bennett | 2017-04-06 | 272 | -1879/+7349 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into new-resolvable-discussion | ||||
| | * \ \ \ \ \ | Merge branch 'master' into new-resolvable-discussion | Douwe Maan | 2017-04-06 | 272 | -1879/+7349 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml | ||||
| * | | | | | | | | Further fixes for feature spec | Luke "Jared" Bennett | 2017-04-06 | 1 | -25/+30 |
| |/ / / / / / / | |||||
| * | | | | | | | Merge branch 'new-resolvable-discussion' of gitlab.com:gitlab-org/gitlab-ce ↵ | Luke "Jared" Bennett | 2017-04-06 | 18 | -69/+107 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into new-resolvable-discussion | ||||
| | * | | | | | | | Refactor resolvability checks based on type | Douwe Maan | 2017-04-06 | 17 | -67/+107 |
| | | | | | | | | | |||||
| | * | | | | | | | Remove unnecesary style | Alfredo Sumaran | 2017-04-06 | 1 | -2/+0 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix feature specs, still some to be done | Luke "Jared" Bennett | 2017-04-06 | 1 | -13/+21 |
| |/ / / / / / / | |||||
| * | | | | | | | Add feature specs | Luke "Jared" Bennett | 2017-04-06 | 2 | -4/+246 |
| | | | | | | | | |||||
| * | | | | | | | Correct dropdown width | Luke "Jared" Bennett | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | |