Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Extend specs for pipelines with manual blocking actions | Grzegorz Bizon | 2017-03-06 | 2 | -0/+63 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix specs for detailed statuses for manual actions | Grzegorz Bizon | 2017-03-06 | 3 | -5/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix specs for environments with manual actions | Grzegorz Bizon | 2017-03-06 | 3 | -19/+40 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Adjust pipeline retry specs to use manual statuses | Grzegorz Bizon | 2017-03-06 | 1 | -4/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Always actionize build when it is a manual action | Grzegorz Bizon | 2017-03-06 | 2 | -28/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not skip manual actions even if actions are optional. | |||||
* | | | | | | | | | Fix Rubocop offenses in pipeline processing specs | Grzegorz Bizon | 2017-03-06 | 1 | -32/+32 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Reinstitute a core `manual` status for manual actions | Grzegorz Bizon | 2017-03-06 | 10 | -35/+35 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Add support for blocking actions to CI/CD pipeline | Grzegorz Bizon | 2017-03-06 | 5 | -26/+58 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Make pipeline processing specs more consistent | Grzegorz Bizon | 2017-03-06 | 1 | -278/+316 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix Rubocop offense in CI/CD build state machine | Grzegorz Bizon | 2017-03-06 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix pipeline retry specs for optional blocking actions | Grzegorz Bizon | 2017-03-06 | 1 | -8/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Introduce core status for blocked manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -3/+3 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix specs for pipeline processing with manual actions | Grzegorz Bizon | 2017-03-06 | 1 | -6/+6 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Remove duplication in process pipeline service specs | Grzegorz Bizon | 2017-03-06 | 1 | -38/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make it easier to extend this spec file to add new test examples covering blocking manual actions. | |||||
* | | | | | | | | | Refactor code related to pipeline blocking actions | Grzegorz Bizon | 2017-03-06 | 7 | -30/+36 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Fix lambda operator | Kamil Trzcinski | 2017-03-06 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Make manual actions blocking | Kamil Trzcinski | 2017-03-06 | 7 | -14/+48 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'cache-gems-for-ee' into 'master' | Grzegorz Bizon | 2017-03-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable build job for caching Gems of GitLab EE See merge request !9712 | |||||
| * | | | | | | | | Enable build job for caching Gems of GitLab EEcache-gems-for-ee | 💃 Winnie 💃 | 2017-03-05 | 1 | -0/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'remove-es6-extension' into 'master' | Clement Ho | 2017-03-05 | 240 | -1/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove es6 file extension from JavaScript files See merge request !9241 | |||||
| * | | | | | | | Remove .es6 from file extensions (!9241) | winniehell | 2017-03-05 | 238 | -0/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | Adjust ESLint rule for file names | winniehell | 2017-03-05 | 2 | -1/+5 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'pages-for-ee' into 'master' | Kamil Trzciński | 2017-03-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable GitLab pages job for GitLab EE See merge request !9703 | |||||
| * | | | | | | | Re-enable GitLab pages job for GitLab EEpages-for-ee | 💃 Winnie 💃 | 2017-03-04 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'format-timeago-date' into 'master' | Jacob Schatz | 2017-03-05 | 4 | -5/+9 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats timeago dates to be more friendly Closes #27537 See merge request !9145 | |||||
| * | | | | | | | | Fixed timeago specsformat-timeago-date | Phil Hughes | 2017-02-13 | 2 | -4/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Formats timeago dates to be more friendly | Phil Hughes | 2017-02-10 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats the timeago timestamps to be a short date. This will only be visible on slower connections whilst the JS is loading, after the JS has loaded it will be turned into a timeago string Closes #27537 | |||||
* | | | | | | | | | Merge branch 'commons-chunk-plugin' into 'master' | Jacob Schatz | 2017-03-05 | 33 | -71/+135 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use CommonsChunkPlugin to place vendor libraries in cacheable bundles Closes #25550 See merge request !9647 | |||||
| * | | | | | | | | merge cropper library into profile_bundlecommons-chunk-plugin | Mike Greiling | 2017-03-03 | 4 | -9/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | remove isolated common_vue inclusion | Mike Greiling | 2017-03-03 | 1 | -2/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | rename application entry point and change manifest to runtime | Mike Greiling | 2017-03-03 | 3 | -5/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | remove problematic plugins from karma's webpack config | Mike Greiling | 2017-03-03 | 1 | -1/+12 | |
| | | | | | | | | | ||||||
| * | | | | | | | | add CHANGELOG.md entry for !9647 | Mike Greiling | 2017-03-03 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | create a cacheable commons bundle for d3 library | Mike Greiling | 2017-03-03 | 7 | -6/+13 | |
| | | | | | | | | | ||||||
| * | | | | | | | | merge lib_chart into graphs bundle | Mike Greiling | 2017-03-03 | 6 | -7/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | include vue_shared scripts within common_vue chunk | Mike Greiling | 2017-03-03 | 1 | -1/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | create a cacheable commons bundle for our Vue bundles | Mike Greiling | 2017-03-03 | 12 | -5/+28 | |
| | | | | | | | | | ||||||
| * | | | | | | | | don't rely on global spaced Vue library for issuable bundle | Mike Greiling | 2017-03-03 | 1 | -0/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | separate webpack runtime into its own chunk to maintain cacheability of ↵ | Mike Greiling | 2017-03-03 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | common chunk | |||||
| * | | | | | | | | refactor common bundle to ES module syntax and move global exports to ↵ | Mike Greiling | 2017-03-03 | 5 | -32/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | application.js | |||||
| * | | | | | | | | create a common.js bundle and include all jQuery plugins | Mike Greiling | 2017-03-03 | 7 | -30/+34 | |
| | | | | | | | | | ||||||
| * | | | | | | | | update plugin formatting | Mike Greiling | 2017-03-03 | 1 | -0/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | use deterministic module IDs in production and development | Mike Greiling | 2017-03-03 | 1 | -0/+4 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'dashboard-filter-search-keep-params' into 'master' | Dmitriy Zaporozhets | 2017-03-04 | 27 | -205/+244 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes filtering by name reseting archive filter Closes #28007 See merge request !9625 | |||||
| * | | | | | | | | | Improve explore projects spinach test | Dmitriy Zaporozhets | 2017-03-04 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project name "Internal" is too generic and can lead to false positive/negative when there is a visibility filter on the page. So we ensure we check for project inside list holder css class. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | Improve projects/groups list js codedashboard-filter-search-keep-params | Dmitriy Zaporozhets | 2017-03-04 | 3 | -10/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | Removed empty options from URL | Phil Hughes | 2017-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Refactor projects filtering by name | Dmitriy Zaporozhets | 2017-03-03 | 23 | -207/+212 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
| * | | | | | | | | | Fixed filter_projects param still used in group controller | Phil Hughes | 2017-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Fixed incorrect empty state showing | Phil Hughes | 2017-03-03 | 1 | -2/+2 | |
| | | | | | | | | | |