Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2017-05-10Moved endpoint to be passed to loadFile and simplified $.ready syntaxload-balsamiq-viewer-asyncLuke "Jared" Bennett
2017-05-09Removed empty balsamiq specLuke "Jared" Bennett
2017-05-09Return if no viewer element on readyLuke "Jared" Bennett
2017-05-09Remove fdescribe from balsamiq_viewer_spec.jsLuke "Jared" Bennett
2017-05-09Remove dataset dependency from constructorLuke "Jared" Bennett
2017-05-08Load balsamiq viewer asyncLuke "Jared" Bennett
2017-05-08Add confirm delete protected branch modalSam Rose
2017-05-08Merge branch 'fix/support-gitaly-commit-diff-flags' into 'master' Robert Speicher
Add support for commit diff ignore_whitespace_change and paths flags Closes gitaly#198 See merge request !11028
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-08Merge branch 'another-attempt-at-access_control_ce_spec-transient-failure' ↵Stan Hu
into 'master' Another attempt at access_control_ce_spec Closes #31827 See merge request !11123
2017-05-08Remove stubbing from Gitlab::GitalyClient::Commit specsAhmad Sherif
Closes gitaly#198
2017-05-08Re-enable Gitaly commit_raw_diff featureAhmad Sherif
2017-05-08Merge branch 'correctly-stub-application-settings-in_signup_spec' into 'master' Stan Hu
Correctly stub application settings in signup_spec.rb See merge request !11151
2017-05-07Fix test|Z.J. van de Weg
2017-05-07Correctly stub application settings in signup_spec.rbLuke "Jared" Bennett
2017-05-07Make test that actually displays pipeline graphKamil Trzcinski
2017-05-06Merge branch 'master' into 25226-realtime-pipelines-feFilipa Lacerda
* 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 ...
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński
'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
2017-05-06Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński
into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
2017-05-06Single commit squash of all changes for ↵Kamil Trzcinski
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
2017-05-06Merge branch 'attemp-to-fix-issue_sidebar_spec-again' into 'master' Stan Hu
Trigger click instead of actual click to make sure the right button is always hit Closes #30504 See merge request !11127
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-06Merge branch ↵Sean McGivern
'29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
2017-05-06Merge branch 'fix/admin-integrations' into 'master' Sean McGivern
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
2017-05-06Fix Karma failures for jQuery deferredsKushal Pandya
2017-05-06Reduce risk of deadlocksMichael Kozono
We’ve seen a deadlock in CI here https://gitlab.com/mkozono/gitlab-ce/builds/15644492#down-build-trace. This commit should not fix that particular failure, but perhaps it will avoid others. * Don’t call delete_conflicting_redirects after update if the path wasn’t changed * Rename descendants without using recursion again, so we can run delete_conflicting_redirects exactly once.
2017-05-06Merge branch 'add-sidebar-specs' into 'master' Jacob Schatz
Add sidebar specs See merge request !11132
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Fix failing spec and eslintClement Ho
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Dry up routable lookups. Fixes #30317Michael Kozono
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
2017-05-05Add “project moved” flash message on redirectMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Fix Rubocop failuresMichael Kozono
2017-05-05Fix or workaround spec failureMichael Kozono
Not sure why this fixes this error: ``` ActiveRecord::RecordNotUnique:  PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_routes_on_source_type_and_source_id"  DETAIL: Key (source_type, source_id)=(Project, 1) already exists.  : INSERT INTO "routes" ("source_type", "path", "name", "source_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" ```
2017-05-05Delete conflicting redirectsMichael Kozono
2017-05-05Create redirect routes on path changeMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Add happy path feature tests for redirect behaviorMichael Kozono
2017-05-05Merge branch '24883-build-failure-summary-page' into 'master' Phil Hughes
Build failures summary page for pipelines Closes #24883 See merge request !10719
2017-05-05Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes
Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
2017-05-05Merge branch 'balsalmiq-support' into 'master' Phil Hughes
Initial balsamiq support See merge request !10564
2017-05-05Add sidebar specsClement Ho
2017-05-05Fallback localstorage casesLuke "Jared" Bennett
2017-05-05Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes
Add sentry JS See merge request !6764
2017-05-05Address static analyzer warningValery Sizov
2017-05-05Do not reprocess actions when user retries pipelineGrzegorz Bizon
User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.