summaryrefslogtreecommitdiff
path: root/app/views/admin
Commit message (Collapse)AuthorAgeFilesLines
* Resolve CE/EE diffs in admin groups formadmin-groups-form-scbLuke Bennett2019-05-161-1/+1
| | | | Part of single codebase changes.
* Fix an error in projects admin when statistics are missingRémy Coutable2019-05-162-5/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Let's Encrypt clientVladimir Shushlin2019-05-161-3/+2
| | | | | | | | | | | | | | Part of adding Let's Encrypt certificates for pages domains Add acme-client gem Client is being initialized by private key stored in secrets.yml Let's Encrypt account is being created lazily. If it's already created, Acme::Client just gets account_kid by calling new_account method Make Let's Encrypt client an instance Wrap order and challenge classes
* Resolve CE/EE diffs in health checkhealth-check-scbLuke Bennett2019-05-111-1/+1
| | | | Part of single codebase changes.
* Resolve CE/EE diffs in admin/projects/show viewadmin-projects-show-scbLuke Bennett2019-05-081-0/+2
| | | | Part of single codebase changes.
* Minor review fixesEzekiel Kigbo2019-05-061-1/+1
| | | | | | | | | | Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
* Add packages_size to ProjectStatisticsAlessio Caiazza2019-05-022-13/+6
| | | | | This new field will allow to keep track of the storage used by the packages features, it provides also aggregation at namespace level.
* Merge branch ↵Filipa Lacerda2019-05-021-2/+2
|\ | | | | | | | | | | | | | | | | '59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scss' into 'master' Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/commits.scss`" Closes #59898 See merge request gitlab-org/gitlab-ce!27647
| * Fix commits.scss style-lint errors59898-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-commits-scssScott Hampton2019-04-251-2/+2
| | | | | | | | Updating class names, and using existing utility classes.
* | Allow Sentry client-side DSN to be passed on gitlab.ymlDouglas Barbosa Alexandre2019-05-011-1/+0
| |
* | style: fix typoRoger Meier2019-04-301-1/+1
| |
* | feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier2019-04-301-0/+7
| |
* | Add Let's Encrypt application settingsVladimir Shushlin2019-04-271-6/+23
| | | | | | | | | | Store Let's Encrypt account email in application settings Also add explicit terms of service consent
* | Add auto direction to support rtl languagesAhmad Haghighi2019-04-251-0/+1
|/
* Move scoped_label into label presenterJan Provaznik2019-04-231-1/+1
| | | | | | | When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
* Add QA tests for the performance bar60356-add-qa-tests-for-the-performance-barSean McGivern2019-04-162-3/+3
| | | | | | | | These are very high-level. Currently, they test: 1. That the performance bar appears. 2. That it has detailed metrics for Postgres and Gitaly. 3. That AJAX requests are included in the request selector.
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-092-1/+52
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* CE port: Move EE differences for `app/views/admin/users/show.html.haml`ce-6099-move-ee-differences-for-app-views-admin-users-show-html-hamlDennis Tang2019-04-092-1/+8
|
* Add part of needed codeGosia Ksionek2019-04-051-1/+3
| | | | | | | | | | | | | | | | | Add columns to store project creation settings Add project creation level column in groups and default project creation column in application settings Remove obsolete line from schema Update migration with project_creation_level column existence check Rename migrations to avoid conflicts Update migration methods Update migration method
* Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-052-52/+1
| | | This reverts merge request !26823
* Move Contribution Analytics related spec in ↵Imre Farkas2019-04-052-1/+52
| | | | spec/features/groups/group_page_with_external_authorization_service_spec to EE
* Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya2019-04-051-1/+1
|\ | | | | | | | | CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
| * Improve project avatar settingsce-proj-settings-ok-avatar-onlyLuke Bennett2019-03-281-1/+1
| | | | | | | | Prioritize and simplify project settings content.
* | Truncate long tags in runners tableSarah Groff Hennigh-Palermo2019-03-281-1/+1
|/
* Add highest_role method to UserThiago Presa2019-03-221-0/+5
|
* Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre2019-03-211-1/+1
|
* Merge branch ↵Fatih Acet2019-03-201-2/+3
|\ | | | | | | | | | | | | '6774-admin-dashboard-users-statistics-link-should-be-placed-differently' into 'master' Backport of Admin Dashboard "Users Statistics" link should be placed differently See merge request gitlab-org/gitlab-ce!26192
| * Move User Statistics link into a button groupBrett Walker2019-03-141-2/+3
| |
* | Move EE specific code in admin application settingsMartin Wortschack2019-03-146-53/+59
|/ | | | | - Leverage render_if_exists - Externalize strings - Extract help page setting into EE specific partial
* Externalize admin deploy keys stringsLuke Bennett2019-03-082-14/+14
| | | | | | Externalizes most strings in the deploy key settings of the admin area.
* Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre2019-02-281-0/+9
|\ | | | | | | | | | | | | Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
| * Show header and footer system messages in emailAlexandru Croitor2019-02-271-0/+9
| | | | | | | | | | | | | | | | | | | | | | * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
* | use lazy ajax filter dropdown for runner tagsAlexis Reigel2019-02-271-1/+2
| | | | | | | | | | | | the potential number of available runner tags is too large to load it statically to a dropdown. we use the same lazy loaded dropdown as is used for the users dropdown already.
* | add tag filter to admin runners pageAlexis Reigel2019-02-271-0/+18
|/
* Remove N+1 query for tags in /admin/runners pageStan Hu2019-02-261-1/+1
| | | | | | | | As discussed in https://github.com/mbleigh/acts-as-taggable-on/issues/91, we can avoid N+1 queries if we use `tags` instead of `tag_list`. Seen while reviewing https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19740.
* Style avatars for groups and projectsMartin Wortschack2019-02-253-3/+3
| | | | | | | | | - Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
* Merge branch '53325-admin-runners-page-fails-with-an-sql-statement-timeout' ↵Grzegorz Bizon2019-02-221-1/+1
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
| * Use limited counter for buildsMatija Čupić2019-02-131-1/+1
| |
* | Port EE System Header And Footer feature to CEDouwe Maan2019-02-212-0/+25
|/ | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* Rename setting, fix wordingsFabian Schneider2019-02-061-2/+2
|
* Add helpers for first day of the weekFabian Schneider2019-02-061-3/+3
|
* Add setting for first day of the weekFabian Schneider2019-02-062-0/+22
|
* Add last activity to user administrationBrandon Labuschagne2019-02-053-72/+96
| | | | | | | | | The columns 'Created on' and 'Last activity' have been added to the admin -> users view. Sorting options have also been added for last activity and the search bar has been moved to match the issues page.
* Merge branch 'update-ui-admin-appearance' into 'master'Phil Hughes2019-02-042-85/+90
|\ | | | | | | | | Update UI of admin appearance settings See merge request gitlab-org/gitlab-ce!24685
| * Update UI of admin appearance settingsAnnabel Dunstone Gray2019-02-012-85/+90
| | | | | | | | | | Updates the layout of the admin appearance settings to be consistent with other settings pages across GitLab
* | adding a spec for issues/310Mesut Güneş2019-02-012-3/+3
|/
* Update runner admin page to make description field largerSascha Reynolds2019-01-302-4/+4
| | | | | | This changes the table with for the desciption and version fields to make the runner descriptions more readable. added changelog
* Remove "Experimental" text from Hashed Storage settings pageGabriel Mazetto2019-01-251-1/+0
|
* Resolve "Runners IPv6 address overlaps other values"Miranda Fluharty2019-01-241-1/+1
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>