summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* Update commit icon; fix specs29128-profile-page-iconsAnnabel Dunstone Gray2017-04-031-1/+1
|
* Add a wait_for_ajax call to ensure Todos page cleans up properlysh-fix-todos-spinach-failureStan Hu2017-04-021-0/+3
| | | | Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
* Fix Spinach and Capybara dependenciesStan Hu2017-04-011-1/+3
| | | | Closes #30347
* Properly eagerly-load the Capybara server for JS feature specs onlyRémy Coutable2017-03-311-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Eager-load the Capybara server to prevent timeoutsRémy Coutable2017-03-311-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Increase Capybara's timeoutRémy Coutable2017-03-311-1/+1
| | | | | | | | Also disabled assets warming for Capybara/RSpec and remove a check to skip assets warming when ./tmp/cache/assets/test exists because assets are now served by webpack-dev-server. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'rs-spinach-reporter' into 'master' Rémy Coutable2017-03-301-0/+16
|\ | | | | | | | | Monkey patch the Spinach StdoutReporter to show scenario locations See merge request !10321
| * Monkey patch the Spinach StdoutReporter to show scenario locationsRobert Speicher2017-03-291-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: Scenario: Viewing invitation when signed out ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 After: Scenario: Viewing invitation when signed out # features/invites.feature:6 ✔ Given "John Doe" is owner of group "Owned" # features/steps/shared/group.rb:8 Now if a scenario fails we can easily rerun it with a specific line number.
* | Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz2017-03-291-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Simplify milestone summary" Closes #23674 See merge request !10096
| * | update milestone page testsMike Greiling2017-03-251-1/+1
| | |
* | | Add shortcuts and counters to MRs and issues in navbarAnnabel Dunstone Gray2017-03-291-3/+3
| |/ |/|
* | Fix link togglers jumping to topEric Eastwood2017-03-282-2/+2
| | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* | Fix up emoji tests that should have failed :/Eric Eastwood2017-03-244-5/+5
|/ | | | | | | Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230
* Merge branch 'add-blob-copy-button' into 'master' Robert Speicher2017-03-161-2/+2
|\ | | | | | | | | Add copy button to blob header and use icon for Raw button See merge request !9878
| * Fix specadd-blob-copy-buttonDouwe Maan2017-03-161-2/+2
| |
| * Fix specDouwe Maan2017-03-161-1/+1
| |
* | Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński2017-03-161-3/+3
|\ \ | | | | | | | | | | | | The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
| * | The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas2017-03-081-3/+3
| | | | | | | | | | | | multiple times
* | | Merge branch '27114-add-undo-mark-all-as-done-to-todos' into 'master' Filipa Lacerda2017-03-161-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add 'Undo mark all as done' to Todos Closes #27114 See merge request !9890
| * | | Add 'Undo mark all as done' to TodosJacopo2017-03-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
* | | | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-1/+1
| |_|/ |/| |
* | | Merge branch 'rs-capybara-screenshot-artifacts' into 'master' Kamil Trzciński2017-03-141-6/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Store capybara screenshots as build artifacts Closes #13971 See merge request !7985
| * | Don't disable capybara-screenshot in CI environmentrs-capybara-screenshot-artifactsRobert Speicher2016-12-081-6/+3
| | |
* | | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-131-0/+1
| | | | | | | | | | | | | | | | | | Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
* | | New file from interface on existing branchJacopo2017-03-131-1/+4
| | | | | | | | | | | | | | | | | | Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.
* | | Decrease Capybara timeout for CI environmentrs-lower-capybara-timeoutRobert Speicher2017-03-081-1/+1
| |/ |/|
* | Removed the settings gear button inside the Project to a tabJose Ivan Vargas2017-03-073-23/+27
| |
* | Merge branch 'master' into ↵26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pagesPhil Hughes2017-03-076-6/+69
|\ \ | | | | | | | | | 26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
| * \ Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Add emoji images - Base Native Unicode Emojis Closes #26371 See merge request !9569
| | * | Use native unicode emojisEric Eastwood2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
| * | | Restore keyboard shortcuts for "Activity" and "Charts"Kushal Pandya2017-03-065-5/+68
| |/ /
* | | Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas2017-03-063-8/+10
|/ / | | | | | | | | Also modified the render calls to the deploy_keys and protected_branches partials
* | Merge branch 'dashboard-filter-search-keep-params' into 'master' Dmitriy Zaporozhets2017-03-042-3/+7
|\ \ | | | | | | | | | | | | | | | | | | Fixes filtering by name reseting archive filter Closes #28007 See merge request !9625
| * | Improve explore projects spinach testDmitriy Zaporozhets2017-03-041-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Project name "Internal" is too generic and can lead to false positive/negative when there is a visibility filter on the page. So we ensure we check for project inside list holder css class. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Refactor projects filtering by nameDmitriy Zaporozhets2017-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix cherry-picking or reverting through an MRDouwe Maan2017-03-021-0/+1
|/ /
* | Cleaning up navigational order - ProjectKushal Pandya2017-03-028-34/+23
| |
* | Merge branch '25437-just-emoji' into 'master'Sean McGivern2017-03-012-1/+5
|\ \ | | | | | | | | | | | | | | | | | | #25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
| * | add /award slash commandmhasbini2017-02-282-1/+5
| | | | | | | | | | | | add /award slash command; Allow posting of just an emoji in comment
* | | Merge branch '27354-navigation-new-button' into 'master' Dmitriy Zaporozhets2017-02-281-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Put back the new project button Closes #27354 See merge request !9426
| * | | Put back the new project button27354-navigation-new-buttonAnnabel Dunstone Gray2017-02-221-0/+1
| | | |
* | | | Merge branch '1937-https-clone-url-username' into 'master' Rémy Coutable2017-02-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the username of the current user to the HTTP(S) clone URL Closes #1937 See merge request !9347
| * | | | Add the username of the current user to the HTTP(S) clone URLJan Christophersen2017-02-241-1/+1
| | |/ / | |/| |
* | | | Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz2017-02-242-19/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Removed jQuery UI highlight & autocomplete See merge request !8420
| * | | Removed jQuery UI highlight & autocompleteremove-jquery-ui-pluginsPhil Hughes2017-02-092-19/+13
| | | | | | | | | | | | | | | | In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
* | | | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-231-1/+1
| | | | | | | | | | | | | | | | This reverts commit 96bef54154e669f9a3e92c3a4bc76c0be3a52e48.
* | | | Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
| | | |
* | | | Enable Style/BarePercentLiteralsDouwe Maan2017-02-231-1/+1
| | | |
* | | | Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
| | | |
* | | | Code style improvementsAlfredo Sumaran2017-02-231-3/+1
| |/ / |/| |