summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Check if labels are available for target issuableJarka Košanová2019-03-281-0/+86
| | | | | - labels have to be in the same project/group as an issuable
* Merge branch 'ce-1974-update-user-name-upon-ldap-sync' into 'master'Douwe Maan2019-03-251-3/+8
|\ | | | | | | | | Backport 'Update user name upon LDAP sync' from EE See merge request gitlab-org/gitlab-ce!26432
| * Backport 'Update user name upon LDAP sync' from EERémy Coutable2019-03-251-3/+8
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Improvements for Knative installationMayra Cabrera2019-03-252-0/+37
| | | | | | | | | | | | | | Displays Knative domain field automatically after Helm is successfully installed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56954
* | Merge branch ↵Rémy Coutable2019-03-251-2/+44
|\ \ | | | | | | | | | | | | | | | | | | 'ce-6543-extract-ee-specific-files-lines-for-some-discussion-tests' into 'master' Resolve CE/EE differences in MergeRequestPresenter spec See merge request gitlab-org/gitlab-ce!26546
| * | Resolve CE/EE differences in MergeRequestPresenter specSean McGivern2019-03-251-2/+44
| |/
* | Merge branch 'sh-fix-github-import-creator' into 'master'Douglas Barbosa Alexandre2019-03-251-3/+3
|\ \ | |/ |/| | | | | | | | | GitHub importer: Use the project creator to create branches from forks Closes #59396 See merge request gitlab-org/gitlab-ce!26510
| * GitHub importer: Use the project creator to create branches from forksStan Hu2019-03-231-3/+3
| | | | | | | | | | | | | | The project owner may actually be a group, in which case the branch creation would fail due to a lack of username. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59396
* | Fixed commit logic to pick a branchNatalia Tepluhina2019-03-253-5/+12
| | | | | | | | - fixed getter spec with correct getter name
* | Merge branch ↵Rémy Coutable2019-03-251-0/+2
|\ \ | | | | | | | | | | | | | | | | | | 'ce-10136-extract-ee-specific-files-lines-for-plan-spec-lib-gitlab' into 'master' Freeze strings in ReferenceExtractor spec See merge request gitlab-org/gitlab-ce!26466
| * | Freeze strings in ReferenceExtractor specSean McGivern2019-03-221-0/+2
| | |
* | | Merge branch 'winh-small-jestodus' into 'master'Kushal Pandya2019-03-2575-0/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move some tests from Karma to Jest Closes gitlab-ee#10613 and gitlab-ee#10592 See merge request gitlab-org/gitlab-ce!26511
| * | | Move some tests from Karma to JestWinnie Hellmann2019-03-2374-0/+0
| | | |
| * | | Copy vue_mount_component_helper.js to JestWinnie Hellmann2019-03-231-0/+38
| | |/ | |/|
* | | Merge branch 'update-gitlab-runner-helm-chart-to-0-3-0' into 'master'James Lopez2019-03-251-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Update GitLab Runner Helm Chart to 0.3.0/11.9.0 See merge request gitlab-org/gitlab-ce!26467
| * | | Update GitLab Runner Helm Chart to 0.3.0Tomasz Maczukin2019-03-221-2/+2
| | | |
* | | | Add error tracking usage countsLogan King2019-03-251-0/+4
| |/ / |/| |
* | | Set proper default-branch on GitHub ImportKamil Trzciński2019-03-221-0/+11
| | |
* | | Merge branch 'refresh-commit-count-after-head-change' into 'master'Stan Hu2019-03-221-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Refresh commit count after repository head changes Closes #59346 See merge request gitlab-org/gitlab-ce!26473
| * | | Refresh commit count after repository head changesKamil Trzciński2019-03-221-0/+6
| | | |
* | | | Freeze strings in email service specsSean McGivern2019-03-222-0/+4
| | | |
* | | | Merge branch 'revert-79a45f7f' into 'master'Sean McGivern2019-03-22102-145/+144
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'winh-remove-sushi' into 'master'" See merge request gitlab-org/gitlab-ce!26470
| * | | | Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-22102-145/+144
| | |/ / | |/| | | | | | This reverts merge request !26430
* | | | Merge branch ↵Robert Speicher2019-03-2211-617/+662
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 'ce-6618-extract-ee-specific-files-lines-for-create-spec-finders' into 'master' [CE] Extract EE specific files/lines from spec/finders Closes gitlab-ee#10142 and gitlab-ee#10141 See merge request gitlab-org/gitlab-ce!26337
| * | | [CE] Reduce differences with EE in users_finder_spec.rbRémy Coutable2019-03-214-49/+38
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | [CE] Reduce differences with EE in snippets_finder_spec.rbRémy Coutable2019-03-213-449/+416
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | [CE] Reduce differences with EE in merge_requests_finder_spec.rbRémy Coutable2019-03-212-93/+109
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | [CE] Reduce differences with EE in issues_finder_spec.rbRémy Coutable2019-03-212-37/+87
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | [CE] Reduce differences with EE in group_projects_finder_spec.rbRémy Coutable2019-03-212-20/+43
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | Add highest_role method to UserThiago Presa2019-03-222-0/+82
| | | |
* | | | Merge branch '57540-filename-trailing-space' into 'master'Tim Zallmann2019-03-221-0/+12
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Implemented trimming for item's name in Web IDE Closes #57540 See merge request gitlab-org/gitlab-ce!26270
| * | | Implemented trimming for item's name in Web IDEDenys Mishunov2019-03-181-0/+12
| | | | | | | | | | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/57540
* | | | Merge branch 'winh-jest-time' into 'master'Kushal Pandya2019-03-221-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mock and wait for timers in Jest Closes #56056 See merge request gitlab-org/gitlab-ce!26433
| * | | | Delete dummy testWinnie Hellmann2019-03-211-7/+0
| | | | |
| * | | | Wait for pending timers in JestWinnie Hellmann2019-03-211-0/+5
| | | | |
| * | | | Add dummy test with setTimeout()Winnie Hellmann2019-03-211-0/+7
| | | | |
* | | | | Merge branch '57357-automate-base-domain-help-text' into 'master'Kushal Pandya2019-03-222-3/+83
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automate base domain help text on Clusters page Closes #57357 See merge request gitlab-org/gitlab-ce!26124
| * | | | | Update domain help text when ingress is installedEnrique Alcantara2019-03-211-1/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When ingress application is installed, the cluster domain help text is updated to indicate that ingress external ip can be used as the cluster domain
| * | | | | Hide/show ingress external ip help textEnrique Alcantara2019-03-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Use not_to instead of to__not
* | | | | | Merge branch 'winh-toggle-comment-draft' into 'master'Kushal Pandya2019-03-223-9/+163
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display draft when toggling replies Closes #48211 and #56364 See merge request gitlab-org/gitlab-ce!25563
| * | | | | | Pass autosaveKey from NoteableDiscussion to NoteFormWinnie Hellmann2019-03-211-0/+1
| | | | | | |
| * | | | | | Validate NoteForm props in noteable_discussion_spec.jsWinnie Hellmann2019-03-211-1/+12
| | | | | | |
| * | | | | | Use autosave utilities in NoteForm componentWinnie Hellmann2019-03-211-8/+86
| | | | | | |
| * | | | | | Add autosave utilitiesWinnie Hellmann2019-03-121-0/+64
| | | | | | |
* | | | | | | Merge branch 'da-capitalize-db-apapter-name-on-rails-console' into 'master'Stan Hu2019-03-221-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display the database adapter name in a human-friendly way See merge request gitlab-org/gitlab-ce!26437
| * | | | | | | Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre2019-03-211-0/+14
| | | | | | | |
* | | | | | | | Merge branch 'winh-remove-sushi' into 'master'Mike Greiling2019-03-21102-144/+145
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430
| * | | | | | | | Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-21102-144/+145
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
* | | | | | | | Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan2019-03-211-0/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicated bottom match line Closes #59147 See merge request gitlab-org/gitlab-ce!26402
| * | | | | | | | Fix diff bottom expand button appears twiceMark Chao2019-03-211-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a quick fix by only append match line once when calling diff_lines_for_serializer multiple time. Also enable feature by default