| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '32282-add-foreign-keys-to-todos' into 'master' | Yorick Peterse | 2018-02-05 | 3 | -2/+69 |
|\ |
|
| * | Set todos#author_id to NOT NULL.32282-add-foreign-keys-to-todos | Andreas Brandl | 2018-02-05 | 2 | -2/+28 |
| * | Add foreign keys to todos table. | Andreas Brandl | 2018-02-05 | 2 | -0/+41 |
* | | Merge branch '42547-upload-store-mount-point' into 'master' | Sean McGivern | 2018-02-05 | 2 | -0/+16 |
|\ \
| |/
|/| |
|
| * | fix the schema.rb | Micaël Bergeron | 2018-02-02 | 1 | -0/+2 |
| * | add the uploader context to the upload model | Micaël Bergeron | 2018-02-02 | 1 | -0/+14 |
* | | Merge branch 'persistent-callouts' into 'master' | Kamil Trzciński | 2018-02-05 | 2 | -0/+25 |
|\ \ |
|
| * | | Change UserCallout feautre_name to enum | Matija Čupić | 2018-02-03 | 2 | -2/+2 |
| * | | Merge branch 'master' into persistent-callouts | Matija Čupić | 2018-02-02 | 5 | -3/+103 |
| |\ \ |
|
| * | | | Rename Callout to UserCallout | Matija Čupić | 2018-02-02 | 2 | -14/+12 |
| * | | | Remove timestamps from Callouts | Matija Čupić | 2018-02-02 | 1 | -2/+0 |
| * | | | Remove dismissed_state from Callout model | Matija Čupić | 2018-02-02 | 2 | -4/+2 |
| * | | | Update database schema | Matija Čupić | 2018-01-26 | 1 | -1/+13 |
| * | | | Add Callout model | Matija Čupić | 2018-01-26 | 1 | -0/+19 |
* | | | | fix rubocopfix-migration-timestamp | James Lopez | 2018-02-03 | 1 | -0/+2 |
* | | | | add migration before 20171207150343 | James Lopez | 2018-02-03 | 1 | -0/+19 |
| |/ /
|/| | |
|
* | | | Merge branch '32283-trending-projects-unique-constraint2' into 'master' | Yorick Peterse | 2018-02-02 | 2 | -1/+20 |
|\ \ \ |
|
| * | | | Add unique constraint to trending_projects#project_id. | Andreas Brandl | 2018-02-02 | 2 | -1/+20 |
| | |/
| |/| |
|
* | | | fix schema | James Lopez | 2018-02-02 | 1 | -1/+1 |
* | | | add migration | James Lopez | 2018-02-02 | 1 | -0/+19 |
|/ / |
|
* | | Merge branch 'master' into '3867-port-to-ce' | Sean McGivern | 2018-02-02 | 2 | -1/+43 |
|\ \ |
|
| * | | Finish any remaining jobs for issues.closed_atissues-closed-at-steal | Yorick Peterse | 2018-02-01 | 2 | -1/+43 |
| |/ |
|
* | | fix the migration from not reverting correctly | Micaël Bergeron | 2018-02-01 | 1 | -2/+2 |
* | | fix the schema.rb | Micaël Bergeron | 2018-02-01 | 1 | -3/+1 |
* | | fix specs | Micaël Bergeron | 2018-02-01 | 2 | -4/+6 |
* | | port of 594e6a0a625^..f74c90f68c6 | Micaël Bergeron | 2018-02-01 | 1 | -0/+20 |
|/ |
|
* | Use limit for search count queriessearch-100 | Jan Provaznik | 2018-01-23 | 2 | -1/+17 |
* | Merge branch 'fix-redirect-routes-schema' into 'master' | Yorick Peterse | 2018-01-19 | 2 | -3/+69 |
|\ |
|
| * | Rework indexes on redirect_routes to be more effective and enforce a case ins...fix-redirect-routes-schema | Greg Stark | 2018-01-18 | 2 | -3/+69 |
* | | Get rid of a Rails 5 deprecation warning in db/migrate/20170425112128_create_... | Rémy Coutable | 2018-01-18 | 1 | -1/+1 |
* | | Applied fix | Francisco Javier López | 2018-01-17 | 2 | -28/+68 |
* | | Resolve conflicts in VERSION, db/schema.rb, and spec/models/service_spec.rb | Stan Hu | 2018-01-16 | 1 | -4/+0 |
* | | Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit... | Douwe Maan | 2018-01-16 | 5 | -1/+124 |
* | | Last push widget will show banner for new pushes to previously merged branch | Drew Blessing | 2018-01-15 | 2 | -0/+19 |
* | | Display related merge requests in commit detail page | Hiroyuki Sato | 2018-01-12 | 2 | -0/+18 |
|/ |
|
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 4 | -0/+5 |
* | Merge branch 'remove-soft-removals' into 'master' | Douwe Maan | 2018-01-11 | 3 | -8/+239 |
|\ |
|
| * | Added tests for removing soft removed objectsremove-soft-removals | Yorick Peterse | 2018-01-10 | 1 | -12/+10 |
| * | Remove soft removals related code | Yorick Peterse | 2018-01-08 | 3 | -8/+241 |
* | | Denormalize commits count for merge request diffs38068-commits-count | Jan Provaznik | 2018-01-10 | 2 | -1/+31 |
* | | Merge branch 'jej/backport-authorized-keys-to-ce' into 'master' | Douwe Maan | 2018-01-09 | 3 | -0/+37 |
|\ \ |
|
| * | | Avoid adding index if already exists | Paco Guzman | 2018-01-08 | 1 | -1/+2 |
| * | | Backport authorized_keys_enabled defaults to true' | Michael Kozono | 2018-01-08 | 2 | -5/+9 |
| * | | Backport option to disable writing to `authorized_keys` file | Michael Kozono | 2018-01-08 | 2 | -0/+16 |
| * | | Backport authorized_keys branch 'find-key-by-fingerprint' | Pablo Carranza | 2018-01-08 | 1 | -0/+16 |
* | | | Merge branch 'osw-merge-request-metrics-population-scheduler-improvement' int... | Stan Hu | 2018-01-08 | 1 | -31/+1 |
|\ \ \ |
|
| * | | | Remove unnecessary queries on Merge Request Metrics population scheduler | Oswaldo Ferreira | 2018-01-08 | 1 | -31/+1 |
| | |/
| |/| |
|
* | | | Add memoization for properties40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetes | Shinya Maeda | 2018-01-08 | 1 | -4/+10 |
* | | | Disable STI of ActiveRecord. Refactoring specs. | Shinya Maeda | 2018-01-08 | 1 | -2/+20 |
* | | | Fix StaticSnalysys | Shinya Maeda | 2018-01-08 | 1 | -1/+1 |