Commits on Source (28)
-
Lucas authored
-
Gabriel Mazetto authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Dmytro Zaporozhets (DZ) authored
This reverts commit 9dbd5b3c.
-
Adam Niedzielski authored
-
Ahmad Sherif authored
-
Ahmad Sherif authored
-
Douwe Maan authored
-
Fatih Acet authored
Increase z index on fixed mr tabs Before: <img src="/uploads/e890a4f185af87b66251d744fbe840d5/Screen_Shot_2016-10-26_at_11.58.45_AM.png" width="400px"> After: <img src="/uploads/0bbf72888f6a47bd3027ee7dfff542da/Screen_Shot_2016-10-26_at_11.58.28_AM.png" width="400px"> Closes #23866 See merge request !7124
-
Rémy Coutable authored
Documents that users with two-factor authentication enabled may also need to create a personal access token to use git over HTTPS. To address a support issue (gitlab-com/support-forum#980) about why passwords don't work in git when two-factor auth is enabled. gitlab-com/support-forum#980 See merge request !6616
-
Dmytro Zaporozhets (DZ) authored
Revert "Revert "Change "Group#web_url" to return "/groups/twitter" rather than "/twitter"."" Looks like I accidently reverted https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7035 although I did not want to . This MR reverts my revert. See merge request !7127
-
[ci skip]
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Document CI pipelines settings See merge request !5847
-
Winnie authored
-
Jacob Schatz authored
Enable linting for ES6 files ## What does this MR do? Add `.js.es6` to file extensions checked by ESLint. ## What are the relevant issue numbers? Follows !5445 See merge request !7156
-
Luke Bennett authored
-
Jacob Schatz authored
Replaced jquery.cookie with js.cookie ## What does this MR do? Fixes currently failing `teaspoon` build by replacing the last reference to `jquery.cookie` with `js.cookie`. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? `master` failing. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !7160
-
-
Sid Sijbrandij authored
Add section about contributing to README Closes #23830 See merge request !7137
-
Annabel Dunstone Gray authored
edited stylesheet with mr modal fixes and added to changelog ## What does this MR do? It shortens the modal command merge info elements. ## Are there points in the code the reviewer needs to double check? I used the `.dark` class.. is that correct usage? Made no issue as this is a minor upgrade to UI ## Why was this MR needed? Clipboard buttons could obscure information in the merge info modal, this way its clean. ## Screenshots (if relevant) From:  To:  ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? None, its a quick fix See merge request !7145
-
Nick Thomas authored
-
Sean McGivern authored
Fix couple of GitHub importing bugs Fix a bug in GH comment importing and label applying for imported MRs. See merge request !7139
-
Douwe Maan authored
Prevent a spec from failing in `spec/features/merge_requests/diff_notes_resolve_spec.rb` ## What does this MR do? Fixes a failing spec in `spec/features/merge_requests/diff_notes_resolve_spec.rb` ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? Tests failing on master. RSpec executes inner `before` blocks after outer `before` blocks, so the second note was being added *after* loading the page, and then being pulled in by running JS on the page, causing intermittent failures if we clicked the resolve button before the note was loaded. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #23875 See merge request !7150
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 3 additions, 3 deletionsGemfile.lock
- README.md 4 additions, 0 deletionsREADME.md
- app/assets/javascripts/boards/components/board_sidebar.js.es6 1 addition, 0 deletions...assets/javascripts/boards/components/board_sidebar.js.es6
- app/assets/javascripts/boards/filters/due_date_filters.js.es6 1 addition, 0 deletions...assets/javascripts/boards/filters/due_date_filters.js.es6
- app/assets/javascripts/boards/models/milestone.js.es6 1 addition, 0 deletionsapp/assets/javascripts/boards/models/milestone.js.es6
- app/assets/javascripts/header.js 1 addition, 0 deletionsapp/assets/javascripts/header.js
- app/assets/stylesheets/pages/merge_requests.scss 6 additions, 2 deletionsapp/assets/stylesheets/pages/merge_requests.scss
- app/models/group.rb 1 addition, 1 deletionapp/models/group.rb
- app/views/projects/pipelines_settings/show.html.haml 36 additions, 21 deletionsapp/views/projects/pipelines_settings/show.html.haml
- config/mail_room.yml 16 additions, 1 deletionconfig/mail_room.yml
- config/routes/group.rb 18 additions, 15 deletionsconfig/routes/group.rb
- doc/ci/README.md 1 addition, 0 deletionsdoc/ci/README.md
- doc/ci/pipelines.md 9 additions, 40 deletionsdoc/ci/pipelines.md
- doc/profile/two_factor_authentication.md 16 additions, 0 deletionsdoc/profile/two_factor_authentication.md
- doc/user/project/img/project_settings_list.png 0 additions, 0 deletionsdoc/user/project/img/project_settings_list.png
- doc/user/project/pipelines/img/pipelines_settings_badges.png 0 additions, 0 deletionsdoc/user/project/pipelines/img/pipelines_settings_badges.png
- doc/user/project/pipelines/img/pipelines_settings_test_coverage.png 0 additions, 0 deletions...roject/pipelines/img/pipelines_settings_test_coverage.png
- doc/user/project/pipelines/img/pipelines_test_coverage_build.png 0 additions, 0 deletions...r/project/pipelines/img/pipelines_test_coverage_build.png
... | @@ -326,7 +326,7 @@ gem 'newrelic_rpm', '~> 3.16' | ... | @@ -326,7 +326,7 @@ gem 'newrelic_rpm', '~> 3.16' |
gem 'octokit', '~> 4.3.0' | gem 'octokit', '~> 4.3.0' | ||
gem 'mail_room', '~> 0.8.1' | gem 'mail_room', '~> 0.9.0' | ||
gem 'email_reply_parser', '~> 0.5.8' | gem 'email_reply_parser', '~> 0.5.8' | ||
... | ... |

| W: | H:
| W: | H:


54.8 KiB
4.11 KiB
9.72 KiB