| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Disallow blank (non-null) values for a Note's `line_code` attributers-disallow-blank-line-code | Robert Speicher | 2016-03-11 | 1 | -0/+9 |
| | | | | | | | | | | | | | | It's unclear how these blank values got added, but GitLab.com had a few: ``` irb(main):002:0> Note.where("line_code IS NOT NULL AND line_code = ''").count => 439 ``` We've added a migration to convert any existing records to use a NULL value when blank, and updated Note to set blank values to nil before validation. | ||||
| * | More detailed trigram migration error messagetrigram-index-searching | Yorick Peterse | 2016-03-11 | 1 | -1/+4 |
| | | | | | | This explains the user what they need to run and where to go in case they want to learn more about "CREATE EXTENSION". | ||||
| * | Updated schema to include Pg operator classes | Yorick Peterse | 2016-03-11 | 1 | -19/+19 |
| | | | | | | This also includes e.g. the appearances table which apparently wasn't already included in the schema. | ||||
| * | Added trigram indexes for various searched columns | Yorick Peterse | 2016-03-11 | 2 | -0/+71 |
| | | | | | | | This allows the LIKE condition to use an index. Without a GIN + trigram index LIKE queries using a wildcard at the start _won't_ use an index and instead perform a sequence scan. | ||||
| * | Remove invalid todos from database | Douglas Barbosa Alexandre | 2016-03-09 | 2 | -1/+17 |
| | | |||||
| * | Added main_language to the schema | Yorick Peterse | 2016-03-09 | 1 | -0/+1 |
| | | | | | This wasn't included in gitlab-org/gitlab-ce!3000. | ||||
| * | Merge branch 'rs-snippets-dont-expire' into 'master' | Dmitriy Zaporozhets | 2016-03-09 | 2 | -3/+6 |
| |\ | | | | | | | | | | | | | | | | | Remove `Snippet#expires_at` This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. See merge request !3103 | ||||
| | * | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 2 | -3/+6 |
| | | | | | | | | | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years. | ||||
| * | | adds swp and swo to gitignore and improves migration for project main_language | tiagonbotelho | 2016-03-07 | 1 | -18/+2 |
| | | | |||||
| * | | implements project languages saving them onto the database | tiagonbotelho | 2016-03-07 | 1 | -0/+21 |
| |/ | |||||
| * | Allow the initial admin to set a passwordrs-no-default-credentials | Robert Speicher | 2016-03-04 | 1 | -25/+30 |
| | | | | | Closes #1980 | ||||
| * | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 2 | -0/+6 |
| | | |||||
| * | Fix broken migration | Dmitriy Zaporozhets | 2016-02-29 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Branded login page also in CE11489-branded-appearance-to-ce | Zeger-Jan van de Weg | 2016-02-26 | 2 | -1/+24 |
| | | | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it | ||||
| * | Rename Tasks to Todos | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -8/+13 |
| | | |||||
| * | Create a pending task when a user is mentioned on a note | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -1/+8 |
| | | |||||
| * | Add task model | Douglas Barbosa Alexandre | 2016-02-20 | 2 | -0/+32 |
| | | |||||
| * | Merge branch 'visibletrap/gitlab-ce-label' | Douwe Maan | 2016-02-19 | 2 | -2/+8 |
| |\ | |||||
| | * | Label description and Label row | Tap | 2016-02-17 | 2 | -2/+8 |
| | | | | | | | | | | | - Add label description - Show label row when filtering issues or merge requests by label | ||||
| * | | Save merge commit id when MR is merged | Rubén Dávila | 2016-02-19 | 1 | -0/+5 |
| | | | |||||
| * | | Add merge_commit_sha column to merge_requests. | Rubén Dávila | 2016-02-19 | 1 | -0/+1 |
| | | | |||||
| * | | Fix name of build erasable, remove superfluous method from it | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | Remove boolean erase column from ci build and foreign key | Grzegorz Bizon | 2016-02-19 | 2 | -4/+0 |
| | | | |||||
| * | | Add build eraseable columns to ci builds table | Grzegorz Bizon | 2016-02-19 | 2 | -0/+13 |
| |/ | |||||
| * | Add second build for each commit in build seeds | Grzegorz Bizon | 2016-02-11 | 1 | -14/+25 |
| | | |||||
| * | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-02-09 | 2 | -0/+6 |
| |\ | |||||
| | * | Merge branch 'master' into ci-permissions | Kamil Trzcinski | 2016-02-05 | 1 | -0/+80 |
| | |\ | | | | | | | | | | | | | # Conflicts: # db/schema.rb | ||||
| | * \ | Merge remote-tracking branch 'origin/master' into ci-permissions | Kamil Trzcinski | 2016-02-04 | 3 | -0/+39 |
| | |\ \ | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/builds/index.html.haml | ||||
| | * | | | Rename allow_guest_to_access_builds to public_builds | Kamil Trzcinski | 2016-02-04 | 2 | -18/+18 |
| | | | | | |||||
| | * | | | Add CI setting: allow_guest_to_access_builds | Kamil Trzcinski | 2016-02-02 | 2 | -17/+23 |
| | | | | | | | | | | | | | | | | | Add the `read_build` ability if user is anonymous or guest and allow_guest_to_access_builds is enabled. | ||||
| * | | | | Merge branch 'index_snippet' into 'master' | Douwe Maan | 2016-02-09 | 2 | -1/+7 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add index for snippet's updated_at @DouweM We are ordering by `updated_at` but there is no index. cc @yorickpeterse See merge request !2768 | ||||
| | * | | | | Add index for snippet's updated_atindex_snippet | Valery Sizov | 2016-02-09 | 2 | -1/+7 |
| | | | | | | |||||
| * | | | | | Merge branch ↵ | Douwe Maan | 2016-02-09 | 2 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mail' into 'master' Add option to include the sender name in body of Notify email _Originally opened at !2495 by @huacnlee._ - - - Fixes #7824. See merge request !2767 | ||||
| | * | | | | | Add option to include the sender name in body of Notify email. fix #7824huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mail | Jason Lee | 2016-02-09 | 2 | -0/+6 |
| | |/ / / / | |||||
| * | | | | | Merge branch '3kami3/gitlab-ce-root_email' into 'master' | Douwe Maan | 2016-02-09 | 1 | -1/+3 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to supply root email through an environmental variable. _Originally opened at !2499 by @3kami3._ --- Add an option to supply root email through an environmental variable. See merge request !2751 | ||||
| | * | | | | Add an option to supply root email through an environmental variable.3kami3/gitlab-ce-root_email | 3kami3 | 2016-02-08 | 1 | -1/+3 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge branch 'fix/atom-url-issue' into 'master' | Douwe Maan | 2016-02-09 | 1 | -1/+1 |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | do not rename .aToM but only .atom projects in migration Sorry @DouweM forgot to add this. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2651/diffs#bc35672f73f4ee025132aee428f383acdf0f755e_0_51 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3699 See merge request !2712 | ||||
| | * | | | remove unnecessary lower function on SQL | James Lopez | 2016-02-04 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'fix/atom-url-issue' into 'master' | Douwe Maan | 2016-02-04 | 2 | -1/+81 |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix atom url issue on projects This MR adds prevents a project to have a path ending in .atom that conflicts with the feed and Adds a migration to migrate old .atom projects to a different path Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3699 See merge request !2651 | ||||
| | * | | refactored migration based on feedback | James Lopez | 2016-02-04 | 1 | -1/+5 |
| | | | | |||||
| | * | | refactored migration and spec based on feedback | James Lopez | 2016-02-04 | 1 | -6/+12 |
| | | | | |||||
| | * | | fixed move project method in migration | James Lopez | 2016-02-02 | 2 | -34/+14 |
| | | | | |||||
| | * | | added TODO to not working method | James Lopez | 2016-02-01 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/atom-url-issue | James Lopez | 2016-02-01 | 4 | -5/+20 |
| | |\ \ | | |/ | |||||
| | * | | WIP - refactored migration | James Lopez | 2016-02-01 | 1 | -7/+42 |
| | | | | |||||
| | * | | WIP - add migration | James Lopez | 2016-01-29 | 1 | -0/+54 |
| | | | | |||||
| * | | | Support Akismet spam checking for creation of issues via API | Stan Hu | 2016-02-02 | 3 | -0/+39 |
| | |/ |/| | | | | | | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612 | ||||
| * | | Merge remote-tracking branch 'origin/background-delete-process' | Dmitriy Zaporozhets | 2016-01-30 | 2 | -0/+6 |
| |\ \ | |||||
| | * | | Update CHANGELOGbackground-delete-process | Josh Frye | 2016-01-29 | 2 | -5/+5 |
| | | | | |||||
| | * | | First pass at deleting projects in the background. | Josh Frye | 2016-01-29 | 2 | -3/+9 |
| | | | | |||||
