Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some missing tests for detailed status methodsbuild-statuses | Grzegorz Bizon | 2016-12-14 | 3 | -2/+32 |
| | |||||
* | Remove trailing blank line from Allowable module | Grzegorz Bizon | 2016-12-14 | 1 | -1/+0 |
| | |||||
* | Update manual build icon SVG | Grzegorz Bizon | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | Make it possible to mix `Gitlab::Routing` in | Grzegorz Bizon | 2016-12-13 | 3 | -1/+30 |
| | |||||
* | Extract abilities checking module from ability model | Grzegorz Bizon | 2016-12-13 | 4 | -7/+36 |
| | |||||
* | Extend tests for pipeline detailed status helpers | Grzegorz Bizon | 2016-12-13 | 1 | -12/+18 |
| | |||||
* | Add tests for common build detailed status helpers | Grzegorz Bizon | 2016-12-13 | 1 | -0/+37 |
| | |||||
* | Add missing tests for build `cancelable?` method | Grzegorz Bizon | 2016-12-13 | 1 | -0/+36 |
| | |||||
* | Add tests for detailed build statuses factory | Grzegorz Bizon | 2016-12-13 | 1 | -0/+141 |
| | |||||
* | Make it possible to retry build that was canceled | Grzegorz Bizon | 2016-12-13 | 2 | -1/+9 |
| | |||||
* | Make build retryable only if complete and executed | Grzegorz Bizon | 2016-12-13 | 2 | -9/+32 |
| | |||||
* | Improve readability in methods for detailed status | Grzegorz Bizon | 2016-12-13 | 4 | -4/+12 |
| | |||||
* | Add tests for build cancelable/retryable statuses | Grzegorz Bizon | 2016-12-13 | 2 | -0/+172 |
| | |||||
* | Extend specs for build play/stop detailed statuses | Grzegorz Bizon | 2016-12-13 | 2 | -7/+55 |
| | |||||
* | Refine build stop/play extended status specs | Grzegorz Bizon | 2016-12-13 | 3 | -35/+35 |
| | |||||
* | Use manual build icon in play/stop build statuses | Grzegorz Bizon | 2016-12-13 | 3 | -6/+12 |
| | |||||
* | Adds manual action icon and case to show it | Filipa Lacerda | 2016-12-13 | 2 | -0/+3 |
| | |||||
* | Fix detailed status specs for pipeline stage model | Grzegorz Bizon | 2016-12-12 | 1 | -1/+3 |
| | |||||
* | Fix detailed status badge for generic commit status | Grzegorz Bizon | 2016-12-12 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix pipeline specs for detailed statuses | Grzegorz Bizon | 2016-12-12 | 1 | -8/+12 |
| | | | | [ci skip] | ||||
* | Add specs for build stop extended detailed status | Grzegorz Bizon | 2016-12-12 | 2 | -4/+59 |
| | |||||
* | Add tests for build play extended detailed status | Grzegorz Bizon | 2016-12-12 | 2 | -3/+69 |
| | |||||
* | Fix build stop extended status CSS class | Grzegorz Bizon | 2016-12-12 | 1 | -4/+0 |
| | |||||
* | Fix path to build status details in common helpers | Grzegorz Bizon | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Improve detailed status badge partial | Grzegorz Bizon | 2016-12-12 | 8 | -18/+14 |
| | |||||
* | Revert some unneeded changes | Kamil Trzcinski | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Add action_class/action_title | Kamil Trzcinski | 2016-12-12 | 5 | -3/+30 |
| | |||||
* | Rename icon_with_label to icon_with_description | Kamil Trzcinski | 2016-12-12 | 8 | -8/+9 |
| | |||||
* | Fix auto loading of constants for Ci Statuses | Kamil Trzcinski | 2016-12-12 | 9 | -20/+21 |
| | |||||
* | Fix some detailed statuses specs related to abilities | Grzegorz Bizon | 2016-12-12 | 10 | -18/+49 |
| | |||||
* | Fix tests related to detailed statuses and permissions | Grzegorz Bizon | 2016-12-12 | 14 | -41/+45 |
| | | | | [ci skip] | ||||
* | Incorporate permission checks into new CI statuses | Grzegorz Bizon | 2016-12-12 | 11 | -49/+60 |
| | | | | [ci skip] | ||||
* | Refactor ci status factories to DRY code a little | Grzegorz Bizon | 2016-12-12 | 5 | -29/+28 |
| | |||||
* | Remove ci_status_with_icon helper and replace it with partial [ci skip] | Kamil Trzcinski | 2016-12-12 | 8 | -34/+17 |
| | |||||
* | Check permission of details | Kamil Trzcinski | 2016-12-12 | 4 | -7/+7 |
| | |||||
* | Introduce `cancelable` and `returnable` [ci skip] | Kamil Trzcinski | 2016-12-12 | 5 | -35/+64 |
| | |||||
* | Improve actions | Kamil Trzcinski | 2016-12-12 | 5 | -18/+110 |
| | |||||
* | Added Ci::Status::Build | Kamil Trzcinski | 2016-12-12 | 5 | -3/+84 |
| | |||||
* | Merge branch '25510-fix-notifications-dropdown-alignment' into 'master' | Fatih Acet | 2016-12-12 | 5 | -5/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix alignment for notification settings ajax response ## What does this MR do? Fixes a issue where an AJAX call to change your global notification settings will return an html partial which has the incorrect dropdown alignment class, in some cases causing the dropdown menu to become obscured on the left side of the screen. ## Are there points in the code the reviewer needs to double check? ## Screenshots (if relevant) See issue #25510 for a screenshot of the problem and steps to reproduce. ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~ - [ ] ~~API support added~~ - Tests - [ ] ~~Added for this feature/bug~~ - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #25510 See merge request !8024 | ||||
| * | remove left_align setting from notification setting dropdown in favor of a ↵25510-fix-notifications-dropdown-alignment | Mike Greiling | 2016-12-10 | 6 | -10/+12 |
| | | | | | | | | pure css solution | ||||
| * | fix alignment for notification settings ajax response | Mike Greiling | 2016-12-09 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'features/api-snippets' into 'master' | Sean McGivern | 2016-12-12 | 11 | -26/+594 |
|\ \ | | | | | | | | | | | | | | | | | | | Adding support for personal snippet endpoint on the API Closes #22042 See merge request !6373 | ||||
| * | | API: Endpoint to expose personal snippets as /snippets | Guyzmo | 2016-12-01 | 11 | -26/+594 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net> | ||||
* | | | Merge branch 'patch-8' into 'master' | Sean McGivern | 2016-12-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix typo See merge request !8029 | ||||
| * | | | Fix typo | Ismail S | 2016-12-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'patch-8' into 'master' | Robert Schilling | 2016-12-11 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in curl example request See the general Documentation guidelines http://docs.gitlab.com/ce/development/doc_styleguide.html ## What does this MR do? Fix a typo in a curl example Closes #23834 ## Moving docs to a new location? See the guidelines: http://docs.gitlab.com/ce/development/doc_styleguide.html#changing-document-location - [ x] Make sure the old link is not removed and has its contents replaced with a link to the new location. - [ x] Make sure internal links pointing to the document in question are not broken. - [ x] Search and replace any links referring to old docs in GitLab Rails app, specifically under the `app/views/` directory. - [ x] If working on CE, submit an MR to EE with the changes as well. See merge request !8030 | ||||
| * | | | Fix typo in curl example request | Georg Hartmann | 2016-12-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'docs/change-docs-title' into 'master' | Achilleas Pipinellis | 2016-12-11 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | Change docs title to represent the edition See merge request !8026 | ||||
| * | | Change docs title to represent the edition | Achilleas Pipinellis | 2016-12-11 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch '25324-change-housekeeping-btn-to-default' into 'master' | Alfredo Sumaran | 2016-12-09 | 2 | -1/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use default btn styling for Housekeeping button on projects settings page Changes the Housekeeping button styling on the project settings page from ```btn-save``` to ```btn-default``` **BEFORE:**  **AFTER:**  Closes #25324 cc: @awhildy See merge request !7959 |