Skip to content
Snippets Groups Projects

Add InfiniteScrolling and pagination to Observability Logs

Merged Daniele Rossetti requested to merge drosse/logs-pagination into master
All threads resolved!
Files
720
@@ -53,7 +53,7 @@ db:migrate:multi-version-upgrade:
@@ -53,7 +53,7 @@ db:migrate:multi-version-upgrade:
- gunzip -c latest_upgrade_stop.gz > gitlabhq_production
- gunzip -c latest_upgrade_stop.gz > gitlabhq_production
- bundle exec rake db:drop db:create
- bundle exec rake db:drop db:create
- apt-get update -qq && apt-get install -y -qq postgresql
- apt-get update -qq && apt-get install -y -qq postgresql
- psql -h postgres -U postgres -d gitlabhq_test < gitlabhq_production
- psql --output /dev/null -v "ON_ERROR_STOP=1" -h postgres -U postgres -d gitlabhq_test < gitlabhq_production
- bundle exec rake gitlab:db:configure
- bundle exec rake gitlab:db:configure
allow_failure: true
allow_failure: true
Loading