summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7967 from Bugagazavr/issue-actorValeriy Sizov2014-11-056-4/+25
|\ | | | | Add issueable actor to hooks
| * Add issueable actorKirill Zaitsev2014-10-056-4/+25
| |
* | Merge pull request #8222 from cirosantilli/concat-with-backslashRobert Schilling2014-11-041-3/+3
|\ \ | | | | | | Continue strings with backslash instead of append
| * | Continue strings with backslash instead of appendCiro Santilli2014-11-011-3/+3
| | |
* | | Merge pull request #8182 from cirosantilli/dry-css-behaviorValeriy Sizov2014-11-041-8/+18
|\ \ \ | | | | | | | | Factor behaviors.scss constants
| * | | Factor behaviors.scss constantsCiro Santilli2014-10-271-8/+18
| | | |
* | | | Merge pull request #8196 from bbodenmiller/patch-12Valeriy Sizov2014-11-041-1/+2
|\ \ \ \ | | | | | | | | | | clarify that 'template1=#' is part of prompt
| * | | | clarify that 'template1=#' is part of promptBen Bodenmiller2014-10-291-1/+2
| | | | | | | | | | | | | | | Similar to https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/database_mysql.md clarify that `template1=#` is part of the prompt.
* | | | | Merge pull request #8197 from bbodenmiller/patch-14Valeriy Sizov2014-11-041-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Quit the database session at end of database setup
| * | | | | Quit the database session at end of database setupBen Bodenmiller2014-10-301-0/+3
| |/ / / /
* | | | | Merge pull request #8224 from liammonahan/masterValeriy Sizov2014-11-043-4/+9
|\ \ \ \ \ | | | | | | | | | | | | Expose projects_limit through users API if UserFull.
| * | | | | Expose projects_limit through users API if UserFull.Liam Monahan2014-11-023-4/+9
| | | | | |
* | | | | | Merge pull request #8241 from cirosantilli/rm-unneeded-backslashRobert Schilling2014-11-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unneeded backslash: "\/" == "/"
| * | | | | | Remove unneeded backslash: "\/" == "/"Ciro Santilli2014-11-041-1/+1
| | | | | | |
* | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-11-043-5/+11
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #8231 from cirosantilli/0000Dmitriy Zaporozhets2014-11-043-5/+11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix push not allowed to protected branch if commit starts with 7 zeros.
| | * | | | | | | Fix push not allowed to protected branch ifCiro Santilli2014-11-033-5/+11
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | commit starts with 7 zeros.
* | | | | | | | Merge branch 'jastkand/gitlab-ce-fix-api-auth' into 'master'Dmitriy Zaporozhets2014-11-046-3/+57
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jastkand/gitlab ce fix api auth Fixes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/209 See merge request !1232
| * | | | | | | Merge branch 'master' into jastkand/gitlab-ce-fix-api-authDmitriy Zaporozhets2014-11-0332-145/+183
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
* | | | | | | | Merge branch 'api-events-username' into 'master'Dmitriy Zaporozhets2014-11-034-0/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose author username in project events API Fixes gitlab/gitlabhq#1476 See merge request !1236
| * | | | | | | | Update changelogDmitriy Zaporozhets2014-10-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | Expose author username in project events APIDmitriy Zaporozhets2014-10-313-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_urlMarin Jankovski2014-11-036-75/+33
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | update slack-notifier for new webhook_url format
| * | | | | | | | update slack-notifier to 1.0.0, use raw webhook_url per slack recommendationSteven Sloan2014-10-236-75/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility this should also prevent issues cropping up with mistakes in how the urls are parsed
* | | | | | | | | Merge pull request #8223 from cirosantilli/slack-require-spec-helperRobert Schilling2014-11-021-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use require spec_helper instead of relative path
| * | | | | | | | | Use require spec_helper instead of relative pathCiro Santilli2014-11-011-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More portable if either test or class gets moved, more uniform with the rest of the tests.
* | | | | | | | | Merge pull request #8209 from naveda89/patch-1Robert Schilling2014-11-021-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Fixed markdown error in 7.3-to-7.4 update guide
| * | | | | | | | Fixed markdown error in 7.3-to-7.4 update guideAlvaro Naveda2014-10-311-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | Just fixed a minor bug in the markdown notation
* | | | | | | | Merge pull request #8217 from bbodenmiller/change-label-generationRobert Schilling2014-11-011-1/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | remove feature label
| * | | | | | | | remove feature labelBen Bodenmiller2014-10-311-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | For automatic label generation remove label `feature` as it is basically means the same thing as label `enhancement`.
* | | | | | | | | Merge pull request #8213 from cirosantilli/factor-backend-shell-pathRobert Schilling2014-10-311-12/+20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Factor lib backend gitlab shell path
| * | | | | | | | | Factor lib backend gitlab shell pathCiro Santilli2014-10-311-12/+20
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #8211 from cirosantilli/rake-import-styleRobert Schilling2014-10-311-4/+3
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix doc rake import md style [ci-skip]
| * | | | | | | | Fix doc rake import md style [ci-skip]Ciro Santilli2014-10-311-4/+3
|/ / / / / / / /
* | | | | | | | Merge branch 'better-service-migration' into 'master'Dmitriy Zaporozhets2014-10-312-2/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better service migration Prevent crashes and saving invalid record. Skip non-valid services. Better fix for https://github.com/gitlabhq/gitlabhq/pull/8199 See merge request !1235
| * | | | | | | Save only valid record in service migrationsDmitriy Zaporozhets2014-10-312-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-10-311-0/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #8205 from CromFr/masterDmitriy Zaporozhets2014-10-311-0/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | Doc: Unicorn minimum worker_processes is 2
| | * | | | | | | Doc: Unicorn minimum worker_processes is 2Crom (Thibaut CHARLES)2014-10-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A value of 1 cause http push fail (issue #6978 on GitHub)
* | | | | | | | | Merge branch 'api-delete-branch-json' into 'master'Dmitriy Zaporozhets2014-10-314-1/+14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Api delete branch json Fixes gitlab/gitlabhq#1478 See merge request !1233
| * | | | | | | | Delete branch via API: doc updatedDmitriy Zaporozhets2014-10-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | | API delete branch: render branch name json instead of trueDmitriy Zaporozhets2014-10-303-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | Merge branch 'improve_rake_import_doc' into 'master'Sytse Sijbrandij2014-10-301-15/+33
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve import Documentation Improved the documentation steps for importing bare git repositories to GitLab. @dzaporozhets I added a step to create gitlab-satellites. Is this step really necessary, or do the satellites get created as needed? See merge request !1234
| * | | | | | | | Modified according to suggestions by @sytsePatricio Cano2014-10-301-30/+5
| | | | | | | | |
| * | | | | | | | Fixed typoPatricio Cano2014-10-301-2/+2
| | | | | | | | |
| * | | | | | | | Corrected layout, to be more friendly.Patricio Cano2014-10-301-9/+9
| | | | | | | | |
| * | | | | | | | Corrected the wording of the documentation and the layout.Patricio Cano2014-10-301-16/+14
| | | | | | | | |
| * | | | | | | | Added the satellites:create step, that might be necessary after the import.Patricio Cano2014-10-301-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected syntax.
| * | | | | | | | Improved rake documentation for importing existing repositories with a rake ↵Patricio Cano2014-10-291-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | task.
* | | | | | | | | Revert "Change update recommendation" since it should be fixed withSytse Sijbrandij2014-10-301-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c3104abfd4d5c58838a6f4514ffa4b7c04ff6dcd This reverts commit 8101640c33d240fc5b29c3dec33c56b67325a89f.