Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make projects dropdown style in new navigation consistentwinh-newnav-projects-dropdown-style | winh | 2017-07-31 | 1 | -0/+19 |
| | |||||
* | Merge branch 'inline-js-removal-projects-other' into 'master' | Phil Hughes | 2017-07-31 | 13 | -113/+140 |
|\ | | | | | | | | | Inline js removal projects other See merge request !13075 | ||||
| * | Moved the duplicate Available Refs to a default in RefSelectDropdowninline-js-removal-projects-other | Tim Zallmann | 2017-07-28 | 2 | -3/+4 |
| | | |||||
| * | Updated Event Handlers based on MR discussion | Tim Zallmann | 2017-07-28 | 1 | -8/+8 |
| | | |||||
| * | Left a bracket in the line :-/ | Tim Zallmann | 2017-07-27 | 1 | -1/+1 |
| | | |||||
| * | Fixed the strange escaping | Tim Zallmann | 2017-07-27 | 1 | -1/+1 |
| | | |||||
| * | Maybe that fixes the escaping in the URL | Tim Zallmann | 2017-07-27 | 1 | -1/+1 |
| | | |||||
| * | Revert "Due to more async loading the tests could fail, trying to fix it ↵ | Tim Zallmann | 2017-07-27 | 1 | -4/+0 |
| | | | | | | | | | | | | with wait_for_requests" This reverts commit 0c33f384bb2fd2bd97efa4d3fec2888393683fb1. | ||||
| * | Due to more async loading the tests could fail, trying to fix it with ↵ | Tim Zallmann | 2017-07-27 | 1 | -0/+4 |
| | | | | | | | | wait_for_requests | ||||
| * | Fixes New Project Bug | Tim Zallmann | 2017-07-27 | 3 | -5/+5 |
| | | |||||
| * | Converted Pipelines Charts | Tim Zallmann | 2017-07-27 | 4 | -50/+47 |
| | | |||||
| * | TreeContent moved to external JS | Tim Zallmann | 2017-07-27 | 2 | -7/+4 |
| | | |||||
| * | Moved Inline JS for Pipelines Charts + new Pipeline to dispatcher | Tim Zallmann | 2017-07-27 | 5 | -5/+39 |
| | | |||||
| * | Changed the data for New Tag to a script block | Tim Zallmann | 2017-07-27 | 2 | -6/+2 |
| | | |||||
| * | Inline JS of Wiki Sidebar to dispatcher | Tim Zallmann | 2017-07-27 | 2 | -3/+1 |
| | | |||||
| * | Set New Tags to ignore Inline JS | Tim Zallmann | 2017-07-27 | 1 | -0/+1 |
| | | |||||
| * | Project New moved to external File | Tim Zallmann | 2017-07-27 | 3 | -43/+46 |
| | | |||||
* | | Merge branch '35672-edge-top-bar' into 'master' | Phil Hughes | 2017-07-31 | 2 | -0/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix top bar in jobs view for microsoft edge Closes #35672 See merge request !13175 | ||||
| * | | Fix top bar in jobs view for microsoft edge35672-edge-top-bar | Filipa Lacerda | 2017-07-29 | 2 | -0/+5 |
| | | | |||||
* | | | Merge branch 'protobuf-bump' into 'master' | Sean McGivern | 2017-07-31 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Bump google-protobuf to 3.3.0 See merge request !13172 | ||||
| * | | | Bump google-protobuf to 3.3.0protobuf-bump | Matija Čupić | 2017-07-29 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'fix/sm/schema-fix-group-pipeline-schedule-variables' into 'master' | Sean McGivern | 2017-07-31 | 1 | -10/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | Fix db/schema.rb for ci_group_variables and ci_pipeline_schedule_variables See merge request !13161 | ||||
| * | | | fixfix/sm/schema-fix-group-pipeline-schedule-variables | Shinya Maeda | 2017-07-29 | 1 | -10/+10 |
| |/ / | |||||
* | | | Merge branch '34870-move-performance-bar-to-top' into 'master' | Phil Hughes | 2017-07-31 | 16 | -24/+111 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Moves the Performance Bar to the top instead of being at the bottom Closes #35019 and #34870 See merge request !12946 | ||||
| * | | | Moves the Performance Bar to the top instead of being at the bottom | Rémy Coutable | 2017-07-31 | 16 | -24/+111 |
|/ / / | |||||
* | | | Merge branch 'gitaly-398-git-garbage-collect' into 'master' | Sean McGivern | 2017-07-31 | 3 | -12/+97 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Migrate GitGarbageCollectWorker to Gitaly Closes gitaly#398 See merge request !12975 | ||||
| * | | | Migrate GitGarbageCollectWorker to Gitalygitaly-398-git-garbage-collect | Kim "BKC" Carlbäcker | 2017-07-28 | 3 | -12/+97 |
| | | | | |||||
* | | | | Merge branch '35567-fix-relative-urls-in-webpack-public-path' into 'master' | Douwe Maan | 2017-07-31 | 2 | -1/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix relative_url_root support for webpack chunks Closes #35567 See merge request !13165 | ||||
| * | | | | add CHANGELOG.md entry for !1316535567-fix-relative-urls-in-webpack-public-path | Mike Greiling | 2017-07-28 | 1 | -0/+5 |
| | | | | | |||||
| * | | | | fix relative_url_root support for webpack chunks | Mike Greiling | 2017-07-28 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge branch 'fix-user-creation-doc' into 'master' | Achilleas Pipinellis | 2017-07-31 | 1 | -20/+20 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation of user creation by replacing the 'confirm' param with 'skip_confirmation' Closes #35614 See merge request !13160 | ||||
| * | | | | | Update documentation of user creation by replacing the 'confirm' param with ↵ | Dan Dunckel | 2017-07-28 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | 'skip_confirmation' | ||||
* | | | | | | Merge branch 'sh-aws-efs-docs' into 'master' | Achilleas Pipinellis | 2017-07-31 | 1 | -0/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Add a note about EFS and GitLab log files See merge request !13180 | ||||
| * | | | | | Add a note about EFS and GitLab log filessh-aws-efs-docs | Stan Hu | 2017-07-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | | | Merge branch ↵ | Clement Ho | 2017-07-28 | 2 | -0/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '35044-projects-logo-are-not-centered-vertically-on-projects-page' into 'master' Projects logo are not centered vertically on projects page Closes #35044, #31753, and #35546 See merge request !13124 | ||||
| * | | | | | | Projects logo are not centered vertically on projects page | Florian Lemaitre | 2017-07-28 | 2 | -0/+8 |
|/ / / / / / | |||||
* | | | | | | Merge branch '35599-fix-uncontrolled-default_url_options-overriding' into ↵ | Robert Speicher | 2017-07-28 | 7 | -21/+17 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Ensure Gitlab.config.gitlab.host/port and Gitlab::Application.routes.default_url_options are set correctly in Capybara + :js specs Closes #35599 See merge request !13126 | ||||
| * | | | | | | Fix a spec that was assuming to be on the wrong page35599-fix-uncontrolled-default_url_options-overriding | Rémy Coutable | 2017-07-28 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | | | | Ensure Gitlab::Application.routes.default_url_options are set correctly in ↵ | Rémy Coutable | 2017-07-28 | 6 | -15/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Capybara + :js specs Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | Merge branch 'rs-fix-master' into 'master' | Robert Speicher | 2017-07-28 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spec/features/projects/branches_spec See merge request !13163 | ||||
| * | | | | | | | Fix spec/features/projects/branches_spec | Robert Speicher | 2017-07-28 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8666 | ||||
* | | | | | | | | Merge branch 'ux-guide-search-filter-sort' into 'master' | Rémy Coutable | 2017-07-28 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add copy about search terms to ux guide See merge request !10267 | ||||
| * | | | | | | | | Add copy about search terms to ux guide | tauriedavis | 2017-07-28 | 1 | -0/+8 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'docs/jira-article' into 'master' | Marcia Ramos | 2017-07-28 | 1 | -8/+13 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add link to JIRA article in docs Closes #35046 See merge request !13154 | ||||
| * | | | | | | | | Add link to JIRA article in docsdocs/jira-article | Achilleas Pipinellis | 2017-07-28 | 1 | -8/+13 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'docs/ci-only-except' into 'master' | Marcia Ramos | 2017-07-28 | 1 | -4/+17 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explain all possible values of 'only' and 'except' Closes #34119 See merge request !13138 | ||||
| * | | | | | | | | | Explain all possible values of 'only' and 'except'docs/ci-only-except | Achilleas Pipinellis | 2017-07-28 | 1 | -4/+17 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'dm-large-push-performance' into 'master' | Robert Speicher | 2017-07-28 | 4 | -16/+29 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load and process at most 100 commits when pushing into default branch Closes #35531 See merge request !13132 | ||||
| * | | | | | | | | | Load and process at most 100 commits when pushing into default branch | Douwe Maan | 2017-07-28 | 4 | -16/+29 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'fix-replying-to-commit-comment-in-mr-from-fork' into 'master' | Douwe Maan | 2017-07-28 | 7 | -3/+123 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix replying to commit comments on merge requests created from forks Closes #31772 See merge request !13137 |