summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Improve disabled state selectfix-single-team-specsLuke "Jared" Bennett2017-01-131-3/+82
| | | | Add tests
* Fix Rubocop offenses in LDAP related code and specGrzegorz Bizon2017-01-101-2/+2
|
* Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' Sean McGivern2017-01-105-22/+113
|\ | | | | | | | | | | | | Restore backup correctly when "BACKUP" environment variable is passed Closes #26090 See merge request !8477
| * Restore backup correctly when "BACKUP" environment variable is passedrestore-backup-when-env-variable-is-passedAdam Niedzielski2017-01-092-17/+99
| |
| * Introduce "stub_env" test helper for safely stubbing environment variablesAdam Niedzielski2017-01-093-5/+14
| |
* | Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern2017-01-101-0/+17
|\ \ | | | | | | | | | | | | | | | | | | Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
| * | Treat environments matching `production/*` as Production24139-production-wildcard-for-cycle-analyticsToon Claes2017-01-091-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Cycle Analytics, the environment `production` is treated as a special case, and used to update the `first_deployed_to_production_at` metric. With the Review Apps changes, slash syntax is used to group related environments in the list. This is mostly used for `review/<branch>` environments, but it's possible for people to have multiple production environments, and someone might then want to group them like `production/eu`, `production/us`, or even just make it look prettier with `production/www.example.com`. In any of these cases, the first deploy to one of these `production/*` environments now is treated as a Production deploy.
* | | Merge branch 'auto-pipelines-vue' into 'master' Fatih Acet2017-01-0915-173/+988
|\ \ \ | | | | | | | | | | | | | | | | Pipelines Vue See merge request !7196
| * | | fix eslint for spec global needed in pagination spec for 'fixture'auto-pipelines-vueRegis2017-01-091-0/+1
| | | |
| * | | Merge branch 'master' into auto-pipelines-vueRegis2017-01-0975-188/+1039
| |\ \ \
| * | | | move param helper to common utilsRegis2017-01-091-0/+1
| | | | |
| * | | | namespace getParametersByName to gl.utils instead of just glRegis2017-01-091-4/+4
| | | | |
| * | | | Fix pipeline stage graph test example false positiveGrzegorz Bizon2017-01-051-6/+7
| | | | |
| * | | | Fix pipelines feature specs after invalid mergeGrzegorz Bizon2017-01-051-15/+10
| | | | |
| * | | | Merge branch 'master' into auto-pipelines-vueFilipa Lacerda2017-01-0527-112/+3878
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (35 commits) Adds back removed class in merge request pipelines table Fix dropdown icon alignment Simplify HTML of mini pipeline graph and dropdown Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups Adds CHANGELOG entry Removes unneeded `window` declaration Decreases font-size on login page Ensure internal Gitlab::Git references use the namespace Absorb gitlab_git Fix review comments. Add spec for note edit and fix one commented spec. Review fixes. Use gl.utils.isInViewport and improve gl.utils.animateToElement. Make sure elements share the same scope Hide edit warning element when form reverted. Remove unnecessary styling came from merge conflicts. Fix single note edit form specs. Separate edit form in Changes and Discussions tab. Fix warning styling for responsive design. Fix task list for single edit note widget changes. Fix notes spec. ...
| * | | | | Combine some tests in pipelines specs to speed it upGrzegorz Bizon2017-01-051-12/+20
| | | | | |
| * | | | | Merge branch 'master' into auto-pipelines-vueRegis2017-01-0419-57/+340
| |\ \ \ \ \
| * | | | | | Fix Rubocop offense in pipelines feature spec fileGrzegorz Bizon2017-01-041-2/+1
| | | | | | |
| * | | | | | Show yaml error badge in pipelines page if presentGrzegorz Bizon2017-01-041-1/+1
| | | | | | |
| * | | | | | Add test example for pipeline with yaml errorsGrzegorz Bizon2017-01-042-0/+22
| | | | | | |
| * | | | | | Remove unused mixins from pipelines feature specsGrzegorz Bizon2017-01-041-2/+0
| | | | | | |
| * | | | | | Extract anonymous user context in pipelines specsGrzegorz Bizon2017-01-041-215/+226
| | | | | | |
| * | | | | | Improve code in pipelines feature specs fileGrzegorz Bizon2017-01-041-85/+49
| | | | | | |
| * | | | | | fix pipelines/index.html.haml merge conflictRegis2017-01-0269-175/+1287
| |\ \ \ \ \ \
| * | | | | | | Add specs for pipeline serializer with paginationGrzegorz Bizon2016-12-281-4/+87
| | | | | | | |
| * | | | | | | remove data attribute test since endpoint is in Vue state for stage componentRegis2016-12-271-11/+1
| | | | | | | |
| * | | | | | | Fix Rubocop offenses in serializer entitiesGrzegorz Bizon2016-12-271-1/+1
| | | | | | | |
| * | | | | | | Add missing specs for new methods in pipeline classGrzegorz Bizon2016-12-272-0/+46
| | | | | | | |
| * | | | | | | Expose stage dropdown path and title in stage entityGrzegorz Bizon2016-12-271-0/+11
| | | | | | | |
| * | | | | | | Add tests for pagination module extracted from APIGrzegorz Bizon2016-12-271-0/+94
| | | | | | | |
| * | | | | | | Merge branch 'master' into auto-pipelines-vueRegis2016-12-241-6/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge master and fix application.rb conflictRegis2016-12-2335-125/+931
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add missing specs for CI pipeline stage entityGrzegorz Bizon2016-12-211-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add missing specs for request aware entity moduleGrzegorz Bizon2016-12-211-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add controller specs for pipeline index API endpointGrzegorz Bizon2016-12-211-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Rename some pipeline and build related entitiesGrzegorz Bizon2016-12-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add missing specs for new pipeline related entitiesGrzegorz Bizon2016-12-213-5/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Add specs for pipeline entity and improve factoryGrzegorz Bizon2016-12-212-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-21136-1016/+4728
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 paramHelper testsRegis2016-12-161-0/+22
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into auto-pipelines-vueRegis2016-12-1653-252/+1246
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | change test to reflect camelCase methodRegis2016-12-151-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Fix pipeline detailed status serializer and entitiesGrzegorz Bizon2016-12-152-12/+13
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-1574-142/+1218
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (73 commits) Remove pages/snippets css Remove unused bootstrap imports Shift emojis and icons styles into framework Introduce deployment services, starting with a KubernetesService Username exists check respects the relative root URL add node_modules to our eslintignore settings Remove white space between nav items fix transient timing failure adding timecop Improve build status specs contexts descriptions Add some missing tests for detailed status methods Fix wrong error message expectation in API::Commits spec resolve all instances of no-undef eslint rule violations Remove trailing blank line from Allowable module expand remaining non-explicit eslint-disable blocks and factor ... Introduce $CI_BUILD_REF_SLUG Finish refactoring grays Combining more grays Remove duplicate shades of gray and black Encode when migrating ProcessCommitWorker jobs Prevent overflow with vertical scroll when we have space to show ... ...
| * | | | | | | | | | | | Fix rubocop offenses in code related to pipelinesGrzegorz Bizon2016-12-151-6/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix broken rspec testsFilipa Lacerda2016-12-131-101/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | merge masterRegis2016-12-1339-193/+771
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | main scope of pagination coveredRegis2016-12-131-0/+63
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | prev next tests for paginationRegis2016-12-131-9/+23
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add more tests for paginationRegis2016-12-131-1/+29
| | | | | | | | | | | | | |