summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-06-301-1/+1
|\
| * Merge pull request #7170 from cirosantilli/add-trailing-newlinesSytse Sijbrandij2014-06-301-1/+1
| |\
| | * Add trailing newline to all text files.Ciro Santilli2014-06-211-1/+1
* | | Fix signup and project visibilityDmitriy Zaporozhets2014-06-301-1/+1
* | | Make app works with strong paramsDmitriy Zaporozhets2014-06-264-4/+17
|/ /
* | Return better error when account exists when attempting oauth account create.Marin Jankovski2014-06-241-1/+7
* | Merge pull request #7013 from jvanbaarsen/better-webhook-informationDmitriy Zaporozhets2014-06-241-0/+25
|\ \
| * | Added an UrlBuilder for building rails named routesJeroen van Baarsen2014-06-131-0/+25
* | | Move checking of recepients to a service.Marin Jankovski2014-06-231-5/+3
* | | Show @all in autocomplete list.Marin Jankovski2014-06-231-1/+6
* | | Merge branch 'gitlab_cache_clear' into 'master'Dmitriy Zaporozhets2014-06-231-1/+6
|\ \ \
| * | | Patch `rake cache:clear` for large amounts of keysJacob Vosmaer2014-06-201-1/+6
| | |/ | |/|
* | | Merge branch 'remove-observers' into 'master'Dmitriy Zaporozhets2014-06-231-5/+8
|\ \ \ | |/ / |/| |
| * | Fix notes creation via APIDmitriy Zaporozhets2014-06-181-5/+8
* | | Fix mistake in reference_jira_issue methodAndrew Kumanyaev2014-06-181-1/+1
|/ /
* | Merge remote-tracking branch 'origin/issue_closing_widget'Dmitriy Zaporozhets2014-06-141-0/+16
|\ \
| * | Detect closing issues in Merge Request descriptionJacob Vosmaer2014-06-131-0/+16
* | | Dont expose user email via APIDmitriy Zaporozhets2014-06-134-22/+30
|/ /
* | Wipe wall notes featureDmitriy Zaporozhets2014-06-133-54/+1
|/
* Skip init script checks on omnibus-gitlabJacob Vosmaer2014-06-121-0/+14
* Merge branch 'huge-repo-improve' into 'master'Dmitriy Zaporozhets2014-06-111-1/+1
|\
| * Use same 30 seconds satellite timeout for all actionsDmitriy Zaporozhets2014-06-111-1/+1
* | Strip apostrophe from email generated usernames.Marin Jankovski2014-06-112-2/+6
|/
* Merge branch 'email_with_apostrophe' into 'master'Dmitriy Zaporozhets2014-06-111-0/+21
|\
| * Test for the apostrophe in the emailMarin Jankovski2014-06-111-0/+0
| * Remove email_validator gem and allow apostrophe as a valid character in email.Marin Jankovski2014-06-111-0/+21
* | Merge pull request #7024 from skv-headless/linkto_issues_on_main_dashboardDmitriy Zaporozhets2014-06-112-36/+63
|\ \ | |/ |/|
| * links to issues on main dashboardskv2014-05-262-36/+63
* | Replace milestone observer with servicesDmitriy Zaporozhets2014-06-101-19/+16
* | Remove thread vars usage from API notes and mr'sDmitriy Zaporozhets2014-06-102-33/+26
* | Remove set of thread variablesDmitriy Zaporozhets2014-06-102-16/+1
* | Update check task and add to monthly release doc lines about gitlab_shell_ver...Marin Jankovski2014-06-101-1/+17
* | fix permissions for files APINihad Abbasov2014-06-061-1/+8
* | Merge pull request #7075 from jvanbaarsen/split-spinach-testsDmitriy Zaporozhets2014-06-051-0/+21
|\ \
| * | Splitted the Spinach tests to prevent time-outsJeroen van Baarsen2014-06-041-0/+21
* | | Move gitlab-ssl nginx config from gitlab-recipesAchilleas Pipinellis2014-06-051-0/+164
|/ /
* | Ensure sidekiq is displayed by setting X-Frame-Options.GitLab2014-06-031-0/+1
* | Bump gitlab-shell versionDmitriy Zaporozhets2014-05-311-1/+1
* | Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets2014-05-302-1/+2
|\ \
| * \ Merge pull request #6882 from Tandrial/masterDmitriy Zaporozhets2014-05-301-1/+1
| |\ \
| | * | Satellites access fixMichael Krane2014-04-271-1/+1
| * | | Merge pull request #6986 from agjmills/masterDmitriy Zaporozhets2014-05-301-0/+1
| |\ \ \
| | * | | added SYSV chkconfig property so gitlab starts after MySQLd / nginxAlexander Mills2014-05-161-0/+1
* | | | | Dont allow git tag rewrite/removal unless you are masterDmitriy Zaporozhets2014-05-301-0/+3
|/ / / /
* | | | Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets2014-05-291-0/+16
|\ \ \ \
| * | | | Add CreateTagService. Use new service to allow tag creation through API.Sean Edge2014-05-231-0/+16
| | |_|/ | |/| |
* | | | Use new Projects::TransferService classDmitriy Zaporozhets2014-05-281-3/+5
* | | | Remove old rake taskDmitriy Zaporozhets2014-05-281-111/+0
* | | | Move from script to bin directory.Marin Jankovski2014-05-273-11/+11
* | | | Merge branch 'compare-api' into 'master'Dmitriy Zaporozhets2014-05-272-0/+41
|\ \ \ \