Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-02Add packages_size to ProjectStatisticsAlessio Caiazza
This new field will allow to keep track of the storage used by the packages features, it provides also aggregation at namespace level.
2019-05-02Merge branch ↵Filipa Lacerda
'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
2019-05-01Allow Sentry client-side DSN to be passed on gitlab.ymlDouglas Barbosa Alexandre
2019-04-30style: fix typoRoger Meier
2019-04-30feat: allow Sentry configuration to be passed on gitlab.ymlRoger Meier
2019-04-27Add Let's Encrypt application settingsVladimir Shushlin
Store Let's Encrypt account email in application settings Also add explicit terms of service consent
2019-04-25Fix commits.scss style-lint errorsScott Hampton
Updating class names, and using existing utility classes.
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2019-04-23Move scoped_label into label presenterJan Provaznik
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.
2019-04-16Add QA tests for the performance barSean McGivern
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.
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-09CE port: Move EE differences for `app/views/admin/users/show.html.haml`Dennis Tang
2019-04-05Add part of needed codeGosia Ksionek
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
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Merge branch 'ce-proj-settings-ok-avatar-only' into 'master'Kushal Pandya
CE Improve project avatar settings See merge request gitlab-org/gitlab-ce!26589
2019-03-29Truncate long tags in runners tableSarah Groff Hennigh-Palermo
2019-03-28Improve project avatar settingsLuke Bennett
Prioritize and simplify project settings content.
2019-03-22Add highest_role method to UserThiago Presa
2019-03-22Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre
2019-03-20Merge branch ↵Fatih Acet
'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
2019-03-14Move User Statistics link into a button groupBrett Walker
2019-03-14Move EE specific code in admin application settingsMartin Wortschack
- Leverage render_if_exists - Externalize strings - Extract help page setting into EE specific partial
2019-03-08Externalize admin deploy keys stringsLuke Bennett
Externalizes most strings in the deploy key settings of the admin area.
2019-02-28Merge branch '56863-system-messages-in-email' into 'master'Douglas Barbosa Alexandre
Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
2019-02-27Show header and footer system messages in emailAlexandru Croitor
* 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
2019-02-27use lazy ajax filter dropdown for runner tagsAlexis Reigel
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.
2019-02-27add tag filter to admin runners pageAlexis Reigel
2019-02-26Remove N+1 query for tags in /admin/runners pageStan Hu
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.
2019-02-25Style avatars for groups and projectsMartin Wortschack
- 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
2019-02-22Merge branch '53325-admin-runners-page-fails-with-an-sql-statement-timeout' ↵Grzegorz Bizon
into 'master' Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
2019-02-21Port EE System Header And Footer feature to CEDouwe Maan
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
2019-02-14Use limited counter for buildsMatija Čupić
2019-02-06Rename setting, fix wordingsFabian Schneider
2019-02-06Add helpers for first day of the weekFabian Schneider
2019-02-06Add setting for first day of the weekFabian Schneider
2019-02-05Add last activity to user administrationBrandon Labuschagne
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.
2019-02-04Merge branch 'update-ui-admin-appearance' into 'master'Phil Hughes
Update UI of admin appearance settings See merge request gitlab-org/gitlab-ce!24685
2019-02-01adding a spec for issues/310Mesut Güneş
2019-02-01Update UI of admin appearance settingsAnnabel Dunstone Gray
Updates the layout of the admin appearance settings to be consistent with other settings pages across GitLab
2019-01-31Update runner admin page to make description field largerSascha Reynolds
This changes the table with for the desciption and version fields to make the runner descriptions more readable. added changelog
2019-01-25Remove "Experimental" text from Hashed Storage settings pageGabriel Mazetto
2019-01-24Resolve "Runners IPv6 address overlaps other values"Miranda Fluharty
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-09Fixes Auto DevOps Domain title on admin settingsMayra Cabrera
Changes "Auto devops" to "Auto DevOps" on CI/CD admin settings
2019-01-07Merge branch '54981-extended-user-centric-tooltips-add-missing-cases' into ↵Kushal Pandya
'master' Resolve "Extended user centric tooltips: Add missing cases" Closes #54981 See merge request gitlab-org/gitlab-ce!24132
2019-01-04Added User Popovers to Commit Items and Member ListsTim Zallmann
2019-01-04Take contacted_at value from the DB when it is about to be displayed in the ↵Alexander Kutelev
Web interface with sorting enabled.
2018-12-25Use header, favicon, and header_logo path in appearances admin formStan Hu
2018-12-20Merge branch 'master' into 'feature/option-to-make-variables-protected'Grzegorz Bizon
Conflicts: db/schema.rb