| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adding quote_string to migrationquote_string | Valery Sizov | 2015-05-08 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'backup_doc' into 'master' | Sytse Sijbrandij | 2015-05-08 | 1 | -7/+67 |
| |\ | | | | | | | | | | | Improved the backup documentation See merge request !621 | ||||
| | * | improved backup doc | Valery Sizov | 2015-05-08 | 1 | -7/+65 |
| | | | |||||
| | * | Link to CI backup documentationbackup_doc | Valery Sizov | 2015-05-07 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'rs-task_list' into 'master' | Dmitriy Zaporozhets | 2015-05-08 | 41 | -507/+543 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use task_list gem for task lists Task Lists can now be used in comments, and they'll render in previews. :clap: Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2271 See merge request !599 | ||||
| | * | | Add CHANGELOG entry for latest task listsrs-task_list | Robert Speicher | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Update Markdown help docs for latest changes | Robert Speicher | 2015-05-06 | 2 | -45/+50 |
| | | | | |||||
| | * | | Fix header link anchors | Robert Speicher | 2015-05-06 | 1 | -1/+3 |
| | | | | |||||
| | * | | Change wording for task list summaries | Robert Speicher | 2015-05-06 | 3 | -6/+6 |
| | | | | |||||
| | * | | Remove 'jasmine' gem | Robert Speicher | 2015-05-06 | 3 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | jasmine-rails still requires it as a dependency, but for some reason running `rake jasmine:ci` produced test failures but `rake spec:javascript` didn't. | ||||
| | * | | More JS dependency requirements | Robert Speicher | 2015-05-06 | 4 | -1/+7 |
| | | | | |||||
| | * | | Remove unneeded jasmine setup | Robert Speicher | 2015-05-06 | 2 | -5/+0 |
| | | | | |||||
| | * | | Disable Rack::MiniProfiler for Jasmine's specs route | Robert Speicher | 2015-05-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | Task List feature and JS specs | Robert Speicher | 2015-05-06 | 4 | -0/+253 |
| | | | | |||||
| | * | | Make issue JS require its dependencies | Robert Speicher | 2015-05-06 | 1 | -0/+2 |
| | | | | |||||
| | * | | Make notes JS require its dependencies | Robert Speicher | 2015-05-06 | 1 | -3/+11 |
| | | | | |||||
| | * | | Update jasmine-fixture | Robert Speicher | 2015-05-06 | 1 | -3/+3 |
| | | | | |||||
| | * | | Remove feature tests for old task lists | Robert Speicher | 2015-05-06 | 7 | -160/+4 |
| | | | | |||||
| | * | | Add TaskList to Markdown feature spec | Robert Speicher | 2015-05-06 | 2 | -3/+22 |
| | | | | |||||
| | * | | Change padding for task lists in notes | Robert Speicher | 2015-05-06 | 1 | -0/+10 |
| | | | | |||||
| | * | | Don't add js-task-list-container to things the user can't edit | Robert Speicher | 2015-05-06 | 4 | -4/+8 |
| | | | | |||||
| | * | | Single quotes/icon helper in views | Robert Speicher | 2015-05-06 | 5 | -39/+39 |
| | | | | |||||
| | * | | Remove all references to `parse_tasks` | Robert Speicher | 2015-05-06 | 4 | -139/+5 |
| | | | | |||||
| | * | | Update Taskable to use TaskList | Robert Speicher | 2015-05-06 | 2 | -50/+25 |
| | | | | |||||
| | * | | Update task list behavior for Merge Requests | Robert Speicher | 2015-05-06 | 3 | -6/+27 |
| | | | | |||||
| | * | | Update task list behavior for Notes | Robert Speicher | 2015-05-06 | 3 | -4/+20 |
| | | | | |||||
| | * | | Update task list behavior for Issues | Robert Speicher | 2015-05-06 | 3 | -6/+27 |
| | | | | |||||
| | * | | Add task_list JS | Robert Speicher | 2015-05-06 | 1 | -0/+1 |
| | | | | |||||
| | * | | Add TaskList::Filter to pipeline | Robert Speicher | 2015-05-06 | 1 | -4/+7 |
| | | | | |||||
| | * | | Remove taskable.js | Robert Speicher | 2015-05-06 | 1 | -21/+0 |
| | | | | |||||
| | * | | Add task_list gem | Robert Speicher | 2015-05-06 | 2 | -12/+12 |
| | | | | |||||
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Dmitriy Zaporozhets | 2015-05-08 | 3 | -2/+35 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'tag_dup' into 'master' | Valery Sizov | 2015-05-08 | 1 | -0/+16 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove tag duplicates Prevention of getting this error: ``` ActiveRecord::RecordNotUnique: PG::Error: ERROR: could not create unique index "index_tags_on_name" DETAIL: Key (name)=(XSS') is duplicated. : CREATE UNIQUE INDEX "index_tags_on_name" ON "tags" ("name") ``` This migration fails if there are duplicates: https://github.com/mbleigh/acts-as-taggable-on/blob/v3.5.0/db/migrate/2_add_missing_unique_indices.rb#L3 See merge request !623 | ||||
| | | * | | | remove tag duplicatestag_dup | Valery Sizov | 2015-05-07 | 1 | -0/+16 |
| | | | | | | |||||
| | * | | | | Merge branch 'fix-mysql-migration-with-tags' into 'master' | Valery Sizov | 2015-05-08 | 1 | -0/+10 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the MySQL collation type to utf8_bin to ensure case-sensitive tags are supported MySQL tables had a collation type of utf8_ci, which makes the name case-insensitive. Previously this migration was run only after indices were built, but it needs to happen before if there is existing data that is case-sensitive. This is an idempotent change, so applying it again in the existing migration (20150425164651) should not change anything. This is related to !623, but this migration should run before that one. * Closes #1589 * Closes https://github.com/gitlabhq/gitlabhq/issues/9255 See merge request !625 | ||||
| | | * | | | | Change the MySQL collation type to utf8_bin to ensure case-sensitive tags ↵ | Stan Hu | 2015-05-07 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | are supported | ||||
| | * | | | | | Merge branch 'conditional-delete-taggings-indices' into 'master' | Valery Sizov | 2015-05-08 | 1 | -2/+9 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conditionally remove indices that may not exist in pre-GitLab v6.7 installations In pre-GitLab v6.7 installations, the `tagging` indices were directly added to the init schema and not added in a migration. Anyone using this older DB schema may not have these indicies, so only remove them if they are there. Closes #1593 See merge request !626 | ||||
| | | * | | | | | Conditionally remove indices that may not exist in pre-GitLab v6.7 installations | Stan Hu | 2015-05-08 | 1 | -2/+9 |
| | | |/ / / / | | | | | | | | | | | | | | | | | | | Closes #1593 | ||||
| * | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2015-05-08 | 11 | -100/+51 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge pull request #9254 from gitlabhq/revert-8800-email-settings | Dmitriy Zaporozhets | 2015-05-08 | 11 | -100/+51 |
| | |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | Revert "Allow to configure smtp and sendmail in gitlab.yml" | ||||
| | | * | | | | | Revert "Allow to configure smtp and sendmail in gitlab.yml" | Dmitriy Zaporozhets | 2015-05-06 | 11 | -100/+51 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'sidekiq-memory-killer-shutdown-signal' into 'master' | Job van der Voort | 2015-05-08 | 3 | -5/+9 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var It looks like SIGTERM may not be enough to shut down a Sidekiq process when its RSS has gotten too big. This change will allow us to experiment with sending SIGKILL instead of SIGTERM to Sidekiq processes on gitlab.com. See merge request !1812 | ||||
| | * | | | | | | Add SIDEKIQ_MEMORY_KILLER_SHUTDOWN_SIGNAL env var | Jacob Vosmaer | 2015-05-07 | 3 | -5/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like SIGTERM may not be enough to shut down a Sidekiq process when its RSS has gotten too big. This change will allow us to experiment with sending SIGKILL instead of SIGTERM to Sidekiq processes on gitlab.com. | ||||
| * | | | | | | | Merge branch 'new-issue-after-release' into 'master' | Marin Jankovski | 2015-05-08 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new issue after release See merge request !1810 | ||||
| | * | | | | | | | new issue after release | Job van der Voort | 2015-05-07 | 1 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Marin Jankovski | 2015-05-08 | 3 | -17/+30 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge pull request #9239 from Soullivaneuh/git-clone-holder | Jeroen van Baarsen | 2015-05-07 | 3 | -17/+30 |
| | |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | Fix bootlint issues on git clone holder bar | ||||
| | | * | | | | | | | Fix bootlint issues on git clone holder bar | Sullivan SENECHAL | 2015-05-07 | 3 | -17/+30 |
| | |/ / / / / / / | |||||
| * | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce | Marin Jankovski | 2015-05-08 | 8 | -17/+86 |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | |||||
| | * | | | | | | Merge branch 'rs-fix-filter-tooltips' into 'master' | Robert Speicher | 2015-05-07 | 1 | -4/+8 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix tooltips for event filter links See merge request !618 | ||||
