Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Uses Vue app to render part of job show page | Filipa Lacerda | 2018-10-03 | 1 | -155/+0 |
| | |||||
* | Merge branch 'bvl-show-pre-release-sha' into 'master' | Sean McGivern | 2018-10-02 | 1 | -13/+28 |
|\ | | | | | | | | | | | | | Show the commit-sha for pre-release versions Closes #52050 See merge request gitlab-org/gitlab-ce!22026 | ||||
| * | Show the commit-sha for pre-release versions | Bob Van Landuyt | 2018-10-02 | 1 | -13/+28 |
| | | | | | | | | | | | | | | | | | | The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com. | ||||
* | | Merge remote-tracking branch 'dev/master' | Bob Van Landuyt | 2018-10-01 | 2 | -0/+2 |
|\ \ | |/ |/| | |||||
| * | Merge branch ↵ | Bob Van Landuyt | 2018-10-01 | 2 | -0/+2 |
| |\ | | | | | | | | | | | | | | | | | | | 'security-6881-project-group-approvers-leaks-private-group-info-ce' into 'master' [master] CE: Project group approvers leaks private group info See merge request gitlab/gitlabhq!2488 | ||||
| | * | Applies the CE backport of EE#657 | Tiago Botelho | 2018-09-24 | 2 | -0/+2 |
| | | | |||||
* | | | Link to the tag from a version instead of commit | Bob Van Landuyt | 2018-10-01 | 1 | -1/+1 |
|/ / | | | | | | | | | This will result in a 404 when running an unreleased security patch while still allowing users to find the commit when it is made available. | ||||
* | | Use Vue component for job artifacts, Commit and Trigger Variables | Filipa Lacerda | 2018-09-25 | 1 | -36/+0 |
|/ | |||||
* | Correct usage of the have_link matcher | Robert Speicher | 2018-09-14 | 1 | -2/+2 |
| | | | | | | | | The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`. | ||||
* | Resolve "Improve project overview UI" | Dennis Tang | 2018-09-06 | 1 | -2/+4 |
| | |||||
* | Speed up diff comparisons by limiting number of commit messages rendered | Stan Hu | 2018-08-22 | 2 | -0/+28 |
| | | | | | | | When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed. | ||||
* | Quick actions are now also supported on commits | Peter Leitzen | 2018-08-10 | 1 | -9/+1 |
| | |||||
* | Merge branch 'bvl-user-status-message-35463' into 'master' | Rémy Coutable | 2018-08-01 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | Allow users to set a status Closes #35463 See merge request gitlab-org/gitlab-ce!20614 | ||||
| * | Show the status of a user in interactions | Bob Van Landuyt | 2018-07-30 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user | ||||
* | | DNS Prefetching + Preconnect of assets_host (CDN Domain) | Tim Zallmann | 2018-07-26 | 1 | -0/+33 |
|/ | |||||
* | Features/show project id on home panel | Tuğçe Nur Taş | 2018-07-18 | 1 | -34/+87 |
| | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 3 | -5/+5 |
| | |||||
* | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 2 | -2/+2 |
| | |||||
* | Show a reCAPTCHA on signin page if custom header is set | Stan Hu | 2018-06-21 | 1 | -0/+1 |
| | | | | | This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header. | ||||
* | Render access denied without message | Bob Van Landuyt | 2018-06-13 | 1 | -0/+7 |
| | | | | | | | | The `errors/access_denied` page should not fail to render when no message is provided. When accessing something as a sessionless user, we should also display the terms message if possible. | ||||
* | fix broken specs | Mike Greiling | 2018-06-06 | 1 | -4/+4 |
| | |||||
* | Fix fast admin counters not working when PostgreSQL has secondariessh-fix-admin-page-counts-take-2 | Stan Hu | 2018-05-25 | 1 | -0/+5 |
| | | | | | | | | | | | | This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742 | ||||
* | Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repo | Rémy Coutable | 2018-05-24 | 2 | -2/+2 |
| | | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Project Sidebar: Split CI/CD into CI/CD and Operations | Lukas Eipert | 2018-05-16 | 1 | -4/+5 |
| | |||||
* | Backports every CE related change from ee-44542 to CE | Tiago Botelho | 2018-05-04 | 1 | -1/+2 |
| | |||||
* | Create autodevops settings sections | Jose Ivan Vargas | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'ash.mckenzie/include-sha-with-version' into 'master' | Nick Thomas | 2018-04-16 | 1 | -0/+6 |
|\ | | | | | | | | | Include git SHA with GitLab version on Admin Dashboard See merge request gitlab-org/gitlab-ce!18331 | ||||
| * | Include git SHA with GitLab version | Ash McKenzie | 2018-04-12 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'deprecation-warning-for-dynamic-milestones' into 'master' | Filipa Lacerda | 2018-04-16 | 1 | -0/+35 |
|\ \ | | | | | | | | | | | | | | | | | | | Deprecation warning for dynamic milestones Closes #42336 See merge request gitlab-org/gitlab-ce!17505 | ||||
| * \ | Merge remote-tracking branch 'origin/master' into ↵ | Luke Bennett | 2018-04-09 | 2 | -9/+13 |
| |\ \ | | |/ | | | | | | | deprecation-warning-for-dynamic-milestones | ||||
| * | | Merge remote-tracking branch 'origin/master' into ↵ | Luke Bennett | 2018-04-05 | 2 | -16/+18 |
| |\ \ | | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones | ||||
| * \ \ | Merge remote-tracking branch 'origin/master' into ↵ | Luke Bennett | 2018-03-21 | 6 | -2/+158 |
| |\ \ \ | | | | | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones | ||||
| * | | | | Change unneeded let to set | Luke Bennett | 2018-03-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add view spec for top | Luke Bennett | 2018-03-05 | 1 | -0/+35 |
| | | | | | |||||
* | | | | | Spec improvements for speed, reliability and readability | Bob Van Landuyt | 2018-04-12 | 1 | -1/+0 |
| | | | | | |||||
* | | | | | Hide file/directory creation buttons | Bob Van Landuyt | 2018-04-11 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Share collaboration check between view and presenter | Bob Van Landuyt | 2018-04-11 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Add ability checks in views where they were previously missing | Douwe Maan | 2018-04-10 | 1 | -5/+4 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch '42568-pipeline-empty-state' into 'master' | Kamil Trzciński | 2018-04-06 | 1 | -8/+9 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Wrong empty state for cancelled build, hides existing logs!" Closes #42568 See merge request gitlab-org/gitlab-ce!17646 | ||||
| * \ \ \ | Merge branch 'master' into '42568-pipeline-empty-state' | Kamil Trzciński | 2018-04-06 | 2 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/jobs/show.html.haml # lib/gitlab/ci/status/core.rb | ||||
| * | | | | | Set up traces in build show spec | Matija Čupić | 2018-04-03 | 1 | -8/+9 |
| | | | | | | |||||
* | | | | | | Implement a new SHA partial for commit lists | Shah El-Rahman | 2018-04-06 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Resolve "Show `failure_reason` and upgrade tooltips of jobs" | Mayra Cabrera | 2018-04-05 | 1 | -0/+3 |
| |_|_|/ |/| | | | |||||
* | | | | Move leftovers from pipelines_settings_controller to settings/ci_cd_controller | Tomasz Maczukin | 2018-04-04 | 1 | -1/+1 |
|/ / / | |||||
* | | | Build ci/lint page | Mayra Cabrera | 2018-03-26 | 1 | -15/+12 |
| | | | | | | | | | | | | | | | - Includes new image from gitlab-svgs - Updates dependency for svgs | ||||
* | | | Make ci/lint page context aware: | Mayra Cabrera | 2018-03-26 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create ci/lints controller inside project/ - Move js pages to be inside projects/ - Copy view ci/lint view to be inside project folder - Remove ci/lint view and js files Closes #43603 | ||||
* | | | Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master' | Kamil Trzciński | 2018-03-26 | 1 | -0/+1 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Improve how we populate pipeline with stages and builds Closes #43941 See merge request gitlab-org/gitlab-ce!17841 | ||||
| * | | Fix static analysis and tests related to YAML processing | Grzegorz Bizon | 2018-03-22 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'issue_25542' into 'master' | Sean McGivern | 2018-03-20 | 1 | -0/+46 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve JIRA event descriptions Closes #25542 See merge request gitlab-org/gitlab-ce!17811 | ||||
| * | | | Improve JIRA event descriptionsissue_25542 | Felipe Artur | 2018-03-19 | 1 | -0/+46 |
| |/ / |