Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make manual actions blocking | Kamil Trzcinski | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix/mwbs-to-mwps' into 'master' | Douwe Maan | 2017-03-01 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Rename MWBS to MWPS Closes #24707 See merge request !9335 | ||||
| * | Update occurrences of MWBS to MWPSfix/mwbs-to-mwps | James Lopez | 2017-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec | ||||
* | | Enable and autocorrect the CustomErrorClass cop | Sean McGivern | 2017-03-01 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'add-additional-checks-to-ca-data' into 'master' | Jacob Schatz | 2017-02-18 | 1 | -0/+1 |
|\ | | | | | | | | | Small improvements for Cycle Analytics See merge request !9153 | ||||
| * | Restore exposure of legend property for events | Alfredo Sumaran | 2017-02-10 | 1 | -0/+1 |
| | | |||||
| * | Revert "Merge branch 'add-additional-checks-to-ca-data' into 'master' " | Alfredo Sumaran | 2017-02-10 | 1 | -1/+0 |
| | | | | | | | | | | This reverts commit b7c5ca499d9c26494736d92505116bbb294c63d6, reversing changes made to 9745c98bb77a1a1ddd964f58cc4d058a665eb9ee. | ||||
| * | Restore exposure of legend property for events | Alfredo Sumaran | 2017-02-10 | 1 | -0/+1 |
| | | |||||
* | | Fix pagination headers in grouped environments API | Grzegorz Bizon | 2017-02-10 | 1 | -9/+14 |
|/ | |||||
* | Merge branch 'feature/gb/paginated-environments-api' into 'master' | Rémy Coutable | 2017-02-08 | 2 | -28/+59 |
|\ | | | | | | | | | Expose paginated environments list API endpoint See merge request !8928 | ||||
| * | Use `#present?` instead of `defined?` in serializers | Grzegorz Bizon | 2017-02-07 | 2 | -2/+2 |
| | | |||||
| * | Simplify implementation of environments serializer | Grzegorz Bizon | 2017-02-07 | 1 | -5/+4 |
| | | |||||
| * | Add specs for standalone pagination for serializers | Grzegorz Bizon | 2017-02-06 | 1 | -3/+4 |
| | | |||||
| * | Move serializers pagination class to separate module | Grzegorz Bizon | 2017-02-06 | 3 | -25/+2 |
| | | | | | | | | | | This helps to avoid conflicts with `Paginator` class that seems to be used by some bundled libs. | ||||
| * | Extend environments folders and pagination API specs | Grzegorz Bizon | 2017-02-03 | 1 | -1/+1 |
| | | |||||
| * | Order environments twice in environments serializer | Grzegorz Bizon | 2017-02-03 | 1 | -0/+1 |
| | | |||||
| * | Encapsulate reused pagination component in a class | Grzegorz Bizon | 2017-02-02 | 3 | -28/+42 |
| | | |||||
| * | Use serializer to group environments into folders | Grzegorz Bizon | 2017-02-02 | 1 | -0/+39 |
| | | |||||
* | | Fix stoppable? | Kamil Trzcinski | 2017-02-07 | 1 | -1/+1 |
| | | |||||
* | | Update changes | Kamil Trzcinski | 2017-02-06 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 24147-delete-env-button | Kamil Trzcinski | 2017-02-06 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Add controller test for merge requests pipelines API | Grzegorz Bizon | 2017-01-27 | 1 | -1/+2 |
| | | |||||
| * | Return serializable hash from a represented serializer | Grzegorz Bizon | 2017-01-27 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 24147-delete-env-button | Kamil Trzcinski | 2017-01-24 | 31 | -16/+473 |
|\ \ | |/ | |||||
| * | Do not generate pipeline ref path if ref not present | Grzegorz Bizon | 2017-01-20 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'fix/refactor-cycle-analytics-stages' into 'master' | Douwe Maan | 2017-01-18 | 4 | -0/+23 |
| |\ | | | | | | | | | | | | | Refactor cycle analytics stages (1st iteration) See merge request !7647 | ||||
| | * | refactor cycle analytics - updated based on MR feedback | James Lopez | 2017-01-17 | 1 | -3/+1 |
| | | | |||||
| | * | added new summary serializers and refactor all of the summary stuff into ↵ | James Lopez | 2017-01-17 | 2 | -0/+10 |
| | | | | | | | | | | | | separate logical classes | ||||
| | * | fixed stage entity and added missing stage specs | James Lopez | 2017-01-17 | 1 | -2/+2 |
| | | | |||||
| | * | added analytics stage serializer and moved some info to the stage classes ↵ | James Lopez | 2017-01-17 | 2 | -0/+15 |
| | | | | | | | | | | | | from the controller | ||||
| * | | Merge branch 'backport-time-tracking-ce' into 'master' | Douwe Maan | 2017-01-18 | 1 | -0/+4 |
| |\ \ | | |/ | |/| | | | | | | | Backport timetracking to CE See merge request !8195 | ||||
| | * | Backport backend work for time tracking. | Ruben Davila | 2017-01-15 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' | Alfredo Sumaran | 2017-01-16 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387 | ||||
| | * | Retain original casing for build name in manual pipeline dropdown25946-manual-pipeline-dropdown-casing | Sam Rose | 2017-01-16 | 1 | -1/+1 |
| | | | |||||
| * | | Update commit entity to point to valid commit page | Grzegorz Bizon | 2017-01-13 | 1 | -4/+4 |
| |/ | |||||
| * | Include pipeline-related resources if using relation | Grzegorz Bizon | 2017-01-05 | 1 | -3/+1 |
| | | |||||
| * | Include resources to speed up pipelines serializer | Grzegorz Bizon | 2017-01-05 | 1 | -0/+2 |
| | | |||||
| * | Add specs for pipeline serializer with pagination | Grzegorz Bizon | 2016-12-28 | 1 | -2/+5 |
| | | |||||
| * | Fix Rubocop offenses in serializer entities | Grzegorz Bizon | 2016-12-27 | 1 | -1/+2 |
| | | |||||
| * | Expose stage dropdown path and title in stage entity | Grzegorz Bizon | 2016-12-27 | 1 | -5/+23 |
| | | |||||
| * | Add missing specs for CI pipeline stage entity | Grzegorz Bizon | 2016-12-21 | 1 | -0/+1 |
| | | | | | | | | [ci skip] | ||||
| * | Add missing specs for request aware entity module | Grzegorz Bizon | 2016-12-21 | 1 | -6/+3 |
| | | | | | | | | [ci skip] | ||||
| * | Rename some pipeline and build related entities | Grzegorz Bizon | 2016-12-21 | 4 | -6/+6 |
| | | | | | | | | [ci skip] | ||||
| * | Add missing specs for new pipeline related entities | Grzegorz Bizon | 2016-12-21 | 3 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
| * | Add specs for pipeline entity and improve factory | Grzegorz Bizon | 2016-12-21 | 2 | -26/+38 |
| | | | | | | | | [ci skip] | ||||
| * | Merge branch 'master' into auto-pipelines-vue | Grzegorz Bizon | 2016-12-21 | 1 | -0/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (367 commits) Set “Remove branch” button to default size remove unused helper method reduce common code even further to satisfy rake flay remove button class size alteration from revert and cherry pick links factor out common code to satisfy rake flay homogenize revert and cherry-pick button styles generated by commits_helper apply margin on alert banners only when there is one or more alerts Rename MattermostNotificationService back to MattermostService Rename SlackNotificationService back to SlackService Fix stage and pipeline specs and rubocop offenses Added QueryRecorder to test N+1 fix on Milestone#show Use gitlab-workhorse 1.2.1 Make 'unmarked as WIP' message more consistent Improve specs for Files API Allow unauthenticated access to Repositories Files API GET endpoints Add isolated view spec for pipeline stage partial Move test for HTML stage endpoint to controller specs Fix sizing of avatar circles; add border Fix broken test Fix broken test Changes after review ... Conflicts: app/assets/stylesheets/pages/pipelines.scss app/controllers/projects/pipelines_controller.rb app/views/projects/pipelines/index.html.haml spec/features/projects/pipelines/pipelines_spec.rb | ||||
| | * | Add terminal UI and controller actions | Fatih Acet | 2016-12-19 | 2 | -5/+9 |
| | | | |||||
| | * | Add terminals to the Kubernetes deployment service | Nick Thomas | 2016-12-19 | 1 | -0/+8 |
| | | | |||||
| * | | Improve performance of Pipelines API | Kamil Trzcinski | 2016-12-15 | 1 | -3/+1 |
| | | | |||||
| * | | Fix detailed status for pipeline stage entity | Grzegorz Bizon | 2016-12-15 | 1 | -1/+5 |
| | | |