- 21 Sep, 2015 1 commit
-
-
Robert Speicher authored
Fix reply by email for comments on a specific line in a diff/commit. Fixes #2363. See merge request !1364
-
- 20 Sep, 2015 13 commits
-
-
Job van der Voort authored
Add Gmail actions button for GitLab doc. Resolves #1517 by adding doc with some notes. See merge request !1327
-
Kamil Trzciński authored
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
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Apply new design to pagination Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> cc @skyruler See merge request !1362
-
Dmitriy Zaporozhets authored
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
-
Douwe Maan authored
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
-
Douwe Maan authored
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
-
Robert Schilling authored
-
Robert Schilling authored
fixes link to reply_by_email docs
-
Sameer Naik authored
-
Robert Speicher authored
Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43
-
Robert Speicher authored
-
Robert Speicher authored
-
- 19 Sep, 2015 3 commits
-
-
Robert Speicher authored
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
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kirilll Zaitsev authored
-
- 18 Sep, 2015 23 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Robert Speicher authored
Fix IssuableContext javascript We were calling `affix` before the events were bound so they never triggered correctly. Closes #2597 See merge request !1356
-
Robert Speicher authored
We were calling `affix` before the events were bound so they never triggered correctly. Closes #2597
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Remove API calls CE->CI See merge request !1307
-
Hannes Rosenögger authored
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.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Fix typo in Reply by email docs See merge request !1346
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Fix CI status in the MR page https://gitlab.com/gitlab-org/gitlab-ce/issues/2587 See merge request !1347
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Add pg_schema to backup config https://dev.gitlab.org/gitlab/gitlabhq/issues/2489 See merge request !1345
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Allow to disable GitLab CI Added simple config option to disable GitLab CI It makes all CI related requests to return 404 /cc @dzaporozhets @jacobvosmaer @vsizov See merge request !1340
-
Douwe Maan authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Jeroen van Baarsen authored
Allow custom info to be added to Help page Fixes #2536 **Admin screen** ![image](https://gitlab.com/jeroenvanbaarsen/gitlab-ce/uploads/e62f3e0ff40558fb955f09e469293521/image.png) **Text on the Help page** ![image](https://gitlab.com/jeroenvanbaarsen/gitlab-ce/uploads/ba315fb418e1698d8f44b88c7cc6c29a/image.png) /cc @DouweM See merge request !1309
-
Dmitriy Zaporozhets authored
Fix 500 when accessing private project when not logged in See merge request !1336
-