summaryrefslogtreecommitdiff
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge branch 'track_last_used_date_of_ssh_keys' into 'master' Sean McGivern2017-01-091-0/+1
| | |\
| | | * Record and show last used date of SSH KeysVincent Wong2017-01-091-0/+1
| | * | Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran2017-01-061-0/+4
| | |\ \
| | | * | Moved the members (project_members)option to a single controller called membersJose Ivan Vargas2017-01-031-0/+4
| * | | | Merge branch 'master' into auto-pipelines-vueFilipa Lacerda2017-01-051-0/+6
| |\ \ \ \ | | |/ / /
| * | | | fix pipelines/index.html.haml merge conflictRegis2017-01-022-3/+2
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | merge master and fix application.rb conflictRegis2016-12-234-5/+32
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-2111-7/+48
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueRegis2016-12-163-1/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-151-7/+16
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge masterRegis2016-12-132-2/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-092-2/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-071-11/+11
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remove all files related to Vue SVG rendering - use dynamic svg loadingRegis2016-12-061-2/+0
| * | | | | | | | | | | fix conflictRegis2016-12-023-1/+19
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueRegis2016-11-299-158/+184
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueRegis2016-11-216-10/+34
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge masterRegis2016-11-185-2/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueRegis2016-11-154-0/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into avatar-vueRegis2016-11-143-24/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ vue full conflict fixRegis2016-11-111-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into auto-pipelines-vueRegis2016-11-0911-225/+225
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | extract pagination into own folder and precompile in application.rbRegis2016-11-061-0/+1
| * | | | | | | | | | | | | | | | | | | making reusable status and status icons componentsRegis2016-11-051-0/+2
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' into auto-pipelines-vueRegis2016-11-025-1/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | page specific js - remove inline js - refactorRegis2016-10-311-0/+1
* | | | | | | | | | | | | | | | | | | | | prevent karma from reloading on save until webpack is readyMike Greiling2017-01-101-1/+1
* | | | | | | | | | | | | | | | | | | | | improve sourcemap generationMike Greiling2017-01-102-2/+3
* | | | | | | | | | | | | | | | | | | | | use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-4/+2
* | | | | | | | | | | | | | | | | | | | | migrate all tests into a single webpack bundleMike Greiling2017-01-101-2/+1
* | | | | | | | | | | | | | | | | | | | | include spec_helper within karma config rather than each individual testMike Greiling2017-01-101-2/+3
* | | | | | | | | | | | | | | | | | | | | include common libraries within spec_helperMike Greiling2017-01-101-1/+1
* | | | | | | | | | | | | | | | | | | | | simplify and combine karma file patternsMike Greiling2017-01-101-10/+3
* | | | | | | | | | | | | | | | | | | | | Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-102-2/+32
* | | | | | | | | | | | | | | | | | | | | precompile webpack assets when testingMike Greiling2017-01-102-0/+4
* | | | | | | | | | | | | | | | | | | | | disable "use strict" in babel config as it was broken in sprocketsMike Greiling2017-01-101-1/+7
* | | | | | | | | | | | | | | | | | | | | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-102-19/+22
* | | | | | | | | | | | | | | | | | | | | replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-061-2/+18
* | | | | | | | | | | | | | | | | | | | | temporarily regress to babel 5 for parity with sprockets-es6 gemMike Greiling2017-01-061-4/+1
* | | | | | | | | | | | | | | | | | | | | conditionally apply webpack-dev-server configMike Greiling2017-01-061-1/+4
* | | | | | | | | | | | | | | | | | | | | optimize production output and generate sourcemapsMike Greiling2017-01-061-1/+15
* | | | | | | | | | | | | | | | | | | | | compile es6/es2015 with babelMike Greiling2017-01-061-1/+18
* | | | | | | | | | | | | | | | | | | | | add webpack, webpack-rails, and webpack-dev-server along with a simple hello ...Mike Greiling2017-01-062-0/+51
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'monkey-patch-comment' into 'master' Rémy Coutable2017-01-051-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Explain why there is a monkey-patchJacob Vosmaer2016-12-271-0/+6
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merged the 'groups' and 'projects' tabs when viewing user profilesJames Gregory2016-12-291-1/+0
* | | | | | | | | | | | | | | | | | | Fix 500 error when visit group from admin area if group name contains dotdz-improve-admin-group-routingDmitriy Zaporozhets2016-12-281-1/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'feature/more-storage-statistics' into 'master' Sean McGivern2016-12-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add more storage statisticsMarkus Koller2016-12-211-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'permit-uploadedfile-scalar' into 'master' Rémy Coutable2016-12-231-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \