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
2018-05-04Fix Ci::Runner#contacted_at is sometimes a string which breaks runner admin pagefix-broken-admin-runner-pageDylan Griffith
2018-05-03Merge branch 'ide-tree-changes-count' into 'master'Filipa Lacerda
Added changes count to web IDE folder See merge request gitlab-org/gitlab-ce!18452
2018-05-03ensure users are signed out properly in user_uses_slash_commands_spec.rbLukas Eipert
See https://gitlab.com/gitlab-org/gitlab-ce/issues/45970
2018-05-03Merge branch '5480-sidebar-subscription-event-handling' into 'master'Phil Hughes
Platform: Use component to emit event on Subscription toggle component instead of eventHub See merge request gitlab-org/gitlab-ce!18703
2018-05-03Emit `toggleSidebar` event on component when icon is clickedKushal Pandya
2018-05-03Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya
2018-05-03Emit `toggleSubscription`, `toggleSidebar` events on componentKushal Pandya
2018-05-03[Rails5] Fix params passed to MergeWorkerblackst0ne
2018-05-03Improve Web IDE Commit PanelAndré Luís
2018-05-03Add pass through to stripHtml for undefined and null inputsOlivier Gonzalez
2018-05-03Load branches on new merge request page asynchronouslyWinnie Hellmann
2018-05-02Merge branch 'revert-75f6e91f' into 'master'Phil Hughes
Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'" Closes #45979 See merge request gitlab-org/gitlab-ce!18692
2018-05-02Merge branch '45761-replace-actionview-time_ago_in_words' into 'master'Rémy Coutable
Deprecation of ActionView's time_ago_in_words Closes #45761 See merge request gitlab-org/gitlab-ce!18607
2018-05-02Merge branch 'jprovazn-generic-error' into 'master'Nick Thomas
Save and expose only generic merge error See merge request gitlab-org/gitlab-ce!18646
2018-05-02Merge branch ↵Douwe Maan
'45970-broken-master-in-spec-features-issues-user_uses_slash_commands_spec-rb' into 'master' Resolve "Broken master in spec/features/issues/user_uses_slash_commands_spec.rb" Closes #45970 See merge request gitlab-org/gitlab-ce!18687
2018-05-02Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'"Rémy Coutable
This reverts merge request !18682
2018-05-02Merge branch 'refactor/move-mr-widget-wip-vue-component' into 'master'Mike Greiling
Move WorkInProgress vue component See merge request gitlab-org/gitlab-ce!17536
2018-05-02Make sure the user is logged out before they're logged in againRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-05-02Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya
2018-05-02Emit `toggleSubscription` event on component instead of eventHubKushal Pandya
2018-05-02Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne
rspec analog
2018-05-02[Rails5] Fix spec/services/applications/create_service_spec.rbblackst0ne
2018-05-02Merge branch 'blackst0ne-rails5-fix-notification-setting-spec' into 'master'Rémy Coutable
[Rails5] Fix spec/models/notification_setting_spec.rb See merge request gitlab-org/gitlab-ce!18664
2018-05-02Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )
2018-05-02Merge branch 'blackst0ne-rails5-fix-requests-specs' into 'master'Rémy Coutable
[Rails5] Fix `undefined method 'downcase'` errors in requests specs See merge request gitlab-org/gitlab-ce!18645
2018-05-02Merge branch 'make-job-lfs-artifacts-read-only' into 'master'Douwe Maan
Fix file_store for artifacts and lfs when saving See merge request gitlab-org/gitlab-ce!18624
2018-05-02Merge branch 'jr-33320-lfs-settings-interface' into 'master'Douwe Maan
Enable LFS setting UI for Masters and Owners Closes #33320 See merge request gitlab-org/gitlab-ce!18562
2018-05-02Merge branch 'backstage/gb/migrate-pipeline-stages-index' into 'master'Kamil Trzciński
Migrate pipeline stages indices Closes #43009 See merge request gitlab-org/gitlab-ce!18420
2018-05-02Save and expose only generic merge errorJan Provaznik
When an error occurs during merge, the error message is exposed to user and it is also saved in DB. This error message may be user unfriendly (as in !41820) and it could also expose a detailed backend information. Instead of displaying the specific error message, only sanitized generic message is displayed. This is potentially controversial change because disadvantage is that user doesn't get specific reason of failure. Additional changes: * repository.merge including exceptions is is extracted into a separate method to make things clearer * update! is used instead of update so we don't silently ignore an error Related to !41857
2018-05-01Fix file_store for artifacts and lfs when savingKamil Trzciński
2018-05-01Fix memory and performance issues in Karma test suiteMike Greiling
2018-05-01Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher
Fix commit trailer rendering when Gravatar is disabled Closes #45633 See merge request gitlab-org/gitlab-ce!18586
2018-05-01Merge branch 'osw-use-cached-highlighted-content-for-discussions' into 'master'Douwe Maan
Use persisted diff data instead fetching Git on discussions Closes #44052 See merge request gitlab-org/gitlab-ce!18657
2018-05-01Enable LFS setting UI for Masters and OwnersJames Ramsay
LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
2018-05-01Merge branch 'helm-add-alpine-mirrors' into 'master'Kamil Trzciński
Add alpine mirrors while operating on k8s cluster Closes gitlab-ee#4922 See merge request gitlab-org/gitlab-ce!18651
2018-05-01Merge request and commit discussions APIJan Provaznik
2018-05-01Use stages position column to track stage indexGrzegorz Bizon
2018-05-01Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon
* master: (106 commits)
2018-05-01fixed file specPhil Hughes
2018-05-01Merge branch 'jej/exclude-group-saml-buttons' into 'master'Douwe Maan
[CE] Exclude LDAP from OmniauthCallbackController base methods See merge request gitlab-org/gitlab-ce!18619
2018-05-01show only groups an admin is a member of in dashboards/gropsRoger Rüttimann
2018-05-01use getters to correctly get the counts for both unstaged & staged changesPhil Hughes
2018-05-01[Rails5] Fix spec/models/notification_setting_spec.rbblackst0ne
In Rails 5 assigning a value which is not explicitly `true` or `false` to a boolean column transforms it to `true`. In Rails 4 it transforms the value to `false` with the deprecation warning: ``` DEPRECATION WARNING: You attempted to assign a value which is not explicitly `true` or `false` ("nil") to a boolean column. Currently this value casts to `false`. This will change to match Ruby's semantics, and will cast to `true` in Rails 5. If you would like to maintain the current behavior, you should explicitly handle the values you would like cast to `false`. ``` This commit fixes the spec that expects to receive Rails 4 behavior.
2018-05-01Fix spec/features/projects/issues/user_toggles_subscription_spec.rbblackst0ne
2018-05-01Use persisted diff data instead fetching Git on discussionsOswaldo Ferreira
Today, when fetching diffs of a note, we always go to Gitaly in order to diff between commits and return the diff of each discussion note. With this change we avoid doing that for notes on the "current version" of the MR.
2018-04-30Merge branch '10-7-security_issue_42029' into 'security-10-7'Phil Hughes
Sanitize user name to avoid XSS attacks See merge request gitlab/gitlabhq!2373
2018-04-30Merge branch 'security-45689-fix-archive-cache-bug' into 'security-10-7'Douwe Maan
Serve archive requests with the correct file in all cases (10.7) See merge request gitlab/gitlabhq!2376
2018-04-30Exclude LDAP from OmniauthCallbackController base methodsJames Edwards-Jones
2018-04-30Merge branch 'bvl-fix-openid-redirect' into 'master'Douwe Maan
Skip `authenticate_user!` for Doorkeeper controllers Closes #44639 See merge request gitlab-org/gitlab-ce!18599
2018-04-30Add alpine mirrors while operating on k8s clusterAlessio Caiazza