Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prioritize group settings, improve panel titles, disable submit without changes | Luke Bennett | 2018-10-15 | 1 | -0/+10 |
| | |||||
* | Resolve "Commit details are not displayed when reviewing an MR commit by commit" | Paul Slaughter | 2018-09-26 | 1 | -2/+12 |
| | |||||
* | Resolve "Improve project overview UI" | Dennis Tang | 2018-09-06 | 1 | -0/+10 |
| | |||||
* | Allow whitelisting for "external collaborator by default" setting | Roger Rüttimann | 2018-08-30 | 2 | -0/+63 |
| | |||||
* | Resolve "Frontend for clarifying the usefulness of the search bar" | Dennis Tang | 2018-08-07 | 1 | -4/+2 |
| | |||||
* | Merge branch 'security-2690-fix-tooltip' into 'master' | Felipe Artur Cardozo | 2018-07-26 | 1 | -1/+0 |
|\ | | | | | | | | | [master] Escapes job name used in tooltips See merge request gitlab/gitlabhq!2427 | ||||
| * | Escapes job name used in tooltips in vue components | Filipa Lacerda | 2018-07-06 | 1 | -1/+0 |
| | | | | | | | | | | Use sanitize to strip src attributes Changes sidebar back to use sanitize | ||||
* | | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 3 | -3/+3 |
| | | |||||
* | | Resolve "MRs are showing some discussions as unresolved" | Simon Knox | 2018-07-05 | 1 | -0/+7 |
|/ | |||||
* | Changes tab VUE refactoring | Felipe Artur | 2018-06-21 | 2 | -0/+34 |
| | |||||
* | Image Diff Viewing + Download Diff Viewing | Tim Zallmann | 2018-06-13 | 2 | -0/+0 |
| | |||||
* | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-05-08 | 2 | -0/+5 |
|\ | |||||
| * | Make deploy keys table more clearly structured | Lukas Eipert | 2018-05-07 | 1 | -0/+4 |
| | | |||||
| * | Update fixtures | Filipa Lacerda | 2018-05-01 | 1 | -0/+1 |
| | | |||||
* | | Add .nav.nav-tabs to nav-links | Clement Ho | 2018-04-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into bootstrap4 | Clement Ho | 2018-04-12 | 2 | -5/+5 |
|\ \ | |/ | |||||
| * | Refactor CSS to eliminate vertical misalignment of login nav | Takuya Noguchi | 2018-04-11 | 2 | -5/+5 |
| | | |||||
* | | [skip ci] Add nav converted classes | Clement Ho | 2018-04-10 | 1 | -4/+4 |
| | | |||||
* | | [skip ci] Replace .pull-right with .float-right | Clement Ho | 2018-04-09 | 1 | -1/+1 |
|/ | |||||
* | Projects and groups badges settings UI | Francisco Javier López | 2018-04-08 | 1 | -0/+0 |
| | |||||
* | Merge branch '44752-remove-ee-specific-comments' into 'master' | Rémy Coutable | 2018-03-28 | 1 | -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-comments | Eric Eastwood | 2018-03-28 | 1 | -2/+0 |
| | | |||||
* | | [FIX] Fixed bug in dropdown selector when selecting the same selection again | bitsapien | 2018-03-27 | 1 | -1/+2 |
|/ | |||||
* | replace fixture with simple mount point | Mike Greiling | 2018-03-06 | 1 | -30/+0 |
| | |||||
* | Render MR Notes with Vue with behind a cookie | Fatih Acet | 2018-02-28 | 1 | -0/+42 |
| | |||||
* | Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master' | Kamil Trzciński | 2018-02-07 | 2 | -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 Eastwood | 2018-02-05 | 2 | -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 spec | Shinya Maeda | 2018-02-06 | 1 | -1/+1 |
|/ | |||||
* | Refactor CI variable list code for usage with CI/CD settings page secret ↵refactor-ci-variable-list-for-future-usage-in-4110 | Eric Eastwood | 2018-01-31 | 1 | -0/+43 |
| | | | | | | variables Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110 | ||||
* | Generalize toggle_buttons.jsgeneralize-js-toggle-buttons | Eric Eastwood | 2018-01-26 | 1 | -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-urls | Achilleas Pipinellis | 2018-01-25 | 1 | -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 Hughes | 2018-01-19 | 1 | -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-dropdown | Eric Eastwood | 2018-01-18 | 1 | -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 backend | Winnie Hellmann | 2018-01-17 | 1 | -0/+18 |
|/ | |||||
* | Add reset cache button to pipelines view | Matija Čupić | 2017-12-21 | 1 | -1/+3 |
| | |||||
* | Adds JS unit tests | Filipa Lacerda | 2017-11-27 | 1 | -7/+13 |
| | | | | | Finishes tabs & table Updates e2e tests | ||||
* | Handle toggle button with API request | Filipa Lacerda | 2017-11-24 | 1 | -0/+9 |
| | | | | | | Add tests Update empty state [ci skip] | ||||
* | Improve environments performance | Filipa Lacerda | 2017-11-23 | 3 | -17/+0 |
| | |||||
* | Stops page reload when changing tabs or pages - uses API requests instead | Filipa Lacerda | 2017-11-14 | 1 | -7/+1 |
| | |||||
* | Merge branch '20666-404-error-issue-assigned-with-issues-disabled' into 'master' | Clement Ho | 2017-11-06 | 1 | -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 ↵ | Jacopo | 2017-11-06 | 1 | -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 Maeda | 2017-11-03 | 1 | -1/+1 |
|/ | |||||
* | Fix sidebar title | Filipa Lacerda | 2017-10-06 | 1 | -1/+1 |
| | | | | Fix fixture | ||||
* | Merge branch 'master' into ↵ | Shinya Maeda | 2017-10-05 | 1 | -0/+6 |
|\ | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service | ||||
| * | Hide close MR button after merge without reloading page | Jacopo | 2017-09-24 | 1 | -0/+6 |
| | | | | | | | | After merging a MR the close button is hidden, without reloading the page. | ||||
* | | Fix Rubocop failures | Kamil Trzcinski | 2017-10-04 | 1 | -1/+0 |
| | | |||||
* | | Adds Frontend specs | Filipa Lacerda | 2017-10-04 | 1 | -0/+35 |
|/ | |||||
* | Resolve "Better SVG Usage in the Frontend" | Tim Zallmann | 2017-09-22 | 1 | -0/+2 |
| | |||||
* | Deleted another Fixture due to User Callout38088-remove-banner-to-customize-experience | Tim Zallmann | 2017-09-20 | 1 | -30/+0 |
| | |||||
* | Fixture Creation removed | Tim Zallmann | 2017-09-20 | 1 | -5/+0 |
| |