summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'Filipa Lacerda2018-05-251-1/+1
|\ | | | | | | | | | | | | Resolve "Typo on the empty Pipelines page" Closes #46768 See merge request gitlab-org/gitlab-ce!19140
| * Fix typo in Pipelines empty state viewMark Fletcher2018-05-251-1/+1
| |
* | Resolve "Show CI pipeline status in Web IDE"André Luís2018-05-259-29/+150
| |
* | Merge branch 'fl-loading-icon' into 'master'Phil Hughes2018-05-242-3/+12
|\ \ | |/ |/| | | | | Show loading icon only when making the request See merge request gitlab-org/gitlab-ce!19116
| * Show loading icon only when making the requestfl-loading-iconFilipa Lacerda2018-05-232-3/+12
| |
* | Merge branch '39710-search-placeholder-cut-off' into 'master'Annabel Gray2018-05-235-28/+10
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Runners search input placeholder is cut off" Closes #39710 See merge request gitlab-org/gitlab-ce!19015
| * | Fixes: Runners search input placeholder is cut offJacopo2018-05-235-28/+10
| | |
* | | Fixed U2F authentication when used with LDAPPhil Hughes2018-05-231-0/+3
| |/ |/| | | | | Closes #46661
* | Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann2018-05-234-16/+28
| |
* | Merge branch 'ide-commit-state-bug' into 'master'Filipa Lacerda2018-05-231-2/+7
|\ \ | | | | | | | | | | | | | | | | | | Fixed web IDE review & commit editors getting into incorrect state Closes #46392 See merge request gitlab-org/gitlab-ce!19038
| * | Fixed web IDE review & commit editors getting into incorrect statePhil Hughes2018-05-181-2/+7
| |/ | | | | | | Closes #46392
* | Merge branch 'ide-jobs-list' into 'master'Filipa Lacerda2018-05-238-0/+152
|\ \ | | | | | | | | | | | | | | | | | | Pipelines store actions & states in web IDE Closes #44604 See merge request gitlab-org/gitlab-ce!18912
| * | group jobs into stageside-jobs-listPhil Hughes2018-05-225-14/+43
| | |
| * | added getter for checking is their is a pipelinePhil Hughes2018-05-224-7/+12
| | |
| * | Show CI jobs in web IDEPhil Hughes2018-05-227-0/+118
| | | | | | | | | | | | Closes #44604
* | | Merge branch 'ide-file-finder-improve-order' into 'master'Filipa Lacerda2018-05-232-7/+8
|\ \ \ | | | | | | | | | | | | | | | | Fixed IDE file finder ordering See merge request gitlab-org/gitlab-ce!18948
| * | | changed what bit of code stops the callbackide-file-finder-improve-orderPhil Hughes2018-05-221-4/+5
| | | |
| * | | Fixed IDE file finder orderingPhil Hughes2018-05-142-7/+7
| | | | | | | | | | | | | | | | Fixes the file finder not opening when focused inside the editor
* | | | Merge branch '44895-explicit-merge-conflict' into 'master'Tim Zallmann2018-05-222-2/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Make explicit that merge conflict feature commits to source branch" Closes #44895 See merge request gitlab-org/gitlab-ce!18921
| * | | | Make it explicit that merge conflict feature commits to source branchAnnabel Dunstone Gray2018-05-212-2/+10
| | | | |
* | | | | Use "right now" for short time periodsWinnie Hellmann2018-05-221-19/+80
| | | | |
* | | | | unverified hover state color changed to almost-blackMurat Dogan2018-05-221-0/+4
| |_|/ / |/| | |
* | | | Rename merge request widget author componentGeorge Tsiolis2018-05-223-5/+5
|/ / /
* | | Merge branch 'master' into 5845-extract-ee-environments-files5845-extract-ee-environments-filesFilipa Lacerda2018-05-1819-400/+436
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (69 commits) Calculating repository checksums executed by Gitaly Resolve "Expand API: Render an arbitrary Markdown document" Update EE > CE downgrade service removal steps Make stores export a createStore() which can be used in tests Simplify pattern lexeme fabrication and matcher Simplify untrusted regexp factory method Fix api_json.log not always reporting the right HTTP status code Move group lists css from framework/lists.scss to pages/groups.scss Resolve "Web IDE: Previewing Markdown in Firefox doesn’t show a scroll bar" Add Keyboard shortcuts for "Kubernetes" and "Environments" Move API group deletion to Sidekiq fix typos. add a reference to deliverable and stretch for design artifact fix / assigne username wrapping problem has been fixed Memoize Gitlab::Database.version Conditionally add Gitaly deprecation warnings based on ENV variable Bring CE-EE parity to app/services/milestones/base_service.rb Bring CE-EE parity to app/services/lfs/unlock_file_service.rb Fixes 500 error on /estimate BIG_VALUE Fix: Use case in-sensitive ordering by name for groups Fix group lists visual ...
| * \ \ Merge branch 'dz-refactor-lists-css' into 'master'Annabel Gray2018-05-182-228/+228
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Move group lists css from framework/lists.scss to pages/groups.scss See merge request gitlab-org/gitlab-ce!19027
| | * | | Move group lists css from framework/lists.scss to pages/groups.scssdz-refactor-lists-cssDmitriy Zaporozhets2018-05-182-228/+228
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Merge branch 'ide-sidebar-spacing' into 'master'Filipa Lacerda2018-05-184-45/+63
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixed inconsistent spacing in web IDE sidebar Closes #46162 See merge request gitlab-org/gitlab-ce!18827
| | * | | fixed up spacing above & below listside-sidebar-spacingPhil Hughes2018-05-171-1/+8
| | | | | | | | | | | | | | | | | | | | fixed `no changes` spacing
| | * | | fixed spacing of icon & dropdown buttonPhil Hughes2018-05-101-1/+0
| | | | |
| | * | | changed padding in headersPhil Hughes2018-05-091-2/+2
| | | | |
| | * | | fixed up spacing throughout sidebarsPhil Hughes2018-05-094-43/+56
| | | | |
| | * | | Fixed inconsistent spacing in web IDE sidebarPhil Hughes2018-05-091-4/+3
| | | | | | | | | | | | | | | | | | | | Closes #46162
| * | | | Resolve "Web IDE: Previewing Markdown in Firefox doesn’t show a scroll bar"André Luís2018-05-181-6/+12
| | | | |
| * | | | Add Keyboard shortcuts for "Kubernetes" and "Environments"Lukas Eipert2018-05-181-2/+3
| | | | |
| * | | | fix / assigne username wrapping problem has been fixedMurat Dogan2018-05-171-3/+15
| | | | |
| * | | | Merge branch '39584-nesting-depth-5-pages-pipelines' into 'master'Annabel Gray2018-05-171-37/+21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | NestingDepth (level 5) in pages/pipelines.scss See merge request gitlab-org/gitlab-ce!18830
| | * | | | Apply NestingDepth (level 5) (pages/pipelines.scss)Takuya Noguchi2018-05-121-37/+21
| | | | | |
| * | | | | Merge branch 'dz-fix-list-bottom-margin' into 'master'Annabel Gray2018-05-172-10/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix group lists visual See merge request gitlab-org/gitlab-ce!19010
| | * | | | | Fix group lists visualdz-fix-list-bottom-marginDmitriy Zaporozhets2018-05-172-10/+5
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reset p bottom margin for group lists to fix vertical alignment * Remove double border for group lists to be consistent with project lists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Merge branch 'master' into 46381-dropdown-mr-widget46381-dropdown-mr-widgetFilipa Lacerda2018-05-179-56/+69
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (40 commits) Add changelog Update quick_start_guide.md Resolve "Opening Project with invite but without accepting leads to 404 error page" Respect the inheritance chain between Ci::Build and CommitStatus Remove unneccessary imports fixed copy to cliboard button in embedded snippets Fix Error 500 viewing admin page due to statement timeouts Grant privileges after database is created Only setup db in the first checkout! Project Sidebar: Split CI/CD into CI/CD and Operations Fix GPM content types for Doorkeeper Workhorse to send raw diff and patch for commits Refactor out duplication in runner_policy.rb Remove unnecessary runner.is_shared? checks in api because they are handled by policy Allow admin to assign shared runner to project through API Change policy list_runner_jobs -> read_runner Rename User#ci_authorized_runners -> ci_owned_runners Improve efficiency of authorized_runner policy query Use can? policies for lib/api/runners.rb Allow group runners to be viewed/edited in API ...
| * | | | | Fix eslintFilipa Lacerda2018-05-172-2/+2
| | | | | |
| * | | | | Moves string to a constantFilipa Lacerda2018-05-173-3/+6
| | | | | |
| * | | | | Reloads pipeline table when dropdown action is clicked and closes the ↵Filipa Lacerda2018-05-163-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | dropdown in the MR widget
| * | | | | [ci skip] Merge branch 'master' into 46381-dropdown-mr-widgetFilipa Lacerda2018-05-164-14/+19
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (31 commits) Remove docker pull prefix from registry clipboard feature Document the 3h timeout for GitLab.com shared Runners Fix bug with long strings in issue boards Fix setting Gitlab metrics content types Add documentation for bulk editing of issues and merge requests Remove authentication for readonly endpoints in issues API Improve testing best practices guidelines Add a unique and not null constraint on the project_features.project_id column fix typos Frontend Guide, development_process.md Add index on runner_type for ci_runners Update docs describing `fast_spec_helper` best practices Display help text below auto devops domain with nip.io domain name (#45561) Add CHANGELOG Does not log failed sign-in attempts when database is in read-only mode Simplified priority, performance impact should be severity Ref contains oid check done by Gitaly code example formatting more typos typo in `endpoint` clarify that the function export should be default ...
| * | | | | | Handles action icons requests in a contained way and shows a loading icon to ↵Filipa Lacerda2018-05-158-72/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the user
* | | | | | | Update method nameFilipa Lacerda2018-05-172-4/+4
| | | | | | |
* | | | | | | [ci skip] Merge branch 'master' into 5845-extract-ee-environments-filesFilipa Lacerda2018-05-177-26/+48
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Remove unneccessary imports fixed copy to cliboard button in embedded snippets Fix Error 500 viewing admin page due to statement timeouts Workhorse to send raw diff and patch for commits Refactor out duplication in runner_policy.rb Remove unnecessary runner.is_shared? checks in api because they are handled by policy Allow admin to assign shared runner to project through API Change policy list_runner_jobs -> read_runner Rename User#ci_authorized_runners -> ci_owned_runners Improve efficiency of authorized_runner policy query Use can? policies for lib/api/runners.rb Allow group runners to be viewed/edited in API Whitelisted query limits for group destroy API Fixed typo Changed order of include Use find_in_batches instead of destroy_all Delete remote uploads Use correct base width Refactor duplicate code Add changelog entry for contrib graphs width fix ...
| * | | | | | Merge branch 'remove-css-imports' into 'master'Phil Hughes2018-05-172-4/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneccessary imports See merge request gitlab-org/gitlab-ce!18993
| | * | | | | | Remove unneccessary importsremove-css-importsAnnabel Dunstone Gray2018-05-162-4/+0
| | | | | | | |
| * | | | | | | Merge branch 'jivl-add-dot-system-notes' into 'master'Phil Hughes2018-05-173-3/+10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add dot to separate system notes content Closes #45676 See merge request gitlab-org/gitlab-ce!18864