- 13 Apr, 2016 36 commits
-
-
Yorick Peterse authored
The grafana-dashboards repository now contains _all_ GitLab.com dashboards and thus requires some extra continuous queries to be set up. The repository now also provided a way to automatically import/export dashboards. [ci skip]
-
Rémy Coutable authored
API: Star and unstar a project Add two new endpoints `POST /projects/:id/star` and `POST /projects/:id/unstar` to star and unstar a project. * Closes #12739 See merge request !3578
-
Jacob Schatz authored
Fix bug causing comment form in issue to submit twice when CTRL+Enter is pressed twice See merge request !3655
-
Robert Speicher authored
Remove Bootstrap Carousel The Bootstrap carousel module is used for image carousels, and we don't use it anywhere on the site. Fixes #14670. See merge request !3624
-
Rémy Coutable authored
Instrument the HousekeepingService class I'm starting with instrumenting this class as mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/15094#note_4796278. See merge request !3701
-
Achilleas Pipinellis authored
Fix Grafana docs and link from Influx page Fixing images and adding links to Influx docs, as suggested by @sytses See merge request !3702
-
Robert Schilling authored
-
Yorick Peterse authored
This allows us to track how much time is spent in updating the "pushes_since_gc" column as well as the time needed to obtain the lease.
-
Jacob Schatz authored
Fixed not being able to filter by any or no labels Brings back the options to filter by any or no label Closes #15008 ![Screen_Shot_2016-04-07_at_11.26.41](/uploads/20d949b19f537d830118532e1d44feb7/Screen_Shot_2016-04-07_at_11.26.41.png) See merge request !3589
-
Marin Jankovski authored
Allow Omniauth providers to be marked as external Related to #4009 With this MR we will be able to allow the user to set which Omniauth Providers they would like to have as external. All users login in via these providers will be marked as external, even if they already had an account before. If the provider is removed form the list of external providers, the users will be marked as internal at their next login. MR for Omnibus: gitlab-org/omnibus-gitlab!727 /cc @dblessing @DouweM See merge request !3657
-
Dmitriy Zaporozhets authored
Move RepositoryArchiveCacheWorker to sidekiq-cron Closes #15105 See merge request !3663
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add `Gitlab.com?` method To be used as a feature flag for GitLab.com-only features, such as welcome emails. We will be careful to only use this to disable features or functionality that do not make sense for any installations that aren't GitLab.com. We will not use this to restrict features from other installations or keep them "exclusive" to GitLab.com. See merge request !3682
-
Robert Schilling authored
-
Robert Schilling authored
-
Achilleas Pipinellis authored
(doc) fix typo to ssh keys doc url
-
Rémy Coutable authored
API: Return 404 if user does not have access to group Closes #15185 After !3587 is merged, I'll update this one to also fix the return code of the tests in !3587. See merge request !3683
-
Rémy Coutable authored
API: Ability to move an issue Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14741 See merge request !3593
-
Robert Schilling authored
improve formatting See merge request !3688
-
Robert Schilling authored
-
Robert Schilling authored
-
Rémy Coutable authored
Added ability to add custom tags to transactions cc @pcarranza See merge request !3674
-
Rémy Coutable authored
Adjust the default trusted_proxies to only include localhost And also allow other trusted proxies to be added from the config.yml. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3538 Omnibus config: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1208 See merge request !3524
-
Achilleas Pipinellis authored
Tie example config to JIRA screenshot Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15203 See merge request !3693
-
Robert Schilling authored
-
-
Robert Schilling authored
-
Yorick Peterse authored
One use case for this is manually setting the "action" tag for Grape API calls. Due to Grape running blocks there are no human readable method names that can be used for the "action" tag, thus we have to set these manually on a case by case basis.
-
Robert Schilling authored
-
Robert Schilling authored
-
Rémy Coutable authored
Allow to close invalid merge request fixes #15044 See merge request !3664
-
Achilleas Pipinellis authored
Docs for the new branch button [ci-skip] Closes #3886 @axil Could you check this and make sure this is up to your standards? See merge request !3425
-
Yorick Peterse authored
Fix repository cache invalidation issue when project is recreated with an empty repo See merge request !3692
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
API: Ability to update a group This makes it much easier to update a group after introducing the group visibility. * Closes #14991 See merge request !3587
-
Stan Hu authored
To reproduce: 1. Create a project with some content 2. Rename the project 3. Create a new project with the same name. 4. Boom - 404. After step 2, the branch and tag counts were not being cleared. This would cause `repository.has_visible_content?` to erroneously return `true` for the newly-created project. Closes #13384
-
- 12 Apr, 2016 4 commits
-
-
Ben Bodenmiller authored
-
connorshea authored
The Bootstrap carousel module is used for image carousels, and we don't use it anywhere on the site. Also separated the Bootstrap JavaScript into separate components and removed the carousel component. Fixes #14670.
-
Jacob Schatz authored
Wrap text in notes box if longer than code in diff * Fixes branch name overflow * Text and inline `code` wraps in comments * `code` blocks scroll horizontally ![Screen_Shot_2016-04-11_at_4.59.15_PM](/uploads/39eee7d35ea79d1a3944aa6281b72121/Screen_Shot_2016-04-11_at_4.59.15_PM.png) See merge request !3626
-
Robert Speicher authored
Fix todo_target_path for todos where target was removed Fixes #15187 See merge request !3684
-