Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix overlooked window binding in spec filesremove-imports-loader-window-bind | Mike Greiling | 2017-02-17 | 24 | -24/+24 |
| | |||||
* | remove imports loader | Mike Greiling | 2017-02-17 | 3 | -14/+0 |
| | |||||
* | replace implicit this == window with explicit binding | Mike Greiling | 2017-02-17 | 105 | -105/+105 |
| | |||||
* | Merge branch 'remove-issue-and-mr-counts-from-labels-page' into 'master' | Stan Hu | 2017-02-17 | 2 | -6/+8 |
|\ | | | | | | | | | | | | | Remove issue and MR counts from label index Closes #25413 See merge request !9332 | ||||
| * | Remove issue and MR counts from labels indexremove-issue-and-mr-counts-from-labels-page | Sean McGivern | 2017-02-17 | 2 | -6/+8 |
| | | | | | | | | | | | | | | | | | | We were performing two (quite slow, because of the need to do access checks) queries for each label on the page: one to get the count of issues with that label, and one to get the count of merge requests with that label. Until we have a performant way of doing this, remove the counts. | ||||
* | | Update CHANGELOG.md for 8.16.6 | DJ Mountney | 2017-02-17 | 12 | -45/+16 |
| | | | | | | [ci skip] | ||||
* | | Merge branch 'add-patch-release-changelogs' into 'master' | DJ Mountney | 2017-02-17 | 1 | -0/+8 |
|\ \ | | | | | | | | | | | | | Add patch release changelogs See merge request !9353 | ||||
| * \ | Merge remote-tracking branch 'dev/master' into add-patch-release-changelogs | DJ Mountney | 2017-02-17 | 1 | -0/+8 |
| |\ \ |/ / / | |||||
| * | | Update CHANGELOG.md for 8.14.10 | DJ Mountney | 2017-02-15 | 1 | -0/+4 |
| | | | | | | | | | [ci skip] | ||||
| * | | Update CHANGELOG.md for 8.15.7 | DJ Mountney | 2017-02-15 | 1 | -0/+4 |
| | | | | | | | | | [ci skip] | ||||
* | | | Merge branch 'add-yarn-documentation' into 'master' | Clement Ho | 2017-02-17 | 7 | -29/+75 |
|\ \ \ | | | | | | | | | | | | | | | | | Update documentation to include yarn in our dependencies See merge request !9316 | ||||
| * | | | correct gitlab version that started requiring yarnadd-yarn-documentation | Mike Greiling | 2017-02-17 | 1 | -3/+4 |
| | | | | |||||
| * | | | pluralize "this step" | Mike Greiling | 2017-02-17 | 1 | -1/+1 |
| | | | | |||||
| * | | | add CHANGELOG.md entry for !9316 | Mike Greiling | 2017-02-16 | 1 | -0/+4 |
| | | | | |||||
| * | | | Merge branch 'master' into add-yarn-documentation | Mike Greiling | 2017-02-16 | 128 | -1930/+2803 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (73 commits) fix typo in node section move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button add space between ci text and commit sha in Merge Request widget Do not use single quote in headings as it breaks docs.gitlab.com Fix broken test Update services templates docs Simplify Pages admin source docs Simplify Pages admin Omnibus docs Fix error in MR widget after /merge slash command Remove arrow icon from folders Create util to handle pagination transformation Wrap long Project and Group titles Changes after review Changes after review Rename storePagination to setPagination Transforms startTimeAgoLoops into a static method so we can reuse it instead of have 2 ... | ||||
| * | | | | revert changes to 8.17 update docs since yarn is now set for 9.0 | Mike Greiling | 2017-02-16 | 1 | -35/+8 |
| | | | | | |||||
| * | | | | use NODE_ENV=production when compiling assets in upgrader script | Mike Greiling | 2017-02-16 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | do not use --force command argument for yarn | Mike Greiling | 2017-02-16 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | add yarn:install to upgrader script | Mike Greiling | 2017-02-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add yarn command to install from source instructions | Mike Greiling | 2017-02-16 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | update yarn command | Mike Greiling | 2017-02-16 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | update rake command for assets compilation | Mike Greiling | 2017-02-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | update install from source directions to mention nodejs and yarn requirements | Mike Greiling | 2017-02-15 | 1 | -6/+23 |
| | | | | | |||||
| * | | | | preserve trailing space newlines in markdown file | Mike Greiling | 2017-02-15 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | simplify eslint rake task | Mike Greiling | 2017-02-15 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | ensure rake tasks produce helpful error messages for node dependency issues | Mike Greiling | 2017-02-15 | 4 | -21/+57 |
| | | | | | |||||
| * | | | | update migration docs for 8.17 to include minimum node version and yarn ↵ | Mike Greiling | 2017-02-15 | 1 | -8/+35 |
| | | | | | | | | | | | | | | | | | | | | installation | ||||
* | | | | | Merge branch 'fix-merge-service-with-no-source' into 'master' | Rémy Coutable | 2017-02-17 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix merge service error with no source See merge request !9348 | ||||
| * | | | | | Fix merge service error with no sourcefix-merge-service-with-no-source | Sean McGivern | 2017-02-17 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | This shouldn't be possible in CE, but is needed so that the code is the same in CE and EE. | ||||
* | | | | | Merge branch 'rc/backport-ee-fix' into 'master' | Robert Speicher | 2017-02-17 | 2 | -5/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Truncate the DB in after(:all) test for Gitlab::ImportExport::ProjectTreeRestorer See merge request !9339 | ||||
| * | | | | | Truncate the DB in after(:all) test for ↵rc/backport-ee-fix | Rémy Coutable | 2017-02-17 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitlab::ImportExport::ProjectTreeRestorer Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | Merge branch '26379-iid-param' into 'master' | Rémy Coutable | 2017-02-17 | 7 | -27/+23 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a :iid param to the IssuableFinder Closes #26379 See merge request !9222 | ||||
| * | | | | | | add a :iids param to IssuableFinder | mhasbini | 2017-02-17 | 7 | -27/+23 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'fix-node-dev-deps' into 'master' | Alfredo Sumaran | 2017-02-17 | 2 | -22/+22 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move frontend dev dependencies out of production dependency list. See merge request !9319 | ||||
| * | | | | | | | use less strict caret ranges now that yarn.lock will take care of locking ↵ | Mike Greiling | 2017-02-17 | 2 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | our dependencies in place see: https://docs.npmjs.com/misc/semver | ||||
| * | | | | | | | move webpack-dev-server and karma-mocha-reporter to devDependencies | Mike Greiling | 2017-02-17 | 1 | -4/+4 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'boards-sidebar-spec-refactor' into 'master' | Rémy Coutable | 2017-02-17 | 1 | -86/+53 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor boards sidebar spec Closes #28310 See merge request !9330 | ||||
| * | | | | | | | | Reduced sidebar wait timeoutboards-sidebar-spec-refactor | Phil Hughes | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Refactor boards sidebar spec | Phil Hughes | 2017-02-17 | 1 | -86/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Uses Timecop to fix due date spec - Waits for sidebar to be visible before doing anything - Fixes weird issues where the link would be clicked instead of the card itself Closes #28310 | ||||
* | | | | | | | | | Merge branch 'fix-dependency-in-environments' into 'master' | Clement Ho | 2017-02-17 | 4 | -6/+6 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix dependencies order in environments Closes #28355 See merge request !9343 | ||||
| * | | | | | | | | Fix depenendencies loading Vue in EE | Filipa Lacerda | 2017-02-17 | 4 | -6/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch 'gfm-autocomplete-fixes' into 'master' | Alfredo Sumaran | 2017-02-17 | 3 | -2/+63 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix errors in GFM slash commands matcher See merge request !8975 | ||||
| * | | | | | | | | Fixes errors in GFM slash commands matcher and add tests for default matcher | YarNayar | 2017-02-17 | 3 | -2/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See !8975 | ||||
* | | | | | | | | | Merge branch '28339-npm-jqueryui-ssh' into 'master' | Clement Ho | 2017-02-17 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use http to fetch jQuery-ui dependency instead of ssh Closes #28339 See merge request !9331 | ||||
| * | | | | | | | | | update yarn resolution for jquery-ui | Mike Greiling | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Update lock file28339-npm-jqueryui-ssh | Filipa Lacerda | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | use http to feth jquery-ui dependency instead of ssh | Filipa Lacerda | 2017-02-17 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'zero-for-unlimited' into 'master' | Annabel Dunstone Gray | 2017-02-17 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed minor inconsistency in help text See merge request !9333 | ||||
| * | | | | | | | | | | changed minor inconsistency in help textzero-for-unlimited | dimitrieh | 2017-02-17 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'patch-14' into 'master' | Rémy Coutable | 2017-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update gitlab_flow.md. Insert missing word on line 70. See merge request !9334 |