Convert js/resources/collections to ES6.

Review Request #8062 — Created March 16, 2016 and submitted

Information

Review Board
release-2.6.x
6717f06...

Reviewers

This change moves the resource collections over to ES6. This is a relatively
straightforward conversion, and the only part that isn't 100% equivalent is
that I changed RepositoryCommitsCollection to use $.param instead of encoding
URL parameters by hand.

Ran js-tests.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.js
        reviewboard/static/rb/js/resources/collections/resourceCollection.es6.js
        reviewboard/static/rb/js/resources/collections/repositoryCommitsCollection.es6.js
        reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.es6.js
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.js
        reviewboard/static/rb/js/resources/collections/resourceCollection.es6.js
        reviewboard/static/rb/js/resources/collections/repositoryCommitsCollection.es6.js
        reviewboard/static/rb/js/resources/collections/repositoryBranchesCollection.es6.js
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.6.x (63d4aa8)
Loading...