Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the `ForkedProjectLink` model | Bob Van Landuyt | 2018-10-19 | 1 | -0/+28 |
| | | | | | | | | | | | | | | This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted. | ||||
* | Remove Git circuit breaker | Zeger-Jan van de Weg | 2018-10-10 | 1 | -24/+2 |
| | | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0. | ||||
* | Add copy to clipboard button for application id and secret | George Tsiolis | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master' | Kamil Trzciński | 2018-09-26 | 1 | -13/+61 |
|\ | | | | | | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649 | ||||
| * | add type filter to admin runners page | Alexis Reigel | 2018-09-24 | 1 | -13/+61 |
| | | |||||
* | | Remove background job throttling feature51509-remove-sidekiq-limit-fetch | Valery Sizov | 2018-09-24 | 1 | -10/+0 |
| | | | | | | | | We remove this feature as it never worked properly | ||||
* | | Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master' | Dmitriy Zaporozhets | 2018-09-20 | 2 | -240/+275 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467 | ||||
| * | | Groups test cases by context | Martin Wortschack | 2018-09-18 | 1 | -278/+266 |
| | | | |||||
| * | | fix test for usage statistics | Martin Wortschack | 2018-09-07 | 1 | -0/+2 |
| | | | |||||
| * | | merge master and resolve conflicts | Martin Wortschack | 2018-09-06 | 1 | -0/+9 |
| |\ \ | |||||
| * | | | remove trailing whitespaces | Martin Wortschack | 2018-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix tests | Martin Wortschack | 2018-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix tests | Martin Wortschack | 2018-09-05 | 1 | -2/+47 |
| | | | | |||||
* | | | | Fix grammar in runner-related specs, views and localisations. | Marcel Amirault | 2018-09-19 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master' | Grzegorz Bizon | 2018-09-14 | 1 | -20/+91 |
|\ \ \ | |_|/ |/| | | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625 | ||||
| * | | unify the usage of factorybot's 'create' | Alexis Reigel | 2018-08-29 | 1 | -19/+19 |
| | | | |||||
| * | | only run the specs as :js that actually need to | Alexis Reigel | 2018-08-29 | 1 | -5/+5 |
| | | | |||||
| * | | convert admin runners table to responsive table | Alexis Reigel | 2018-08-29 | 1 | -14/+10 |
| | | | |||||
| * | | add sort dropdown to admin runners page | Alexis Reigel | 2018-08-29 | 1 | -0/+30 |
| | | | |||||
| * | | use filtered search bar for admin runners | Alexis Reigel | 2018-08-29 | 1 | -53/+20 |
| | | | |||||
| * | | add status filter to admin runners page | Alexis Reigel | 2018-08-20 | 1 | -9/+87 |
| | | | |||||
* | | | Resolve "Remove usage ping payload from Cohorts, add to Settings" | Luke Bennett | 2018-09-06 | 1 | -0/+9 |
| |/ |/| | |||||
* | | Allow whitelisting for "external collaborator by default" setting | Roger Rüttimann | 2018-08-30 | 2 | -0/+58 |
| | | |||||
* | | Merge branch 'Expose-users-id-in-admin-users-show-page' into 'master' | Phil Hughes | 2018-08-28 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | Expose user's id in /admin/users/ show page. See merge request gitlab-org/gitlab-ce!21297 | ||||
| * | Expose user's id in /admin/users/ show page. | Eva Kadlecová | 2018-08-21 | 1 | -0/+1 |
| | | |||||
* | | clarify runners currently online text | Ben Bodenmiller | 2018-08-20 | 1 | -2/+2 |
|/ | |||||
* | Backport of EE changes in ↵ | Jacopo | 2018-08-07 | 1 | -1/+14 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6804 | ||||
* | Resolve "System level labels UI broken" | André Luís | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | Resolve "Improve Auto DevOps settings flow for admin and project" | Mike Greiling | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Create instance_statistics namespace and move convdev index and cohorts to it | Luke Bennett | 2018-07-27 | 2 | -55/+0 |
| | |||||
* | Revert "Merge branch '41416-making-instance-wide-data-tools-more-accessible' ↵ | Sean McGivern | 2018-07-27 | 2 | -0/+55 |
| | | | | | into 'master'" This reverts merge request !20679 | ||||
* | Create instance_statistics namespace and move convdev index and cohorts to it | Luke Bennett | 2018-07-26 | 2 | -55/+0 |
| | |||||
* | Merge branch '47419-Fix-breadcrumbs' into 'master' | Phil Hughes | 2018-07-18 | 1 | -0/+38 |
|\ | | | | | | | | | | | | | Resolve "broken breadcrumb in admin/user when switching tabs" Closes #47419 See merge request gitlab-org/gitlab-ce!19608 | ||||
| * | Fix broken breadcrumb in admin/user | Robin Naundorf | 2018-07-17 | 1 | -0/+38 |
| | | | | | | | | | | | | * Fix broken breadcrumb when switching tabs in admin/user Closes #47419 | ||||
* | | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 2 | -3/+3 |
| | | |||||
* | | Resolve "Disable GCP free credit banner at instance level" | Dennis Tang | 2018-07-10 | 1 | -0/+10 |
| | | |||||
* | | Enable Capybara/FeatureMethods cop | Winnie Hellmann | 2018-07-05 | 11 | -66/+66 |
|/ | |||||
* | Ignore unknown OAuth sources in ApplicationSetting46783-removed-omniauth-provider-causing-invalid-application-setting | Rémy Coutable | 2018-06-26 | 1 | -0/+23 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Bring changes from EE | Lin Jen-Shin | 2018-06-22 | 1 | -0/+1 |
| | |||||
* | Users can accept terms during registration | Bob Van Landuyt | 2018-06-08 | 1 | -1/+1 |
| | | | | | | | | | | When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar. | ||||
* | Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master' | Clement Ho | 2018-06-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Use the default strings of timeago.js for timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350 | ||||
| * | Use the default strings of timeago.js for timeago | Takuya Noguchi | 2018-06-04 | 1 | -1/+1 |
| | | |||||
* | | allow only png, ico for favicon uploads | Alexis Reigel | 2018-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | the related omnibus graphicsmagick package only supports those formats. see https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1975 | ||||
* | | remove favicon preview on appearance page | Alexis Reigel | 2018-06-05 | 1 | -3/+2 |
| | | |||||
* | | create favicon overlay on the client | Alexis Reigel | 2018-06-05 | 1 | -23/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | the initial reason for this change was that graphicsmagick does not support writing to ico files. this fact lead to a chain of changes: 1. use png instead of ico (browser support is good enough) 2. render the overlays on the client using the canvas API. this way we only need to store the original favion and generate the overlay versions dynamically. this change also enables (next step) to simplify the handling of the stock favicons as well, as we don't need to generate all the versions upfront. | ||||
* | | whitelist allowed file types for custom favicons | Alexis Reigel | 2018-06-05 | 1 | -0/+6 |
| | | |||||
* | | feature spec for managing appearance > favicon | Alexis Reigel | 2018-06-05 | 1 | -0/+34 |
|/ | |||||
* | Refactor validations and make runner factory by default to be instance-wide ↵ | Kamil Trzciński | 2018-05-31 | 1 | -7/+10 |
| | | | | runner | ||||
* | Improve runner_type validations for Ci::Runner | Dylan Griffith | 2018-05-31 | 1 | -1/+1 |
| | |||||
* | Fix pagination spec, forgot to add space | Clement Ho | 2018-05-24 | 1 | -1/+1 |
| |