summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett2018-10-151-0/+10
|
* Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-261-2/+12
|
* Resolve "Improve project overview UI"Dennis Tang2018-09-061-0/+10
|
* Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-302-0/+63
|
* Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang2018-08-071-4/+2
|
* Merge branch 'security-2690-fix-tooltip' into 'master'Felipe Artur Cardozo2018-07-261-1/+0
|\ | | | | | | | | [master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427
| * Escapes job name used in tooltips in vue componentsFilipa Lacerda2018-07-061-1/+0
| | | | | | | | | | Use sanitize to strip src attributes Changes sidebar back to use sanitize
* | Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-3/+3
| |
* | Resolve "MRs are showing some discussions as unresolved"Simon Knox2018-07-051-0/+7
|/
* Changes tab VUE refactoringFelipe Artur2018-06-212-0/+34
|
* Image Diff Viewing + Download Diff ViewingTim Zallmann2018-06-132-0/+0
|
* Merge branch 'master' into bootstrap4Clement Ho2018-05-082-0/+5
|\
| * Make deploy keys table more clearly structuredLukas Eipert2018-05-071-0/+4
| |
| * Update fixturesFilipa Lacerda2018-05-011-0/+1
| |
* | Add .nav.nav-tabs to nav-linksClement Ho2018-04-191-1/+1
| |
* | Merge branch 'master' into bootstrap4Clement Ho2018-04-122-5/+5
|\ \ | |/
| * Refactor CSS to eliminate vertical misalignment of login navTakuya Noguchi2018-04-112-5/+5
| |
* | [skip ci] Add nav converted classesClement Ho2018-04-101-4/+4
| |
* | [skip ci] Replace .pull-right with .float-rightClement Ho2018-04-091-1/+1
|/
* Projects and groups badges settings UIFrancisco Javier López2018-04-081-0/+0
|
* Merge branch '44752-remove-ee-specific-comments' into 'master'Rémy Coutable2018-03-281-2/+0
|\ | | | | | | | | | | | | Remove EE-specific comment markers from CE Closes #44752 See merge request gitlab-org/gitlab-ce!18054
| * Remove EE-specific comments from CE44752-remove-ee-specific-commentsEric Eastwood2018-03-281-2/+0
| |
* | [FIX] Fixed bug in dropdown selector when selecting the same selection againbitsapien2018-03-271-1/+2
|/
* replace fixture with simple mount pointMike Greiling2018-03-061-30/+0
|
* 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
|