Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rubocop offense in awardable specsfix/rubocop-offense-in-specs | Grzegorz Bizon | 2016-06-06 | 1 | -3/+2 |
| | |||||
* | Merge branch 'rubocop/enable-ambiguous-operator-rubocop-lint' into 'master' | Robert Speicher | 2016-06-05 | 4 | -8/+8 |
|\ | | | | | | | | | | | | | | | | | Enable Lint/AmbiguousOperator rubocop cop Enforce using parentheses if ambiguous operators are detected, like `header *some_method` or `array.select &:even?`. See #17478 See merge request !4454 | ||||
| * | Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lint | Grzegorz Bizon | 2016-06-03 | 4 | -8/+8 |
| | | | | | | | | See #17478 | ||||
* | | Fix CHANGELOG for 8.8.4 (unreleased) | Robert Speicher | 2016-06-05 | 1 | -4/+2 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'documentation-for-build-trace' into 'master' | Achilleas Pipinellis | 2016-06-04 | 1 | -0/+24 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document the API endpoint for gathering a build log ## What does this MR do? Adds documentation for gathering a trace build log via the API. Documenting the following: https://gitlab.com/gitlab-org/gitlab-ce/blob/de20bd5b31715f096db3fb0155c82b0eea992b6c/lib/api/builds.rb#L98-110 ## Are there points in the code the reviewer needs to double check? Please verify that a curl request using the same format as documented works ## Why was this MR needed? No documentation currently exists ## What are the relevant issue numbers? #18015 ## Screenshots (if relevant) See merge request !4467 | ||||
| * | | Document the API endpoint for gathering a build log | Mark Fletcher | 2016-06-03 | 1 | -0/+24 |
| | | | | | | | | | | | | * Resolves #18015 | ||||
* | | | Merge branch 'fix-design-link-in-contributing' into 'master' | Achilleas Pipinellis | 2016-06-04 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix link to current design reference in the CONTRIBUTING guide ## What does this MR do? It fixes an outdated link by replacing it with the up-to-date one. See merge request !4439 | ||||
| * | | | Fix link to current design reference in the CONTRIBUTING guidefix-design-link-in-contributing | Rémy Coutable | 2016-06-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | Merge branch 'issue_13499' into 'master' | Jacob Schatz | 2016-06-04 | 21 | -133/+776 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow bulk-assign labels to issues - [x] Allow bulk-assignment labels. - [x] Show indeterminate state for labels present on selection. - [x] Remove existing labels from selected items if label gets unmarked. - [x] Fix conflicting tests. - [x] Write tests. Closes #13499 and #15489 See merge request !3917 | ||||
| * | | | | Remove extra bracketissue_13499 | Alfredo Sumaran | 2016-06-03 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Fix spec | Alfredo Sumaran | 2016-06-03 | 2 | -7/+8 |
| | | | | | |||||
| * | | | | Address feedback | Alfredo Sumaran | 2016-06-03 | 9 | -32/+26 |
| | | | | | |||||
| * | | | | Update CHANGELOG | Alfredo Sumaran | 2016-06-03 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Spec label add / delete in UpdateService | Sean McGivern | 2016-06-03 | 2 | -9/+54 |
| | | | | | |||||
| * | | | | Allow bulk-updating to remove all labels | Sean McGivern | 2016-06-03 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of passing `remove_label_ids`, just pass an empty array for `label_ids` (and don't pass `add_label_ids` or `remove_label_ids`). | ||||
| * | | | | Update CHANGELOG | Alfredo Sumaran | 2016-06-03 | 3 | -2/+3 |
| | | | | | |||||
| * | | | | Enhancements | Alfredo Sumaran | 2016-06-03 | 4 | -23/+25 |
| | | | | | |||||
| * | | | | Update CHANGELOG | Alfredo Sumaran | 2016-06-03 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fix spec | Alfredo Sumaran | 2016-06-03 | 1 | -8/+9 |
| | | | | | |||||
| * | | | | Respond to .json only | Alfredo Sumaran | 2016-06-03 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | Fix spec | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add mising params | Alfredo Sumaran | 2016-06-03 | 1 | -3/+6 |
| | | | | | |||||
| * | | | | Fix failing specs | Alfredo Sumaran | 2016-06-03 | 1 | -6/+8 |
| | | | | | |||||
| * | | | | Bulk assignment tests | Alfredo Sumaran | 2016-06-03 | 1 | -38/+120 |
| | | | | | |||||
| * | | | | Remove console.log | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Bulk assignment implementation | Alfredo Sumaran | 2016-06-03 | 3 | -2/+111 |
| | | | | | |||||
| * | | | | Tweaks for bulk assignment | Alfredo Sumaran | 2016-06-03 | 1 | -3/+15 |
| | | | | | |||||
| * | | | | Expose Issue ID | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Expose label ID | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add show_create param to toggle label creation option | Alfredo Sumaran | 2016-06-03 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Add show_footer parameter for ability to hide footer | Alfredo Sumaran | 2016-06-03 | 2 | -1/+3 |
| | | | | | |||||
| * | | | | Do not trigger keyup event if we are persisting state | Alfredo Sumaran | 2016-06-03 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | Triggering keyup will re-render the dropdown which is not needed when option persistWhenHide is true | ||||
| * | | | | Remove unneeded call to keyup event | Alfredo Sumaran | 2016-06-03 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | This was re-rendering the dropdown unnecessarily | ||||
| * | | | | Only filter asynchronously if option remote is true. | Alfredo Sumaran | 2016-06-03 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | We need to update the results right away when we do bulk assignment. | ||||
| * | | | | Fix statement | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Tidy up BulkUpdateService specs | Sean McGivern | 2016-06-03 | 1 | -103/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Don't use instance variables, use `let` instead. 2. Add descriptions for all specs. 3. Share variables where possible. 4. Give labels more vivid names than 1, 2, and 3. 5. Remove deprecation warnings by passing issue IDs as '1,2,3' instead of an array, as that's how they're passed by the front-end. (The deprecation warning is for passing a nested array, which is what happens if an actual array is passed, as: `[1, 2, 3].split(',') == [[1, 2, 3]]` | ||||
| * | | | | fixup! WIP: allow adding and removing labels in bulk | Sean McGivern | 2016-06-03 | 1 | -0/+148 |
| | | | | | |||||
| * | | | | WIP: allow adding and removing labels in bulk | Sean McGivern | 2016-06-03 | 3 | -8/+37 |
| | | | | | |||||
| * | | | | Restore dropdown state when unchecking all issues | Alfredo Sumaran | 2016-06-03 | 1 | -0/+14 |
| | | | | | |||||
| * | | | | Ensure we are clicking a visible dropdown | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add space | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add empty line to end of file | Alfredo Sumaran | 2016-06-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Bulk assignment tests | Alfredo Sumaran | 2016-06-03 | 1 | -0/+109 |
| | | | | | |||||
| * | | | | Do not remove inputs when dropdown menu hides | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Remove console.log | Alfredo Sumaran | 2016-06-03 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Handle unchecking of indeterminate items | Alfredo Sumaran | 2016-06-03 | 2 | -11/+30 |
| | | | | | |||||
| * | | | | Update classname for indeterminate state | Alfredo Sumaran | 2016-06-03 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | typo | Alfredo Sumaran | 2016-06-03 | 3 | -18/+13 |
| | | | | | |||||
| * | | | | Set indeterminated items | Alfredo Sumaran | 2016-06-03 | 5 | -6/+58 |
| | | | | | |||||
| * | | | | Add .js-filter-submit when needed | Alfredo Sumaran | 2016-06-03 | 2 | -2/+4 |
| | | | | |