Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix links?jenkins-update-docs | Jason Lenny | 2019-08-12 | 0 | -0/+0 |
| | |||||
* | Fix links | Jason Lenny | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Remove extra 'itself' | Jason Lenny | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Update index.md | Jason Lenny | 2019-08-08 | 1 | -2/+2 |
| | |||||
* | Apply suggestion to doc/ci/jenkins/index.md | Jason Lenny | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Link to Groovy and YAML | Jason Lenny | 2019-08-08 | 1 | -4/+3 |
| | |||||
* | Add groovy vs. yaml section to jenkins doc | Jason Lenny | 2019-08-08 | 1 | -0/+29 |
| | |||||
* | Merge branch '62609-test-summary-loading-spinner-is-too-large' into 'master' | Mike Greiling | 2019-08-08 | 3 | -2/+11 |
|\ | | | | | | | | | | | | | Adjust size and align MR-widget loading icon Closes #62609 See merge request gitlab-org/gitlab-ce!31503 | ||||
| * | Adjust size and align MR-widget loading icon62609-test-summary-loading-spinner-is-too-large | Dave Pisek | 2019-08-07 | 3 | -2/+11 |
| | | | | | | | | | | | | | | | | | | A recent change within gitlab-ui introduced a new size (24x24) and changed also some of the existing sizes. This commit uses the loading-icon's new size (24x24) to bring it to the same dimensions as the status-icon and applies some styling to vertically align them. | ||||
* | | Merge branch '63560-add-vue-i18n-eslint' into 'master' | Mike Greiling | 2019-08-08 | 49 | -17/+107 |
|\ \ | | | | | | | | | | | | | | | | | | | Add ESLint vue rules to detect vue i18n offences Closes #63560 See merge request gitlab-org/gitlab-ce!31124 | ||||
| * | | Disable vue-i18n for non-autofix files | Ezekiel Kigbo | 2019-08-08 | 49 | -17/+107 |
|/ / | | | | | | | | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing. | ||||
* | | Merge branch 'docs/deploy-keys-api' into 'master' | Evan Read | 2019-08-08 | 2 | -28/+33 |
|\ \ | | | | | | | | | | | | | Merge deploy keys example to deploy keys API docs See merge request gitlab-org/gitlab-ce!31600 | ||||
| * | | Merge deploy keys example to deploy keys API docs | Achilleas Pipinellis | 2019-08-08 | 2 | -28/+33 |
| | | | | | | | | | | | | No reason to keep them separate. | ||||
* | | | Merge branch '7250-group-bulk-edit-issues-mrs-epics-change-label-ce' into ↵ | Mike Greiling | 2019-08-08 | 11 | -173/+215 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | 'master' [CE] Group bulk edit issues/mrs/epics - change label See merge request gitlab-org/gitlab-ce!31193 | ||||
| * | | CE port for bulk updating group labels | Eugenia Grieff | 2019-08-08 | 11 | -173/+215 |
|/ / | | | | | | | - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827 | ||||
* | | Merge branch '20137-starrers' into 'master' | Stan Hu | 2019-08-08 | 39 | -95/+998 |
|\ \ | | | | | | | | | | | | | | | | | | | Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690 | ||||
| * | | Fix public/private starrers counts in special cases20137-starrers | Camil Staps | 2019-08-07 | 3 | -8/+59 |
| | | | |||||
| * | | Handle reviewer comments on !24690 | Camil Staps | 2019-08-07 | 7 | -18/+28 |
| | | | |||||
| * | | Fix display of own projects on the starred projects user profile tab | Camil Staps | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Allow viewing starrers of empty projects | Camil Staps | 2019-08-07 | 1 | -3/+0 |
| | | | |||||
| * | | Add empty state for starred projects tab on user page | Camil Staps | 2019-08-07 | 2 | -10/+27 |
| | | | |||||
| * | | Fix star count link after clicking star/unstar button | Camil Staps | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Internationalization | Camil Staps | 2019-08-07 | 2 | -2/+8 |
| | | | |||||
| * | | Make users.private_profile default false (previously had no default value) | Camil Staps | 2019-08-07 | 1 | -2/+2 |
| | | | |||||
| * | | Address reviewer comments | Camil Staps | 2019-08-07 | 4 | -18/+40 |
| | | | |||||
| * | | Remove postgres-specific SQL from UsersStarProject | Camil Staps | 2019-08-07 | 1 | -2/+2 |
| | | | |||||
| * | | Fix test style | Camil Staps | 2019-08-07 | 1 | -3/+4 |
| | | | |||||
| * | | Add tests for starrers views | Camil Staps | 2019-08-07 | 5 | -1/+255 |
| | | | |||||
| * | | Fix tests | Camil Staps | 2019-08-07 | 3 | -3/+3 |
| | | | |||||
| * | | Expose time since starring on project/:id/starrers API endpoint; exclude ↵ | Camil Staps | 2019-08-07 | 5 | -19/+38 |
| | | | | | | | | | | | | private profiles here as well | ||||
| * | | Remove private profiles from starrers view of projects | Camil Staps | 2019-08-07 | 4 | -6/+21 |
| | | | |||||
| * | | Starrers view: fix search bar when a query did not match anything | Camil Staps | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Starrers view: fix search icon, change placeholder, fix "no starrers" when ↵ | Camil Staps | 2019-08-07 | 1 | -11/+14 |
| | | | | | | | | | | | | search does not match | ||||
| * | | Fix API endpoint for starred projects of a user; add info about starred ↵ | Camil Staps | 2019-08-07 | 2 | -1/+3 |
| | | | | | | | | | | | | projects on profile to documentation | ||||
| * | | Refactor UsersController to present personal, contributed and starred ↵ | Camil Staps | 2019-08-07 | 1 | -19/+7 |
| | | | | | | | | | | | | projects in the same way | ||||
| * | | Add documentation and changelog for !24690 | Camil Staps | 2019-08-07 | 3 | -4/+232 |
| | | | |||||
| * | | Avoid unnecessary includes in StarredProjectsFinder | Camil Staps | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Add pagination to {user}/starred view | Camil Staps | 2019-08-07 | 1 | -3/+5 |
| | | | |||||
| * | | Rewrite StarredProjectsFinder to use ProjectsFinder | Camil Staps | 2019-08-07 | 2 | -30/+5 |
| | | | |||||
| * | | Add pagination to {project}/starrers view | Camil Staps | 2019-08-07 | 5 | -20/+12 |
| | | | |||||
| * | | Change sorting options for starrers: name (asc/desc), most/least recent star | Camil Staps | 2019-08-07 | 9 | -20/+87 |
| | | | |||||
| * | | Fix code style | Camil Staps | 2019-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Add users/:user_id/starred_projects API endpoint for projects starred by a user | Camil Staps | 2019-08-07 | 1 | -0/+16 |
| | | | |||||
| * | | Add message on starrers view when nobody has starred a repository yet | Camil Staps | 2019-08-07 | 1 | -18/+22 |
| | | | |||||
| * | | Make sure starred_since is of the requested project in StarrersController; ↵ | Camil Staps | 2019-08-07 | 2 | -13/+3 |
| | | | | | | | | | | | | cleanup | ||||
| * | | Add "Starred projects" tab to user overview | Camil Staps | 2019-08-07 | 6 | -3/+68 |
| | | | |||||
| * | | Add starring date to overview of starrers | Camil Staps | 2019-08-07 | 5 | -17/+31 |
| | | | |||||
| * | | 4-column table layout for starrers view | Camil Staps | 2019-08-07 | 3 | -2/+19 |
| | | | |||||
| * | | Add links to starrers in lists of projects | Camil Staps | 2019-08-07 | 1 | -1/+3 |
| | | | |||||
| * | | Add /starrers view for projects | Camil Staps | 2019-08-07 | 17 | -66/+200 |
| | | |