summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-0/+42
|
* Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-072-7/+73
|\ | | | | | | | | Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
| * Use dynamic variable list in scheduled pipelines and group/project CI secret ↵Eric Eastwood2018-02-052-7/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | variables See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
* | Refactor :trace to :trace_live in specShinya Maeda2018-02-061-1/+1
|/
* Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110Eric Eastwood2018-01-311-0/+43
| | | | | | variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* Generalize toggle_buttons.jsgeneralize-js-toggle-buttonsEric Eastwood2018-01-261-15/+0
| | | | Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
* Default to HTTPS for all Gravatar URLsdefault-to-https-for-gravatar-urlsAchilleas Pipinellis2018-01-251-1/+1
| | | | | If using gravatar.com, both plain_url and ssl_url in settings are now served via HTTPS. Make this the default.
* Merge branch '42157-41989-fix-duplicate-in-create-item-dropdown' into 'master'Phil Hughes2018-01-191-0/+13
|\ | | | | | | | | | | | | Fix duplicate item in protected branch/tag dropdowns Closes #42157 and #41989 See merge request gitlab-org/gitlab-ce!16540
| * Fix duplicate item in protected branch/tag dropdown42157-41989-fix-duplicate-in-create-item-dropdownEric Eastwood2018-01-181-0/+13
| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/42157 Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41989
* | Filter groups and projects dropdowns of search page on backendWinnie Hellmann2018-01-171-0/+18
|/
* Add reset cache button to pipelines viewMatija Čupić2017-12-211-1/+3
|
* Adds JS unit testsFilipa Lacerda2017-11-271-7/+13
| | | | | Finishes tabs & table Updates e2e tests
* Handle toggle button with API requestFilipa Lacerda2017-11-241-0/+9
| | | | | | Add tests Update empty state [ci skip]
* Improve environments performanceFilipa Lacerda2017-11-233-17/+0
|
* Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-141-7/+1
|
* Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master'Clement Ho2017-11-061-0/+1
|\ | | | | | | | | | | | | Fixes 404 error to `Issues assigned to me` and `Issues I've created` when issues are disabled Closes #20666 See merge request gitlab-org/gitlab-ce!15021
| * Fixes 404 error to `Issues assigned to me` and `Issues I've created` when ↵Jacopo2017-11-061-0/+1
| | | | | | | | | | | | | | issues are disabled The dropdown options `Issues assigned to me` and `Issues I've created` in project search are now hidden when issues are disabled on the project.
* | Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda2017-11-031-1/+1
|/
* Fix sidebar titleFilipa Lacerda2017-10-061-1/+1
| | | | Fix fixture
* Merge branch 'master' into ↵Shinya Maeda2017-10-051-0/+6
|\ | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * Hide close MR button after merge without reloading pageJacopo2017-09-241-0/+6
| | | | | | | | After merging a MR the close button is hidden, without reloading the page.
* | Fix Rubocop failuresKamil Trzcinski2017-10-041-1/+0
| |
* | Adds Frontend specsFilipa Lacerda2017-10-041-0/+35
|/
* Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-0/+2
|
* Deleted another Fixture due to User Callout38088-remove-banner-to-customize-experienceTim Zallmann2017-09-201-30/+0
|
* Fixture Creation removedTim Zallmann2017-09-201-5/+0
|
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJose Ivan Vargas2017-09-031-0/+5
|\
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-231-1/+1
| |\ | | | | | | | | | | | | # Conflicts: # package.json
| * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-172-2/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| * \ \ Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-1218-20/+20
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (66 commits) fix confidential border issue as well as confidential styles leaking on new MR Migrate force push check to Gitaly Add option to disable project export on instance Better categorize test coverage results Add option to disable project export on instance - db changes Better caching and indexing of broadcast messages Include the `is_admin` field in the `GET /users/:id` API when current user is an admin Document rspec-retry and rspec-flaky Fix cop description Retrieve and sync flaky specs report from and to S3 Use a new RspecFlakyListener to detect flaky specs Fix formatting of patch_versions.md [skip ci] Enable Timecop safe mode Show error message for API 500 error in tests, and Fix merge request diff deserialisation when too_large was absent Delete correct key from `session` after authenticating using U2F Bumps omniauth-ldap gem version to 2.0.4 Pending delete projects no longer return 500 error in Admins projects view Do not run the `ee_compat_check` job for stableish branches Update gitlab.po: Missing 'r' in "Fouché" that comes from "Fourcher" verb. ...
| * | | | Change fixtures of old testsFilipa Lacerda2017-08-101-0/+5
| | | | |
* | | | | Cleaning up repositories for javascript fixture specs to work correctlyGabriel Mazetto2017-08-3015-0/+60
| |_|_|/ |/| | | | | | | | | | | | | | | We need to cleanup after each execution so we can still re-use the same paths and prevent collision with the on disk validation
* | | | Use non-i18n values for setting new group-level issue/MR button textBryce Johnson2017-08-211-1/+1
| |_|/ |/| |
* | | Fix two additional violations caused by previous changesrs-trailingwhitespace-copRobert Speicher2017-08-151-1/+0
| | |
* | | Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-152-2/+2
| |/ |/|
* | Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-1018-20/+20
|/
* Restore blob fixture for JavaScript testswinh-restore-blob-fixturewinh2017-08-081-0/+29
|
* Merge branch 'master' into ideMike Greiling2017-08-071-0/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (86 commits) Show all labels 33874 confidential issue redesign Exclude merge_jid on Import/Export attribute configuration Resolve "User dropdown in filtered search does not load avatar on `master`" Re-add column locked_at on migration rollback Group-level new issue & MR using previously selected project [EE Backport] Update log audit event in omniauth_callbacks_controller.rb more eagerly bail when the state is prevented Move locked_at removal to post-deployment migration Add class to other sidebars Improve mobile sidebar reduce iterations by keeping a count of remaining enablers Store & use ConvDev percentages returned by Version app Store MergeWorker JID on merge request, and clean up stuck merges Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE DRY up caching in AbstractReferenceFilter Update CHANGELOG Add CHANGELOG entry Fix html structure Removes test for removed behavior Port form back to use form_tag ...
| * Group-level new issue & MR using previously selected projectBryce Johnson2017-08-071-0/+6
| |
* | Merge branch 'master' into ideDouwe Maan2017-08-036-6/+6
|\ \ | |/
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-3/+3
| |
| * Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-017-7/+7
| |
* | Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-281-1/+3
|\ \ | |/
| * Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test ↵Jacopo2017-07-201-1/+3
| | | | | | | | | | | | | | helper Extracted `@request.env['devise.mapping'] = Devise.mappings[:user]` and `Rails.application.env_config['devise.mapping'] = Devise.mappings[:user]` in our tests into the helper method `set_devise_mapping`
* | Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-204-9/+95
|\ \ | |/
| * Add Jasmine tests for `OAuthRememberMe`Timothy Andrew2017-07-061-0/+5
| |
| * Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-282-16/+60
| |
| * Merge branch '28717-additional-metrics-review-branch' into 'master'Grzegorz Bizon2017-06-221-0/+30
| |\ | | | | | | | | | | | | | | | | | | Support additional prometheus metrics - review branch Closes #28717 See merge request !11712
| | * Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branchPawel Chojnacki2017-06-222-4/+10
| | |\ | | | | | | | | | | | | 28717-additional-metrics-review-branch
| | * | Fix prometheus service frontend fixturePawel Chojnacki2017-06-161-2/+2
| | | |