summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Add profile mode to extend request profilingadd-profile-mode-to-extend-request-profilingQingyu Zhao2019-07-181-24/+79
| | | | | | | Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
* Resolve "Label picker: Line break on long label titles"Ammar Alakkad2019-07-171-1/+1
|
* Merge branch 'remove-support-for-legacy-pipeline-triggers' into 'master'Kamil Trzciński2019-07-161-6/+72
|\ | | | | | | | | | | | | Remove support for legacy pipeline triggers Closes #30231 See merge request gitlab-org/gitlab-ce!30133
| * Allow use of legacy triggers with feature flagFabio Pitino2019-07-151-6/+72
| | | | | | | | | | | | | | | | | | Keep feature flag disabled by default and turn off all functionality related to legacy triggers. * Block legacy triggers from creating pipeline * Highlight legacy triggers to be invalid via the UI * Make legacy triggers invalid in the model
* | Fix linebreak rendering in Mermaid flowchartsMartin Hanzel2019-07-161-0/+18
| |
* | Hide restricted and disallowed visibility radioshide-restricted-visibility-radioLuke Bennett2019-07-151-204/+234
|/ | | | | Show a message if many levels are restricted and a different message if all levels are restricted.
* Remove auto ssl feature flagsVladimir Shushlin2019-07-121-27/+8
| | | | | * remove feature flag for admin settings * remove feature flag for domain settings
* Open WebIDE in fork when user doesn't have access51952-redirect-to-webide-in-forkMarkus Koller2019-07-121-0/+1
| | | | | | | When opening the IDE on a project where the user doesn't have push access, we create a fork and then redirect back to the IDE. To make sure the user can actually commit, we need to open the IDE in the forked project rather than the upstream project.
* Merge branch 'bvl-rename-routes-after-user-rename' into 'master'Jan Provaznik2019-07-122-2/+2
|\ | | | | | | | | Set the name of a user-namespace to the user name See merge request gitlab-org/gitlab-ce!23272
| * Use namespace#path for building urls in specsBob Van Landuyt2019-07-092-2/+2
| | | | | | | | | | | | Some of the specs were using namespace names instead of paths for building URLS. This would fail since we now build a namespace with a user's name instead of a user's username.
* | Fix invalid milestone URL for new milestone dropdown64321-wrong-url-when-creating-milestones-from-instance-milestones-dashboardDmitriy Zaporozhets2019-07-091-0/+14
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Implemented frontend suggestionsNick Kipling2019-07-091-1/+1
| | | | | | Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
* Fix subgroup url in search drop downFrancisco Javier López2019-07-091-62/+62
| | | | | | | | | | Inside a subgroup scope, when the user clicks on the search drop down in the header, some options are displayed. Some of this links direct the user to the issues and merge requests linked to the subgroup. Nevertheless, the url was broken because they doesn't include the complete group namespace
* Merge branch 'fetch-forked-projects-create-mr' into 'master'Filipa Lacerda2019-07-051-0/+54
|\ | | | | | | | | | | | | Create private merge requests in forks Closes #58583 See merge request gitlab-org/gitlab-ce!29984
| * Create private merge requests in forksPhil Hughes2019-07-051-0/+54
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/58583
* | Change 'Todo' to 'To Do'Christie Lenneville2019-07-043-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* | OmniAuth full_host spec helperJames Edwards-Jones2019-07-041-10/+2
|/ | | | | | | Allows us to correctly set omniauth's full_host so redirects take the port into account. Needed when running selenium tests on a different port
* Merge branch 'limit-amount-of-tests-returned' into 'master'Stan Hu2019-07-031-14/+48
|\ | | | | | | | | | | | | Limit amount of JUnit tests returned Closes #64035 See merge request gitlab-org/gitlab-ce!30274
| * Limit amount of JUnit tests returnedKamil Trzciński2019-07-031-14/+48
| | | | | | | | | | | | | | | | | | | | Currently, we do not cap amount of tests returned to frontend, thus in some extreme cases we can see a MBs of data stored in Redis. This adds an upper limit of 100 tests per-suite. We will continue showing the total counters correctly, but we will limit amount of tests that will be presented.
* | Merge branch 'issue/55953' into 'master'Sean McGivern2019-07-0311-133/+133
|\ \ | | | | | | | | | | | | | | | | | | rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553
| * \ Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953Sean McGivern2019-07-037-18/+50
| |\ \
| * | | updated tests to comply with the corresponding EE branchMichel Engelen2019-07-024-8/+8
| | | |
| * | | fixed remaining specs for !29553Michel Engelen2019-07-021-2/+2
| | | |
| * | | updated testMichel Engelen2019-07-021-8/+8
| | | |
| * | | updated tests for !29553Michel Engelen2019-07-022-10/+10
| | | |
| * | | updated tests for !29553Michel Engelen2019-07-021-1/+1
| | | |
| * | | updated tests for !29553Michel Engelen2019-07-021-2/+2
| | | |
| * | | updated tests for !29553Michel Engelen2019-07-021-85/+85
| | | |
| * | | updated tests for !29553Michel Engelen2019-07-021-16/+16
| | | |
| * | | updated tests for !29553Michel Engelen2019-07-021-2/+2
| | | |
| * | | updated tests for change in !29553Michel Engelen2019-07-021-3/+3
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski2019-07-0312-72/+117
|\ \ \ \ | | |/ / | |/| |
| * | | Show upcoming status for releasesJason Goodman2019-07-031-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
| * | | Rebased and squashed commitsNatalia Tepluhina2019-07-032-3/+3
| | | | | | | | | | | | | | | | - all commits squashed to make danger review happy
| * | | Merge branch 'rj-fix-manual-order' into 'master'Kushal Pandya2019-07-031-0/+19
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Don't let logged out user do manual order See merge request gitlab-org/gitlab-ce!30264
| | * | | Don't let logged out user do manual orderrj-fix-manual-orderRajat Jain2019-07-021-0/+19
| | | |/ | | |/| | | | | | | | | | | | | | | | | Add a check for logged out user in the manual order so that they don't see an flash message when they try to reorder issues.
| * | | Add username to deploy tokensKrasimir Angelov2019-07-021-0/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
| * | Registry component now includes error messagesNick Kipling2019-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
| * | Enables ingress for uninstallationJoão Cunha2019-07-021-14/+9
| |/ | | | | | | - JupyterHub must not be available (installed or updated)
| * Fix broken specs due to cached application settingsStan Hu2019-07-012-39/+46
| | | | | | | | | | | | The /admin panel will now always return an uncached application setting to ensure it always has the most current info.
| * Merge branch 'last-commit-widget-api-call' into 'master'Filipa Lacerda2019-06-282-0/+6
| |\ | | | | | | | | | | | | Use GraphQL API to fetch last commit data See merge request gitlab-org/gitlab-ce!29934
| | * Use GraphQL API to fetch last commit data for treePhil Hughes2019-06-282-0/+6
| | |
| * | Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-14/+14
| |/ | | | | | | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
| * Rearrange discussion resolve buttons & update button displaySamantha Ming2019-06-281-2/+2
| | | | | | | | | | - next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2019-07-031-1/+1
|\ \ | |/ |/|
| * Merge branch 'osw-persist-tmp-snippet-uploads' into 'master'Marin Jankovski2019-07-021-1/+1
| |\ | | | | | | | | | | | | Persist tmp snippet uploads at users See merge request gitlab/gitlabhq!3138
| | * Persist tmp snippet uploadsOswaldo Ferreira2019-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
* | | Fix incorrect reaction placement in commit diff discussionSamantha Ming2019-06-271-0/+16
| | |
* | | Merge branch 'rj-fix-spec' into 'master'29756-meta-prioritize-ie11-edge-testing-same-as-regular-browser-testing-for-features-and-bug-fixes-that-we-shipThong Kuah2019-06-261-9/+16
|\ \ \ | |/ / |/| | | | | | | | Use relative position to order issues See merge request gitlab-org/gitlab-ce!30095
| * | Properly check that issue list has persistedStan Hu2019-06-261-0/+16
| | | | | | | | | | | | | | | A valid user needs to be signed in, and we need to reload the page to verify that the issue list was saved on the backend.