summaryrefslogtreecommitdiff
path: root/spec/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* Refactor changing files in web UIDouwe Maan2017-04-204-8/+8
|
* Refactor shortcuts_wiki.jsgeoandri2017-04-111-1/+1
|
* Add keyboard edit shortcut for wikiGeorge Andrinopoulos2017-04-111-0/+20
|
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-0711-70/+107
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8998_skip_pending_commits_if_not_head * upstream/master: (58 commits) Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu Map bindings to lowercase letters; only show key bindings when using keyboard shortcut ...
| * Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-064-57/+94
| |
| * Fix rspec and spinach testsJose Ivan Vargas2017-04-068-12/+12
| |
| * Fixed rspec testsJose Ivan Vargas2017-04-061-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-074-81/+174
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8998_skip_pending_commits_if_not_head * upstream/master: (197 commits) Add text to break up diagrams Implement review comments from @DouweM for !10467. Fix rubocop offence Linking to edit file directly Optimise trace handling code to use streaming instead of full read Use config.toml to configure Gitaly Fix indexes in container repositories table Recent search history for issues Fix rubocop Use change direction in spec Use be_pending Improve trigger_schedule.rb Implement a offset calculation on cron_parser_spec Clean up trigger_schedule_worker_spec.rb Improve instantiate recursion in cron_parser.rb Fix unnecessary changes in schema.rb Add empty line in cron_parser.rb Use parenthesis for respond_to :ref Define next_time as let in trigger_schedule_spec Remove next_run_at: nil from trigger_schedule_spec ...
| * Linking to edit file directlyEric Eastwood2017-04-062-27/+141
| |
| * Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-54/+17
| |
| * Add more tests for subgroups featuredz-inherit-create-group-permissionDmitriy Zaporozhets2017-04-051-0/+16
| | | | | | | | | | | | | | * subgroup can be created by owner of the group * project can be created inside subgroup by owner of the group Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-04-065-6/+92
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8998_skip_pending_commits_if_not_head * upstream/master: (64 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
| * MR empty stateLuke "Jared" Bennett2017-04-051-0/+24
| |
| * Merge branch 'fix_wiki_commit_message' into 'master' Sean McGivern2017-04-052-0/+26
| |\ | | | | | | | | | | | | | | | | | | Fix wiki commit message Closes #20389 See merge request !10464
| | * Fix wiki commit messageblackst0ne2017-04-052-0/+26
| | |
| * | Backport changes of ee fix for transient failure in environments specFilipa Lacerda2017-04-041-0/+4
| | |
| * | Merge branch '28732-expandable-folders' into 'master' Alfredo Sumaran2017-04-041-0/+36
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Expandable folders for environments" Closes #28732 See merge request !10290
| | * | Adds tests for scoped tabs28732-expandable-foldersFilipa Lacerda2017-03-311-0/+36
| | | |
| * | | Merge branch '29432-prevent-click-disabled-btn' into 'master' Alfredo Sumaran2017-04-041-6/+2
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Prevent clicking on disabled button Closes #29432 See merge request !9931
| | * | Update testsKushal Pandya2017-03-281-6/+2
| | |/
* | | Add tests for relations and scopes, and settingLin Jen-Shin2017-04-061-0/+11
|/ /
* | Make file templates easy to use and discoverBryce Johnson2017-04-035-5/+207
| |
* | group links select2 infinite scrollLuke "Jared" Bennett2017-03-301-1/+21
| |
* | Merge branch '23674-simplify-milestone-summary' into 'master' Jacob Schatz2017-03-291-8/+10
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Simplify milestone summary" Closes #23674 See merge request !10096
| * | update milestone page testsMike Greiling2017-03-251-8/+10
| |/
* | Merge branch 'fix/gb/environments-folders-route' into 'master' Kamil Trzciński2017-03-281-0/+19
|\ \ | | | | | | | | | | | | | | | | | | Fix environment folder route when special chars present Closes #29922 See merge request !10250
| * | Fix environment folder route when special chars presentGrzegorz Bizon2017-03-271-0/+19
| |/
* | Add a new `stub_mattermost_setting` stub helper to properly stub Mattermost ↵Rémy Coutable2017-03-281-1/+1
|/ | | | | | settings Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch '29880-refactor-sidebar-hacks' into 'master' Annabel Dunstone Gray2017-03-241-1/+1
|\ | | | | | | | | | | | | Resolve "Move sub_nav content above the content-wrapper class" Closes #29880 See merge request !10163
| * update sub-nav selector in user_requests_access_specMike Greiling2017-03-231-1/+1
| |
* | Merge branch 'tc-pipeline-show-trigger-date' into 'master' Kamil Trzciński2017-03-241-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Correctly show pipeline creator & created_at Closes #29255 See merge request !9936
| * | Show pipeline creator & created_at in headingToon Claes2017-03-221-1/+1
| |/ | | | | | | | | | | Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
* | Merge branch '27574-pipelines-empty-state' into 'master' Alfredo Sumaran2017-03-241-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Pipelines empty state Closes #27574 See merge request !9978
| * \ Merge branch 'master' into 27574-pipelines-empty-stateFilipa Lacerda2017-03-214-11/+52
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (65 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Update css to be nice and tidy. add an index to the ghost column Improve rename projects migration Add additional check for when inputContainer does not exist Make the v3_to_v4.md more consistent Fix input token spacing ...
| * | | Adds tests to new empty and error statesFilipa Lacerda2017-03-201-1/+1
| | | |
* | | | Add dropdown sort to project milestonesGeorge Andrinopoulos2017-03-241-0/+52
| | | |
* | | | fix new MR form erroneously selects tag as source when branch of same name ↵Sanster2017-03-241-1/+2
| | | | | | | | | | | | | | | | exists #23237
* | | | Return 404 if deploy key cannot be found in ↵Adam Niedzielski2017-03-231-0/+26
| |_|/ |/| | | | | | | | | | | | | | Projects::DeployKeysController#disable Closes #29633
* | | Merge branch '29428-new-directory-from-existing-branch' into 'master' Sean McGivern2017-03-212-15/+75
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | New directory from interface on existing branch Closes #29428 See merge request !9921
| * | | New directory from interface on existing branchJacopo2017-03-212-15/+75
| | | | | | | | | | | | | | | | | | | | The user can create a new directory on a different branch than the source branch when the branch already exists.
* | | | Merge branch 'dz-hide-share-group-ancestors' into 'master' Douwe Maan2017-03-211-1/+23
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Hide ancestor groups in the share group dropdown list Closes #29311 See merge request !9965
| * | | Hide ancestor groups in the share group dropdown listdz-hide-share-group-ancestorsDmitriy Zaporozhets2017-03-211-1/+23
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-201-0/+26
|/ / / | | | | | | | | | | | | | | | | | | New Gitlab::UrlSanitizer.http_credentials_for_user method responsible for generating a credentials hash from a user. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Fix Project Wiki updateDongqing Hu2017-03-201-9/+24
|/ /
* | All CI offline migrationsKamil Trzciński2017-03-172-2/+2
|/
* Remove UJS actions from pipelines tablesFilipa Lacerda2017-03-171-13/+19
|
* Add ability to disable Merge Request URL on pushAlex Sanford2017-03-171-0/+23
|
* Merge branch 'fix-slow-queries-for-branches-index' into 'master' Douwe Maan2017-03-161-0/+8
|\ | | | | | | | | removes n+1 query from tags and branches indexes See merge request !9905
| * removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+8
| |
* | Merge branch 'compare-remote-search' into 'master' Alfredo Sumaran2017-03-161-0/+8
|\ \ | |/ |/| | | | | | | | | Enabled remote filter in compare dropdowns Closes #29545 See merge request !9997