summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Relax CI version check during importci-import-improvementsJacob Vosmaer2015-09-211-1/+3
|
* Make importing builds less noisyJacob Vosmaer2015-09-211-1/+1
|
* Merge branch 'sh-fix-issue-2585' into 'master' Dmitriy Zaporozhets2015-09-211-0/+4
|\ | | | | | | | | | | | | | | Make Markdown area formatting consistent Issue #2585 See merge request !1354
| * Make Markdown area formatting consistentsh-fix-issue-2585Stan Hu2015-09-181-0/+4
| |
* | Merge branch 'ci-migrate-version-fix' into 'master' Marin Jankovski2015-09-211-4/+2
|\ \ | | | | | | | | | | | | | | | | | | Use GitlabCi::VERSION when checking migration See merge request !1368
| * | Use GitlabCi::VERSION when checking migrationKamil Trzcinski2015-09-211-4/+2
|/ /
* | Merge branch 'optimize-ci-tags-migration' into 'master' Marin Jankovski2015-09-217-73/+191
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | CI migration rake task for GitLab CE - Uses backup format for final GitLab CI 8.0 - Highly optimized tags migration SQL queries See merge request !1365
| * | Use INSERT INTO to insert tagsKamil Trzcinski2015-09-211-7/+8
| | |
| * | Change wordingoptimize-ci-tags-migrationKamil Trzcinski2015-09-212-2/+2
| | |
| * | Disable CI for time of migrationKamil Trzcinski2015-09-211-0/+13
| | |
| * | Change notices during migratingKamil Trzcinski2015-09-211-2/+2
| | |
| * | Create CI migration task on GitLab sideKamil Trzcinski2015-09-204-40/+152
| | |
| * | Use pure SQL queries to migrate CI tagsKamil Trzcinski2015-09-201-33/+25
| | |
* | | Merge branch 'fail-ci-builds-without-yml' into 'master' Dmitriy Zaporozhets2015-09-213-1/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fail ci builds without yml Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/2551 See merge request !1349
| * | | Rubocop fixfail-ci-builds-without-ymlKamil Trzcinski2015-09-201-1/+1
| | | |
| * | | Fail builds if no .gitlab-ci.yml is foundKamil Trzcinski2015-09-203-1/+15
| |/ /
* | | Merge branch 'fix-markdown-links-in-dashboard' into 'master' Douwe Maan2015-09-213-2/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix Markdown links not showing up in dashboard activity feed Closes #2586 See merge request !1353
| * | | Fix Markdown links not showing up in dashboard activity feedStan Hu2015-09-203-2/+14
| | | | | | | | | | | | | | | | Closes #2586
* | | | Merge branch 'reply-by-email-diff' into 'master' Robert Speicher2015-09-215-7/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix reply by email for comments on a specific line in a diff/commit. Fixes #2363. See merge request !1364
| * | | | Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diffDouwe Maan2015-09-205-7/+24
| | | | |
* | | | | Merge branch 'gmail_actions_doc' into 'master' Job van der Voort2015-09-203-1/+23
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Add Gmail actions button for GitLab doc. Resolves #1517 by adding doc with some notes. See merge request !1327
| * | | | Update the link in integration readme.gmail_actions_docMarin Jankovski2015-09-171-1/+1
| | | | |
| * | | | Remove double png.Marin Jankovski2015-09-171-1/+1
| | | | |
| * | | | Add Gmail actions button for GitLab doc.Marin Jankovski2015-09-172-0/+22
| | | | |
* | | | | Merge branch 'fix-ci-link-on-project-page' into 'master' Kamil Trzciński2015-09-201-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 when showing project page and there's no CI project present This fixes 500 when: 1. GitLabCiService is active 2. There's no project in ci_projects table See merge request !1338
| * | | | Fix 500 when showing project page and there's no CI project presentfix-ci-link-on-project-pageKamil Trzcinski2015-09-181-1/+1
| | | | |
* | | | | Merge branch 'style-pagination' into 'master' Dmitriy Zaporozhets2015-09-204-10/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply new design to pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler See merge request !1362
| * | | | | Apply new design to paginationstyle-paginationDmitriy Zaporozhets2015-09-194-10/+43
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'ci-build-list' into 'master' Dmitriy Zaporozhets2015-09-2013-144/+180
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Style CI project/build list * return `bs-callout` css class to fix few UI issues * refactor build status helpers * style CI project page (#2545) * style build page by re-using existing UI components * style CI commit page by re-using existing UI components Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1339
| * | | | | Cleanup GitLab CI UIci-build-listDmitriy Zaporozhets2015-09-1912-162/+132
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Return callout css for CIDmitriy Zaporozhets2015-09-191-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Merge branch 'master' into ci-build-listDmitriy Zaporozhets2015-09-1940-387/+109
| |\ \ \ \ \ | | |/ / / /
| * | | | | Add colors to build labelsDmitriy Zaporozhets2015-09-185-13/+57
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Merge branch 'master' into ci-build-listDmitriy Zaporozhets2015-09-1887-171/+227
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Style CI project/build listDmitriy Zaporozhets2015-09-1811-46/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'jwt' into 'master' Douwe Maan2015-09-202-4/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed format validation **What does this MR do?** Removals format validation for drone token **Are there points in the code the reviewer needs to double check?** Nothing **Why was this MR needed?** because drone migrated to JWT tokens and JWT token doesn't valid with current format ( i don't know how many symbols JWT can use for this ) See merge request !1359
| * | | | | | | Removed format validationKirilll Zaitsev2015-09-192-4/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rs-bump-two-factor' into 'master' Douwe Maan2015-09-2011-21/+32
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump devise-two-factor to 2.0.0 Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43 See merge request !1363
| * | | | | | | Bump devise-two-factor to 2.0.0rs-bump-two-factorRobert Speicher2015-09-197-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43
| * | | | | | | Devise 3.5.x deprecates `confirm!` in favor of `confirm`Robert Speicher2015-09-194-6/+6
| | | | | | | |
| * | | | | | | Bump devise to 3.5.2Robert Speicher2015-09-192-4/+10
| |/ / / / / /
* | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqRobert Schilling2015-09-201-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #9646 from sameersbn/fix-link-to-docsRobert Schilling2015-09-201-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | fixes link to reply_by_email docs
| | * | | | | | fixes link to reply_by_email docsSameer Naik2015-09-201-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'fix-failing-migration' into 'master' Robert Speicher2015-09-192-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix failing migration on mysql We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations that installed gitlab according to our documentation. This MR removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future. Fixes #2590 See merge request !1351
| * | | | | | fix failing migration on mysqlHannes Rosenögger2015-09-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We didn't specify that the db user needs the right to create temporary tables before. That's why the migration will fail on most installations. This commits removes the "TEMPORARY" from the migration and changes the documentation to include the necessary rights for the future.
* | | | | | | Merge branch 'rs-issue-2597' into 'master' Robert Speicher2015-09-181-4/+5
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix IssuableContext javascript We were calling `affix` before the events were bound so they never triggered correctly. Closes #2597 See merge request !1356
| * | | | | | Fix IssuableContext javascriptRobert Speicher2015-09-181-4/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were calling `affix` before the events were bound so they never triggered correctly. Closes #2597
* | | | | | Merge branch 'ci_closer_integration' into 'master' Kamil Trzciński2015-09-1822-297/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove API calls CE->CI See merge request !1307
| * | | | | remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-1822-297/+31
| | | | | |