- 10 Nov, 2016 1 commit
-
-
Patricio Cano authored
-
- 08 Nov, 2016 1 commit
-
-
Stan Hu authored
Closes gitlab-com/support-forum#1270
-
- 04 Nov, 2016 1 commit
-
-
Connor Shea authored
This update adds support for Rails 5. Also update redis-rails dependencies.
-
- 03 Nov, 2016 2 commits
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2814
-
Robert Speicher authored
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
-
- 31 Oct, 2016 3 commits
-
-
Manuel Rüger authored
ChangeLog: https://github.com/samg/diffy/blob/master/CHANGELOG
-
Manuel Rüger authored
ChangeLog: https://github.com/deckar01/task_list/compare/1.0.5...1.0.6
-
-
- 28 Oct, 2016 1 commit
-
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-
- 26 Oct, 2016 4 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
Code improvements, bug fixes, finish documentation and specs
-
Drew Blessing authored
-
Gabriel Mazetto authored
-
- 19 Oct, 2016 1 commit
-
-
Patricio Cano authored
Bump `omniauth-saml` to 1.7.0 to include security fixes and metadata support for IdP auto-configuration.
-
- 17 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 14 Oct, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Connor Shea authored
-
- 13 Oct, 2016 3 commits
-
-
Robert Speicher authored
This gem follows semantic versioning and will not introduce breaking changes in a minor version. See https://github.com/steveklabnik/request_store#semantic-versioning Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2868
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 12 Oct, 2016 4 commits
-
-
Robert Speicher authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22278
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
Truncato is introduced as a dependency to intelligently shorten the rendered HTML to 200 characters; the previous approach could have resulted in invalid HTML being rendered.
-
- 06 Oct, 2016 1 commit
-
-
Tjaart van der Walt authored
-
- 04 Oct, 2016 2 commits
-
-
-
Robert Speicher authored
`Style/VariableNumber` is explicitly disabled because I don't think we care if we name a variable `var_1` or `var1`.
-
- 03 Oct, 2016 1 commit
- 30 Sep, 2016 2 commits
-
-
Jared Deckard authored
-
Jared Deckard authored
-
- 29 Sep, 2016 2 commits
-
-
James Lopez authored
-
Connor Shea authored
-
- 28 Sep, 2016 2 commits
-
-
Elan Ruusamäe authored
This solve issues with ruby builds with rubygems preload see https://github.com/ruby-prof/ruby-prof/pull/191 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Connor Shea authored
This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
-
- 27 Sep, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 26 Sep, 2016 1 commit
-
-
ubudzisz authored
update sprockets version
-
- 25 Sep, 2016 1 commit
-
-
Robert Speicher authored
-
- 22 Sep, 2016 1 commit
-
-
Connor Shea authored
Upgrade unicorn from 4.9.0 to 5.1.0 and unicorn-worker-killer from 0.4.2 to 0.4.4. Changelog for unicorn: http://unicorn.bogomips.org/NEWS.html Changelog for unicorn-worker-killer: https://github.com/kzk/unicorn-worker-killer/blob/bdec225f028d1bda01b5888578c479b0c705f1a8/ChangeLog
-
- 21 Sep, 2016 1 commit
-
-
Stan Hu authored
Cycle Analytics: first iteration ## What does this MR do? - Implement the first iteration of the "Cycle Analytics" feature. ## What are the relevant issue numbers? - Closes #21170 ## Screenshots  ## Backend Tasks - [x] Implementation - [x] Phases - [x] Issue (Tracker) - [x] Plan (Board) - [x] Code (IDE) - [x] Test (CI) - [x] Review (MR) - [x] Staging (CD) - [x] Production (Total) - [x] Make heuristics more modular - [x] Scope to project - [x] Date range (30 days, 90 days) - [x] Access restriction - [x] Test - [x] Find a better way to test these phases - [x] Phases - [x] Issue (Tracker) - [x] Plan (Board) - [x] Code (IDE) - [x] Test (CI) - [x] Review (MR) - [x] Staging (CD) - [x] Production (Total) - [x] Test for "end case happens before start case" - [x] Consolidate helper - [x] Miniboss review - [x] Performance testing with mock data - [x] Improve performance - [x] Pre-calculate "merge requests closing issues - [x] Pre-calculate everything else - [x] Test performance against 10k issues - [x] Test all pre-calculation code - [x] Ci::Pipeline -> build start/finish - [x] Ci::Pipeline#merge_requests - [x] Issue -> record default metrics after save - [x] MergeRequest -> record default metrics after save - [x] Deployment -> Update "first_deployed_to_production_at" for MR metrics - [x] Git Push -> Update "first commit mention" for issue metrics - [x] Merge request create/update/refresh -> Update "merge requests closing issues" - [x] Remove `MergeRequestsClosingIssues` when necessary - [x] Changes to unblock Fatih - [x] Add summary data - [x] `stats` should be array - [x] Let `stats` be `null` if all `stats` are null - [x] Indexes for "merge requests closing issues" - [x] Test summary data - [x] Scope everything to project - [x] Find out why tests were passing - [x] Filter should include issues/MRs which have made it to production within the range - [x] Don't create duplicate `MergeRequestsClosingIssues` - [x] Fix tests - [x] MySQL median - [x] Assign to Douwe for review - [x] Fix conflicts - [x] Implement suggestions from Yorick's review - [x] Test on PG - [x] Test on MySQL - [x] Refactor - [x] Cleanup - [x] What happens if we have no data at all? - [x] Extract common queries to methods / scopes - [x] Remove unused queries - [x] Downtime for foreign key migrations - [x] Find a way around "if issue.metrics.present?" all over the place - [x] Find a way around "if merge_request.metrics.present?" all over the place - [x] Test migrations on a fresh database - [x] MySQL - [x] Pg - [x] Access issues - While the project is public and the visibility is set to "Everyone with access", you cannot visit the cycle analytics page when signed out. - [x] CHANGELOG - [x] Implement suggestions from Douwe's review - [x] First set of comments - [x] Second set of comments - [x] Third set of comments - [x] Fourth set of comments - [x] Make sure build is green - [ ] Make issue for "polish" - [ ] EE MR See merge request !5986
-