summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* ensure users are signed out properly in user_uses_slash_commands_spec.rbLukas Eipert2018-05-031-0/+2
* Merge branch '5480-sidebar-subscription-event-handling' into 'master'Phil Hughes2018-05-033-2/+34
|\
| * Emit `toggleSidebar` event on component when icon is clickedKushal Pandya2018-05-031-0/+14
| * Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya2018-05-031-2/+1
| * Emit `toggleSubscription`, `toggleSidebar` events on componentKushal Pandya2018-05-031-0/+19
* | [Rails5] Fix params passed to MergeWorkerblackst0ne2018-05-031-1/+1
* | Improve Web IDE Commit PanelAndré Luís2018-05-034-32/+59
* | Add pass through to stripHtml for undefined and null inputsOlivier Gonzalez2018-05-031-0/+8
|/
* Load branches on new merge request page asynchronouslyWinnie Hellmann2018-05-023-52/+14
* Merge branch 'revert-75f6e91f' into 'master'Phil Hughes2018-05-022-9/+2
|\
| * Revert "Merge branch '5480-sidebar-subscription-event-handling' into 'master'"Rémy Coutable2018-05-022-9/+2
* | Merge branch '45761-replace-actionview-time_ago_in_words' into 'master'Rémy Coutable2018-05-021-1/+1
|\ \
| * | Replace time_ago_in_words with JS-based oneTakuya Noguchi2018-04-271-1/+1
* | | Merge branch 'jprovazn-generic-error' into 'master'Nick Thomas2018-05-021-2/+2
|\ \ \
| * | | Save and expose only generic merge errorJan Provaznik2018-05-021-2/+2
* | | | Merge branch '45970-broken-master-in-spec-features-issues-user_uses_slash_com...Douwe Maan2018-05-021-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make sure the user is logged out before they're logged in againRémy Coutable2018-05-021-1/+3
* | | | Merge branch 'refactor/move-mr-widget-wip-vue-component' into 'master'Mike Greiling2018-05-021-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Move WorkInProgress vue componentGeorge Tsiolis2018-04-161-4/+4
* | | | Consume `toggleSubscription` event directly from Subscriptions componentKushal Pandya2018-05-021-2/+1
* | | | Emit `toggleSubscription` event on component instead of eventHubKushal Pandya2018-05-021-0/+8
* | | | Replace the `project/source/markdown_render.feature` spinach test with an rsp...blackst0ne2018-05-022-188/+332
* | | | [Rails5] Fix spec/services/applications/create_service_spec.rbblackst0ne2018-05-021-5/+9
* | | | Merge branch 'blackst0ne-rails5-fix-notification-setting-spec' into 'master'Rémy Coutable2018-05-021-1/+6
|\ \ \ \
| * | | | [Rails5] Fix spec/models/notification_setting_spec.rbblackst0ne2018-05-011-1/+6
* | | | | Display and revoke active sessionsAlexis Reigel ( 🌴 may 2nd - may 9th 🌴 )2018-05-024-1/+375
* | | | | Merge branch 'blackst0ne-rails5-fix-requests-specs' into 'master'Rémy Coutable2018-05-023-7/+7
|\ \ \ \ \
| * | | | | [Rails5] Fix `undefined method 'downcase'` errors in requests specsblackst0ne2018-04-293-7/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'make-job-lfs-artifacts-read-only' into 'master'Douwe Maan2018-05-024-18/+12
|\ \ \ \ \
| * | | | | Fix file_store for artifacts and lfs when savingKamil Trzciński2018-05-014-18/+12
* | | | | | Merge branch 'jr-33320-lfs-settings-interface' into 'master'Douwe Maan2018-05-021-6/+12
|\ \ \ \ \ \
| * | | | | | Enable LFS setting UI for Masters and OwnersJames Ramsay2018-05-011-6/+12
* | | | | | | Merge branch 'backstage/gb/migrate-pipeline-stages-index' into 'master'Kamil Trzciński2018-05-029-4/+112
|\ \ \ \ \ \ \
| * | | | | | | Use stages position column to track stage indexGrzegorz Bizon2018-05-017-13/+13
| * | | | | | | Merge branch 'master' into backstage/gb/migrate-pipeline-stages-indexGrzegorz Bizon2018-05-0157-484/+1038
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into 'backstage/gb/migrate-pipeline-stages-index'Grzegorz Bizon2018-04-2576-280/+1384
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Rename stage index column name to priority columnGrzegorz Bizon2018-04-247-13/+13
| * | | | | | | | | Use database query to calculate average stage positionGrzegorz Bizon2018-04-241-5/+19
| * | | | | | | | | Remove empty line from stages index migration specsGrzegorz Bizon2018-04-241-1/+0
| * | | | | | | | | Add background migration that migrates stages indicesGrzegorz Bizon2018-04-241-0/+36
| * | | | | | | | | Schedule pipeline stages index background migrationGrzegorz Bizon2018-04-241-0/+35
| * | | | | | | | | Reorder before block contents in stage entity specsGrzegorz Bizon2018-04-241-1/+2
| * | | | | | | | | Ensure that an imported pipeline stage can be updatedGrzegorz Bizon2018-04-241-1/+18
| * | | | | | | | | Add stage index to safe import/export attributesGrzegorz Bizon2018-04-241-0/+1
| * | | | | | | | | Fix specs creating a pipeline stage with implicit indexGrzegorz Bizon2018-04-243-2/+5
| * | | | | | | | | Validate presence of a stage index in the modelGrzegorz Bizon2018-04-242-1/+3
* | | | | | | | | | Fix memory and performance issues in Karma test suiteMike Greiling2018-05-011-11/+1
* | | | | | | | | | Merge branch 'dm-commit-trailer-without-gravatar' into 'master'Robert Speicher2018-05-014-151/+169
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix commit trailer rendering when Gravatar is disabledDouwe Maan2018-04-254-151/+169
* | | | | | | | | | | Merge branch 'osw-use-cached-highlighted-content-for-discussions' into 'master'Douwe Maan2018-05-011-5/+28
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |