summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactored authentication code to make it a bit clearer, added test for ↵lfs-support-for-sshPatricio Cano2016-09-156-38/+52
| | | | wrong SSH key.
* Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-153-47/+48
|
* Use special characters for `lfs+deploy-key` to prevent a someone from ↵Patricio Cano2016-09-157-9/+9
| | | | creating a user with this username, and method name refactoring.
* Better authentication handling, syntax fixes and better actor handling for ↵Patricio Cano2016-09-156-45/+51
| | | | LFS Tokens
* Improve string handling.Patricio Cano2016-09-151-2/+2
|
* Refactored handling of the `LfsToken` and added functionality to it to ↵Patricio Cano2016-09-155-21/+46
| | | | simplify external code.
* Refactored LFS auth logic when using SSH to use its own API endpoint ↵Patricio Cano2016-09-157-32/+62
| | | | `/lfs_authenticate` and added tests.
* Refactor LFS token logic to use a Redis key instead of a DB field, making it ↵Patricio Cano2016-09-1515-79/+93
| | | | a 1 use only token.
* Added CHANGELOG item and documentation.Patricio Cano2016-09-153-2/+11
|
* Added LFS support to SSHPatricio Cano2016-09-1513-21/+169
| | | | - Required on the GitLab Rails side is mostly authentication and API related.
* Merge branch 'rs-fix-todos-filtering-spec' into 'master' Rémy Coutable2016-09-151-4/+16
|\ | | | | | | | | | | | | | | | | | | | | | | Improve validity of spec/features/todos/todos_filtering_spec.rb Previously, we were checking that a CSS selector string didn't have some page-related content, which, of course it didn't. Now we check against the actual content of the selector, we use a more semantic selector, and we add an additional expectation for the text that _should_ be there, as an additional sanity check. See merge request !6356
| * Improve validity of spec/features/todos/todos_filtering_spec.rbrs-fix-todos-filtering-specRobert Speicher2016-09-141-4/+16
| | | | | | | | | | | | | | | | | | Previously, we were checking that a CSS selector string didn't have some page-related content, which, of course it didn't. Now we check against the actual content of the selector, we use a more semantic selector, and we add an additional expectation for the text that _should_ be there, as an additional sanity check.
* | Merge branch 'fix-old-migration-repos-path-key' into 'master' Robert Speicher2016-09-152-5/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update references to deprecated `repos_path` configuration key to avoid ## What does this MR do? Update references to deprecated `repos_path` configuration key to avoid errors when updating GitLab from older versions ## Why was this MR needed? Users were reporting errors when upgrading from GitLab 6.7 ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1464 See merge request !6350
| * | Update references to deprecated `repos_path` configuration key to avoidfix-old-migration-repos-path-keyAlejandro Rodríguez2016-09-142-5/+4
| | | | | | | | | | | | errors on updates from older versions
* | | Merge branch 'group-similar' into 'master' Rémy Coutable2016-09-1510-35/+213
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group similar builds We group builds by removing from the builds name two numbers which are delimited by whitespace or colon: * `name 0 1` => `name` * `name 0:1` => `name` * `name 0/1` => `name` * `name 0:1 ruby` => `name ruby` * `name 0/1 ruby` => `name ruby` * `0 1 name ruby` => `name ruby` * `0:1 name ruby` => `name ruby` * `0/1 name ruby` => `name ruby` See merge request !6242
| * | | Fix spec failuresgroup-similarKamil Trzcinski2016-09-145-13/+10
| | | |
| * | | Add more regexp testsKamil Trzcinski2016-09-141-0/+2
| | | |
| * | | Add view specs for pipelines graphKamil Trzcinski2016-09-141-0/+51
| | | |
| * | | Add grouping testsKamil Trzcinski2016-09-142-1/+32
| | | |
| * | | Re-use as much of views as possibleKamil Trzcinski2016-09-146-58/+46
| | | |
| * | | Style grouped builds dropdownAnnabel Dunstone Gray2016-09-073-15/+99
| | | |
| * | | Group similar buildsKamil Trzcinski2016-09-074-5/+30
| | | |
* | | | Merge branch 'issue-description-scroll-fix' into 'master' Fatih Acet2016-09-153-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trigger autosize update after template selection ## What does this MR do? Triggers an autosize update after selecting an issue template. The autosize plugin doesn't react to value changes and therefore doesn't automatically update when the user selects the template. This merge request adds it so that it detects if the editor the template selector is a jQuery object (not Ace editor) & then triggers the autosize event to allow the user to scroll the textarea. ## Screenshots (if relevant) ![resize](/uploads/1ab04b4202309b13f1178e04c0953112/resize.gif) ## What are the relevant issue numbers? Closes #21982 See merge request !6282
| * | | | Trigger autosize update after template selectionissue-description-scroll-fixPhil Hughes2016-09-093-0/+21
| | | | | | | | | | | | | | | | | | | | Closes #21982
* | | | | Merge branch 'ci-quick-start-doc-improvement' into 'master' Achilleas Pipinellis2016-09-151-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/ci/quick_start/README: improve sentence about link to a Lint tool ## What does this MR do? It improves the `doc/ci/quick_start/README.md` documentation. ## Are there points in the code the reviewer needs to double check? The reviewer can check that there is no more **CI settings** menu and that the Lint tool can be accessed under **Pipelines > Pipelines** and **Pipelines > Builds**. ## Why was this MR needed? Because the CI quick start documentation was not correct. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? It is not a code change so I don't think the below criteria are relevant. - [ ] [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 you do - 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? I didn't check if there was an issue for this. See merge request !6301
| * | | | | doc/ci/quick_start/README: improve sentence about link to a Lint tool ci-quick-start-doc-improvementChristian Couder2016-09-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The link is now a button under **Pipelines > Pipelines** and **Pipelines > Builds**. There is no more **CI settings** menu.
* | | | | | Merge branch 'user-permission-doc-fix' into 'master' Achilleas Pipinellis2016-09-151-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc/user/permissions: update option and menu names ## What does this MR do? This fixes `doc/user/permissions.md` documentation. ## Are there points in the code the reviewer needs to double check? The reviewer can check that the name of the option is now **Public pipelines** and that this option is in **Project Settings > CI/CD Pipelines**. ## Why was this MR needed? Because the previous name of the option and of the menu had not been updated in `doc/user/permissions.md` when they were changed. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? This is a documentation only MR, so I don't think it needs to pass all these acceptance criteria. - [ ] [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 you do - 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? I don't know of any issue number. See merge request !6302
| * | | | | | doc/user/permissions: update option and menu namesChristian Couder2016-09-121-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | It looks like the option is now called **Public pipelines** and the menu item is now **Project Settings > CI/CD Pipelines**.
* | | | | | Merge branch 'new-file-mobile-dropdown-fix' into 'master' Fatih Acet2016-09-151-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed add to tree button on mobile ## What does this MR do? Fixes an issue with the width of the add to tree button on mobile. This was caused by acde2e30b62ca7adaae2a7afd75f09f7a56be58e adding `100%` width for mobile. ## Screenshots (if relevant) ![Screen_Shot_2016-09-14_at_10.52.41](/uploads/029877794411ef68f31091869b7b9618/Screen_Shot_2016-09-14_at_10.52.41.png) ## What are the relevant issue numbers? Closes #22128 See merge request !6339
| * | | | | | Fixed add to tree button on mobilenew-file-mobile-dropdown-fixPhil Hughes2016-09-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #22128
* | | | | | | Merge branch 'fix-multiple-pipeline-events' into 'master' 22202-similar-code-found-in-defn-mass-108-in-lib-gitlab-diff-position_tracer-rb-98-lib-gitlab-diff-position_tracer-rb-119Rémy Coutable2016-09-154-25/+38
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the ordering of transition callbacks Because pipeline status could be changed for the builds in the next stages, if we process next stages first, the current build would be out of synchronized, and would need a reload for that matter. Alternatively, like what I did in this commit, we could process the next stages later (by using `after_transition` rather than `around_transition`), and complete what're doing for the current build first. This way we don't have to reload because nothing is out synchronized. Note that since giving `false` in `after_transition` would halt the callbacks chain, according to: https://github.com/state-machines/state_machines-activemodel/blob/v0.4.0/lib/state_machines/integrations/active_model.rb#L426-L429 We'll need to make sure we're not returning false because we don't intend to interrupt the chain. This fixes #22010. After this fix, both pipeline events and build events would only show up once. See merge request !6305
| * | | | | | | Fix Commit#status, feedback:fix-multiple-pipeline-eventsLin Jen-Shin2016-09-143-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6305#note_15230024
| * | | | | | | Fix EnglishLin Jen-Shin2016-09-131-4/+4
| | | | | | | |
| * | | | | | | Add a test for #22010Lin Jen-Shin2016-09-131-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The observed faulty state transition is probably hard to test, because we need to hook into internal states to observe them. Namely this: 07:30:16 | Build#ruby-2.2 enqueue: created -> pending 07:30:16 | Pipeline#32 enqueue: created -> pending 07:30:16 | Build#ruby-2.3 enqueue: created -> pending 07:30:16 | Build#ruby-2.2 run: pending -> running 07:30:16 | Pipeline#32 run: pending -> running 07:30:29 | Build#ruby-2.2 drop: running -> failed 07:30:29 | Pipeline#32 run: running -> running 07:30:29 | Build#ruby-2.3 run: pending -> running 07:30:30 | Pipeline#32 run: running -> running 07:30:57 | Build#gem:build skip: created -> skipped 07:30:57 | Pipeline#32 drop: running -> failed 07:30:57 | Build#gem:release skip: created -> skipped 07:30:57 | Pipeline#32 drop: failed -> failed 07:30:57 | Build#ruby-2.3 drop: running -> failed 07:30:57 | Pipeline#32 drop: running -> failed ^^^ Should be failed -> failed However, the consequence of this, executing hooks twice would be easy enough to observe. So we could at least test against this. Keep in mind that if we ever changed how we execute the hooks this won't be testing against faulty state transition.
| * | | | | | | Fix stylingLin Jen-Shin2016-09-131-7/+7
| | | | | | | |
| * | | | | | | should show the status of the latest oneLin Jen-Shin2016-09-122-2/+2
| | | | | | | |
| * | | | | | | Revert "reload instead, so that we don't have to change order"Lin Jen-Shin2016-09-121-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 575dc2b0d78b2680d6e5bb43f293c98d378b8733.
| * | | | | | | reload instead, so that we don't have to change orderLin Jen-Shin2016-09-121-4/+11
| | | | | | | |
| * | | | | | | Fix test (credits to Kamil)Lin Jen-Shin2016-09-121-3/+4
| | | | | | | |
| * | | | | | | Fix the ordering of transition callbacks:Lin Jen-Shin2016-09-121-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because pipeline status could be changed for the builds in the next stages, if we process next stages first, the current build would be out of synchronized, and would need a reload for that matter. Alternatively, like what I did in this commit, we could process the next stages later (by using `after_transition` rather than `around_transition`), and complete what're doing for the current build first. This way we don't have to reload because nothing is out synchronized. Note that since giving `false` in `after_transition` would halt the callbacks chain, according to: https://github.com/state-machines/state_machines-activemodel/blob/v0.4.0/lib/state_machines/integrations/active_model.rb#L426-L429 We'll need to make sure we're not returning false because we don't intend to interrupt the chain. This fixes #22010. After this fix, both pipeline events and build events would only show up once.
* | | | | | | | Merge branch 'update-implement-design-ui-elements-in-CONTRIBUTING' into ↵Rémy Coutable2016-09-151-16/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Simplify the 'Implement design & UI elements' section in CONTRIBUTING There's a nice documentation page in the gitlab-design page, so just link to it! See merge request !6249
| * | | | | | | | Simplify the 'Implement design & UI elements' section in CONTRIBUTINGupdate-implement-design-ui-elements-in-CONTRIBUTINGRémy Coutable2016-09-071-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | Merge branch 'fix_custom_hook_envs' into 'master' Rémy Coutable2016-09-152-5/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean environment variables when running git hooks Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/20977 See merge request !6344
| * | | | | | | | | Clean environment variables when running git hooksfix_custom_hook_envsValery Sizov2016-09-152-5/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch 'rs-update-rubocop' into 'master' Rémy Coutable2016-09-153-57/+76
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rubocop to 0.42.0 Also updates `.rubocop_todo.yml` for the latest cops. See merge request !6354
| * | | | | | | | | Regenerate .rubocop_todo.yml based on rubocop 0.42.0Robert Speicher2016-09-141-53/+72
| | | | | | | | | |
| * | | | | | | | | Bump rubocop to 0.42.0Robert Speicher2016-09-142-4/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch 'sh-allow-flay-flog-failure' into 'master' Stan Hu2016-09-151-2/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow flay and flog to fail for now flay and flog started working somehow (despite #17858). Disabling them for now since the broken builds are impeding progress. See merge request !6360
| * | | | | | | | | | Allow flay and flog to fail for nowStan Hu2016-09-141-2/+6
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'sh-flay-ignore-svg-whitelist' into 'master' Stan Hu2016-09-151-0/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore SVG whitelist code from flay The SVG whitelist code was generated from table definitions, and simplifying it would actually make it harder to read. See merge request !6361