summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-102-2/+2
|
* Merge branch 'sh-fix-openid-spec-failure' into 'master' bj-blank-state-issues-list-bugRobert Speicher2017-05-091-1/+1
|\ | | | | | | | | | | | | Fix OpenID spec failure that assumed current_sign_in_at would be set Closes #32041 See merge request !11219
| * Fix OpenID spec failure that assumed current_sign_in_at would be setStan Hu2017-05-091-1/+1
| | | | | | | | | | | | | | | | Due to 6a915d6f, the `current_sign_in_at` may not actually be set due to an ExclusiveLease in other jobs. To fix this spec, manually set the value in the setup. Closes #32041
* | Merge branch 'remove-needless-bind-polyfills' into 'master' Filipa Lacerda2017-05-091-4/+2
|\ \ | |/ |/| | | | | Remove needless bind and indexOf polyfills See merge request !11187
| * remove bind polyfill from mock_u2f_device.jsMike Greiling2017-05-081-4/+2
| |
* | Merge branch 'deltas-only' into 'master' Sean McGivern2017-05-091-1/+1
|\ \ | | | | | | | | | | | | Don't use DiffCollection for deltas See merge request !11201
| * | Don't use DiffCollection for deltasJacob Vosmaer2017-05-091-1/+1
| |/
* | Merge branch '26944-prometheus-memory-sparkline' into 'master' Fatih Acet2017-05-094-0/+400
|\ \ | | | | | | | | | | | | | | | | | | Add Prometheus memory sparkline to MR widget Closes #26944 See merge request !11209
| * | Add Prometheus memory sparkline to MR widgetkushalpandya2017-05-094-0/+400
| | |
* | | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-0920-26/+138
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Preloads head pipeline for each merge request Closes #27168 See merge request !10064
| * | | Small code improvements and add migration specFelipe Artur2017-05-085-14/+69
| | | |
| * | | Fix specs 2Felipe Artur2017-05-089-16/+24
| | | |
| * | | Fix SpecsFelipe Artur2017-05-0816-23/+59
| | | |
| * | | Add merge requests association to pipelineFelipe Artur2017-05-081-1/+1
| | | |
| * | | Preloads head pipeline for each merge requestFelipe Artur2017-05-082-0/+13
| | | |
* | | | Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan2017-05-092-2/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit User's trackable attributes to update at most once/hour Closes #22068 See merge request !11053
| * | | | Devise can assign trackable fields, but only allow writes once/hourtc-cache-trackable-attributesToon Claes2017-05-082-3/+13
| | | | | | | | | | | | | | | | | | | | Not assigning the trackable fields seems to cause strange side-effects.
| * | | | Limit `update_tracked_fields` to write to database once/hourToon Claes2017-05-081-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Every time a user logs in or out, the Trackable attributes are written to the database. This is causing a lot of load on the database, for data that isn't really critical. So to avoid the database being hammered, add a Gitlab::ExclusiveLease before writing trackable attributes to the database. This lease expires after an hour, so only when the attributes were written more than an hour ago, they can be written again. Otherwise they are ignored.
* | | | | Robustify environment policy specs to pass on EEfix/gb/make-environment-policy-specs-to-pass-on-eeGrzegorz Bizon2017-05-091-1/+1
| | | | |
* | | | | Merge branch 'fix/gb/fix-skipped-manual-actions' into 'master' Kamil Trzciński2017-05-091-0/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix skipped manual actions issue in pipeline processing Closes #30212 See merge request !11164
| * | | | | Fix skipped manual actions issue in pipeline processingfix/gb/fix-skipped-manual-actionsGrzegorz Bizon2017-05-081-0/+22
| | |_|_|/ | |/| | |
* | | | | Merge branch 'up-arrow-focus-discussion-comment' into 'master' Filipa Lacerda2017-05-092-0/+77
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed UP arrow key not editing last comment in discussion Closes #31348 See merge request !11173
| * | | | Fixed focused test in notes specup-arrow-focus-discussion-commentPhil Hughes2017-05-081-1/+1
| | | | |
| * | | | Fixed UP arrow key not editing last comment in discussionPhil Hughes2017-05-082-0/+77
| |/ / / | | | | | | | | | | | | Closes #31348
* | | | Merge branch 'mrchrisw-fix-slack-notify' into 'master' Sean McGivern2017-05-091-1/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix notify_only_default_branch check for Slack service See merge request !11154
| * | | | Fix notify_only_default_branch check for Slack servicemrchrisw-fix-slack-notifyChris Wilson2017-05-081-1/+13
| | |/ / | |/| | | | | | | | | | | | | | | | | | The notify_only_default_branch property is using boolean_accessor this means we need to check it using a question methods. Also add specs for disabling this option.
* | | | Merge request widget redesignFatih Acet2017-05-0973-707/+3882
| | | |
* | | | Merge branch ↵Filipa Lacerda2017-05-089-26/+26
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28794-standardize-jasmine-test-describe-block-names-that-test-specific-methods' into 'master' Resolve "Standardize jasmine test describe block names that test specific methods" Closes #28794 See merge request !11137
| * | | Standardize jasmine test describe block names that test specific methodsClement Ho2017-05-059-26/+26
| | | |
* | | | Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' ↵31977-ensure-all-webpack-bundles-which-include-vue-are-children-of-common_vue-jsDmitriy Zaporozhets2017-05-087-11/+72
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Use regex to skip unnecessary reference processing in ProcessCommitWorker Closes #28359 See merge request !10867
| * | | | Cycle analytics specs needed Commit to reference issue28359-skip-process-commit-worker-unless-issues-referencedJames Edwards-Jones2017-05-044-10/+5
| | | | | | | | | | | | | | | The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
| * | | | Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones2017-05-043-1/+67
| | | | |
* | | | | Merge branch 'fix-notes_on_personal_snippets_spec-timeago-assertion-ce' into ↵Sean McGivern2017-05-081-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix notes_on_personal_snippets_spec Closes #31938 See merge request !11160
| * | | | | Just assert the existence of the timeago elementLuke "Jared" Bennett2017-05-081-4/+3
| | | | | |
| * | | | | Check for all possible timeago strings that can be rendered in a few ↵fix-notes_on_personal_snippets_spec-timeago-assertion-ceLuke "Jared" Bennett2017-05-081-1/+4
| | |_|_|/ | |/| | | | | | | | | | | | | minutes. We cannot rely on 'less than a minute ago'
* | | | | Merge branch 'winh-fix-ture-urls' into 'master' Phil Hughes2017-05-081-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Use absolute URLs for fixtures See merge request !11133
| * | | | Use absolute URLs for fixtures (!11133)winh-fix-ture-urlswinh2017-05-061-2/+2
| | |/ / | |/| |
* | | | Add confirm delete protected branch modalSam Rose2017-05-088-77/+204
| |_|/ |/| |
* | | Merge branch 'fix/support-gitaly-commit-diff-flags' into 'master' Robert Speicher2017-05-072-36/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for commit diff ignore_whitespace_change and paths flags Closes gitaly#198 See merge request !11028
| * | | Remove stubbing from Gitlab::GitalyClient::Commit specsAhmad Sherif2017-05-071-8/+3
| | | | | | | | | | | | | | | | Closes gitaly#198
| * | | Re-enable Gitaly commit_raw_diff featureAhmad Sherif2017-05-071-28/+27
| | | |
* | | | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-0721-273/+840
| | | |
* | | | Merge branch 'another-attempt-at-access_control_ce_spec-transient-failure' ↵Stan Hu2017-05-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Another attempt at access_control_ce_spec Closes #31827 See merge request !11123
| * | | | Another attempt at access_control_ce_specanother-attempt-at-access_control_ce_spec-transient-failureLuke "Jared" Bennett2017-05-051-1/+1
| | | | |
* | | | | Merge branch 'correctly-stub-application-settings-in_signup_spec' into 'master' Stan Hu2017-05-071-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Correctly stub application settings in signup_spec.rb See merge request !11151
| * | | | | Correctly stub application settings in signup_spec.rbcorrectly-stub-application-settings-in_signup_specLuke "Jared" Bennett2017-05-071-2/+2
| | |/ / / | |/| | |
* | | | | Fix test|25226-realtime-pipelines-feZ.J. van de Weg2017-05-071-3/+1
| | | | |
* | | | | Make test that actually displays pipeline graphKamil Trzcinski2017-05-072-67/+54
| | | | |
* | | | | Merge branch 'master' into 25226-realtime-pipelines-feFilipa Lacerda2017-05-0621-116/+595
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (40 commits) Use GitLab Pages v0.4.2 Do not reprocess actions when user retries pipeline Add specs for extended status for manual actions Refine inheritance model of extended CI/CD statuses Introduce generic manual action extended status class Check ability to update build on the API resource Require build to be present in the controller Authorize build update on per object basis Use update build policy instead of new play policy Improve environment policy class Rephrase documentation for protected actions feature Improve code style related to protected actions Add changelog entry for external env URL btn fix Hide environment external URL button if not defined Fix builds controller spec related to protected actions Fix environment policy class name in specs Add Changelog entry for protected manual actions Document protected manual actions feature Improve specs for jobs API regarding manual actions Fix Rubocop offense in environments policy class ...
| * | | | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński2017-05-0620-116/+563
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494