summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-03-081-10/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update slack instructions the previous instructions no longer apply, there is no "Incoming WebHooks" row anymore. luckily there exists direct link to web hooks, so the previous steps aren't even neccessary See merge request !3052
| * | | | | | | | | | | | | update slack instructionsElan Ruusamäe2016-03-011-10/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'patch-2' into 'master' Achilleas Pipinellis2016-03-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add link to web hooks docs Add link to web hooks docs on custom hooks docs page. See merge request !3082
| * | | | | | | | | | | | | add link to web hooks Ben Bodenmiller2016-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [skip ci]
* | | | | | | | | | | | | | Merge branch 'master' into 'master' Yorick Peterse2016-03-087-0/+58
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | adds language names to projects list [image attached] See merge request !3000
| * | | | | | | | | | | | | adds test for git push service for updating the language of the projecttiagonbotelho2016-03-072-3/+22
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add my mr to changelogtiagonbotelho2016-03-071-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | moves the main_language update logic to git push servicetiagonbotelho2016-03-072-8/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removes the test file of the project spec for invalid methodtiagonbotelho2016-03-071-8/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removes automatic setting of main_language to project for it to set a main ↵tiagonbotelho2016-03-071-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | language you have now to make a commit to the project
| * | | | | | | | | | | | | fixes typotiagonbotelho2016-03-071-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removes redundant selftiagonbotelho2016-03-071-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | implements test to simulate empty repotiagonbotelho2016-03-071-0/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adds tests and fixes some broken code to main language mrtiagonbotelho2016-03-073-3/+17
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho2016-03-074-24/+20
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | removes unused methods that I forgottiagonbotelho2016-03-072-16/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | implements project languages saving them onto the databasetiagonbotelho2016-03-073-0/+33
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | moves method to repository modeltiagonbotelho2016-03-072-7/+13
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | changes if ! to unless and now asks for language instead of languagestiagonbotelho2016-03-071-3/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adds cache to languages listtiagonbotelho2016-03-071-4/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | adds language names to projects list github styletiagonbotelho2016-03-072-0/+12
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'doc/ci-api-update' into 'master' Achilleas Pipinellis2016-03-086-453/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecated GitLab CI API clean up Deprecated GitLab CI API clean up. The intent here is to clean up deprecated GitLab CI documentation leaving only relevant information. Since we merged `Ci::Project` to `Project` most of this documentation is outdated. Closes #13610 See merge request !3003
| * | | | | | | | | | | | Update format of documentation for CI APIdoc/ci-api-updateGrzegorz Bizon2016-03-012-23/+40
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove deprecated CI API docs for commits and projectsGrzegorz Bizon2016-02-294-260/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | Update CI API documentation for runnersGrzegorz Bizon2016-02-291-53/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | Add CI API prefix to documentationGrzegorz Bizon2016-02-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | Update CI API docs for builds endpoint for runnersGrzegorz Bizon2016-02-292-64/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | Deprecated GitLab CI API clean up - READMEGrzegorz Bizon2016-02-291-79/+8
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'bundle_clean' into 'master' Achilleas Pipinellis2016-03-082-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add bundle clean to upgrade docs This MR adds a bundle clean after installing new gems. Bundle clean removes old, not needed gems to keep the system clean. See merge request !2809
| * | | | | | | | | | | | | make cleanup optionalChristian Mehlmauer2016-03-072-1/+6
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | add bundle clean to upgrade docsChristian Mehlmauer2016-02-142-0/+4
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'doc-troubleshooting' into 'master' Achilleas Pipinellis2016-03-086-31/+166
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Troubleshooting information for most used services. This replaces the changes started at gitlab-com/www-gitlab-com!1603 I'd like to add similar troubleshooting information for EE only services, but that needs to happen on a different MR on the EE side. Probably after this one gets merged. cc @ernstvn @dblessing @balameb @cabargas @kelvinmutuma See merge request !3080
| * | | | | | | | | | | | | | Fixed headers for anchorsdoc-troubleshootingPatricio Cano2016-03-073-17/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | | | | | Added Troubleshooting information for most used services.Patricio Cano2016-03-036-31/+173
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'rs-initial-setup-docs' into 'master' Achilleas Pipinellis2016-03-082-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document changes to the initial admin password Addresses https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3068#note_4117550 [ci skip] See merge request !3120
| * | | | | | | | | | | | | | | Document changes to the initial admin passwordrs-initial-setup-docsRobert Speicher2016-03-072-4/+10
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | Merge branch 'rs-redundant-features' into 'master' Douwe Maan2016-03-076-47/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove redundant integration tests These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test. See merge request !3117
| * | | | | | | | | | | | | | | Remove redundant integration testsRobert Speicher2016-03-076-47/+1
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test.
* | | | | | | | | | | | | | | Merge branch 'cache-raw-2' into 'master' Douwe Maan2016-03-075-1/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set cache headers for raw blobs This changes allows browsers and (in the case of public projects) proxy caches to cache raw Git blob responses. See merge request !3113
| * | | | | | | | | | | | | | Use Rails etag/cache_control helperscache-raw-2Jacob Vosmaer2016-03-071-11/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Refactor caching codeJacob Vosmaer2016-03-074-11/+18
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Revert changes in the Project modelJacob Vosmaer2016-03-071-4/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Tell clients/proxies to cache raw blob requestsJacob Vosmaer2016-03-035-4/+34
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'issue_13621_2' into 'master' Douwe Maan2016-03-0746-592/+423
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Labels should be visible in dashboard and group milestone views Closes #13621 See merge request !2931
| * | | | | | | | | | | | | | Updates from last code review.issue_13621_2Rubén Dávila2016-03-0636-496/+317
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add link with filter by milestone for labels and avatar.Rubén Dávila2016-03-041-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #13628
| * | | | | | | | | | | | | | Add some spinach specs.Rubén Dávila2016-03-042-2/+71
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add missing partials!Rubén Dávila2016-03-042-0/+31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Show some stats about Milestone according to the new UI.Rubén Dávila2016-03-042-10/+26
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Show Project name on Labels tab for Group and Dashboard context.Rubén Dávila2016-03-041-1/+8
| | | | | | | | | | | | | | |