summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* note votes methids implementationupvote_count_to_apiValery Sizov2015-12-291-2/+2
|
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-286-21/+22
|
* Merge branch 'revert_votes_back' into 'master' Dmitriy Zaporozhets2015-12-258-16/+51
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert vote buttons back to issue and MR pages https://gitlab.com/gitlab-org/gitlab-ce/issues/3672 /cc @dzaporozhets @JobV ![joxi_screenshot_1450809309400](/uploads/379a75505e0d5f24e743aa0a6a6684e2/joxi_screenshot_1450809309400.png) See merge request !2206
| * satisfy rubocoprevert_votes_backValery Sizov2015-12-251-1/+1
| |
| * fix spinachValery Sizov2015-12-251-3/+5
| |
| * add sorting of awardsValery Sizov2015-12-254-2/+21
| |
| * revert back vote buttons to issue and MR pagesValery Sizov2015-12-254-11/+25
| |
* | Merge branch 'rs-opengraph' into 'master' Douwe Maan2015-12-2511-8/+262
|\ \ | | | | | | | | | | | | | | | | | | Add Open Graph meta tags See merge request !2192
| * | Add link to twitter docsDouwe Maan2015-12-251-1/+2
| | |
| * | Add more twitter metatags.Douwe Maan2015-12-251-0/+6
| | |
| * | Add og:site_nameDouwe Maan2015-12-251-2/+2
| | |
| * | Satisfy RubocopDouwe Maan2015-12-251-2/+2
| | |
| * | Add support for `twitter:label` meta tagsrs-opengraphRobert Speicher2015-12-247-4/+86
| | |
| * | Use `request.fullpath` for `og:url` tagRobert Speicher2015-12-241-1/+1
| | |
| * | Truncate page_description to 30 wordsRobert Speicher2015-12-242-2/+15
| | |
| * | Account for `@project.description` being nilRobert Speicher2015-12-232-1/+9
| | |
| * | Add page descriptions and imagesRobert Speicher2015-12-237-9/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A limited number of pages have defined their own descriptions, but otherwise we default to the Project's description (if `@project` is set), or the old `brand_title` fallback. The image will either be the uploaded project icon (never a generated one), the user's uploaded icon or Gravatar, or, finally, the GitLab logo.
| * | Add gitlab_logo.png, remove brand_logo.pngRobert Speicher2015-12-232-0/+0
| | |
| * | Add Open Graph meta tagsRobert Speicher2015-12-231-1/+5
| | |
* | | Merge branch 'adding_crime_security' into 'master' Achilleas Pipinellis2015-12-252-0/+64
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | Adding CRIME Vulnerability to Security doc Added an additional page to the security section that goes over current status and fixes for the TLS Protocol CRIME Vulnerability. Also added its respective link at the security README. Any suggestions appreciated @JobV @sytses See merge request !2102
| * | Clean up CRIME security doc [ci skip]Achilleas Pipinellis2015-12-251-37/+41
| | |
| * | Merge branch 'master' into adding_crime_securityAchilleas Pipinellis2015-12-25228-868/+18553
| |\ \ | |/ / |/| |
* | | Merge branch 'ci_triggers_docs' into 'master' Achilleas Pipinellis2015-12-257-20/+197
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation on CI triggers Closes #3432 ## Notes * Implement build trigger API - https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/229 * Build trigger API - https://gitlab.com/gitlab-org/gitlab-ci/issues/257 * Build pipeline - https://dev.gitlab.org/gitlab/gitlab-ci/issues/282 and https://gitlab.com/gitlab-org/gitlab-ce/issues/3743 * Dependent builds - https://dev.gitlab.org/gitlab/gitlab-ci/issues/328 * Travis docs - https://docs.travis-ci.com/user/triggering-builds/ * Custom variables Circle CI example - https://circleci.com/docs/nightly-builds * Triggers API (CI) will be done in a separate MR * Notify https://gitlab.com/gitlab-org/gitlab-ci/issues/368 once done ## Docs needed to change - [x] `doc/ci/README.md` - [x] `doc/README.md` See merge request !2161
| * | | Add examples for triggers [ci skip]Achilleas Pipinellis2015-12-251-5/+76
| | | |
| * | | Merge branch 'master' into ci_triggers_docsci_triggers_docsAchilleas Pipinellis2015-12-25208-820/+18111
| |\ \ \
| * | | | Add images and examplesAchilleas Pipinellis2015-12-255-2/+95
| | | | |
| * | | | Remove triggers from yaml doc [ci skip]Achilleas Pipinellis2015-12-241-27/+0
| | | | |
| * | | | Add triggers doc in top level readme [ci skip]Achilleas Pipinellis2015-12-241-5/+6
| | | | |
| * | | | Document triggers in yaml/README.md [ci skip]Achilleas Pipinellis2015-12-211-0/+27
| | | | |
| * | | | Init documentation on Triggers [ci skip]Achilleas Pipinellis2015-12-212-19/+31
| | | | |
* | | | | Merge branch 'support-api-lookup-by-username' into 'master' Dmitriy Zaporozhets2015-12-254-5/+29
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API support for looking up a user by username Needed to support Huboard See merge request !2089
| * | | | | Add API support for looking up a user by usernameStan Hu2015-12-244-5/+29
| | | | | | | | | | | | | | | | | | | | | | | | Needed to support Huboard
* | | | | | Merge branch 'feature/force-tfa' into 'master' Dmitriy Zaporozhets2015-12-2516-27/+220
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Require two factor authentication Allow Admins to force 2FA on their users, as discussed here: gitlab-org/gitlab-ce#3783 See merge request !2155
| * | | | | Fixed codestyle and added 2FA documentationfeature/force-tfaGabriel Mazetto2015-12-244-3/+44
| | | | | |
| * | | | | Updated CHANGELOGGabriel Mazetto2015-12-241-0/+1
| | | | | |
| * | | | | Add to application_settings forced TFA optionsGabriel Mazetto2015-12-242-0/+14
| | | | | |
| * | | | | specs for forced two-factor authentication and grace periodGabriel Mazetto2015-12-243-8/+63
| | | | | | | | | | | | | | | | | | | | | | | | simplified code and fixed stuffs
| * | | | | Grace period support for TFAGabriel Mazetto2015-12-247-3/+53
| | | | | |
| * | | | | WIP require two factor authenticationGabriel Mazetto2015-12-246-26/+58
| | | | | |
* | | | | | Merge branch 'ref-filter-html' into 'master' Robert Speicher2015-12-245-17/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Escape all the things. See merge request !2209
| * | | | | Escape all the things.Douwe Maan2015-12-245-17/+20
| | | | | |
* | | | | | Merge branch 'fix-add-key-submit' into 'master' Douwe Maan2015-12-242-1/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable "Add key" button when user fills in a proper key Closes #4295 See merge request !2208
| * | | | | Enable "Add key" button when user fills in a proper keyStan Hu2015-12-242-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Closes #4295
* | | | | | Update CHANGELOGRobert Speicher2015-12-241-1/+3
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Speicher2015-12-241-8/+8
|\ \ \ \ \
| * \ \ \ \ Merge pull request #9915 from huacnlee/avoid-ability-methods-allocationsDmitriy Zaporozhets2015-12-241-8/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | | Avoid allocations in Ability class.
| | * | | | Avoid allocations in Ability class.Jason Lee2015-12-161-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It won't change anything after they are first invoke, so add method cache to avoid allocations and avoid GC. Benchmarks: ``` Calculating ------------------------------------- project_guest_rules without method cache 79.352k i/100ms project_guest_rules with method cache 93.634k i/100ms ------------------------------------------------- project_guest_rules without method cache 2.865M (±32.5%) i/s - 11.982M project_guest_rules with method cache 4.419M (± 7.4%) i/s - 22.004M Comparison: project_guest_rules with method cache: 4418908.0 i/s project_guest_rules without method cache: 2864514.0 i/s - 1.54x slower Calculating ------------------------------------- project_report_rules without method cache 53.126k i/100ms project_report_rules with method cache 97.473k i/100ms ------------------------------------------------- project_report_rules without method cache 1.093M (±36.5%) i/s - 4.675M project_report_rules with method cache 4.420M (± 7.2%) i/s - 22.029M Comparison: project_report_rules with method cache: 4420054.3 i/s project_report_rules without method cache: 1092509.6 i/s - 4.05x slower ``` https://gist.github.com/huacnlee/b04788ae6df42fe769e4
* | | | | | Merge branch 'fix-changelog' into 'master'Robert Speicher2015-12-241-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move changelog items to their correct place. Fixes #4236 See merge request !2201
| * | | | | | Move changelog items to their correct place.Douwe Maan2015-12-241-3/+3
| | | | | | |
* | | | | | | Merge branch 'ldap-special-chars-fix' into 'master' Douwe Maan2015-12-244-4/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix identity and user retrieval when special characters are used Fixes #4023 I also added tests to make sure the user with special characters in his name is returned correctly. @rspeicher this probably should be added to 8.3 as a patch. See merge request !2176