Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove InfluxDB username/passwordremove-influxdb-credentials | Yorick Peterse | 2016-01-06 | 5 | -26/+16 |
| | | | | | InfluxDB over UDP doesn't use authentication, thus there's no need for these settings. | ||||
* | Merge branch 'metrics-milliseconds' into 'master' | Yorick Peterse | 2016-01-06 | 4 | -6/+14 |
|\ | | | | | See merge request !2316 | ||||
| * | Store SQL/view timings in milliseconds | Yorick Peterse | 2016-01-06 | 4 | -6/+14 |
| | | | | | | | | | | Transaction timings are also already stored in milliseconds, this keeps things consistent. | ||||
* | | Merge branch 'azure_oauth2' into 'master' | Stan Hu | 2016-01-06 | 7 | -1/+92 |
|\ \ | |/ |/| | | | | | | | | | Enable Microsoft Azure OAuth2 support Added Microsoft Azure as OAuth2 provider (https://github.com/KonaTeam/omniauth-azure-oauth2) including docs and icon. See merge request !2187 | ||||
| * | Enable Microsoft Azure OAuth2 support | Janis Meybohm | 2016-01-06 | 7 | -1/+92 |
|/ | |||||
* | Merge branch 'fix/project-destroy-callbacks' into 'master' | Douwe Maan | 2016-01-06 | 1 | -4/+2 |
|\ | | | | | | | | | | | | | Fix project destroy callback See gitlab-org/gitlab-ee!107. See merge request !2307 | ||||
| * | Fix project destroy callbackfix/project-destroy-callbacks | Grzegorz Bizon | 2016-01-05 | 1 | -4/+2 |
| | | | | | | | | See gitlab-org/gitlab-ee!107. | ||||
* | | Merge branch 'import-gh-pull-requests' into 'master' | Douwe Maan | 2016-01-06 | 10 | -24/+681 |
|\ \ | | | | | | | | | | | | | | | | | | | Import GitHub Pull Requests into GitLab Fixes #2833 See merge request !2168 | ||||
| * | | Update doc for importing existing GitHub projects to GitLabimport-gh-pull-requests | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -2/+2 |
| | | | |||||
| * | | Ensure that we're only importing local pull requests | Douglas Barbosa Alexandre | 2016-01-05 | 3 | -1/+31 |
| | | | |||||
| * | | Update CHANGELOG | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -0/+1 |
| | | | |||||
| * | | Generate separate comments when importing GitHub Issues into GitLab | Douglas Barbosa Alexandre | 2016-01-05 | 8 | -76/+266 |
| | | | |||||
| * | | Refactoring GithubImport::Importer | Douglas Barbosa Alexandre | 2016-01-05 | 5 | -61/+407 |
| | | | |||||
| * | | Extract methods to import comments on a GitHub Pull Request | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -24/+28 |
| | | | |||||
| * | | Doesn't import GitHub PR where branches were no longer available | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -38/+44 |
| | | | |||||
| * | | Import comments on the diff of a GitHub Pull Request into GitLab | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -0/+16 |
| | | | |||||
| * | | Import comments on GitHub Pull Request into GitLab | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -0/+14 |
| | | | |||||
| * | | Import GitHub Pull Requests into GitLab | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -7/+57 |
| |/ | |||||
* | | Merge branch 'fix-notification-spec' into 'master' | Douwe Maan | 2016-01-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix notification spec Master was broken :( See merge request !2306 | ||||
| * | | Fix notification specfix-notification-spec | Douwe Maan | 2016-01-05 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'rs-fix-abuse-report-url' into 'master' | Dmitriy Zaporozhets | 2016-01-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix the abuse report detail URL in the HTML email template Previous URL resulted in a 404. See merge request !2310 | ||||
| * | | Fix the abuse report detail URL in the HTML email templaters-fix-abuse-report-url | Robert Speicher | 2016-01-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'feature/detailed-user-endpoint' of ↵ | Dmitriy Zaporozhets | 2016-01-06 | 3 | -1/+11 |
|\ \ \ | | | | | | | | | | | | | https://gitlab.com/Michi302/gitlab-ce | ||||
| * | | | Add missing changelog entryMichi302/gitlab-ce-feature/detailed-user-endpoint | Michi302 | 2016-01-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Make single user API endpoint return Entities::User instead of ↵ | Michi302 | 2015-12-28 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | Entities::UserBasic | ||||
* | | | | Merge pull request #9912 from pmq20/psvr/dec15 | Stan Hu | 2016-01-05 | 1 | -0/+1 |
|\ \ \ \ | |_|/ / |/| | | | Ignore config/sidekiq.yml | ||||
| * | | | Ignore config/sidekiq.yml [ci skip] | The rugged tests are fragile | 2015-12-15 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'validate-readme-format' into 'master' | Robert Speicher | 2016-01-05 | 2 | -8/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Validate README format Take the first previewable README file as project's README, otherwise if none file is available, or we can't preview any of them, we assume that project doesn't have a README file. Fixes #3978 | ||||
| * | | | | [ci skip] Update CHANGELOGvalidate-readme-format | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Validate README format before displaying | Douglas Barbosa Alexandre | 2016-01-05 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take the first previewable README file as project’s README, otherwise if none file is available, or we can’t preview any of them, we assume that project doesn’t have a README file. | ||||
* | | | | | Merge branch 'rs-version-check-svg' into 'master' | Robert Speicher | 2016-01-05 | 2 | -1/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | Update version check images to use SVG See merge request !2244 | ||||
| * | | | | Update version check images to use SVG | Robert Speicher | 2016-01-05 | 2 | -1/+2 |
|/ / / / | |||||
* | | | | Merge branch 'mikew1/gitlab-ce-better-asana-refs' into 'master' | Douwe Maan | 2016-01-05 | 2 | -48/+111 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better support for referencing and closing issues in asana_service.rb (by @mikew1) See merge request !2302 | ||||
| * | | | | Satisfy Rubocop | Douwe Maan | 2016-01-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Don't log backtrace in Asana servicemikew1/gitlab-ce-better-asana-refs | Mike Wyatt | 2016-01-04 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'upstream/master' into better-asana-refs | Mike Wyatt | 2015-12-31 | 403 | -2136/+22333 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (307 commits) Update CHANGELOG spinach fix Updated allocations Gem to version 1.0.3 Removed various default metrics tags Update CHANGELOG Fix "I see current user as the first user" step Swap Author and Assignee Selectors on issuable index view Update CHANGELOG Make sure that is no pending migrations in Gitlab::CurrentSettings Added additional config environmental variables to help Debian packaging We don't use whenever anymore. Lets remove the schedule file Fix project transfer e-mail sending incorrect paths in e-mail notification Update CHANGELOG Use Gitlab::CurrentSettings for InfluxDB Write to InfluxDB directly via UDP Strip newlines from obfuscated SQL Add hotfix that allows to access build artifacts created before 8.3 note votes methids implementation When reCAPTCHA is disabled, allow registrations to go through without a code Downcased user or email search for avatar_icon. ... | ||||
| * | | | | | Use `execute` in Asana specs | Mike Wyatt | 2015-12-31 | 1 | -15/+18 |
| | | | | | | |||||
| * | | | | | Actually test the posted comment in Asana service | Mike Wyatt | 2015-12-31 | 1 | -4/+21 |
| | | | | | | |||||
| * | | | | | Better handling of errors in Asana service | Mike Wyatt | 2015-12-30 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | ||||
| * | | | | | Update Asana service documentation | Mike Wyatt | 2015-12-30 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Restore colon in Asana comment | Mike Wyatt | 2015-12-30 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'origin/master' into better-asana-refs | Mike Wyatt | 2015-12-30 | 84 | -495/+546 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: Use lazy reference extractor to get issue's MRs Banzai::XFilter -> Banzai::Filter::XFilter Move Markdown/reference logic from Gitlab::Markdown to Banzai | ||||
| * | | | | | | Fix error in Asana service | Mike Wyatt | 2015-12-29 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update Asana specs | Mike Wyatt | 2015-12-29 | 1 | -8/+32 |
| | | | | | | | |||||
| * | | | | | | Update Asana service to work with Personal Access Token, lessen number of ↵ | Mike Wyatt | 2015-12-29 | 1 | -31/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | requests to Asana API | ||||
| * | | | | | | Update Asana field descriptions | Mike Wyatt | 2015-12-29 | 1 | -4/+2 |
| | | | | | | | |||||
| * | | | | | | better support for referencing and closing issues in asana_service.rb | Mike Wyatt | 2015-12-16 | 2 | -8/+41 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'brunsa2/gitlab-ce-diverging-branch-graphs' into 'master' | Douwe Maan | 2016-01-05 | 6 | -0/+117 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add graphs of commits ahead/behind default branch (by @brunsa2) Replaces https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1716 See merge request !2301 | ||||
| * | | | | | | | Fix diverging commit count calculationbrunsa2/gitlab-ce-diverging-branch-graphs | Jeff Stubler | 2015-12-15 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rugged seemed to stop accepting branch names as valid refs, throwing `Rugged::ReferenceError` exceptions. Now the branch target rather than branch name is used, and the default branch's hash is also calculated, and these work properly. This used to work and might be something worth re-investigating in the future. | ||||
| * | | | | | | | Merge branch 'master' into diverging-branch-graphs | Jeff Stubler | 2015-12-03 | 582 | -4651/+9171 |
| |\ \ \ \ \ \ \ |